Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Automated report: NetBSD-current/i386 build failure



This is an automatically generated notice of a NetBSD-current/i386
build failure.

The failure occurred on babylon5.netbsd.org, a NetBSD/amd64 host,
using sources from CVS date 2019.09.19.04.09.34.

An extract from the build.sh output follows:

    /tmp/bracket/build/2019.09.19.04.09.34-i386/src/sys/rump/net/lib/libnet/../../../../net/route.c: In function 'rtcache_percpu_init_cpu':
    /tmp/bracket/build/2019.09.19.04.09.34-i386/src/sys/rump/net/lib/libnet/../../../../net/route.c:2229:9: error: implicit declaration of function 'kmem_zalloc'; did you mean 'vmem_xalloc'? [-Werror=implicit-function-declaration]
      *rop = kmem_zalloc(sizeof(**rop), KM_SLEEP);
             ^~~~~~~~~~~
             vmem_xalloc
    /tmp/bracket/build/2019.09.19.04.09.34-i386/src/sys/rump/net/lib/libnet/../../../../net/route.c:2229:36: error: 'KM_SLEEP' undeclared (first use in this function); did you mean 'VM_SLEEP'?
      *rop = kmem_zalloc(sizeof(**rop), KM_SLEEP);
                                        ^~~~~~~~
                                        VM_SLEEP
    /tmp/bracket/build/2019.09.19.04.09.34-i386/src/sys/rump/net/lib/libnet/../../../../net/route.c:2229:36: note: each undeclared identifier is reported only once for each function it appears in
    cc1: all warnings being treated as errors
    *** [route.o] Error code 1
    nbmake[8]: stopped in /tmp/bracket/build/2019.09.19.04.09.34-i386/src/sys/rump/net/lib/libnet
    1 error

The following commits were made between the last successful build and
the failed build:

    2019.09.19.03.37.31 msaitoh src/sys/dev/scsipi/scsipi_base.c,v 1.183
    2019.09.19.04.08.29 ozaki-r src/sys/net/route.c,v 1.220
    2019.09.19.04.08.29 ozaki-r src/sys/net/route.h,v 1.125
    2019.09.19.04.08.29 ozaki-r src/sys/netinet/ip_input.c,v 1.391
    2019.09.19.04.08.29 ozaki-r src/sys/netinet6/ip6_forward.c,v 1.97
    2019.09.19.04.08.29 ozaki-r src/sys/netinet6/ip6_input.c,v 1.210
    2019.09.19.04.08.30 ozaki-r src/sys/netipsec/ipsec_output.c,v 1.83
    2019.09.19.04.09.34 ozaki-r src/sys/netinet/wqinput.c,v 1.6

Log files can be found at:

    http://releng.NetBSD.org/b5reports/i386/commits-2019.09.html#2019.09.19.04.09.34


Home | Main Index | Thread Index | Old Index