From owner-freebsd-current@freebsd.org Wed Oct 2 14:38:33 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61FC11309F8 for ; Wed, 2 Oct 2019 14:38:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jzK51bwQz4Vb7 for ; Wed, 2 Oct 2019 14:38:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 0E7F9B976 for ; Wed, 2 Oct 2019 14:38:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f181.google.com with SMTP id o12so26659715qtf.3 for ; Wed, 02 Oct 2019 07:38:33 -0700 (PDT) X-Gm-Message-State: APjAAAVxqCGXctEQ9cXSSrb0tncxwGNVk2WsH4QDILFAHoN8HuFKX2LA l8sIk3TbjaZfnOaRux+XVl9zbMINwT0QC00tw8g= X-Google-Smtp-Source: APXvYqwt+w6iVrhQ26937iaLI+i89DsItnfgj3X/6he1QOlmGb8YA/k++N7E05ih01pNUuYRJjaaltR0SkhfkSCyaqg= X-Received: by 2002:a0c:f091:: with SMTP id g17mr3268786qvk.181.1570027112448; Wed, 02 Oct 2019 07:38:32 -0700 (PDT) MIME-Version: 1.0 References: <5d7d1a31484b78918761200a655d95a9@lerctr.org> In-Reply-To: From: Kyle Evans Date: Wed, 2 Oct 2019 09:38:20 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: My buildfarm member now giving permission denied To: Larry Rosenman Cc: PostgreSQL-development , Freebsd current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 02 Oct 2019 14:38:33 -0000 On Tue, Oct 1, 2019 at 8:32 PM Larry Rosenman wrote: > > On 10/01/2019 8:27 pm, Larry Rosenman wrote: > > FreeBSD SVN rev: > > r352600 - - 1.69G 2019-09-22 13:13 > > r352873 NR / 43.1G 2019-09-29 16:36 > > > > I went from r352600 to r352873 and now I'm getting PostgreSQL > > permission denied > > errors on the check phase of the build. > > > > FreeBSD folks: Any ideas? > > PostgreSQL folks: FYI. > latest build log: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=peripatus&dt=2019-10-02%2001%3A20%3A14 > Just to follow up with this for list' sake; this was fixed by r352952. Thanks, Kyle Evans