From owner-svn-src-head@freebsd.org Wed Jul 4 16:15:21 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E3CE101A0C2 for ; Wed, 4 Jul 2018 16:15:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5CE849E9; Wed, 4 Jul 2018 16:15:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1129) id 4650A1FA53; Wed, 4 Jul 2018 16:15:21 +0000 (UTC) Date: Wed, 4 Jul 2018 16:15:21 +0000 From: Li-Wen Hsu To: Mark Millard Cc: Bryan Drewery , svn-src-head@freebsd.org Subject: Re: Something broke ci.freebsd.org 's FreeBSD-head-{amd64,i386,riscv64}-{images,testvm} : fetch authentication errors Message-ID: <20180704161521.GA76770@freefall.freebsd.org> References: <290972A4-3188-4158-AFCA-DC856A7DB0E2@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <290972A4-3188-4158-AFCA-DC856A7DB0E2@yahoo.com> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 16:15:21 -0000 On Tue, Jul 03, 2018 at 23:10:55 -0700, Mark Millard wrote: > [Note: around -r33590{4,6,7,8} these build attempts broke > in some cases but FreeBSD-head-{amd64,i386,riscv64}-{images,testvm} > just was never built for such. FreeBSD-head-amd64-testvm > first fails at -r335904 but FreeBSD-head-amd64-images > built -r335904 and failed for -r335908. Both i386's jumped > from -r335902 (built) to -r335907 (failed). riscv64's: from > -r335905 (built) to -r335907 (failed).] > > Example: https://ci.freebsd.org/job/FreeBSD-head-amd64-testvm/8651/console > shows: > > . . . > 20:23:29 setup jail FreeBSD-head-amd64-testvm using following parameters: > . . . > 20:23:29 Certificate verification failed for /CN=artifact.ci.freebsd.org > 20:23:29 34364199992:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/s3_clnt.c:1269: > 20:23:29 fetch: https://artifact.ci.FreeBSD.org/snapshot/head/r329172/amd64/amd64/base.txz: Authentication error > . . . > 20:24:04 + DIST_PACKAGES='base kernel doc tests base-dbg kernel-dbg lib32 lib32-dbg' > 20:24:04 + mkdir -p ufs > 20:24:04 + fetch https://artifact.ci.freebsd.org/snapshot/head/r335904/amd64/amd64/base.txz > 20:24:04 Certificate verification failed for /CN=artifact.ci.freebsd.org > 20:24:04 34364183608:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/s3_clnt.c:1269: > 20:24:04 fetch: https://artifact.ci.freebsd.org/snapshot/head/r335904/amd64/amd64/base.txz: Authentication error > 20:24:04 Build step 'Execute shell' marked build as failure > 20:24:04 FTP: Current build result is [FAILURE], not going to run. This is fixed, sorry that the nginx didn't be restart after letsencrypt certificate got updated. -- Li-Wen Hsu https://lwhsu.org