From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 14:08:48 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 13FC897D; Thu, 12 Mar 2015 14:08:48 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB855DAD; Thu, 12 Mar 2015 14:08:47 +0000 (UTC) Received: by qcwr17 with SMTP id r17so18760170qcw.2; Thu, 12 Mar 2015 07:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=kaKRaoVd2lAf4ZlJ5G6czm6exnhfpdrKpspItsIQOyw=; b=f1zVryuhIhxrAtoBhFCj6AbYVqowbVlMfNHxT4PE0BIad5oqH6UvkbQGpUrOEdZm2U O1Kh/BlqmcK9l300xjH78TrMXhJcAPKwEzjgq0MHFrsSaa51q3XYPFpyfJrrBs7Yc88o YpMuWSSz1TbGJmY7om71q7UdXKV7e40YtqXDX7L7GDb4l7JI+ayDZLXc+VYGbdGNtVbf DDEavYdgmNFWGlyav6qpYw3Zg1KdmWl4BcZ2aKl/lhM2BOIP4f2zzMWN8Ncb2+Zsp1eh KkUR7X20UlWzh9mk8UOVRlyctOSgGb4IzLItGOuhXbMWiqNhWCx3Dh4YUSxx/GiCpBen alig== X-Received: by 10.140.28.203 with SMTP id 69mr53726911qgz.5.1426169326847; Thu, 12 Mar 2015 07:08:46 -0700 (PDT) Received: from [172.20.7.126] (rrcs-50-74-82-234.nyc.biz.rr.com. [50.74.82.234]) by mx.google.com with ESMTPSA id 38sm4807049qgt.43.2015.03.12.07.08.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Mar 2015 07:08:45 -0700 (PDT) References: <1466406568.2.1426162660139.JavaMail.jenkins@jenkins-9.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <1466406568.2.1426162660139.JavaMail.jenkins@jenkins-9.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <28DD5201-FA12-4ADC-99F3-A48043AE8AB2@gmail.com> X-Mailer: iPhone Mail (12D508) From: Garrett Cooper Subject: Re: Build failed in Jenkins: Build-UFS-image #1334 Date: Thu, 12 Mar 2015 10:08:44 -0400 To: "jenkins-admin@freebsd.org" Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 12 Mar 2015 14:08:48 -0000 Hi Craig! > On Mar 12, 2015, at 08:17, jenkins-admin@freebsd.org wrote: >=20 > See echo /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/amd64/boot1.efi= > /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/amd64/boot1.efi > uudecode /builds/FreeBSD_HEAD/sys/boot/amd64/boot1.efi/fat.tmpl.bz2.uu > make[7]: exec(uudecode) failed (No such file or directory) > *** Error code 1 I've seen this error more than once, so there's probably a race condition so= mewhere in the Makefiles where it's trying to rebuild the file because one o= f the dependencies changed, or there's a race with how it's building images t= hat needs to be fixed. I haven't filed a bug for this yet. I'm on vacation right now. I'll take a look at it when I get back if it's st= ill unresolved. Thanks!=