From owner-freebsd-stable@freebsd.org Fri Apr 29 12:04:15 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB4FB1F4AD for ; Fri, 29 Apr 2016 12:04:15 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D421E8C for ; Fri, 29 Apr 2016 12:04:14 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u3TC409W077786 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Apr 2016 14:04:00 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u3TC3xdD077783; Fri, 29 Apr 2016 14:04:00 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Fri, 29 Apr 2016 14:03:59 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: "Eugene M. Zheganin" cc: FreeBSD stable Subject: Re: booting from separate zfs pool In-Reply-To: <5721BF5C.1070201@norma.perm.ru> Message-ID: References: <5721BF5C.1070201@norma.perm.ru> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 12:04:15 -0000 On Thu, 28 Apr 2016 12:44+0500, Eugene M. Zheganin wrote: > Hi. > > So, I'm still struggling with my problem when I cannot boot from a big > zfs 2T pool (I have written some messages about a year ago, the whole > story is too long and irrelevant to retell it, I'll only notice that I > took the path where I'm about to boot from a separate zfs pool closer to > the beginning of the disk). > > I've created such a smaller pool, called it zboot. I've read pjd@ letter > explaining that when FreeBSD sees several bootable pools, it chooses the > first one - that's fine with me, since the new pool partition's number > is smaller than the big one. So, I created zboot, set the mountpoint to > legacy, wrote the content to it's /boot directory (and yes, I did call > the 'make installkernel DESTDIR=/zboot') and rebooted. Are you sure /zboot/boot/zfsloader, /zboot/boot/kernel/kernel, /zboot/boot/kernel/opensolaris.ko, and /zboot/boot/kernel/zfs.ko exists when you manually mount the bootfs as /zboot? What's the bootfs properties on these pools? Run: zpool get bootfs For both pools the bootfs property should probably be unset. I have never unset a bootfs property in my life, but maybe this will work: zpool set bootfs= zboot zpool set bootfs= zroot I have a similar setup in a VM at home due to Oracle VirtualBox in EFI mode only presenting two drives at boot time, where zboot/BOOT/20160428-r298705 is set as the bootfs on the zboot pool, and the mountpoint is set to /bootpool. Further, boot/loader.conf on the small bootfs redirects the kernel to use zroot/ROOT/20160428-r298705 as the rootfs, i.e. vfs.root.mountfrom="zfs:zroot/ROOT/20160428-r298705". The rootfs contains a symlink named boot, pointing to bootpool/boot. "df / /bootpool" will show something similar to this: zroot/ROOT/20160428-r298705 / zboot/BOOT/20160428-r298705 /bootpool > Strage thing happened next - I got > > > Can't find /boot/zfsloader > > FreeBSD/x86 boot > Default: zboot:/boot/kernel/kernel > boot: > | > Can't find /boot/kernel/kernel > > > I booted back from USB stick (that I'm using to boot my machine) and > rechecked these files - everything mentioned here is in it's place. > > Does someone have the idea what I'm doing wrong ? May be this has > something to do with the fact that zboot does contain only the /boot > directory, and not the full rootfs ? > > Thanks. > Eugene. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-stable@freebsd.org Sat Apr 30 12:58:44 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1A7B1CECF for ; Sat, 30 Apr 2016 12:58:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE2D17AB; Sat, 30 Apr 2016 12:58:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 41422604; Sat, 30 Apr 2016 12:58:42 +0000 (UTC) Date: Sat, 30 Apr 2016 12:58:39 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <764037485.11.1462021120307.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #236 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_stable_10 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 12:58:44 -0000 See ------------------------------------------ [...truncated 317360 lines...] cd /builds/workspace/FreeBSD_stable_10/src/etc/autofs; make install install -o root -g wheel -m 755 include_ldap special_hosts special_media s= pecial_noauto special_null /builds/workspace/FreeBSD_stable_10/package/src/= etc/autofs cd /builds/workspace/FreeBSD_stable_10/src/etc/bluetooth; make install install -o root -g wheel -m 600 hcsecd.conf /builds/workspace/FreeBSD_st= able_10/package/src/etc/bluetooth/hcsecd.conf install -o root -g wheel -m 644 hosts /builds/workspace/FreeBSD_stable_1= 0/package/src/etc/bluetooth/hosts install -o root -g wheel -m 444 protocols /builds/workspace/FreeBSD_stable= _10/package/src/etc/bluetooth cd /builds/workspace/FreeBSD_stable_10/src/etc/defaults; make install install -o root -g wheel -m 444 devfs.rules periodic.conf rc.conf bluetoot= h.device.conf /builds/workspace/FreeBSD_stable_10/package/src/etc/defaults cd /builds/workspace/FreeBSD_stable_10/src/etc/devd; make install install -o root -g wheel -m 644 asus.conf hyperv.conf uath.conf usb.conf z= fs.conf /builds/workspace/FreeBSD_stable_10/package/src/etc/devd cd /builds/workspace/FreeBSD_stable_10/src/etc/gss; make install install -o root -g wheel -m 444 mech qop /builds/workspace/FreeBSD_stable_= 10/package/src/etc/gss cd /builds/workspace/FreeBSD_stable_10/src/etc/ntp; make install install -o root -g wheel -m 644 leap-seconds /builds/workspace/FreeBSD_sta= ble_10/package/src/etc/ntp cd /builds/workspace/FreeBSD_stable_10/src/etc/periodic; make install =3D=3D=3D> daily (install) install -o root -g wheel -m 755 100.clean-disks 110.clean-tmps 120.clean-p= reserve 200.backup-passwd 210.backup-aliases 330.news 400.status-disks 401.= status-graid 406.status-gmirror 407.status-graid3 408.status-gstripe 409.st= atus-gconcat 420.status-network 450.status-security 510.status-world-kernel= 999.local 310.accounting 300.calendar 130.clean-msgs 480.status-ntpd 480.l= eapfile-ntpd 140.clean-rwho 430.status-rwho 150.clean-hoststat 440.status-m= ailq 460.status-mail-rejects 500.queuerun 404.status-zfs 800.scrub-zfs /bui= lds/workspace/FreeBSD_stable_10/package/src/etc/periodic/daily =3D=3D=3D> security (install) install -o root -g wheel -m 755 100.chksetuid 110.neggrpperm 200.chkmounts= 300.chkuid0 400.passwdless 410.logincheck 700.kernelmsg 800.loginfail 900.= tcpwrap security.functions 510.ipfdenied 610.ipf6denied 500.ipfwdenied 550.= ipfwlimit 520.pfdenied /builds/workspace/FreeBSD_stable_10/package/src/etc/= periodic/security =3D=3D=3D> weekly (install) install -o root -g wheel -m 755 340.noid 450.status-security 999.local 310= .locate 320.whatis 330.catman /builds/workspace/FreeBSD_stable_10/package/s= rc/etc/periodic/weekly =3D=3D=3D> monthly (install) install -o root -g wheel -m 755 450.status-security 999.local 200.accounti= ng /builds/workspace/FreeBSD_stable_10/package/src/etc/periodic/monthly cd /builds/workspace/FreeBSD_stable_10/src/etc/pkg; make install install -o root -g wheel -m 644 FreeBSD.conf /builds/workspace/FreeBSD_sta= ble_10/package/src/etc/pkg cd /builds/workspace/FreeBSD_stable_10/src/etc/rc.d; make install install -o root -g wheel -m 555 DAEMON FILESYSTEMS LOGIN NETWORKING SERVER= S abi addswap adjkerntz archdep atm1 atm2 atm3 auditd auditdistd bgfsck blu= etooth bridge bthidd cleanvar cleartmp cron ctld ddb defaultroute devd devf= s dhclient dmesg dumpon faith fsck gbde geli geli2 gptboot growfs gssd hcse= cd hostid hostid_save hostname initrandom ip6addrctl ipfilter ipfs ipfw ipm= on ipnat ipsec ipxrouted kadmind kdc kfd kld kldxref kpasswdd ldconfig loca= l localpkg lockd mixer motd mountcritlocal mountcritremote mountlate mdconf= ig mdconfig2 mountd mroute6d mrouted msgs natd netif netoptions netwait new= syslog nfsclient nfscbd nfsd nfsuserd nisdomain nscd nsswitch ntpdate pf pf= log pfsync postrandom ppp pppoed pwcheck quota random rarpd rctl resolv rfc= omm_pppd_server root route6d routing rpcbind rtadvd rtsold savecore sdpd se= curelevel serial sppp sshd statd static_arp static_ndp stf swap swaplate sy= sctl syslogd tmp ubthidhci ugidfw local_unbound utx var virecover watchdogd= ypbind yppasswdd ypserv ypset ypupdated ypxfrd zfs zvol accounting power_p= rofile powerd amd apm apmd automount automountd autounmountd bootparams bsn= mpd ccd ftpd hastd inetd iscsictl iscsid jail ipropd_master ipropd_slave mo= used syscons lpd othermta ntpd keyserv ftp-proxy rwho routed sendmail timed= hostapd wpa_supplicant /builds/workspace/FreeBSD_stable_10/package/src/etc= /rc.d cd /builds/workspace/FreeBSD_stable_10/src/etc/../share/termcap; make etc-t= ermcap ln -fs /usr/share/misc/termcap /builds/workspace/FreeBSD_stable_10/package/= src/etc/termcap cd /builds/workspace/FreeBSD_stable_10/src/etc/../usr.sbin/rmt; make etc-rm= t rm -f /builds/workspace/FreeBSD_stable_10/package/src/etc/rmt ln -s /usr/sbin/rmt /builds/workspace/FreeBSD_stable_10/package/src/etc/rmt cd /builds/workspace/FreeBSD_stable_10/src/etc/pam.d; make install install -o root -g wheel -m 444 README /builds/workspace/FreeBSD_stable_= 10/package/src/etc/pam.d/README install -o root -g wheel -m 644 atrun cron ftpd imap login other passwd po= p3 rsh sshd su system telnetd xdm /builds/workspace/FreeBSD_stable_10/packa= ge/src/etc/pam.d /builds/workspace/FreeBSD_stable_10/package/src/etc/pam.d/ftp -> /builds/wo= rkspace/FreeBSD_stable_10/package/src/etc/pam.d/ftpd cd /builds/workspace/FreeBSD_stable_10/src/etc; install -o root -g wheel -m= 0444 /builds/workspace/FreeBSD_stable_10/src/etc/../contrib/openbsm/etc/a= udit_class /builds/workspace/FreeBSD_stable_10/src/etc/../contrib/openbsm/= etc/audit_event /builds/workspace/FreeBSD_stable_10/package/src/etc/securit= y cd /builds/workspace/FreeBSD_stable_10/src/etc; install -o root -g wheel -m= 0600 /builds/workspace/FreeBSD_stable_10/src/etc/../contrib/openbsm/etc/a= udit_control /builds/workspace/FreeBSD_stable_10/src/etc/../contrib/openbs= m/etc/audit_user /builds/workspace/FreeBSD_stable_10/package/src/etc/securi= ty cd /builds/workspace/FreeBSD_stable_10/src/etc; install -o root -g wheel -m= 0500 /builds/workspace/FreeBSD_stable_10/src/etc/../contrib/openbsm/etc/a= udit_warn /builds/workspace/FreeBSD_stable_10/package/src/etc/security if [ ! -e /builds/workspace/FreeBSD_stable_10/package/src/etc/unbound ]; th= en install -l s ../var/unbound /builds/workspace/FreeBSD_stable_10/package= /src/etc/unbound; fi cd /builds/workspace/FreeBSD_stable_10/src/etc/sendmail; make distribution install -o root -g wheel -m 644 /builds/workspace/FreeBSD_stable_10/src/et= c/sendmail/freebsd.mc freebsd.cf /builds/workspace/FreeBSD_stable_10/packag= e/src/etc/mail install -o root -g wheel -m 444 /builds/workspace/FreeBSD_stable_10/src/et= c/sendmail/freebsd.submit.mc freebsd.submit.cf /builds/workspace/FreeBSD_st= able_10/package/src/etc/mail install -o root -g wheel -m 444 /builds/workspace/FreeBSD_stable_10/src/et= c/sendmail/../../contrib/sendmail/src/helpfile /builds/workspace/FreeBSD_st= able_10/package/src/etc/mail install -o root -g wheel -m 640 /dev/null /builds/workspace/FreeBSD_stable= _10/package/src/var/log/sendmail.st install -o root -g wheel -m 644 freebsd.cf /builds/workspace/FreeBSD_stabl= e_10/package/src/etc/mail/sendmail.cf install -o root -g wheel -m 444 freebsd.submit.cf /builds/workspace/FreeBS= D_stable_10/package/src/etc/mail/submit.cf cd /builds/workspace/FreeBSD_stable_10/src/etc; install -o root -g wheel -m= 644 /builds/workspace/FreeBSD_stable_10/src/etc/../crypto/openssh/ssh_con= fig /builds/workspace/FreeBSD_stable_10/src/etc/../crypto/openssh/sshd_con= fig /builds/workspace/FreeBSD_stable_10/src/etc/../crypto/openssh/moduli /= builds/workspace/FreeBSD_stable_10/package/src/etc/ssh cd /builds/workspace/FreeBSD_stable_10/src/etc; install -o root -g wheel -m= 644 /builds/workspace/FreeBSD_stable_10/src/etc/../crypto/openssl/apps/op= enssl.cnf /builds/workspace/FreeBSD_stable_10/package/src/etc/ssl cd /builds/workspace/FreeBSD_stable_10/src/etc/root; install -o root -g wh= eel -m 644 dot.k5login /builds/workspace/FreeBSD_stable_10/package/src/roo= t/.k5login; cd /builds/workspace/FreeBSD_stable_10/src/etc/root; install -o root -g wh= eel -m 644 dot.profile /builds/workspace/FreeBSD_stable_10/package/src/roo= t/.profile; rm -f /builds/workspace/FreeBSD_stable_10/package/src/.profile= ; ln /builds/workspace/FreeBSD_stable_10/package/src/root/.profile /builds= /workspace/FreeBSD_stable_10/package/src/.profile cd /builds/workspace/FreeBSD_stable_10/src/etc/root; install -o root -g wh= eel -m 644 dot.cshrc /builds/workspace/FreeBSD_stable_10/package/src/root/= .cshrc; install -o root -g wheel -m 644 dot.login /builds/workspace/FreeB= SD_stable_10/package/src/root/.login; rm -f /builds/workspace/FreeBSD_stab= le_10/package/src/.cshrc; ln /builds/workspace/FreeBSD_stable_10/package/s= rc/root/.cshrc /builds/workspace/FreeBSD_stable_10/package/src/.cshrc cd /builds/workspace/FreeBSD_stable_10/src/etc/mtree; install -o root -g wh= eel -m 444 BSD.debug.dist BSD.include.dist BSD.root.dist BSD.usr.dist BSD.= var.dist BSD.tests.dist BSD.sendmail.dist /builds/workspace/FreeBSD_stable_= 10/package/src/etc/mtree cd /builds/workspace/FreeBSD_stable_10/src/etc/ppp; install -o root -g whee= l -m 600 ppp.conf /builds/workspace/FreeBSD_stable_10/package/src/etc/ppp cd /builds/workspace/FreeBSD_stable_10/src/etc/mail; install -o root -g whe= el -m 644 Makefile README mailer.conf access.sample virtusertable.sample = mailertable.sample aliases /builds/workspace/FreeBSD_stable_10/package/src/= etc/mail if [ -d /builds/workspace/FreeBSD_stable_10/package/src/etc/mail -a -f /bui= lds/workspace/FreeBSD_stable_10/package/src/etc/mail/aliases -a ! -f /buil= ds/workspace/FreeBSD_stable_10/package/src/etc/aliases ]; then ln -s mail/= aliases /builds/workspace/FreeBSD_stable_10/package/src/etc/aliases; fi install -o root -g operator -m 664 /dev/null /builds/workspace/FreeBSD_sta= ble_10/package/src/etc/dumpdates install -o nobody -g wheel -m 644 /dev/null /builds/workspace/FreeBSD_stab= le_10/package/src/var/db/locate.database install -o root -g wheel -m 644 /builds/workspace/FreeBSD_stable_10/src/etc= /minfree /builds/workspace/FreeBSD_stable_10/package/src/var/crash cd /builds/workspace/FreeBSD_stable_10/src/etc/..; install -o root -g wheel= -m 444 COPYRIGHT /builds/workspace/FreeBSD_stable_10/package/src/ install -o root -g wheel -m 444 /builds/workspace/FreeBSD_stable_10/src/et= c/../sys/amd64/conf/GENERIC.hints /builds/workspace/FreeBSD_stable_10/pack= age/src/boot/device.hints + [ -z '' ] + FSTAB=3D' # Device Mountpoint FStype Options Dump Pas= s# /procfs /proc procfs rw 0 0 fdesc /dev/fd fdescfs rw 0 0 /dev/ufs/TESTROOT / ufs rw 1 1 ' + [ -z '' ] + RC_CONF=3D' sshd_enable=3D"YES" ' + cd /builds/workspace/FreeBSD_stable_10 + sudo rm -fr tmp + mkdir -p tmp + cat + sudo cp tmp/fstab /builds/workspace/FreeBSD_stable_10/package/src/etc/fst= ab + sudo cp /etc/resolv.conf /builds/workspace/FreeBSD_stable_10/package/src/= etc/resolv.conf + cat + [ -n freebsd-ci/scripts/test/config/config.json ] + python -c 'import json; f =3D open('\''freebsd-ci/scripts/test/config/con= fig.json'\'', '\''r'\''); j =3D json.load(f); print(j['\''interface'\''])' + INTERFACE=3Dvtnet0 + python -c 'import json; f =3D open('\''freebsd-ci/scripts/test/config/con= fig.json'\'', '\''r'\''); j =3D json.load(f); print(j['\''ip'\''])' + IP=3D192.168.10.2 + cat + sudo cp tmp/rc.conf /builds/workspace/FreeBSD_stable_10/package/src/etc/r= c.conf + sudo cp /builds/workspace/FreeBSD_stable_10/package/src/etc/ssh/sshd_conf= ig tmp/sshd_config + sed -i '' -e /PermitRootLogin/d tmp/sshd_config + whoami + date + cat + sudo cp tmp/sshd_config /builds/workspace/FreeBSD_stable_10/package/src/e= tc/ssh/sshd_config + sudo chroot /builds/workspace/FreeBSD_stable_10/package/src /bin/sh -c 'e= cho test | pw mod user root -h 0' + [ -z '' ] + sudo /usr/local/sbin/pkg-static -c /builds/workspace/FreeBSD_stable_10/pa= ckage/src install -y ports-mgmt/pkg devel/kyua devel/autoconf shells/bash Updating FreeBSD repository catalogue... Fetching meta.txz: . done Fetching packagesite.txz: .......... done Processing entries: .......... done FreeBSD repository update completed. 25156 packages processed. The following 15 package(s) will be affected (of 0 checked): New packages to be INSTALLED: =09pkg: 1.7.2 =09kyua: 0.11_1,3 =09autoconf: 2.69 =09bash: 4.3.42_1 =09pkgconf: 0.9.12_1 =09sqlite3: 3.12.1 =09atf: 0.21 =09lutok: 0.4_6 =09lua52: 5.2.4 =09libedit: 3.1.20150325_2 =09indexinfo: 0.2.4 =09autoconf-wrapper: 20131203 =09perl5: 5.20.3_12 =09m4: 1.4.17_1,1 =09gettext-runtime: 0.19.7 The process will require 105 MiB more space. 23 MiB to be downloaded. Fetching pkg-1.7.2.txz: .......... done Fetching kyua-0.11_1,3.txz: .......... done Fetching autoconf-2.69.txz: .......... done Fetching bash-4.3.42_1.txz: .......... done Fetching pkgconf-0.9.12_1.txz: ... done Fetching sqlite3-3.12.1.txz: .......... done Fetching atf-0.21.txz: .......... done Fetching lutok-0.4_6.txz: .......... done Fetching lua52-5.2.4.txz: .......... done Fetching libedit-3.1.20150325_2.txz: .......... done Fetching indexinfo-0.2.4.txz: . done Fetching autoconf-wrapper-20131203.txz: . done Fetching perl5-5.20.3_12.txz: .......... done Fetching m4-1.4.17_1,1.txz: .......... done Fetching gettext-runtime-0.19.7.txz: .......... done Checking integrity... done (0 conflicting) [1/15] Installing libedit-3.1.20150325_2... [1/15] Extracting libedit-3.1.20150325_2: .......... done [2/15] Installing atf-0.21... [2/15] Extracting atf-0.21: .......... done [3/15] Installing lua52-5.2.4... [3/15] Extracting lua52-5.2.4: .......... done [4/15] Installing indexinfo-0.2.4... [4/15] Extracting indexinfo-0.2.4: .... done [5/15] Installing pkgconf-0.9.12_1... [5/15] Extracting pkgconf-0.9.12_1: ....... done [6/15] Installing sqlite3-3.12.1... [6/15] Extracting sqlite3-3.12.1: .......... done [7/15] Installing lutok-0.4_6... [7/15] Extracting lutok-0.4_6: .......... done [8/15] Installing autoconf-wrapper-20131203... [8/15] Extracting autoconf-wrapper-20131203: ........ done [9/15] Installing perl5-5.20.3_12... [9/15] Extracting perl5-5.20.3_12: .......... done [10/15] Installing m4-1.4.17_1,1... [10/15] Extracting m4-1.4.17_1,1: .......... done [11/15] Installing gettext-runtime-0.19.7... [11/15] Extracting gettext-runtime-0.19.7: .......... done [12/15] Installing pkg-1.7.2... [12/15] Extracting pkg-1.7.2: .......... done [13/15] Installing kyua-0.11_1,3... Creating user 'tests' with uid '977'. [13/15] Extracting kyua-0.11_1,3: .......... done [14/15] Installing autoconf-2.69... [14/15] Extracting autoconf-2.69: .......... done [15/15] Installing bash-4.3.42_1... [15/15] Extracting bash-4.3.42_1: .......... done Message from perl5-5.20.3_12: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Message from bash-4.3.42_1: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D bash requires fdescfs(5) mounted on /dev/fd If you have not done it yet, please do the following: =09mount -t fdescfs fdesc /dev/fd To make it permanent, you need the following lines in /etc/fstab: =09fdesc=09/dev/fd=09=09fdescfs=09=09rw=090=090 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + [ -n '' ] + sudo rm -fr /builds/workspace/FreeBSD_stable_10/image/src + sudo mkdir -p /builds/workspace/FreeBSD_stable_10/image/src + sudo rm -fr /builds/workspace/FreeBSD_stable_10/image/src/test.img + sudo makefs -d 6144 -t ffs -f 200000 -s 2g -o version=3D2,bsize=3D32768,f= size=3D4096,label=3DTESTROOT /builds/workspace/FreeBSD_stable_10/image/src/= test.img /builds/workspace/FreeBSD_stable_10/package/src debug mask: 0x00001800 start time: 1462019183.248978000, Sat Apr 30 12:26:23 2016 ffs_validate: before defaults set: fsopts at 0x7fffffffe8d0 =09size 0, inodes 0, curinode 0 =09minsize 2147483648, maxsize 2147483648 =09free files 200000, freefile % 0 =09free blocks 0, freeblock % 0 =09needswap 0, sectorsize -1 =09bsize 32768, fsize 4096, cpg -1, density -1 =09nsectors 0, rpm 0, minfree -1 =09maxcontig -1, maxbpg -1 =09optimization time ffs_validate: size of tree: 1143640064 bytes, 22837 inodes ffs_validate: after defaults set: fsopts at 0x7fffffffe8d0 =09size 2147483648, inodes 222837, curinode 0 =09minsize 2147483648, maxsize 2147483648 =09free files 200000, freefile % 0 =09free blocks 0, freeblock % 0 =09needswap 0, sectorsize 512 =09bsize 32768, fsize 4096, cpg 65536, density 9638 =09nsectors 0, rpm 0, minfree 8 =09maxcontig 2, maxbpg 8192 =09optimization time ffs_validate: dir /builds/workspace/FreeBSD_stable_10/package/src; 21474836= 48 bytes, 222837 inodes Calculated size of `/builds/workspace/FreeBSD_stable_10/image/src/test.img'= : 2147483648 bytes, 222837 inodes zero-ing image `/builds/workspace/FreeBSD_stable_10/image/src/test.img', 21= 47483648 sectors, using 8192 byte chunks calling mkfs("/builds/workspace/FreeBSD_stable_10/image/src/test.img", ...) Extent size set to 32768 /builds/workspace/FreeBSD_stable_10/image/src/test.img: 2048.0MB (4194304 s= ectors) block size 32768, fragment size 4096 =09using 4 cylinder groups of 626.31MB, 20042 blks, 80256 inodes. super-block backups (for fsck -b #) at: 64, 1282752, 2565440, 3848128, mkfs returned 0x644770; fs_time Sat Apr 30 12:26:23 2016 fs totals: nbfree 63018, nffree 7, nifree 321022, ndir 0 Populating `/builds/workspace/FreeBSD_stable_10/image/src/test.img' Image `/builds/workspace/FreeBSD_stable_10/image/src/test.img' complete + sudo chmod a+w /builds/workspace/FreeBSD_stable_10/image/src/test.img [Pipeline] } //withEnv [Pipeline] Set environment variables : End [Pipeline] } //dir [Pipeline] Change current directory : End [Pipeline] readFile [Pipeline] } //node [Pipeline] Allocate node : End [Pipeline] Allocate node : Start Running on master in /usr/local/jenkins/workspace/FreeBSD_stable_10 [Pipeline] node { [Pipeline] step