checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for malloc... yes checking for realloc... yes checking for memset... yes checking for socket... yes checking for getopt_long... yes checking for select... yes checking for strdup... yes checking for strtol... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating addrdb/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> linux-zigbee 0.3.1 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' Making all in lib make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' CC libcommon_la-printbuf.lo CC libcommon_la-genl.lo CC libcommon_la-parse.lo CC libcommon_la-shash.lo CC libcommon_la-logging.lo CC libcommon_la-nl_policy.lo CCLD libcommon.la make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' Making all in addrdb make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' YACC coord-config-parse.c /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:105.1-5: warning: POSIX Yacc does not support %code [-Wyacc] 105 | %code requires { | ^~~~~ /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 115 | %error-verbose | ^~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 115 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 116 | %pure-parser | ^~~~~~~~~~~~ /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 116 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] updating coord-config-parse.output updating coord-config-parse.h /usr/bin/make all-am make[4]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' CC coord-config-parse.lo CC coord-config-lex.lo CC addrdb.lo addrdb.c: In function 'addrdb_dump_leases': addrdb.c:187:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 187 | "lease {\n\thwaddr %s;" | ^~~~~~~~~~~~~~~~~~~~~~~ 188 | "\n\tshortaddr 0x%04x;\n\ttimestamp 0x%08lx;\n};\n", 189 | hwaddr_buf, lease->short_addr, lease->time); | ~~~~~~~~~~~ | | | time_t {aka long long int} addrdb.c:188:67: note: format string is defined here 188 | "\n\tshortaddr 0x%04x;\n\ttimestamp 0x%08lx;\n};\n", | ~~~~^ | | | long unsigned int | %08llx addrdb.c:181:75: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ^ addrdb.c:180:17: note: 'snprintf' output 25 bytes into a destination of size 24 180 | snprintf(hwaddr_buf, sizeof(hwaddr_buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | lease->hwaddr[0], lease->hwaddr[1], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | lease->hwaddr[2], lease->hwaddr[3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184 | lease->hwaddr[4], lease->hwaddr[5], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 | lease->hwaddr[6], lease->hwaddr[7]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libaddrdb.la make[4]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' Making all in src make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' CC izchat.o CCLD izchat CC serial.o CCLD izattach CC izcoordinator-coordinator.o CCLD izcoordinator CC iz-iz.o CC iz-iz-common.o CC iz-iz-mac.o CC iz-iz-phy.o CCLD iz make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' Making all in tests make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' CC listen-packet.o CCLD listen-packet CC test1.o CCLD test1 CC test2.o CCLD test2 CC test3.o CCLD test3 CC test4.o CCLD test4 CC test5.o CCLD test5 CC test6.o CCLD test6 CC test7.o CCLD test7 CC gnl-gnl.o CCLD gnl CC listen.o CCLD izlisten make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' >>> linux-zigbee 0.3.1 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 DESTDIR=/home/autobuild/autobuild/instance-1/output-1/target install -C /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' Making install in lib make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/lib' Making install in addrdb make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' /usr/bin/make install-am make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/addrdb' Making install in src make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c izchat '/home/autobuild/autobuild/instance-1/output-1/target/usr/bin' libtool: install: /usr/bin/install -c izchat /home/autobuild/autobuild/instance-1/output-1/target/usr/bin/izchat /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c izattach izcoordinator iz '/home/autobuild/autobuild/instance-1/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c izattach /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/izattach libtool: install: /usr/bin/install -c izcoordinator /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/izcoordinator libtool: install: /usr/bin/install -c iz /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/iz /usr/bin/make install-data-hook make[4]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' /bin/sh /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /home/autobuild/autobuild/instance-1/output-1/target`dirname /var/run/izcoordinator.leases` /bin/sh /home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /home/autobuild/autobuild/instance-1/output-1/target`dirname /var/run/izcoordinator.pid` make[4]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/src' Making install in tests make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/' /bin/sh ../libtool --mode=install /usr/bin/install -c listen-packet test1 test2 test3 test4 test5 test6 test7 gnl izlisten '/home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/' libtool: install: /usr/bin/install -c listen-packet /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/listen-packet libtool: install: /usr/bin/install -c test1 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test1 libtool: install: /usr/bin/install -c test2 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test2 libtool: install: /usr/bin/install -c test3 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test3 libtool: install: /usr/bin/install -c test4 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test4 libtool: install: /usr/bin/install -c test5 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test5 libtool: install: /usr/bin/install -c test6 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test6 libtool: install: /usr/bin/install -c test7 /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/test7 libtool: install: /usr/bin/install -c gnl /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/gnl libtool: install: /usr/bin/install -c izlisten /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin/izlisten make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[3]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/include' /usr/bin/install -c -m 644 include/ieee802154.h include/nl802154.h '/home/autobuild/autobuild/instance-1/output-1/target/usr/include' make[3]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linux-zigbee-0.3.1' linuxptp-4.2.tgz: OK (sha256: 70e38e5d2764e0217443da6f14e8846fe401a472293ac138d8419c07a665447a) >>> linuxptp 4.2 Extracting gzip -d -c /home/autobuild/autobuild/instance-1/dl/linuxptp/linuxptp-4.2.tgz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2 -xf - >>> linuxptp 4.2 Patching >>> linuxptp 4.2 Configuring >>> linuxptp 4.2 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" CROSS_COMPILE="/home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-" KBUILD_OUTPUT=/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /usr/bin/make -j1 prefix=/usr EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 " EXTRA_LDFLAGS="" -C /home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2 all make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2' DEPEND bmc.c DEPEND clock.c DEPEND clockadj.c DEPEND clockcheck.c DEPEND config.c DEPEND designated_fsm.c DEPEND e2e_tc.c DEPEND fault.c DEPEND filter.c DEPEND mave.c DEPEND mmedian.c DEPEND fsm.c DEPEND hash.c DEPEND interface.c DEPEND monitor.c DEPEND msg.c DEPEND phc.c DEPEND port.c DEPEND port_signaling.c DEPEND pqueue.c DEPEND print.c DEPEND ptp4l.c DEPEND p2p_tc.c DEPEND rtnl.c DEPEND linreg.c DEPEND ntpshm.c DEPEND nullf.c DEPEND pi.c DEPEND refclock_sock.c DEPEND servo.c DEPEND sk.c DEPEND stats.c DEPEND tc.c DEPEND raw.c DEPEND transport.c DEPEND udp.c DEPEND udp6.c DEPEND uds.c DEPEND telecom.c DEPEND tlv.c DEPEND tsproc.c DEPEND unicast_client.c DEPEND unicast_fsm.c DEPEND unicast_service.c DEPEND util.c DEPEND version.c DEPEND hwstamp_ctl.c DEPEND nsm.c DEPEND phc2sys.c DEPEND phc_ctl.c DEPEND pmc.c DEPEND pmc_agent.c DEPEND pmc_common.c DEPEND sysoff.c DEPEND timemaster.c DEPEND ts2phc.c DEPEND lstab.c DEPEND nmea.c DEPEND serial.c DEPEND sock.c DEPEND ts2phc_generic_pps_source.c DEPEND ts2phc_nmea_pps_source.c DEPEND ts2phc_phc_pps_source.c DEPEND ts2phc_pps_sink.c DEPEND ts2phc_pps_source.c DEPEND tz2alt.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ptp4l.o ptp4l.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o bmc.o bmc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o clock.o clock.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o clockadj.o clockadj.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o clockcheck.o clockcheck.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o config.o config.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o designated_fsm.o designated_fsm.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o e2e_tc.o e2e_tc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o fault.o fault.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o filter.o filter.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o mave.o mave.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o mmedian.o mmedian.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o fsm.o fsm.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o hash.o hash.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o interface.o interface.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o monitor.o monitor.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o msg.o msg.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o phc.o phc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o port.o port.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o port_signaling.o port_signaling.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o pqueue.o pqueue.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o print.o print.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o p2p_tc.o p2p_tc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o rtnl.o rtnl.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o linreg.o linreg.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ntpshm.o ntpshm.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o nullf.o nullf.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o pi.o pi.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o refclock_sock.o refclock_sock.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o servo.o servo.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o sk.o sk.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o stats.o stats.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o tc.o tc.c tc.c: In function 'tc_complete_syfup': tc.c:221:14: warning: 'fup' may be used uninitialized [-Wmaybe-uninitialized] 221 | c1 = net2host64(fup->header.correction); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tc.c:181:29: note: 'fup' was declared here 181 | struct ptp_message *fup; | ^~~ /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o raw.o raw.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o transport.o transport.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o udp.o udp.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o udp6.o udp6.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o uds.o uds.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o telecom.o telecom.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o tlv.o tlv.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o tsproc.o tsproc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o unicast_client.o unicast_client.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o unicast_fsm.o unicast_fsm.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o unicast_service.o unicast_service.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o util.o util.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o version.o version.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc ptp4l.o bmc.o clock.o clockadj.o clockcheck.o config.o designated_fsm.o e2e_tc.o fault.o filter.o mave.o mmedian.o fsm.o hash.o interface.o monitor.o msg.o phc.o port.o port_signaling.o pqueue.o print.o p2p_tc.o rtnl.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o stats.o tc.o raw.o transport.o udp.o udp6.o uds.o telecom.o tlv.o tsproc.o unicast_client.o unicast_fsm.o unicast_service.o util.o version.o -lm -lrt -pthread -o ptp4l /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o hwstamp_ctl.o hwstamp_ctl.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc hwstamp_ctl.o version.o -lm -lrt -pthread -o hwstamp_ctl /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o nsm.o nsm.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc nsm.o config.o filter.o mave.o mmedian.o hash.o interface.o msg.o phc.o print.o rtnl.o sk.o raw.o transport.o udp.o udp6.o uds.o tlv.o tsproc.o util.o version.o -lm -lrt -pthread -o nsm /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o phc2sys.o phc2sys.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o pmc_agent.o pmc_agent.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o pmc_common.o pmc_common.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o sysoff.o sysoff.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc phc2sys.o clockadj.o clockcheck.o config.o hash.o interface.o msg.o phc.o pmc_agent.o pmc_common.o print.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o stats.o sysoff.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o phc2sys /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o phc_ctl.o phc_ctl.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc phc_ctl.o phc.o sk.o util.o clockadj.o sysoff.o print.o version.o -lm -lrt -pthread -o phc_ctl /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o pmc.o pmc.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc pmc.o config.o hash.o interface.o msg.o phc.o pmc_common.o print.o sk.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o pmc /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o timemaster.o timemaster.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc timemaster.o phc.o print.o rtnl.o sk.o util.o version.o -lm -lrt -pthread -o timemaster /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc.o ts2phc.c In file included from ts2phc.c:20: ts2phc.c: In function 'ts2phc_clock_add_tstamp': ts2phc.c:150:18: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__time_t' {aka 'long long int'} [-Wformat=] 150 | pr_debug("adding tstamp %ld.%09ld to clock %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 151 | ts.tv_sec, ts.tv_nsec, clock->name); | ~~~~~~~~~ | | | __time_t {aka long long int} print.h:60:26: note: in definition of macro 'PRINT_CL' 60 | print(l, x); \ | ^ ts2phc.c:150:9: note: in expansion of macro 'pr_debug' 150 | pr_debug("adding tstamp %ld.%09ld to clock %s", | ^~~~~~~~ ts2phc.c:150:35: note: format string is defined here 150 | pr_debug("adding tstamp %ld.%09ld to clock %s", | ~~^ | | | long int | %lld /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o lstab.o lstab.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o nmea.o nmea.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o serial.o serial.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o sock.o sock.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc_generic_pps_source.o ts2phc_generic_pps_source.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc_nmea_pps_source.o ts2phc_nmea_pps_source.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc_phc_pps_source.o ts2phc_phc_pps_source.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc_pps_sink.o ts2phc_pps_sink.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o ts2phc_pps_source.o ts2phc_pps_source.c /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc ts2phc.o config.o clockadj.o hash.o interface.o msg.o phc.o pmc_agent.o pmc_common.o print.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o lstab.o nmea.o serial.o sock.o ts2phc_generic_pps_source.o ts2phc_nmea_pps_source.o ts2phc_phc_pps_source.o ts2phc_pps_sink.o ts2phc_pps_source.o tlv.o transport.o raw.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o ts2phc /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -c -o tz2alt.o tz2alt.c In file included from tz2alt.c:17: tz2alt.c: In function 'show_timezone_info': tz2alt.c:129:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 132 | tz->timestamp, | ~~~~~~~~~~~~~ | | | time_t {aka long long int} print.h:60:26: note: in definition of macro 'PRINT_CL' 60 | print(l, x); \ | ^ tz2alt.c:129:9: note: in expansion of macro 'pr_debug' 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~ tz2alt.c:129:30: note: format string is defined here 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ~~^ | | | long int | %lld tz2alt.c:129:18: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 133 | tz->local_utc_offset, | ~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} print.h:60:26: note: in definition of macro 'PRINT_CL' 60 | print(l, x); \ | ^ tz2alt.c:129:9: note: in expansion of macro 'pr_debug' 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~ tz2alt.c:129:44: note: format string is defined here 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ~~^ | | | long int | %lld tz2alt.c:129:18: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=] 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 135 | tz->local_tai_offset, | ~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} print.h:60:26: note: in definition of macro 'PRINT_CL' 60 | print(l, x); \ | ^ tz2alt.c:129:9: note: in expansion of macro 'pr_debug' 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ^~~~~~~~ tz2alt.c:129:69: note: format string is defined here 129 | pr_debug("%s %s ts %ld local-utc %ld tai-utc %d local-tai %ld %s", | ~~^ | | | long int | %lld /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc tz2alt.o config.o hash.o interface.o lstab.o msg.o phc.o pmc_common.o print.o sk.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o tz2alt make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2' >>> linuxptp 4.2 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" CROSS_COMPILE="/home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-" KBUILD_OUTPUT=/home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /usr/bin/make -j1 prefix=/usr EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 " EXTRA_LDFLAGS="" DESTDIR=/home/autobuild/autobuild/instance-1/output-1/target -C /home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2 install make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2' install -p -m 755 -d /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin /home/autobuild/autobuild/instance-1/output-1/target/usr/man/man8 install ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc tz2alt /home/autobuild/autobuild/instance-1/output-1/target/usr/sbin for x in ptp4l.8 hwstamp_ctl.8 nsm.8 phc2sys.8 phc_ctl.8 pmc.8 timemaster.8 ts2phc.8 tz2alt.8; do \ [ -f $x ] && install -p -m 644 -t /home/autobuild/autobuild/instance-1/output-1/target/usr/man/man8 $x ; \ done make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/linuxptp-4.2' /usr/bin/install -D -m 644 package/linuxptp/linuxptp.cfg /home/autobuild/autobuild/instance-1/output-1/target/etc/linuxptp.cfg lmbench-3.0-a9.tgz: OK (sha256: cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551) >>> lmbench 3.0-a9 Extracting gzip -d -c /home/autobuild/autobuild/instance-1/dl/lmbench/lmbench-3.0-a9.tgz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9 -xf - >>> lmbench 3.0-a9 Patching Applying 0001-scripts-build-use-bin-bash-as-shell.patch using patch: patching file scripts/build Applying 0002-src-Makefile-add-lmbench-to-list-of-executables.patch using patch: patching file src/Makefile Applying 0003-TOO_LONG-100-usec-to-prevent-memsize-from-timingout-.patch using patch: patching file src/memsize.c Applying 0004-Fix-garbage-pointer-for-lat_rpc-S-localhost.patch using patch: patching file src/lat_rpc.c >>> lmbench 3.0-a9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lmbench 3.0-a9 Configuring sed -i 's/CFLAGS=/CFLAGS+=/g' /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src/Makefile sed -i 's/LDLIBS=/LDLIBS+=/g' /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/scripts/build sed -i '/cd .*doc/d' /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src/Makefile sed -i '/include/d' /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src/Makefile touch /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/.stamp_configured >>> lmbench 3.0-a9 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 `/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config --cflags libtirpc`" LDLIBS="`/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config --libs libtirpc`" OS=mipsel CC="/home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc" -C /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src' make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src' /home/autobuild/autobuild/instance-1/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g2 -I/home/autobuild/autobuild/instance-1/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/include/tirpc -DSYS5 -Dvalloc=malloc -DS_IFIFO=S_IFFIFO -c lib_tcp.c -o ../bin/mipsel/lib_tcp.o In file included from lib_tcp.c:9: bench.h:81:13: error: conflicting types for 'socklen_t'; have 'int' 81 | typedef int socklen_t; | ^~~~~~~~~ In file included from bench.h:17: /home/autobuild/autobuild/instance-1/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include/unistd.h:278:21: note: previous declaration of 'socklen_t' with type 'socklen_t' {aka 'unsigned int'} 278 | typedef __socklen_t socklen_t; | ^~~~~~~~~ make[2]: *** [Makefile:224: ../bin/mipsel/lib_tcp.o] Error 1 make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src' make[1]: *** [Makefile:114: lmbench] Error 2 make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/src' make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-1/output-1/build/lmbench-3.0-a9/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'