From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:09:11 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C25B77F9; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A8F9DA8; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 774B2922; Thu, 16 Apr 2015 16:09:11 +0000 (UTC) Date: Thu, 16 Apr 2015 16:09:08 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, ngie@FreeBSD.org, tijl@FreeBSD.org, jch@FreeBSD.org, emaste@FreeBSD.org, delphij@FreeBSD.org, kevlo@FreeBSD.org, araujo@FreeBSD.org, allanjude@FreeBSD.org, bdrewery@FreeBSD.org Message-ID: <532886338.28.1429200551036.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #2650 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-Mailman-Approved-At: Thu, 16 Apr 2015 16:16:52 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 16:09:11 -0000 See Changes: [jch] Fix an old and well-documented use-after-free race condition in TCP timers: - Add a reference from tcpcb to its inpcb - Defer tcpcb deletion until TCP timers have finished Differential Revision:=09https://reviews.freebsd.org/D2079 Submitted by:=09=09jch, Marc De La Gueronniere Reviewed by:=09=09imp, rrs, adrian, jhb, bz Approved by:=09=09jhb Sponsored by:=09=09Verisign, Inc. [kevlo] Enable LDO to 2.5V before efuse r/w action in order to prevent incorrect mac address read from efuse. Reported by:=09swills Tested by:=09rpaulo and myself on RPi [tijl] Fix build after r281550 when WITHOUT_ICONV is defined. Reported by:=09adrian MFC after:=092 weeks [ngie] Fix race when testing for ETXTBSY writing to ${n0} (process image) b= y making sure the process has been started beforehand with pgrep pkill the process afterwards to make sure it's dead when the unlink is run (not strictly required, but I was being conservative) MFC after: 1 week Reviewed by: Darius O'Conner, mjohnston Sponsored by: EMC / Isilon Storage Division [araujo] Remove duplicate header entry. [bdrewery] Remove extra flags from r250462. MFC after:=091 week [emaste] vidcontrol: make size argument optional again for syscons r273544 changed the -f option allow no arguments in vt mode (used to reset the font back to the default), but broke the optionality of the size argument for syscons. Drop the required argument from syscons' optstring for -f so the optional argument handler works the same way for both syscons and vt. Reported by:=09bde Sponsored by:=09The FreeBSD Foundation [delphij] Verify if the saved hostid is still the same and update if it was changed. Sponsored by:=09iXsystems, Inc. Obtained from:=09FreeNAS (trueos commit 0abb740) [allanjude] Fix syntax errors in conditions for new features in freebsd-upd= ate Differential Revision:=09https://reviews.freebsd.org/D1550 Submitted by:=09kmoore Approved by:=09delphij Obtained from:=09PCBSD MFC after:=091 week X-MFC-With:=09279571 Sponsored by:=09ScaleEngine Inc. ------------------------------------------ [...truncated 72325 lines...] --- _ftruncate.S --- --- _truncate.S --- --- _lseek.S --- printf '#include "compat.h"\n' > _lseek.S printf '#include "SYS.h"\nPSEUDO(lseek)\n' >> _lseek.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_lseek.S --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _gettimeofday.S --- --- _utimensat.S --- --- _truncate.S --- printf '#include "compat.h"\n' > _truncate.S printf '#include "SYS.h"\nPSEUDO(truncate)\n' >> _truncate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_truncate.S --- _ftruncate.S --- printf '#include "compat.h"\n' > _ftruncate.S printf '#include "SYS.h"\nPSEUDO(ftruncate)\n' >> _ftruncate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_ftruncate.S --- _gettimeofday.S --- printf '#include "compat.h"\n' > _gettimeofday.S printf '#include "SYS.h"\nPSEUDO(gettimeofday)\n' >> _gettimeofday.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_gettimeofday.S --- _accept.S --- --- _connect.S --- --- _fsync.S --- --- _utimensat.S --- printf '#include "compat.h"\n' > _utimensat.S printf '#include "SYS.h"\nPSEUDO(utimensat)\n' >> _utimensat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_utimensat.S --- _msync.S --- --- _fsync.S --- printf '#include "compat.h"\n' > _fsync.S --- _accept.S --- printf '#include "compat.h"\n' > _accept.S printf '#include "SYS.h"\nPSEUDO(accept)\n' >> _accept.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_accept.S --- _fsync.S --- printf '#include "SYS.h"\nPSEUDO(fsync)\n' >> _fsync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_fsync.S --- _connect.S --- printf '#include "compat.h"\n' > _connect.S --- _nanosleep.S --- --- _connect.S --- printf '#include "SYS.h"\nPSEUDO(connect)\n' >> _connect.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_connect.S --- _open.S --- --- _openat.S --- --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- _poll.S --- --- _nanosleep.S --- printf '#include "compat.h"\n' > _nanosleep.S printf '#include "SYS.h"\nPSEUDO(nanosleep)\n' >> _nanosleep.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_nanosleep.S --- _openat.S --- printf '#include "compat.h"\n' > _openat.S printf '#include "SYS.h"\nPSEUDO(openat)\n' >> _openat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_openat.S --- _recvfrom.S --- --- _recvmsg.S --- --- _poll.S --- printf '#include "compat.h"\n' > _poll.S printf '#include "SYS.h"\nPSEUDO(poll)\n' >> _poll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_poll.S --- _open.S --- printf '#include "compat.h"\n' > _open.S printf '#include "SYS.h"\nPSEUDO(open)\n' >> _open.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_open.S --- _setcontext.S --- --- _sigsuspend.S --- --- _recvmsg.S --- printf '#include "compat.h"\n' > _recvmsg.S --- _recvfrom.S --- printf '#include "compat.h"\n' > _recvfrom.S printf '#include "SYS.h"\nPSEUDO(recvfrom)\n' >> _recvfrom.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvfrom.S --- _recvmsg.S --- printf '#include "SYS.h"\nPSEUDO(recvmsg)\n' >> _recvmsg.S --- _setcontext.S --- printf '#include "compat.h"\n' > _setcontext.S --- _sigtimedwait.S --- --- _sigsuspend.S --- printf '#include "compat.h"\n' > _sigsuspend.S printf '#include "SYS.h"\nPSEUDO(sigsuspend)\n' >> _sigsuspend.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigsuspend.S --- _setcontext.S --- printf '#include "SYS.h"\nPSEUDO(setcontext)\n' >> _setcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_setcontext.S --- _recvmsg.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvmsg.S --- _swapcontext.S --- --- _wait4.S --- --- _write.S --- --- _sigtimedwait.S --- printf '#include "compat.h"\n' > _sigtimedwait.S printf '#include "SYS.h"\nPSEUDO(sigtimedwait)\n' >> _sigtimedwait.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigtimedwait.S --- _swapcontext.S --- printf '#include "compat.h"\n' > _swapcontext.S --- _writev.S --- --- _swapcontext.S --- printf '#include "SYS.h"\nPSEUDO(swapcontext)\n' >> _swapcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_swapcontext.S --- _wait4.S --- printf '#include "compat.h"\n' > _wait4.S printf '#include "SYS.h"\nPSEUDO(wait4)\n' >> _wait4.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_wait4.S --- crypt.h --- --- _writev.S --- printf '#include "compat.h"\n' > _writev.S printf '#include "SYS.h"\nPSEUDO(writev)\n' >> _writev.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_writev.S --- _write.S --- printf '#include "compat.h"\n' > _write.S printf '#include "SYS.h"\nPSEUDO(write)\n' >> _write.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_write.S --- gdtoa_strtorx.c --- --- gdtoa_dmisc.c --- --- gdtoa_gethex.c --- --- crypt.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o crypt.h --- gdtoa_dmisc.c --- ln -sf gdtoa_dmisc.c --- gdtoa_strtorx.c --- ln -sf gdtoa_strtorx.c --- gdtoa_gethex.c --- ln -sf gdtoa_gethex.c --- gdtoa_gmisc.c --- --- gdtoa_hd_init.c --- --- gdtoa_hexnan.c --- --- gdtoa_gmisc.c --- ln -sf gdtoa_gmisc.c --- gdtoa_hexnan.c --- ln -sf gdtoa_hexnan.c --- gdtoa_hd_init.c --- ln -sf gdtoa_hd_init.c --- gdtoa_misc.c --- ln -sf gdtoa_misc.c --- gdtoa_smisc.c --- --- gdtoa_strtod.c --- --- gdtoa_strtodg.c --- --- gdtoa_smisc.c --- ln -sf gdtoa_smisc.c --- gdtoa_strtod.c --- ln -sf gdtoa_strtod.c --- gdtoa_strtodg.c --- ln -sf gdtoa_strtodg.c --- gdtoa_strtof.c --- --- gdtoa_strtord.c --- --- gdtoa_strtof.c --- ln -sf gdtoa_strtof.c --- gdtoa_ulp.c --- --- jemalloc_arena.c --- --- gdtoa_strtord.c --- ln -sf gdtoa_strtord.c --- gdtoa_ulp.c --- ln -sf gdtoa_ulp.c --- jemalloc_bitmap.c --- --- jemalloc_chunk.c --- --- jemalloc_arena.c --- ln -sf jemalloc_arena.c --- jemalloc_chunk_dss.c --- --- jemalloc_bitmap.c --- ln -sf jemalloc_bitmap.c --- jemalloc_chunk.c --- ln -sf jemalloc_chunk.c --- jemalloc_chunk_dss.c --- ln -sf jemalloc_chunk_dss.c --- jemalloc_chunk_mmap.c --- --- jemalloc_extent.c --- --- jemalloc_huge.c --- --- jemalloc_mb.c --- --- jemalloc_chunk_mmap.c --- ln -sf jemalloc_chunk_mmap.c --- jemalloc_extent.c --- ln -sf jemalloc_extent.c --- jemalloc_huge.c --- ln -sf jemalloc_huge.c --- jemalloc_mb.c --- ln -sf jemalloc_mb.c --- jemalloc_mutex.c --- --- jemalloc_quarantine.c --- --- jemalloc_rtree.c --- --- jemalloc_tsd.c --- --- jemalloc_mutex.c --- ln -sf jemalloc_mutex.c --- jemalloc_quarantine.c --- ln -sf jemalloc_quarantine.c --- subr_acl_nfs4.c --- --- yp.h --- --- jemalloc_rtree.c --- ln -sf jemalloc_rtree.c --- jemalloc_tsd.c --- ln -sf jemalloc_tsd.c --- crypt_clnt.c --- --- crypt_xdr.c --- --- subr_acl_nfs4.c --- cat > subr_acl_nfs4.c --- yp.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o yp.h --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c --- nslexer.c --- lex -P_nsyy -onslexer.c.tmp1 sed -e '/YY_BUF_SIZE/s/16384/1024/' nslexer.c.tmp1 >nslexer.c.tmp2 rm -f nslexer.c.tmp1 mv -f nslexer.c.tmp2 nslexer.c --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I -I -I -DNLS -D__DBINTERFACE_PRIVATE -I -I -DINET6 -= I -I -D_ACL_PRIVATE -DPOSIX_MISTAKE -I -I -I -I -I -DBROKEN_DES -DPORTMAP -DDES= _BUILTIN -I -= DYP -DNS_CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=3Dgnu99 = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/errlst.c> = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/semctl.c> = = <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/srand48.c> <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/gen/telldir.c> cancelpoints_= sem.c cancelpoints_sem_new.c = = = nslexer.c nsparser.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/posix1e/mac.c> = subr_acl_nfs4.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdtime/timelocal.= c> = syscall.S link.S un= link.S chdir.S fchdir.S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid= .S mount.S unmount.S setuid.S getuid.S geteuid.S getpeername.S getsockname.= S access.S chflags.S fchflags.S sync.S kill.S getppid.S dup.S getegid.S pro= fil.S ktrace.S getgid.S acct.S sigaltstack.S ioctl.S revoke.S symlink.S rea= dlink.S execve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S m= incore.S getgroups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S g= etitimer.S getdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind= .S setsockopt.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S f= chmod.S setreuid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpa= ir.S mkdir.S rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S n= fssvc.S freebsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getd= omainname.S freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S se= msys.S msgsys.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_ad= jtime.S setgid.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpat= hconf.S getrlimit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S= freebsd6_lseek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock= .S munlock.S undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S se= mop.S freebsd7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.= S shmdt.S shmget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_de= lete.S ktimer_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcou= nter.S ffclock_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S n= tp_gettime.S minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S= lio_listio.S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S = nstat.S nfstat.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S f= hstat.S modnext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldf= ind.S kldnext.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S ai= o_return.S aio_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S = mlockall.S munlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_= setscheduler.S sched_getscheduler.S sched_yield.S sched_get_priority_max.S = sched_get_priority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile= .S kldsym.S jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebs= d4_sigreturn.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_f= d.S __acl_delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclch= eck_fd.S extattrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_= file.S aio_waitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S= extattr_get_fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S = nmount.S __mac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S = __mac_set_fd.S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_= syscall.S getfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.= S ksem_wait.S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_get= value.S ksem_destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S ex= tattr_set_link.S extattr_get_link.S extattr_delete_link.S __mac_execve.S sw= apoff.S __acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclchec= k_link.S thr_create.S thr_exit.S thr_self.S thr_kill.S jail_attach.S extatt= r_list_fd.S extattr_list_file.S extattr_list_link.S ksem_timedwait.S thr_su= spend.S thr_wake.S kldunloadf.S audit.S auditon.S getauid.S setauid.S getau= dit.S setaudit.S getaudit_addr.S setaudit_addr.S auditctl.S _umtx_op.S thr_= new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedreceive.S kmq_timedsend.= S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_fsync.S rtprio_thre= ad.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_sendmsg_iov.S sctp_= generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cpuset.S cpuset_setid= .S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinity.S faccessat.S fch= modat.S fchownat.S fexecve.S fstatat.S futimesat.S linkat.S mkdirat.S mkfif= oat.S mknodat.S readlinkat.S renameat.S symlinkat.S unlinkat.S posix_openpt= .S gssd_syscall.S jail_get.S jail_set.S jail_remove.S closefrom.S __semctl.= S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_enter.S cap_getmode.= S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginclass.S rctl_get_rac= ct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S rctl_remove_rule.S = posix_fallocate.S posix_fadvise.S wait6.S cap_rights_limit.S cap_ioctls_lim= it.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat.S connecta= t.S chflagsat.S pipe2.S aio_mlock.S procctl.S ppoll.S _getlogin.S _exit.S _= pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_gettime.= S _gettimeofday.S _futimens.S _utimensat.S _accept.S _accept4.S _aio_suspen= d.S _close.S _connect.S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanos= leep.S _open.S _openat.S _poll.S _pselect.S _read.S _readv.S _recvfrom.S _r= ecvmsg.S _select.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask.S _sigsu= spend.S _sigtimedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _wait4.S _= write.S _writev.S _sigaction.S crypt_clnt.c= crypt_xdr.c yp_xdr.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/amd64/stdlib/lldiv= .S> gdtoa_strtorx= .c gdtoa_dmisc.c gdtoa_dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gd= toa_hd_init.c gdtoa_hexnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdto= a_strtodg.c gdtoa_strtof.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdlib/remque.c> <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/stdlib/strfmon.c> = jemalloc_jemalloc.c jemalloc_arena.c jemalloc_atomic.c jemallo= c_base.c jemalloc_bitmap.c jemalloc_chunk.c jemalloc_chunk_dss.c jemalloc_c= hunk_mmap.c jemalloc_ckh.c jemalloc_ctl.c jemalloc_extent.c jemalloc_hash.c= jemalloc_huge.c jemalloc_mb.c jemalloc_mutex.c jemalloc_prof.c jemalloc_qu= arantine.c jemalloc_rtree.c jemalloc_stats.c jemalloc_tcache.c jemalloc_tsd= .c jemalloc_util.c <= https://jenkins.freebsd.org/job/FreeBSD_HEAD/ws/lib/libc/string/wcsnlen.c> = = :47= :10: fatal error: 'nsparser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in 1 error make[4]: stopped in A failure has been detected in another branch of the parallel make make[3]: stopped in *** [libraries] Error code 2 make[2]: stopped in 1 error make[2]: stopped in *** [_libraries] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildworld] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure