NetBSD-CI archive

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

Automated report: NetBSD-current/pmax build failure



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

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

An extract from the build.sh output follows:

    *** Failed commands:
    	if [ "X${IMAGERUNTIME}" != "X" ]; then				 release_destdir=${CUROBJDIR}/${WORKDIR};		 cd ${DESTDIR};						 for imge in ${IMAGERUNTIME};				 do							 ${TOOL_PAX} ${PAX_TIMESTAMP} -rw -pp ${PAX_v}	 $${imge} $$release_destdir;		 done;							 cd "${CUROBJDIR}";					 fi
    	=> if [ "X" != "X" ]; then				 release_destdir=/tmp/build/2025.08.29.16.31.09-pmax/obj/distrib/pmax/ramdisk/work;		 cd /tmp/build/2025.08.29.16.31.09-pmax/destdir;						 for imge in ;				 do							 /tmp/build/2025.08.29.16.31.09-pmax/tools/bin/nbpax --timestamp "1756485069" -rw -pp -v	 ${imge} $release_destdir;		 done;							 cd "/tmp/build/2025.08.29.16.31.09-pmax/obj/distrib/pmax/ramdisk";					 fi
    	for i in ${IMAGESPECEXTRA}; do 					 if [ -n "$$i" ] && [ -e ${WORKDIR}/$$i ]; then 		 ${MAKESPEC} -d ${WORKDIR} $$i >> ${WORKSPEC}; 	 fi; 							 done
    	=> for i in ; do 					 if [ -n "$i" ] && [ -e work/$i ]; then 		 /bin/sh /tmp/build/2025.08.29.16.31.09-pmax/src/etc/makespec -d work $i >> work.spec; 	 fi; 							 done
    	[ "${.OODATE}" = ${WORKBUILT} -a -f ${IMAGE} -a ! ${IMAGE} -ot ${WORKBUILT} ]  || {  ${_MKSHMSG_CREATE} ${.CURDIR:T}/${.TARGET};  rm -f ${.TARGET} ${.TARGET}.tmp;  ${TOOL_MAKEFS} -t ffs -B ${IMAGEENDIAN} -s ${IMAGESIZE} -F ${WORKSPEC}  -xx ${MAKEFS_TIMESTAMP} -N ${NETBSDSRCDIR}/etc ${IMGMAKEFSOPTIONS}  -o optimization=space,minfree=0  ${MAKEFS_FLAGS} ${.TARGET}.tmp ${WORKDIR}  && mv -f ${.TARGET}.tmp ${.TARGET};  }
    	=> [ "work.built" = work.built -a -f ramdisk.fs -a ! ramdisk.fs -ot work.built ]  || {  echo '#  ' " create " ramdisk/ramdisk.fs;  rm -f ramdisk.fs ramdisk.fs.tmp;  /tmp/build/2025.08.29.16.31.09-pmax/tools/bin/nbmakefs -t ffs -B le -s 4500k -F work.spec  -xx -T "1756485069" -N /tmp/build/2025.08.29.16.31.09-pmax/src/etc -o bsize=4096,fsize=512  -o optimization=space,minfree=0  -f 15 ramdisk.fs.tmp work  && mv -f ramdisk.fs.tmp ramdisk.fs;  }
    *** [ramdisk.fs] Error code 1
    nbmake[4]: stopped making "all" in /tmp/build/2025.08.29.16.31.09-pmax/src/distrib/pmax/ramdisk
    nbmake[4]: 1 error
    nbmake[4]: stopped making "all" in /tmp/build/2025.08.29.16.31.09-pmax/src/distrib/pmax/ramdisk
    nbmake[3]: stopped making "all" in /tmp/build/2025.08.29.16.31.09-pmax/src/distrib/pmax
    nbmake[2]: stopped making "all" in /tmp/build/2025.08.29.16.31.09-pmax/src/distrib
    nbmake[1]: stopped making "release" in /tmp/build/2025.08.29.16.31.09-pmax/src/etc
    nbmake: stopped making "release" in /tmp/build/2025.08.29.16.31.09-pmax/src
    ERROR: Failed to make release

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

    2025.08.29.16.31.09 christos src/share/mk/bsd.own.mk 1.1432

Logs can be found at:

    https://releng.NetBSD.org/b5reports/pmax/commits-2025.08.html#2025.08.29.16.31.09


Home | Main Index | Thread Index | Old Index