gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /jenkins/jobs/oi-userland/workspace/tools/userland-fetch --file /data/userland-archives/dbus-python-1.2.10.tar.gz --url http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.10.tar.gz --hash sha256:d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886 Source /data/userland-archives/dbus-python-1.2.10.tar.gz... not found, skipping file copy Source http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.10.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok /usr/bin/touch /data/userland-archives/dbus-python-1.2.10.tar.gz /bin/rm -f -r /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 /usr/bin/env RUBY_VERSION=2.3 /jenkins/jobs/oi-userland/workspace/tools/userland-unpack /data/userland-archives/dbus-python-1.2.10.tar.gz /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/.unpacked (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 && autoreconf -fi) /usr/sfw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/sfw/share/aclocal/gtk.m4:7: run info Automake 'Extending aclocal' /usr/sfw/share/aclocal/gtk.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal 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' /usr/sfw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/sfw/share/aclocal/gtk.m4:7: run info Automake 'Extending aclocal' /usr/sfw/share/aclocal/gtk.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal configure.ac:35: installing 'build-aux/compile' configure.ac:37: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/.prep (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86) (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32 -O3 " FFLAGS=" -m32 -O3 " FCFLAGS="-m32 -O3 " LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" PYTHON=/usr/bin/python2.7 am_cv_python_pythondir="/usr/lib/python2.7/vendor-packages" am_cv_python_pyexecdir="/usr/lib/python2.7/vendor-packages" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32 -O3 " FFLAGS=" -m32 -O3 " FCFLAGS="-m32 -O3 " LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/lib --sbindir=/usr/sbin --sysconfdir=/etc --disable-static) checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... /usr/gcc/6/bin/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 /usr/gcc/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/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/gnu/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for native Windows host... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/gnu/bin/sed checking for fgrep... /usr/gnu/bin/grep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/gnu/bin/nm -B output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/gnu/bin/dd checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for inline... inline checking for gawk... (cached) gawk checking for python... /usr/bin/python2.7 checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= '2.7'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python2.7 checking for Python library path... -L/usr/lib -lpython2.7 checking for Python site-packages path... /usr/lib/python2.7/site-packages checking python extra libraries... -lsocket -lnsl -ldl -lm checking python extra linking flags... checking consistency of all components of python development environment... yes checking for python version... 2.7 checking for python platform... sunos5 checking for python script directory... (cached) /usr/lib/python2.7/vendor-packages checking for python extension module directory... (cached) /usr/lib/python2.7/vendor-packages checking python2.7 module: sphinx... no checking python2.7 module: sphinx_rtd_theme... no checking for dbus-run-session... /usr/bin/dbus-run-session checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for GLIB... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wdeprecated-declarations... yes checking whether C compiler accepts -Wno-duplicated-branches... yes checking whether C compiler accepts -Wno-redundant-decls... yes checking whether C compiler accepts -Wno-switch-default... yes checking whether C compiler accepts -Wno-write-strings... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-error=duplicated-branches... no checking whether C compiler accepts -Wno-error=redundant-decls... yes checking whether C compiler accepts -Wno-error=switch-default... yes checking whether C compiler accepts -Wno-error=write-strings... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dbus-gmain/Makefile config.status: creating dbus-python.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/.configured (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' Making all in dbus-gmain make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' depbase=`echo dbus-gmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT dbus-gmain.lo -MD -MP -MF $depbase.Tpo -c -o dbus-gmain.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/util.lo -MD -MP -MF $depbase.Tpo -c -o tests/util.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/30574.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/30574.o -MD -MP -MF $depbase.Tpo -c -o tests/30574.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/30574.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/test-thread-server.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-server.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-server.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT dbus-gmain.lo -MD -MP -MF .deps/dbus-gmain.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c -fPIC -DPIC -o .libs/dbus-gmain.o depbase=`echo tests/test-thread-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/test-thread-client.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-client.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-client.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/util.lo -MD -MP -MF tests/.deps/util.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c -fPIC -DPIC -o tests/.libs/util.o /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -no-undefined -m32 -o tests/libtest.la tests/util.lo -ldbus-1 -lglib-2.0 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -no-undefined -m32 -o libdbus-gmain.la dbus-gmain.lo -ldbus-1 -lglib-2.0 libtool: link: ar cru tests/.libs/libtest.a tests/.libs/util.o libtool: link: ranlib tests/.libs/libtest.a libtool: link: ar cru .libs/libdbus-gmain.a .libs/dbus-gmain.o libtool: link: ranlib .libs/libdbus-gmain.a libtool: link: ( cd "tests/.libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) libtool: link: ( cd ".libs" && rm -f "libdbus-gmain.la" && ln -s "../libdbus-gmain.la" "libdbus-gmain.la" ) /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-30574 tests/30574.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-server tests/test-thread-server.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-client tests/test-thread-client.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-client tests/test-thread-client.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-server tests/test-thread-server.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-30574 tests/30574.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' Making all in . make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python2.7|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/tmp-session-bus.conf.in > test/tmp-session-bus.conf /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python2.7|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/TestSuitePythonService.service.in > test/TestSuitePythonService.service depbase=`echo test/dbus_py_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/dbus_py_test.lo -MD -MP -MF $depbase.Tpo -c -o test/dbus_py_test.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/abstract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/abstract.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bus.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bytes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bytes.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF dbus_bindings/.deps/bus.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c -fPIC -DPIC -o dbus_bindings/.libs/bus.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF dbus_bindings/.deps/abstract.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c -fPIC -DPIC -o dbus_bindings/.libs/abstract.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/dbus_py_test.lo -MD -MP -MF test/.deps/dbus_py_test.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c -fPIC -DPIC -o test/.libs/dbus_py_test.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF dbus_bindings/.deps/bytes.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c -fPIC -DPIC -o dbus_bindings/.libs/bytes.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/conn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/conn-methods.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn-methods.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/containers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/containers.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/debug.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF dbus_bindings/.deps/conn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c -fPIC -DPIC -o dbus_bindings/.libs/conn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF dbus_bindings/.deps/containers.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c -fPIC -DPIC -o dbus_bindings/.libs/containers.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF dbus_bindings/.deps/conn-methods.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c -fPIC -DPIC -o dbus_bindings/.libs/conn-methods.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF dbus_bindings/.deps/debug.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c -fPIC -DPIC -o dbus_bindings/.libs/debug.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/exceptions.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/float.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/float.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/float.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/generic.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/int.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/int.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF dbus_bindings/.deps/exceptions.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c -fPIC -DPIC -o dbus_bindings/.libs/exceptions.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/float.lo -MD -MP -MF dbus_bindings/.deps/float.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c -fPIC -DPIC -o dbus_bindings/.libs/float.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF dbus_bindings/.deps/generic.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c -fPIC -DPIC -o dbus_bindings/.libs/generic.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/int.lo -MD -MP -MF dbus_bindings/.deps/int.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c -fPIC -DPIC -o dbus_bindings/.libs/int.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/unixfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/unixfd.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/libdbusconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/libdbusconn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/mainloop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/mainloop.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message-append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-append.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF dbus_bindings/.deps/unixfd.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c -fPIC -DPIC -o dbus_bindings/.libs/unixfd.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF dbus_bindings/.deps/libdbusconn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c -fPIC -DPIC -o dbus_bindings/.libs/libdbusconn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF dbus_bindings/.deps/mainloop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c -fPIC -DPIC -o dbus_bindings/.libs/mainloop.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message-get-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-get-args.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF dbus_bindings/.deps/message-append.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c -fPIC -DPIC -o dbus_bindings/.libs/message-append.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF dbus_bindings/.deps/message-get-args.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c -fPIC -DPIC -o dbus_bindings/.libs/message-get-args.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message.lo -MD -MP -MF dbus_bindings/.deps/message.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c -fPIC -DPIC -o dbus_bindings/.libs/message.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/module.lo -MD -MP -MF dbus_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c -fPIC -DPIC -o dbus_bindings/.libs/module.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/pending-call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/pending-call.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/server.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/server.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/server.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/signature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/signature.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/string.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/string.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/server.lo -MD -MP -MF dbus_bindings/.deps/server.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c -fPIC -DPIC -o dbus_bindings/.libs/server.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF dbus_bindings/.deps/pending-call.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c -fPIC -DPIC -o dbus_bindings/.libs/pending-call.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF dbus_bindings/.deps/signature.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c -fPIC -DPIC -o dbus_bindings/.libs/signature.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/validation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/validation.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_glib_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_glib_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/string.lo -MD -MP -MF dbus_bindings/.deps/string.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c -fPIC -DPIC -o dbus_bindings/.libs/string.o /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/'`test/import-repeatedly.c In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo test/.deps/test_test_import_repeatedly-import-repeatedly.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF dbus_bindings/.deps/validation.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c -fPIC -DPIC -o dbus_bindings/.libs/validation.o /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -rpath /usr/libexec/installed-tests/dbus-python -m32 -o test/dbus_py_test.la test/dbus_py_test.lo -ldbus-1 cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF dbus_glib_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c -fPIC -DPIC -o dbus_glib_bindings/.libs/module.o /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -m32 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython2.7 -lsocket -lnsl -ldl -lm In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_bindings -m32 -o _dbus_bindings.la -rpath /usr/lib/python2.7/vendor-packages dbus_bindings/abstract.lo dbus_bindings/bus.lo dbus_bindings/bytes.lo dbus_bindings/conn.lo dbus_bindings/conn-methods.lo dbus_bindings/containers.lo dbus_bindings/debug.lo dbus_bindings/exceptions.lo dbus_bindings/float.lo dbus_bindings/generic.lo dbus_bindings/int.lo dbus_bindings/unixfd.lo dbus_bindings/libdbusconn.lo dbus_bindings/mainloop.lo dbus_bindings/message-append.lo dbus_bindings/message.lo dbus_bindings/message-get-args.lo dbus_bindings/module.lo dbus_bindings/pending-call.lo dbus_bindings/server.lo dbus_bindings/signature.lo dbus_bindings/string.lo dbus_bindings/validation.lo -ldbus-1 In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_glib_bindings -m32 -o _dbus_glib_bindings.la -rpath /usr/lib/python2.7/vendor-packages dbus_glib_bindings/module.lo dbus-gmain/libdbus-gmain.la -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,dbus_py_test.so -o test/.libs/dbus_py_test.so test/.libs/dbus_py_test.o -ldbus-1 -m32 -O3 -m32 libtool: link: /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -m32 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython2.7 -lsocket -lnsl -ldl -lm libtool: link: ( cd "test/.libs" && rm -f "dbus_py_test.la" && ln -s "../dbus_py_test.la" "dbus_py_test.la" ) libtool: link: /usr/gnu/bin/nm -B dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_bindings.exp libtool: link: /usr/gnu/bin/nm -B dbus_glib_bindings/.libs/module.o dbus-gmain/.libs/libdbus-gmain.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_glib_bindings.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_bindings" ".libs/_dbus_bindings.exp" > ".libs/_dbus_bindings.expT" libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_glib_bindings" ".libs/_dbus_glib_bindings.exp" > ".libs/_dbus_glib_bindings.expT" libtool: link: mv -f ".libs/_dbus_bindings.expT" ".libs/_dbus_bindings.exp" libtool: link: mv -f ".libs/_dbus_glib_bindings.expT" ".libs/_dbus_glib_bindings.exp" libtool: link: echo "{ global:" > .libs/_dbus_bindings.so.exp libtool: link: echo "{ global:" > .libs/_dbus_glib_bindings.so.exp libtool: link: cat .libs/_dbus_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_bindings.so.exp libtool: link: cat .libs/_dbus_glib_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_glib_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_bindings.so.exp -Wl,-h -Wl,_dbus_bindings.so -o .libs/_dbus_bindings.so dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o -ldbus-1 -m32 -O3 -m32 libtool: link: echo "local: *; };" >> .libs/_dbus_glib_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_glib_bindings.so.exp -Wl,-h -Wl,_dbus_glib_bindings.so -o .libs/_dbus_glib_bindings.so dbus_glib_bindings/.libs/module.o -Wl,-z -Wl,allextract dbus-gmain/.libs/libdbus-gmain.a -Wl,-z -Wl,defaultextract -lglib-2.0 -ldbus-1 -m32 -O3 -m32 libtool: link: rm -f .libs/_dbus_glib_bindings.so.exp libtool: link: rm -f .libs/_dbus_bindings.so.exp libtool: link: ( cd ".libs" && rm -f "_dbus_glib_bindings.la" && ln -s "../_dbus_glib_bindings.la" "_dbus_glib_bindings.la" ) libtool: link: ( cd ".libs" && rm -f "_dbus_bindings.la" && ln -s "../_dbus_bindings.la" "_dbus_bindings.la" ) make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86) (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32 -O3 " FFLAGS=" -m32 -O3 " FCFLAGS="-m32 -O3 " LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" PYTHON=/usr/bin/python3.4 am_cv_python_pythondir="/usr/lib/python3.4/vendor-packages" am_cv_python_pyexecdir="/usr/lib/python3.4/vendor-packages" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32 -O3 " FFLAGS=" -m32 -O3 " FCFLAGS="-m32 -O3 " LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/lib --sbindir=/usr/sbin --sysconfdir=/etc --disable-static) checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... /usr/gcc/6/bin/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 /usr/gcc/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/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/gnu/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for native Windows host... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/gnu/bin/sed checking for fgrep... /usr/gnu/bin/grep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/gnu/bin/nm -B output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/gnu/bin/dd checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for inline... inline checking for gawk... (cached) gawk checking for python... /usr/bin/python3.4 checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= '2.7'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.4m checking for Python library path... -L/usr/lib -lpython3.4m checking for Python site-packages path... /usr/lib/python3.4/site-packages checking python extra libraries... -lsocket -lnsl -lintl -ldl -lsendfile -lm checking python extra linking flags... checking consistency of all components of python development environment... yes checking for python version... 3.4 checking for python platform... sunos5 checking for python script directory... (cached) /usr/lib/python3.4/vendor-packages checking for python extension module directory... (cached) /usr/lib/python3.4/vendor-packages checking python3.4 module: sphinx... no checking python3.4 module: sphinx_rtd_theme... no checking for dbus-run-session... /usr/bin/dbus-run-session checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for GLIB... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wdeprecated-declarations... yes checking whether C compiler accepts -Wno-duplicated-branches... yes checking whether C compiler accepts -Wno-redundant-decls... yes checking whether C compiler accepts -Wno-switch-default... yes checking whether C compiler accepts -Wno-write-strings... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-error=duplicated-branches... no checking whether C compiler accepts -Wno-error=redundant-decls... yes checking whether C compiler accepts -Wno-error=switch-default... yes checking whether C compiler accepts -Wno-error=write-strings... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dbus-gmain/Makefile config.status: creating dbus-python.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/.configured (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' Making all in dbus-gmain make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' depbase=`echo dbus-gmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT dbus-gmain.lo -MD -MP -MF $depbase.Tpo -c -o dbus-gmain.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/util.lo -MD -MP -MF $depbase.Tpo -c -o tests/util.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/30574.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/30574.o -MD -MP -MF $depbase.Tpo -c -o tests/30574.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/30574.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/test-thread-server.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-server.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-server.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/test-thread-client.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-client.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-client.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT tests/util.lo -MD -MP -MF tests/.deps/util.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c -fPIC -DPIC -o tests/.libs/util.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -m32 -O3 -MT dbus-gmain.lo -MD -MP -MF .deps/dbus-gmain.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c -fPIC -DPIC -o .libs/dbus-gmain.o /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -no-undefined -m32 -o tests/libtest.la tests/util.lo -ldbus-1 -lglib-2.0 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -no-undefined -m32 -o libdbus-gmain.la dbus-gmain.lo -ldbus-1 -lglib-2.0 libtool: link: ar cru tests/.libs/libtest.a tests/.libs/util.o libtool: link: ranlib tests/.libs/libtest.a libtool: link: ar cru .libs/libdbus-gmain.a .libs/dbus-gmain.o libtool: link: ranlib .libs/libdbus-gmain.a libtool: link: ( cd "tests/.libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) libtool: link: ( cd ".libs" && rm -f "libdbus-gmain.la" && ln -s "../libdbus-gmain.la" "libdbus-gmain.la" ) /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-server tests/test-thread-server.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-30574 tests/30574.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-client tests/test-thread-client.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-server tests/test-thread-server.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-thread-client tests/test-thread-client.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m32 -O3 -m32 -o tests/test-30574 tests/30574.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' Making all in . make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python3.4|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/TestSuitePythonService.service.in > test/TestSuitePythonService.service /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python3.4|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/tmp-session-bus.conf.in > test/tmp-session-bus.conf depbase=`echo test/dbus_py_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/dbus_py_test.lo -MD -MP -MF $depbase.Tpo -c -o test/dbus_py_test.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/abstract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/abstract.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bus.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bytes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bytes.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF dbus_bindings/.deps/bus.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c -fPIC -DPIC -o dbus_bindings/.libs/bus.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF dbus_bindings/.deps/abstract.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c -fPIC -DPIC -o dbus_bindings/.libs/abstract.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF dbus_bindings/.deps/bytes.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c -fPIC -DPIC -o dbus_bindings/.libs/bytes.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/dbus_py_test.lo -MD -MP -MF test/.deps/dbus_py_test.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c -fPIC -DPIC -o test/.libs/dbus_py_test.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/conn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/conn-methods.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn-methods.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/containers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/containers.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/debug.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF dbus_bindings/.deps/conn-methods.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c -fPIC -DPIC -o dbus_bindings/.libs/conn-methods.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF dbus_bindings/.deps/conn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c -fPIC -DPIC -o dbus_bindings/.libs/conn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF dbus_bindings/.deps/containers.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c -fPIC -DPIC -o dbus_bindings/.libs/containers.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF dbus_bindings/.deps/debug.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c -fPIC -DPIC -o dbus_bindings/.libs/debug.o depbase=`echo dbus_bindings/exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/exceptions.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/float.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/float.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/float.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/generic.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/int.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/int.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF dbus_bindings/.deps/generic.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c -fPIC -DPIC -o dbus_bindings/.libs/generic.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF dbus_bindings/.deps/exceptions.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c -fPIC -DPIC -o dbus_bindings/.libs/exceptions.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/float.lo -MD -MP -MF dbus_bindings/.deps/float.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c -fPIC -DPIC -o dbus_bindings/.libs/float.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/unixfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/unixfd.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/int.lo -MD -MP -MF dbus_bindings/.deps/int.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c -fPIC -DPIC -o dbus_bindings/.libs/int.o depbase=`echo dbus_bindings/libdbusconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/libdbusconn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/mainloop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/mainloop.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF dbus_bindings/.deps/unixfd.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c -fPIC -DPIC -o dbus_bindings/.libs/unixfd.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF dbus_bindings/.deps/libdbusconn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c -fPIC -DPIC -o dbus_bindings/.libs/libdbusconn.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/message-append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-append.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF dbus_bindings/.deps/mainloop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c -fPIC -DPIC -o dbus_bindings/.libs/mainloop.o depbase=`echo dbus_bindings/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/message-get-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-get-args.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message.lo -MD -MP -MF dbus_bindings/.deps/message.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c -fPIC -DPIC -o dbus_bindings/.libs/message.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF dbus_bindings/.deps/message-append.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c -fPIC -DPIC -o dbus_bindings/.libs/message-append.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/module.lo -MD -MP -MF dbus_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c -fPIC -DPIC -o dbus_bindings/.libs/module.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF dbus_bindings/.deps/message-get-args.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c -fPIC -DPIC -o dbus_bindings/.libs/message-get-args.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/pending-call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/pending-call.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/server.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/server.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/server.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/signature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/signature.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/string.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/string.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/server.lo -MD -MP -MF dbus_bindings/.deps/server.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c -fPIC -DPIC -o dbus_bindings/.libs/server.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF dbus_bindings/.deps/pending-call.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c -fPIC -DPIC -o dbus_bindings/.libs/pending-call.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF dbus_bindings/.deps/signature.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c -fPIC -DPIC -o dbus_bindings/.libs/signature.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/string.lo -MD -MP -MF dbus_bindings/.deps/string.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c -fPIC -DPIC -o dbus_bindings/.libs/string.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/validation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/validation.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_glib_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_glib_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/'`test/import-repeatedly.c cc1: warning: unrecognized command line option '-Wno-duplicated-branches' /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -rpath /usr/libexec/installed-tests/dbus-python -m32 -o test/dbus_py_test.la test/dbus_py_test.lo -ldbus-1 mv -f test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo test/.deps/test_test_import_repeatedly-import-repeatedly.Po /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -m32 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython3.4m -lsocket -lnsl -lintl -ldl -lsendfile -lm libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF dbus_bindings/.deps/validation.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c -fPIC -DPIC -o dbus_bindings/.libs/validation.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF dbus_glib_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c -fPIC -DPIC -o dbus_glib_bindings/.libs/module.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_bindings -m32 -o _dbus_bindings.la -rpath /usr/lib/python3.4/vendor-packages dbus_bindings/abstract.lo dbus_bindings/bus.lo dbus_bindings/bytes.lo dbus_bindings/conn.lo dbus_bindings/conn-methods.lo dbus_bindings/containers.lo dbus_bindings/debug.lo dbus_bindings/exceptions.lo dbus_bindings/float.lo dbus_bindings/generic.lo dbus_bindings/int.lo dbus_bindings/unixfd.lo dbus_bindings/libdbusconn.lo dbus_bindings/mainloop.lo dbus_bindings/message-append.lo dbus_bindings/message.lo dbus_bindings/message-get-args.lo dbus_bindings/module.lo dbus_bindings/pending-call.lo dbus_bindings/server.lo dbus_bindings/signature.lo dbus_bindings/string.lo dbus_bindings/validation.lo -ldbus-1 cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,dbus_py_test.so -o test/.libs/dbus_py_test.so test/.libs/dbus_py_test.o -ldbus-1 -m32 -O3 -m32 /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_glib_bindings -m32 -o _dbus_glib_bindings.la -rpath /usr/lib/python3.4/vendor-packages dbus_glib_bindings/module.lo dbus-gmain/libdbus-gmain.la -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m32 -O3 -m32 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython3.4m -lsocket -lnsl -lintl -ldl -lsendfile -lm libtool: link: ( cd "test/.libs" && rm -f "dbus_py_test.la" && ln -s "../dbus_py_test.la" "dbus_py_test.la" ) libtool: link: /usr/gnu/bin/nm -B dbus_glib_bindings/.libs/module.o dbus-gmain/.libs/libdbus-gmain.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_glib_bindings.exp libtool: link: /usr/gnu/bin/nm -B dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_bindings.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_glib_bindings" ".libs/_dbus_glib_bindings.exp" > ".libs/_dbus_glib_bindings.expT" libtool: link: mv -f ".libs/_dbus_glib_bindings.expT" ".libs/_dbus_glib_bindings.exp" libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_bindings" ".libs/_dbus_bindings.exp" > ".libs/_dbus_bindings.expT" libtool: link: echo "{ global:" > .libs/_dbus_glib_bindings.so.exp libtool: link: mv -f ".libs/_dbus_bindings.expT" ".libs/_dbus_bindings.exp" libtool: link: cat .libs/_dbus_glib_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_glib_bindings.so.exp libtool: link: echo "{ global:" > .libs/_dbus_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_glib_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_glib_bindings.so.exp -Wl,-h -Wl,_dbus_glib_bindings.so -o .libs/_dbus_glib_bindings.so dbus_glib_bindings/.libs/module.o -Wl,-z -Wl,allextract dbus-gmain/.libs/libdbus-gmain.a -Wl,-z -Wl,defaultextract -lglib-2.0 -ldbus-1 -m32 -O3 -m32 libtool: link: cat .libs/_dbus_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_bindings.so.exp -Wl,-h -Wl,_dbus_bindings.so -o .libs/_dbus_bindings.so dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o -ldbus-1 -m32 -O3 -m32 libtool: link: rm -f .libs/_dbus_glib_bindings.so.exp libtool: link: rm -f .libs/_dbus_bindings.so.exp libtool: link: ( cd ".libs" && rm -f "_dbus_glib_bindings.la" && ln -s "../_dbus_glib_bindings.la" "_dbus_glib_bindings.la" ) libtool: link: ( cd ".libs" && rm -f "_dbus_bindings.la" && ln -s "../_dbus_bindings.la" "_dbus_bindings.la" ) make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64) (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" PYTHON=/usr/bin/amd64/python2.7 am_cv_python_pythondir="/usr/lib/python2.7/vendor-packages/64" am_cv_python_pyexecdir="/usr/lib/python2.7/vendor-packages/64" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin/amd64 --libdir=/usr/lib/amd64 --sbindir=/usr/sbin/amd64 --sysconfdir=/etc --disable-static) checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... /usr/gcc/6/bin/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 /usr/gcc/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/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/gnu/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for native Windows host... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/gnu/bin/sed checking for fgrep... /usr/gnu/bin/grep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/gnu/bin/nm -B output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/gnu/bin/dd checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for inline... inline checking for gawk... (cached) gawk checking for python... /usr/bin/amd64/python2.7 checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= '2.7'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python2.7 checking for Python library path... -L/usr/lib -lpython2.7 checking for Python site-packages path... /usr/lib/python2.7/site-packages checking python extra libraries... -lsocket -lnsl -ldl -lm checking python extra linking flags... checking consistency of all components of python development environment... yes checking for python version... 2.7 checking for python platform... sunos5 checking for python script directory... (cached) /usr/lib/python2.7/vendor-packages/64 checking for python extension module directory... (cached) /usr/lib/python2.7/vendor-packages/64 checking python2.7 module: sphinx... no checking python2.7 module: sphinx_rtd_theme... no checking for dbus-run-session... /usr/bin/dbus-run-session checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for GLIB... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wdeprecated-declarations... yes checking whether C compiler accepts -Wno-duplicated-branches... yes checking whether C compiler accepts -Wno-redundant-decls... yes checking whether C compiler accepts -Wno-switch-default... yes checking whether C compiler accepts -Wno-write-strings... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-error=duplicated-branches... no checking whether C compiler accepts -Wno-error=redundant-decls... yes checking whether C compiler accepts -Wno-error=switch-default... yes checking whether C compiler accepts -Wno-error=write-strings... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dbus-gmain/Makefile config.status: creating dbus-python.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' Making all in dbus-gmain make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' depbase=`echo dbus-gmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF $depbase.Tpo -c -o dbus-gmain.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF $depbase.Tpo -c -o tests/util.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/30574.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/30574.o -MD -MP -MF $depbase.Tpo -c -o tests/30574.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/30574.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-server.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-server.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-server.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF .deps/dbus-gmain.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c -fPIC -DPIC -o .libs/dbus-gmain.o depbase=`echo tests/test-thread-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-client.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-client.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-client.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF tests/.deps/util.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c -fPIC -DPIC -o tests/.libs/util.o /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o tests/libtest.la tests/util.lo -ldbus-1 -lglib-2.0 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o libdbus-gmain.la dbus-gmain.lo -ldbus-1 -lglib-2.0 libtool: link: ar cru tests/.libs/libtest.a tests/.libs/util.o libtool: link: ranlib tests/.libs/libtest.a libtool: link: ar cru .libs/libdbus-gmain.a .libs/dbus-gmain.o libtool: link: ranlib .libs/libdbus-gmain.a libtool: link: ( cd "tests/.libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) libtool: link: ( cd ".libs" && rm -f "libdbus-gmain.la" && ln -s "../libdbus-gmain.la" "libdbus-gmain.la" ) /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' Making all in . make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' depbase=`echo test/dbus_py_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF $depbase.Tpo -c -o test/dbus_py_test.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c &&\ mv -f $depbase.Tpo $depbase.Plo /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/amd64/python2.7|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/TestSuitePythonService.service.in > test/TestSuitePythonService.service /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/amd64/python2.7|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/tmp-session-bus.conf.in > test/tmp-session-bus.conf depbase=`echo dbus_bindings/abstract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/abstract.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bus.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bytes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bytes.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF test/.deps/dbus_py_test.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c -fPIC -DPIC -o test/.libs/dbus_py_test.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF dbus_bindings/.deps/abstract.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c -fPIC -DPIC -o dbus_bindings/.libs/abstract.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF dbus_bindings/.deps/bus.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c -fPIC -DPIC -o dbus_bindings/.libs/bus.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF dbus_bindings/.deps/bytes.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c -fPIC -DPIC -o dbus_bindings/.libs/bytes.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/conn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/conn-methods.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn-methods.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/containers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/containers.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/debug.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF dbus_bindings/.deps/conn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c -fPIC -DPIC -o dbus_bindings/.libs/conn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF dbus_bindings/.deps/containers.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c -fPIC -DPIC -o dbus_bindings/.libs/containers.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF dbus_bindings/.deps/conn-methods.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c -fPIC -DPIC -o dbus_bindings/.libs/conn-methods.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF dbus_bindings/.deps/debug.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c -fPIC -DPIC -o dbus_bindings/.libs/debug.o depbase=`echo dbus_bindings/exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/exceptions.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/float.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/float.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/generic.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/int.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF dbus_bindings/.deps/exceptions.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c -fPIC -DPIC -o dbus_bindings/.libs/exceptions.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF dbus_bindings/.deps/generic.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c -fPIC -DPIC -o dbus_bindings/.libs/generic.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF dbus_bindings/.deps/float.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c -fPIC -DPIC -o dbus_bindings/.libs/float.o depbase=`echo dbus_bindings/unixfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/unixfd.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF dbus_bindings/.deps/int.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c -fPIC -DPIC -o dbus_bindings/.libs/int.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/libdbusconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/libdbusconn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/mainloop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/mainloop.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF dbus_bindings/.deps/unixfd.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c -fPIC -DPIC -o dbus_bindings/.libs/unixfd.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message-append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-append.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF dbus_bindings/.deps/mainloop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c -fPIC -DPIC -o dbus_bindings/.libs/mainloop.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF dbus_bindings/.deps/libdbusconn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c -fPIC -DPIC -o dbus_bindings/.libs/libdbusconn.o depbase=`echo dbus_bindings/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF dbus_bindings/.deps/message-append.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c -fPIC -DPIC -o dbus_bindings/.libs/message-append.o depbase=`echo dbus_bindings/message-get-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-get-args.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF dbus_bindings/.deps/message.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c -fPIC -DPIC -o dbus_bindings/.libs/message.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF dbus_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c -fPIC -DPIC -o dbus_bindings/.libs/module.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF dbus_bindings/.deps/message-get-args.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c -fPIC -DPIC -o dbus_bindings/.libs/message-get-args.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/pending-call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/pending-call.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/server.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/server.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/signature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/signature.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/string.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF dbus_bindings/.deps/pending-call.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c -fPIC -DPIC -o dbus_bindings/.libs/pending-call.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF dbus_bindings/.deps/server.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c -fPIC -DPIC -o dbus_bindings/.libs/server.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF dbus_bindings/.deps/signature.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c -fPIC -DPIC -o dbus_bindings/.libs/signature.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF dbus_bindings/.deps/string.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c -fPIC -DPIC -o dbus_bindings/.libs/string.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/validation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/validation.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_glib_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_glib_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/'`test/import-repeatedly.c /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -rpath /usr/libexec/installed-tests/dbus-python -m64 -o test/dbus_py_test.la test/dbus_py_test.lo -ldbus-1 mv -f test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo test/.deps/test_test_import_repeatedly-import-repeatedly.Po /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython2.7 -lsocket -lnsl -ldl -lm libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF dbus_bindings/.deps/validation.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c -fPIC -DPIC -o dbus_bindings/.libs/validation.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python2.7 -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF dbus_glib_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c -fPIC -DPIC -o dbus_glib_bindings/.libs/module.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_bindings -m64 -o _dbus_bindings.la -rpath /usr/lib/python2.7/vendor-packages/64 dbus_bindings/abstract.lo dbus_bindings/bus.lo dbus_bindings/bytes.lo dbus_bindings/conn.lo dbus_bindings/conn-methods.lo dbus_bindings/containers.lo dbus_bindings/debug.lo dbus_bindings/exceptions.lo dbus_bindings/float.lo dbus_bindings/generic.lo dbus_bindings/int.lo dbus_bindings/unixfd.lo dbus_bindings/libdbusconn.lo dbus_bindings/mainloop.lo dbus_bindings/message-append.lo dbus_bindings/message.lo dbus_bindings/message-get-args.lo dbus_bindings/module.lo dbus_bindings/pending-call.lo dbus_bindings/server.lo dbus_bindings/signature.lo dbus_bindings/string.lo dbus_bindings/validation.lo -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,dbus_py_test.so -o test/.libs/dbus_py_test.so test/.libs/dbus_py_test.o -ldbus-1 -m64 -O3 -m64 cc1: warning: unrecognized command line option '-Wno-duplicated-branches' /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_glib_bindings -m64 -o _dbus_glib_bindings.la -rpath /usr/lib/python2.7/vendor-packages/64 dbus_glib_bindings/module.lo dbus-gmain/libdbus-gmain.la -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython2.7 -lsocket -lnsl -ldl -lm libtool: link: ( cd "test/.libs" && rm -f "dbus_py_test.la" && ln -s "../dbus_py_test.la" "dbus_py_test.la" ) libtool: link: /usr/gnu/bin/nm -B dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_bindings.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_bindings" ".libs/_dbus_bindings.exp" > ".libs/_dbus_bindings.expT" libtool: link: mv -f ".libs/_dbus_bindings.expT" ".libs/_dbus_bindings.exp" libtool: link: /usr/gnu/bin/nm -B dbus_glib_bindings/.libs/module.o dbus-gmain/.libs/libdbus-gmain.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_glib_bindings.exp libtool: link: echo "{ global:" > .libs/_dbus_bindings.so.exp libtool: link: cat .libs/_dbus_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_glib_bindings" ".libs/_dbus_glib_bindings.exp" > ".libs/_dbus_glib_bindings.expT" libtool: link: mv -f ".libs/_dbus_glib_bindings.expT" ".libs/_dbus_glib_bindings.exp" libtool: link: echo "local: *; };" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_bindings.so.exp -Wl,-h -Wl,_dbus_bindings.so -o .libs/_dbus_bindings.so dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o -ldbus-1 -m64 -O3 -m64 libtool: link: echo "{ global:" > .libs/_dbus_glib_bindings.so.exp libtool: link: cat .libs/_dbus_glib_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_glib_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_glib_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_glib_bindings.so.exp -Wl,-h -Wl,_dbus_glib_bindings.so -o .libs/_dbus_glib_bindings.so dbus_glib_bindings/.libs/module.o -Wl,-z -Wl,allextract dbus-gmain/.libs/libdbus-gmain.a -Wl,-z -Wl,defaultextract -lglib-2.0 -ldbus-1 -m64 -O3 -m64 libtool: link: rm -f .libs/_dbus_bindings.so.exp libtool: link: rm -f .libs/_dbus_glib_bindings.so.exp libtool: link: ( cd ".libs" && rm -f "_dbus_bindings.la" && ln -s "../_dbus_bindings.la" "_dbus_bindings.la" ) libtool: link: ( cd ".libs" && rm -f "_dbus_glib_bindings.la" && ln -s "../_dbus_glib_bindings.la" "_dbus_glib_bindings.la" ) make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64) (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" PYTHON=/usr/bin/amd64/python3.4 am_cv_python_pythondir="/usr/lib/python3.4/vendor-packages/64" am_cv_python_pyexecdir="/usr/lib/python3.4/vendor-packages/64" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin/amd64 --libdir=/usr/lib/amd64 --sbindir=/usr/sbin/amd64 --sysconfdir=/etc --disable-static) checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... /usr/gcc/6/bin/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 /usr/gcc/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/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/gnu/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for native Windows host... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/gnu/bin/sed checking for fgrep... /usr/gnu/bin/grep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/gnu/bin/nm -B output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/gnu/bin/dd checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for inline... inline checking for gawk... (cached) gawk checking for python... /usr/bin/amd64/python3.4 checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= '2.7'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.4m checking for Python library path... -L/usr/lib -lpython3.4m checking for Python site-packages path... /usr/lib/python3.4/site-packages checking python extra libraries... -lsocket -lnsl -lintl -ldl -lsendfile -lm checking python extra linking flags... checking consistency of all components of python development environment... yes checking for python version... 3.4 checking for python platform... sunos5 checking for python script directory... (cached) /usr/lib/python3.4/vendor-packages/64 checking for python extension module directory... (cached) /usr/lib/python3.4/vendor-packages/64 checking python3.4 module: sphinx... no checking python3.4 module: sphinx_rtd_theme... no checking for dbus-run-session... /usr/bin/dbus-run-session checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for GLIB... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wdeprecated-declarations... yes checking whether C compiler accepts -Wno-duplicated-branches... yes checking whether C compiler accepts -Wno-redundant-decls... yes checking whether C compiler accepts -Wno-switch-default... yes checking whether C compiler accepts -Wno-write-strings... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-error=duplicated-branches... no checking whether C compiler accepts -Wno-error=redundant-decls... yes checking whether C compiler accepts -Wno-error=switch-default... yes checking whether C compiler accepts -Wno-error=write-strings... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dbus-gmain/Makefile config.status: creating dbus-python.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' Making all in dbus-gmain make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' depbase=`echo dbus-gmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF $depbase.Tpo -c -o dbus-gmain.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF $depbase.Tpo -c -o tests/util.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/30574.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/30574.o -MD -MP -MF $depbase.Tpo -c -o tests/30574.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/30574.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-server.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-server.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-server.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF .deps/dbus-gmain.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c -fPIC -DPIC -o .libs/dbus-gmain.o depbase=`echo tests/test-thread-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-client.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-client.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-client.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF tests/.deps/util.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c -fPIC -DPIC -o tests/.libs/util.o /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o tests/libtest.la tests/util.lo -ldbus-1 -lglib-2.0 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o libdbus-gmain.la dbus-gmain.lo -ldbus-1 -lglib-2.0 libtool: link: ar cru tests/.libs/libtest.a tests/.libs/util.o libtool: link: ranlib tests/.libs/libtest.a libtool: link: ( cd "tests/.libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) libtool: link: ar cru .libs/libdbus-gmain.a .libs/dbus-gmain.o libtool: link: ranlib .libs/libdbus-gmain.a libtool: link: ( cd ".libs" && rm -f "libdbus-gmain.la" && ln -s "../libdbus-gmain.la" "libdbus-gmain.la" ) /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' Making all in . make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/amd64/python3.4|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/TestSuitePythonService.service.in > test/TestSuitePythonService.service depbase=`echo test/dbus_py_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF $depbase.Tpo -c -o test/dbus_py_test.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c &&\ mv -f $depbase.Tpo $depbase.Plo /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/amd64/python3.4|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/tmp-session-bus.conf.in > test/tmp-session-bus.conf depbase=`echo dbus_bindings/abstract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/abstract.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bus.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bytes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bytes.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF dbus_bindings/.deps/bus.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c -fPIC -DPIC -o dbus_bindings/.libs/bus.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF dbus_bindings/.deps/abstract.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c -fPIC -DPIC -o dbus_bindings/.libs/abstract.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF test/.deps/dbus_py_test.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c -fPIC -DPIC -o test/.libs/dbus_py_test.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF dbus_bindings/.deps/bytes.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c -fPIC -DPIC -o dbus_bindings/.libs/bytes.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/conn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/conn-methods.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn-methods.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/containers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/containers.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/debug.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF dbus_bindings/.deps/conn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c -fPIC -DPIC -o dbus_bindings/.libs/conn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF dbus_bindings/.deps/containers.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c -fPIC -DPIC -o dbus_bindings/.libs/containers.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF dbus_bindings/.deps/conn-methods.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c -fPIC -DPIC -o dbus_bindings/.libs/conn-methods.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF dbus_bindings/.deps/debug.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c -fPIC -DPIC -o dbus_bindings/.libs/debug.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/exceptions.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/float.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/float.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/generic.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF dbus_bindings/.deps/exceptions.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c -fPIC -DPIC -o dbus_bindings/.libs/exceptions.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF dbus_bindings/.deps/float.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c -fPIC -DPIC -o dbus_bindings/.libs/float.o depbase=`echo dbus_bindings/int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/int.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/unixfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/unixfd.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/libdbusconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/libdbusconn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF dbus_bindings/.deps/generic.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c -fPIC -DPIC -o dbus_bindings/.libs/generic.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF dbus_bindings/.deps/int.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c -fPIC -DPIC -o dbus_bindings/.libs/int.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF dbus_bindings/.deps/unixfd.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c -fPIC -DPIC -o dbus_bindings/.libs/unixfd.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/mainloop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/mainloop.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF dbus_bindings/.deps/libdbusconn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c -fPIC -DPIC -o dbus_bindings/.libs/libdbusconn.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message-append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-append.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/message-get-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-get-args.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF dbus_bindings/.deps/mainloop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c -fPIC -DPIC -o dbus_bindings/.libs/mainloop.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF dbus_bindings/.deps/message-append.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c -fPIC -DPIC -o dbus_bindings/.libs/message-append.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF dbus_bindings/.deps/message.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c -fPIC -DPIC -o dbus_bindings/.libs/message.o depbase=`echo dbus_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF dbus_bindings/.deps/message-get-args.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c -fPIC -DPIC -o dbus_bindings/.libs/message-get-args.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF dbus_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c -fPIC -DPIC -o dbus_bindings/.libs/module.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/pending-call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/pending-call.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/server.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/server.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/signature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/signature.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/string.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF dbus_bindings/.deps/pending-call.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c -fPIC -DPIC -o dbus_bindings/.libs/pending-call.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF dbus_bindings/.deps/server.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c -fPIC -DPIC -o dbus_bindings/.libs/server.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF dbus_bindings/.deps/signature.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c -fPIC -DPIC -o dbus_bindings/.libs/signature.o depbase=`echo dbus_bindings/validation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/validation.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF dbus_bindings/.deps/string.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c -fPIC -DPIC -o dbus_bindings/.libs/string.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_glib_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_glib_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/'`test/import-repeatedly.c /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -rpath /usr/libexec/installed-tests/dbus-python -m64 -o test/dbus_py_test.la test/dbus_py_test.lo -ldbus-1 libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF dbus_bindings/.deps/validation.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c -fPIC -DPIC -o dbus_bindings/.libs/validation.o mv -f test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo test/.deps/test_test_import_repeatedly-import-repeatedly.Po /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython3.4m -lsocket -lnsl -lintl -ldl -lsendfile -lm In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.4m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF dbus_glib_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c -fPIC -DPIC -o dbus_glib_bindings/.libs/module.o /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_bindings -m64 -o _dbus_bindings.la -rpath /usr/lib/python3.4/vendor-packages/64 dbus_bindings/abstract.lo dbus_bindings/bus.lo dbus_bindings/bytes.lo dbus_bindings/conn.lo dbus_bindings/conn-methods.lo dbus_bindings/containers.lo dbus_bindings/debug.lo dbus_bindings/exceptions.lo dbus_bindings/float.lo dbus_bindings/generic.lo dbus_bindings/int.lo dbus_bindings/unixfd.lo dbus_bindings/libdbusconn.lo dbus_bindings/mainloop.lo dbus_bindings/message-append.lo dbus_bindings/message.lo dbus_bindings/message-get-args.lo dbus_bindings/module.lo dbus_bindings/pending-call.lo dbus_bindings/server.lo dbus_bindings/signature.lo dbus_bindings/string.lo dbus_bindings/validation.lo -ldbus-1 In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,dbus_py_test.so -o test/.libs/dbus_py_test.so test/.libs/dbus_py_test.o -ldbus-1 -m64 -O3 -m64 cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: link: /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib -lpython3.4m -lsocket -lnsl -lintl -ldl -lsendfile -lm /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_glib_bindings -m64 -o _dbus_glib_bindings.la -rpath /usr/lib/python3.4/vendor-packages/64 dbus_glib_bindings/module.lo dbus-gmain/libdbus-gmain.la -ldbus-1 libtool: link: ( cd "test/.libs" && rm -f "dbus_py_test.la" && ln -s "../dbus_py_test.la" "dbus_py_test.la" ) libtool: link: /usr/gnu/bin/nm -B dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_bindings.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_bindings" ".libs/_dbus_bindings.exp" > ".libs/_dbus_bindings.expT" libtool: link: mv -f ".libs/_dbus_bindings.expT" ".libs/_dbus_bindings.exp" libtool: link: echo "{ global:" > .libs/_dbus_bindings.so.exp libtool: link: cat .libs/_dbus_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gnu/bin/nm -B dbus_glib_bindings/.libs/module.o dbus-gmain/.libs/libdbus-gmain.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_glib_bindings.exp libtool: link: echo "local: *; };" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_bindings.so.exp -Wl,-h -Wl,_dbus_bindings.so -o .libs/_dbus_bindings.so dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o -ldbus-1 -m64 -O3 -m64 libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_glib_bindings" ".libs/_dbus_glib_bindings.exp" > ".libs/_dbus_glib_bindings.expT" libtool: link: mv -f ".libs/_dbus_glib_bindings.expT" ".libs/_dbus_glib_bindings.exp" libtool: link: echo "{ global:" > .libs/_dbus_glib_bindings.so.exp libtool: link: cat .libs/_dbus_glib_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_glib_bindings.so.exp libtool: link: rm -f .libs/_dbus_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_glib_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_glib_bindings.so.exp -Wl,-h -Wl,_dbus_glib_bindings.so -o .libs/_dbus_glib_bindings.so dbus_glib_bindings/.libs/module.o -Wl,-z -Wl,allextract dbus-gmain/.libs/libdbus-gmain.a -Wl,-z -Wl,defaultextract -lglib-2.0 -ldbus-1 -m64 -O3 -m64 libtool: link: rm -f .libs/_dbus_glib_bindings.so.exp libtool: link: ( cd ".libs" && rm -f "_dbus_bindings.la" && ln -s "../_dbus_bindings.la" "_dbus_bindings.la" ) libtool: link: ( cd ".libs" && rm -f "_dbus_glib_bindings.la" && ln -s "../_dbus_glib_bindings.la" "_dbus_glib_bindings.la" ) make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64) (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" PYTHON=/usr/bin/python3.5 am_cv_python_pythondir="/usr/lib/python3.5/vendor-packages" am_cv_python_pyexecdir="/usr/lib/python3.5/vendor-packages" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 " FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin/amd64 --libdir=/usr/lib/amd64 --sbindir=/usr/sbin/amd64 --sysconfdir=/etc --disable-static) checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... /usr/gcc/6/bin/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 /usr/gcc/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for grep that handles long lines and -e... /usr/gnu/bin/grep checking for egrep... /usr/gnu/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/gnu/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for native Windows host... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/gnu/bin/sed checking for fgrep... /usr/gnu/bin/grep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/gnu/bin/nm -B checking the name lister (/usr/gnu/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/gnu/bin/nm -B output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/gnu/bin/dd checking how to truncate binary pipes... /usr/gnu/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for inline... inline checking for gawk... (cached) gawk checking for python... /usr/bin/python3.5 checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= '2.7'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.5m checking for Python library path... -L/usr/lib/amd64 -lpython3.5m checking for Python site-packages path... /usr/lib/python3.5/site-packages checking python extra libraries... -lsocket -lnsl -lintl -ldl -lsendfile -lm checking python extra linking flags... checking consistency of all components of python development environment... yes checking for python version... 3.5 checking for python platform... sunos5 checking for python script directory... (cached) /usr/lib/python3.5/vendor-packages checking for python extension module directory... (cached) /usr/lib/python3.5/vendor-packages checking python3.5 module: sphinx... no checking python3.5 module: sphinx_rtd_theme... no checking for dbus-run-session... /usr/bin/dbus-run-session checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for GLIB... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wdeprecated-declarations... yes checking whether C compiler accepts -Wno-duplicated-branches... yes checking whether C compiler accepts -Wno-redundant-decls... yes checking whether C compiler accepts -Wno-switch-default... yes checking whether C compiler accepts -Wno-write-strings... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... no checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... no checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-error=duplicated-branches... no checking whether C compiler accepts -Wno-error=redundant-decls... yes checking whether C compiler accepts -Wno-error=switch-default... yes checking whether C compiler accepts -Wno-error=write-strings... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking whether the linker accepts -Wl,--no-as-needed... no checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating dbus-gmain/Makefile config.status: creating dbus-python.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' Making all in dbus-gmain make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64/dbus-gmain' depbase=`echo dbus-gmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF $depbase.Tpo -c -o dbus-gmain.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF $depbase.Tpo -c -o tests/util.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tests/30574.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/30574.o -MD -MP -MF $depbase.Tpo -c -o tests/30574.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/30574.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/test-thread-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-server.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-server.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-server.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT dbus-gmain.lo -MD -MP -MF .deps/dbus-gmain.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/dbus-gmain.c -fPIC -DPIC -o .libs/dbus-gmain.o depbase=`echo tests/test-thread-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/test-thread-client.o -MD -MP -MF $depbase.Tpo -c -o tests/test-thread-client.o /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/test-thread-client.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain -I.. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I.. -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -m64 -O3 -MT tests/util.lo -MD -MP -MF tests/.deps/util.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus-gmain/tests/util.c -fPIC -DPIC -o tests/.libs/util.o /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o tests/libtest.la tests/util.lo -ldbus-1 -lglib-2.0 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -no-undefined -m64 -o libdbus-gmain.la dbus-gmain.lo -ldbus-1 -lglib-2.0 libtool: link: ar cru tests/.libs/libtest.a tests/.libs/util.o libtool: link: ranlib tests/.libs/libtest.a libtool: link: ( cd "tests/.libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" ) libtool: link: ar cru .libs/libdbus-gmain.a .libs/dbus-gmain.o libtool: link: ranlib .libs/libdbus-gmain.a libtool: link: ( cd ".libs" && rm -f "libdbus-gmain.la" && ln -s "../libdbus-gmain.la" "libdbus-gmain.la" ) /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 /bin/bash ../libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o libdbus-gmain.la tests/libtest.la -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-30574 tests/30574.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-client tests/test-thread-client.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -m64 -O3 -m64 -o tests/test-thread-server tests/test-thread-server.o ./.libs/libdbus-gmain.a tests/.libs/libtest.a -lglib-2.0 -ldbus-1 make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64/dbus-gmain' Making all in . make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python3.5|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/TestSuitePythonService.service.in > test/TestSuitePythonService.service /usr/gnu/bin/sed \ -e 's|[@]PYTHON[@]|/usr/bin/python3.5|g' \ -e 's|[@]G_TEST_SRCDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10|g' \ -e 's|[@]G_TEST_BUILDDIR[@]|/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64|g' \ /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/tmp-session-bus.conf.in > test/tmp-session-bus.conf depbase=`echo test/dbus_py_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF $depbase.Tpo -c -o test/dbus_py_test.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/abstract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/abstract.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bus.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/bytes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/bytes.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/dbus_py_test.lo -MD -MP -MF test/.deps/dbus_py_test.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c -fPIC -DPIC -o test/.libs/dbus_py_test.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/abstract.lo -MD -MP -MF dbus_bindings/.deps/abstract.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c -fPIC -DPIC -o dbus_bindings/.libs/abstract.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bytes.lo -MD -MP -MF dbus_bindings/.deps/bytes.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c -fPIC -DPIC -o dbus_bindings/.libs/bytes.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/bus.lo -MD -MP -MF dbus_bindings/.deps/bus.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c -fPIC -DPIC -o dbus_bindings/.libs/bus.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/test/dbus_py_test.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bytes.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/abstract.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/bus.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/conn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/conn-methods.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/conn-methods.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/containers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/containers.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/debug.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn.lo -MD -MP -MF dbus_bindings/.deps/conn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c -fPIC -DPIC -o dbus_bindings/.libs/conn.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/conn-methods.lo -MD -MP -MF dbus_bindings/.deps/conn-methods.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c -fPIC -DPIC -o dbus_bindings/.libs/conn-methods.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/containers.lo -MD -MP -MF dbus_bindings/.deps/containers.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c -fPIC -DPIC -o dbus_bindings/.libs/containers.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/conn-methods.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/debug.lo -MD -MP -MF dbus_bindings/.deps/debug.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c -fPIC -DPIC -o dbus_bindings/.libs/debug.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/containers.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/exceptions.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/debug.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/float.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/float.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/generic.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/int.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/exceptions.lo -MD -MP -MF dbus_bindings/.deps/exceptions.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c -fPIC -DPIC -o dbus_bindings/.libs/exceptions.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/float.lo -MD -MP -MF dbus_bindings/.deps/float.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c -fPIC -DPIC -o dbus_bindings/.libs/float.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/exceptions.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/unixfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/unixfd.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/float.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/generic.lo -MD -MP -MF dbus_bindings/.deps/generic.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c -fPIC -DPIC -o dbus_bindings/.libs/generic.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/int.lo -MD -MP -MF dbus_bindings/.deps/int.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c -fPIC -DPIC -o dbus_bindings/.libs/int.o depbase=`echo dbus_bindings/libdbusconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/libdbusconn.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/generic.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/int.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/mainloop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/mainloop.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/unixfd.lo -MD -MP -MF dbus_bindings/.deps/unixfd.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c -fPIC -DPIC -o dbus_bindings/.libs/unixfd.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/libdbusconn.lo -MD -MP -MF dbus_bindings/.deps/libdbusconn.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c -fPIC -DPIC -o dbus_bindings/.libs/libdbusconn.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/unixfd.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/message-append.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-append.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/libdbusconn.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/mainloop.lo -MD -MP -MF dbus_bindings/.deps/mainloop.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c -fPIC -DPIC -o dbus_bindings/.libs/mainloop.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/message-get-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/message-get-args.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c &&\ mv -f $depbase.Tpo $depbase.Plo In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/mainloop.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-append.lo -MD -MP -MF dbus_bindings/.deps/message-append.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c -fPIC -DPIC -o dbus_bindings/.libs/message-append.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message.lo -MD -MP -MF dbus_bindings/.deps/message.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c -fPIC -DPIC -o dbus_bindings/.libs/message.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-append.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/message-get-args.lo -MD -MP -MF dbus_bindings/.deps/message-get-args.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c -fPIC -DPIC -o dbus_bindings/.libs/message-get-args.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/message-get-args.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/module.lo -MD -MP -MF dbus_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c -fPIC -DPIC -o dbus_bindings/.libs/module.o cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/module.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dbus_bindings/pending-call.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/pending-call.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/server.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/server.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c &&\ mv -f $depbase.Tpo $depbase.Plo cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/signature.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/signature.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_bindings/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/string.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/server.lo -MD -MP -MF dbus_bindings/.deps/server.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c -fPIC -DPIC -o dbus_bindings/.libs/server.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/pending-call.lo -MD -MP -MF dbus_bindings/.deps/pending-call.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c -fPIC -DPIC -o dbus_bindings/.libs/pending-call.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/server.c:30: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/signature.lo -MD -MP -MF dbus_bindings/.deps/signature.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c -fPIC -DPIC -o dbus_bindings/.libs/signature.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/string.lo -MD -MP -MF dbus_bindings/.deps/string.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c -fPIC -DPIC -o dbus_bindings/.libs/string.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/pending-call.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/signature.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/string.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' depbase=`echo dbus_bindings/validation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF $depbase.Tpo -c -o dbus_bindings/validation.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dbus_glib_bindings/module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF $depbase.Tpo -c -o dbus_glib_bindings/module.lo /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c &&\ mv -f $depbase.Tpo $depbase.Plo /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/'`test/import-repeatedly.c /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -rpath /usr/libexec/installed-tests/dbus-python -m64 -o test/dbus_py_test.la test/dbus_py_test.lo -ldbus-1 mv -f test/.deps/test_test_import_repeatedly-import-repeatedly.Tpo test/.deps/test_test_import_repeatedly-import-repeatedly.Po /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib/amd64 -lpython3.5m -lsocket -lnsl -lintl -ldl -lsendfile -lm libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_bindings/validation.lo -MD -MP -MF dbus_bindings/.deps/validation.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c -fPIC -DPIC -o dbus_bindings/.libs/validation.o libtool: compile: /usr/gcc/6/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10 -include config.h -I/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/python3.5m -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -MT dbus_glib_bindings/module.lo -MD -MP -MF dbus_glib_bindings/.deps/module.Tpo -c /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c -fPIC -DPIC -o dbus_glib_bindings/.libs/module.o In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/dbus_bindings-internal.h:37, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_bindings/validation.c:28: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:39:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-server.h:116:1: warning: 'dbus_clear_server' defined but not used [-Wunused-function] dbus_clear_server (DBusServer **pointer_to_server) ^~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:37:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-pending-call.h:88:1: warning: 'dbus_clear_pending_call' defined but not used [-Wunused-function] dbus_clear_pending_call (DBusPendingCall **pointer_to_pending_call) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-bus.h:30:0, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-connection.h:465:1: warning: 'dbus_clear_connection' defined but not used [-Wunused-function] dbus_clear_connection (DBusConnection **pointer_to_connection) ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus-connection.h:33:0, from /usr/include/dbus-1.0/dbus/dbus-bus.h:30, from /usr/include/dbus-1.0/dbus/dbus.h:31, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-message.h:367:1: warning: 'dbus_clear_message' defined but not used [-Wunused-function] dbus_clear_message (DBusMessage **pointer_to_message) ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/dbus-1.0/dbus/dbus.h:30:0, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h:35, from /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus_glib_bindings/module.c:29: /usr/include/dbus-1.0/dbus/dbus-address.h:75:1: warning: 'dbus_clear_address_entries' defined but not used [-Wunused-function] dbus_clear_address_entries (DBusAddressEntry ***pointer_to_entries) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: warning: unrecognized command line option '-Wno-duplicated-branches' cc1: warning: unrecognized command line option '-Wno-duplicated-branches' libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,dbus_py_test.so -o test/.libs/dbus_py_test.so test/.libs/dbus_py_test.o -ldbus-1 -m64 -O3 -m64 /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_bindings -m64 -o _dbus_bindings.la -rpath /usr/lib/python3.5/vendor-packages dbus_bindings/abstract.lo dbus_bindings/bus.lo dbus_bindings/bytes.lo dbus_bindings/conn.lo dbus_bindings/conn-methods.lo dbus_bindings/containers.lo dbus_bindings/debug.lo dbus_bindings/exceptions.lo dbus_bindings/float.lo dbus_bindings/generic.lo dbus_bindings/int.lo dbus_bindings/unixfd.lo dbus_bindings/libdbusconn.lo dbus_bindings/mainloop.lo dbus_bindings/message-append.lo dbus_bindings/message.lo dbus_bindings/message-get-args.lo dbus_bindings/module.lo dbus_bindings/pending-call.lo dbus_bindings/server.lo dbus_bindings/signature.lo dbus_bindings/string.lo dbus_bindings/validation.lo -ldbus-1 /bin/bash ./libtool --tag=CC --mode=link /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -module -avoid-version -export-symbols-regex \(PyInit__\|init_\)dbus_glib_bindings -m64 -o _dbus_glib_bindings.la -rpath /usr/lib/python3.5/vendor-packages dbus_glib_bindings/module.lo dbus-gmain/libdbus-gmain.la -ldbus-1 libtool: link: /usr/gcc/6/bin/gcc -fno-strict-aliasing -Wdeprecated-declarations -Wno-duplicated-branches -Wno-redundant-decls -Wno-switch-default -Wno-write-strings -Wall -Wextra -Wundef -Wpointer-arith -Wmissing-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wdouble-promotion -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wno-error=redundant-decls -Wno-error=switch-default -Wno-error=write-strings -Wno-error=unused-parameter -Wno-error=missing-field-initializers -m64 -O3 -m64 -o test/test-import-repeatedly test/test_test_import_repeatedly-import-repeatedly.o -L/usr/lib/amd64 -lpython3.5m -lsocket -lnsl -lintl -ldl -lsendfile -lm libtool: link: ( cd "test/.libs" && rm -f "dbus_py_test.la" && ln -s "../dbus_py_test.la" "dbus_py_test.la" ) libtool: link: /usr/gnu/bin/nm -B dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_bindings.exp libtool: link: /usr/gnu/bin/nm -B dbus_glib_bindings/.libs/module.o dbus-gmain/.libs/libdbus-gmain.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/gnu/bin/sed 's/.* //' | sort | uniq > .libs/_dbus_glib_bindings.exp libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_glib_bindings" ".libs/_dbus_glib_bindings.exp" > ".libs/_dbus_glib_bindings.expT" libtool: link: /usr/gnu/bin/grep -E -e "(PyInit__|init_)dbus_bindings" ".libs/_dbus_bindings.exp" > ".libs/_dbus_bindings.expT" libtool: link: mv -f ".libs/_dbus_glib_bindings.expT" ".libs/_dbus_glib_bindings.exp" libtool: link: mv -f ".libs/_dbus_bindings.expT" ".libs/_dbus_bindings.exp" libtool: link: echo "{ global:" > .libs/_dbus_glib_bindings.so.exp libtool: link: echo "{ global:" > .libs/_dbus_bindings.so.exp libtool: link: cat .libs/_dbus_glib_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_glib_bindings.so.exp libtool: link: cat .libs/_dbus_bindings.exp | /usr/gnu/bin/sed -e "s/\(.*\)/\1;/" >> .libs/_dbus_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_glib_bindings.so.exp libtool: link: echo "local: *; };" >> .libs/_dbus_bindings.so.exp libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_glib_bindings.so.exp -Wl,-h -Wl,_dbus_glib_bindings.so -o .libs/_dbus_glib_bindings.so dbus_glib_bindings/.libs/module.o -Wl,-z -Wl,allextract dbus-gmain/.libs/libdbus-gmain.a -Wl,-z -Wl,defaultextract -lglib-2.0 -ldbus-1 -m64 -O3 -m64 libtool: link: /usr/gcc/6/bin/gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-M -Wl,.libs/_dbus_bindings.so.exp -Wl,-h -Wl,_dbus_bindings.so -o .libs/_dbus_bindings.so dbus_bindings/.libs/abstract.o dbus_bindings/.libs/bus.o dbus_bindings/.libs/bytes.o dbus_bindings/.libs/conn.o dbus_bindings/.libs/conn-methods.o dbus_bindings/.libs/containers.o dbus_bindings/.libs/debug.o dbus_bindings/.libs/exceptions.o dbus_bindings/.libs/float.o dbus_bindings/.libs/generic.o dbus_bindings/.libs/int.o dbus_bindings/.libs/unixfd.o dbus_bindings/.libs/libdbusconn.o dbus_bindings/.libs/mainloop.o dbus_bindings/.libs/message-append.o dbus_bindings/.libs/message.o dbus_bindings/.libs/message-get-args.o dbus_bindings/.libs/module.o dbus_bindings/.libs/pending-call.o dbus_bindings/.libs/server.o dbus_bindings/.libs/signature.o dbus_bindings/.libs/string.o dbus_bindings/.libs/validation.o -ldbus-1 -m64 -O3 -m64 libtool: link: rm -f .libs/_dbus_glib_bindings.so.exp libtool: link: rm -f .libs/_dbus_bindings.so.exp libtool: link: ( cd ".libs" && rm -f "_dbus_glib_bindings.la" && ln -s "../_dbus_glib_bindings.la" "_dbus_glib_bindings.la" ) libtool: link: ( cd ".libs" && rm -f "_dbus_bindings.la" && ln -s "../_dbus_bindings.la" "_dbus_bindings.la" ) make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-35/amd64/.built (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' Making install in dbus-gmain make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/dbus-gmain' Making install in . make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages' /bin/bash ./libtool --mode=install /usr/gnu/bin/install -c _dbus_bindings.la _dbus_glib_bindings.la '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages' libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_bindings.la libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_glib_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_glib_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/_dbus_glib_bindings.la libtool: warning: remember to run 'libtool --finish /usr/lib/python2.7/vendor-packages' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/dbus/mainloop' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/glib.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/dbus/mainloop' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/bus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/connection.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_compat.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_dbus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/decorators.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/exceptions.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_expat_introspect_parser.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/gi_service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/glib.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/lowlevel.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/proxies.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/server.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/types.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/gobject_service.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/dbus' Byte-compiling python modules... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.pydbus/gobject_service.py Byte-compiling python modules (optimized versions) ... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.pydbus/gobject_service.py /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/pkgconfig' /usr/gnu/bin/install -c -m 644 dbus-python.pc '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/pkgconfig' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/i86/.installed (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' Making install in dbus-gmain make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/dbus-gmain' Making install in . make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages' /bin/bash ./libtool --mode=install /usr/gnu/bin/install -c _dbus_bindings.la _dbus_glib_bindings.la '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages' libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_bindings.la libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_glib_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_glib_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/_dbus_glib_bindings.la libtool: warning: remember to run 'libtool --finish /usr/lib/python3.4/vendor-packages' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/dbus/mainloop' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/glib.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/dbus/mainloop' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/bus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/connection.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_compat.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_dbus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/decorators.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/exceptions.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_expat_introspect_parser.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/gi_service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/glib.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/lowlevel.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/proxies.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/server.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/types.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python3.4/vendor-packages/dbus' Byte-compiling python modules... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.py Byte-compiling python modules (optimized versions) ... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.py /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/pkgconfig' /usr/gnu/bin/install -c -m 644 dbus-python.pc '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/pkgconfig' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/i86/.installed (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' Making install in dbus-gmain make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/dbus-gmain' Making install in . make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64' /bin/bash ./libtool --mode=install /usr/gnu/bin/install -c _dbus_bindings.la _dbus_glib_bindings.la '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64' libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_bindings.la libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.so /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_glib_bindings.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_glib_bindings.so libtool: install: /usr/gnu/bin/install -c .libs/_dbus_glib_bindings.lai /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/_dbus_glib_bindings.la libtool: warning: remember to run 'libtool --finish /usr/lib/python2.7/vendor-packages/64' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/include/dbus/dbus-python.h '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/include/dbus-1.0/dbus' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/dbus/mainloop' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/mainloop/glib.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/dbus/mainloop' /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/dbus' /usr/gnu/bin/install -c -m 644 /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/bus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/connection.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_compat.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_dbus.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/decorators.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/exceptions.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/_expat_introspect_parser.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/gi_service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/glib.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/__init__.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/lowlevel.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/proxies.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/server.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/service.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/types.py /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/dbus-python-1.2.10/dbus/gobject_service.py '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/python2.7/vendor-packages/64/dbus' Byte-compiling python modules... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.pydbus/gobject_service.py Byte-compiling python modules (optimized versions) ... dbus/mainloop/__init__.pydbus/mainloop/glib.pydbus/bus.pydbus/connection.pydbus/_compat.pydbus/_dbus.pydbus/decorators.pydbus/exceptions.pydbus/_expat_introspect_parser.pydbus/gi_service.pydbus/glib.pydbus/__init__.pydbus/lowlevel.pydbus/proxies.pydbus/server.pydbus/service.pydbus/types.pydbus/gobject_service.py /usr/gnu/bin/mkdir -p '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/amd64/pkgconfig' /usr/gnu/bin/install -c -m 644 dbus-python.pc '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386/usr/lib/amd64/pkgconfig' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-27/amd64/.installed (cd /jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' Making install in dbus-gmain make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64/dbus-gmain' Making install in . make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/python/dbus-python/build/python-34/amd64' make[5]: Entering directory '/jenkins/jo