[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_34 #3379

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Apr 12 11:16:09 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_armhf_34/3379/>

------------------------------------------
[...truncated 578 lines...]
cp src/netwib-src/src/config.dat /build/netw-ib-ox-ag-5.39.0/debian/tmp/netwib.dat
sed -i \
-e 's|NETWIBDEF_INSTPREFIX=.*$|NETWIBDEF_INSTPREFIX=/usr|g' \
src/netwib-src/src/config.dat
cd src/netwib-src/src && ./genemake && cd ../../..
Netwib version 5.39.0 (5 39 0)
Loading config.dat
System name selection
 NETWIBDEF_SYSNAME=Linux
System architecture selection
 NETWIBDEF_SYSARCH=arm
Checking programs
 gcc yes
 ar yes
 ranlib yes
 grep yes
Checking directories
 /usr yes
 /usr/include yes
 /usr/lib yes
 /usr/bin yes
Warning: the man directory '/usr/man' wasn't found
Warning: the man3 directory '/usr/man/man3' wasn't found
Compilation options selection
Check if compiler works
 simple_test yes
 real_test yes
 exec real_test yes
 real_test with -fno-strict-aliasing yes
 real_test with -Wundef yes
 real_test with -Wsign-compare yes
 real_test with -Wextra yes
Processor endianness selection
 compile yes
 exec program yes
 NETWIBDEF_ARCH_ENDIAN=0
Processor size selection
 compile yes
 exec program yes
 NETWIBDEF_ARCH_BITS=32
Processor alignment selection
 NETWIBDEF_ARCH_ALIGN=1
Obtain variables size
 char yes
 exec program yes
 type char is of size 8 bits
 short yes
 exec program yes
 type short is of size 16 bits
 int yes
 exec program yes
 type int is of size 32 bits
 long yes
 exec program yes
 type long is of size 32 bits
 long long yes
 exec program yes
 type long long is of size 64 bits
Summary:
 NETWIBDEF_TYPE_INT8=char
 NETWIBDEF_TYPE_INT16=short
 NETWIBDEF_TYPE_INT32=int
 NETWIBDEF_TYPE_INT64=long long
Library selection
 posix threads [-lpthread] yes
 /usr/include/pcap/ exists
 libpcap yes
 libnet-config yes
 libnet 1.0 no
 libnet 1.0 [2nd try] no
 libnet 1.1 yes
 pty/tty (-lutil) yes
Check present includes
 pthread.h yes
 stropts.h yes
 sched.h yes
 pty.h yes
 sys/poll.h yes
 sys/param.h yes
 sys/sysctl.h yes
 sys/ioctl.h yes
 sys/sockio.h no
 sys/dlpi.h no
 sys/dlpi.h [+sys/types.h] no
 sys/bufmod.h no
 sys/bufmod.h [+sys/types.h] no
 sys/mman.h yes
 net/ethernet.h yes
 net/if_arp.h yes
 net/if_types.h no
 net/if_dl.h no
 net/if_dl.h [+sys/types.h] no
 net/if_dl.h [+sys/types.h,sys/socket.h] no
 net/bpf.h no
 net/bpf.h [+sys/types.h] no
 net/bpf.h [+sys/types.h,sys/time.h] no
 netinet/if_ether.h yes
 netinet/ether.h yes
 netpacket/packet.h yes
 asm/page.h no
 mach/machine/vm_param.h no
 machine/param.h no
Check include conflicts
 net/if_arp.h [+sys/types.h,sys/socket.h,net/if.h] yes
Check present types
 size_t yes
 socklen_t yes
 sighandler_t yes
 sig_t yes
 off_t yes
 pthread_rwlock_t yes
 sockaddr_in6 yes
Check present fields
 tm_gmtoff yes
 sockaddr.sa_len no
 sockaddr_in.sain_len no
 sockaddr_in.sain_len no
Check present functions
 ether_ntohost yes
 ether_hostton yes
 exec ether_hostton yes
 hstrerror yes
 snprintf yes
 pcap_freecode (1 param) yes
 pcap_freecode (2 param) no
 pcap_open_dead yes
 poll yes
 dirfd yes
 fpathconf yes
 pathconf yes
 sysconf yes
 getpagesize yes
 getrlimit yes
 nanosleep yes
 usleep yes
 gettimeofday yes
 clock_gettime yes
 pthread_delay_np no
 pthread_mutex_timedlock yes
 pthread_rwlock_timedrdlock yes
 pthread_rwlock_timedwrlock yes
 pthread_yield yes
 sched_yield yes
 getpwnam_r yes
 getgrnam_r yes
 getgrgid_r yes
 readdir_r yes
 gethostbyname_r yes
 gethostbyaddr_r yes
 getnameinfo yes
 getaddrinfo yes
 getipnodebyname no
 getipnodebyaddr no
 localtime_r yes
Check present variables
 h_errno yes
 PATH_MAX yes
 NAME_MAX yes
 PAGE_SIZE no
 PAGESIZE no
 BIOCSHDRCMPLT no
 SIOCGLIFCONF no
 AF_INET6 yes
 _SC_GETPW_R_SIZE_MAX yes
 _SC_GETGR_R_SIZE_MAX yes
Generate the different files
 Creation of netwib/def.h
 Creation of ./compil/unix/netwib-config
 Creation of Makefile

Summary:
    NETWIBDEF_SYSNAME:          Linux
    NETWIBDEF_SYSARCH:          arm
    NETWIBDEF_ARCH_ENDIAN:      small endian processor
    NETWIBDEF_ARCH_BITS:        32 bits
    NETWIBDEF_LIBPCAPINSTALLED: libpcap installed
    NETWIBDEF_LIBNETINSTALLED:  libnet installed
End of genemake

OK - You can now compile with 'make'
cd src/netwib-src/src && /usr/bin/make libnetwib.so && cd ../../..
make[1]: Entering directory '/build/netw-ib-ox-ag-5.39.0/src/netwib-src/src'
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/priv.c -I. -I/usr/include/pcap/  -o netwib/dat/priv.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/priv.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/debug.c -I. -I/usr/include/pcap/  -o netwib/dat/debug.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/debug.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/c.c -I. -I/usr/include/pcap/  -o netwib/dat/c.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/c.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/c2.c -I. -I/usr/include/pcap/  -o netwib/dat/c2.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/c2.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/ptr.c -I. -I/usr/include/pcap/  -o netwib/dat/ptr.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/ptr.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/buf.c -I. -I/usr/include/pcap/  -o netwib/dat/buf.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/buf.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/bufpool.c -I. -I/usr/include/pcap/  -o netwib/dat/bufpool.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/bufpool.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -Wall -O2  -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -fno-strict-aliasing -fPIC -c netwib/dat/bufenc.c -I. -I/usr/include/pcap/  -o netwib/dat/bufenc.lo
In file included from /usr/include/stdlib.h:24:0,
                 from ./netwib/inc/maininc.h:90,
                 from netwib/dat/bufenc.c:22:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
/srv/reproducible-results/rbuild-debian-1XJ0gwgA/tmp.jUcr54szH9:	 40.7% -- replaced with /srv/reproducible-results/rbuild-debian-1XJ0gwgA/tmp.jUcr54szH9.gz
INFO: Starting at 2016-04-12 11:16:09.191924
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)



More information about the Qa-jenkins-scm mailing list