On Wed, Sep 05, 2018 at 09:35:28AM +0000, osstest service owner wrote: > flight 127304 freebsd-master real [real] > http://logs.test-lab.xenproject.org/osstest/logs/127304/ > > Failures and problems with tests :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > build-amd64-freebsd <job status> broken > build-amd64-freebsd 5 host-install(5) broken REGR. vs. > 127033
Seems like the installer script failed to find a disk on this specific box: 2018-09-05 09:31:01 Z command nonzero waitstatus 256: timeout 60 ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=100 -o ServerAliveInterval=100 -o PasswordAuthentication=no -o ChallengeResponseAuthentication=no -o UserKnownHostsFile=tmp/t.known_hosts_127304.build-amd64-freebsd [email protected] set -e for disk in ada0 da0 ad0 aacd0 amrd0 idad0 ipsd0 mfid0 mlxd0 twed0; do if [ -c "/dev/$disk" ]; then echo $disk exit 0 fi done exit 1 I'm waiting to get the box allocated to myself and I will try to reproduce and fix. Roger. _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
