From owner-svn-src-head@freebsd.org Thu Feb 20 18:36:17 2020 Return-Path: Delivered-To: svn-src-head@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 C065F241326; Thu, 20 Feb 2020 18:36:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NjwK1Kq7z4Zcv; Thu, 20 Feb 2020 18:36:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f169.google.com with SMTP id f70so24538113ill.6; Thu, 20 Feb 2020 10:36:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hzBzFkRvPS4a9NRFdWBQHjihdeo+BoKExDiPFwkF7G8=; b=WZLoH+PbqSIKmyv70gK7jj8FxK/XdGT43/lMrOFGQlk5j+1/vOr5rM59R0mzbMLM1/ jIHe8oyPCKcuqHwp/eKwJOPPrU9HlQtf4WRRhh49HJcSgdtAnmp7LHgYadKYM+PcyAzk aLBdANgq0669RtgnCtNTvziVV+fMyKrDkxEhZ5Pe8TLWFf8PqYVNQTUbMHk4Cf/aVIXI ehWRZ+ax9f31SNsQf9bU5L4ICDIV9D6TMb4rpkOGIGcCPRTGaVKlVMDrJ/P5Nly2JOXw JZjtviw0aSVlXeiYA0yy5gnfhKfpb3w6qpConb6YoCGiZRleag2ZG9cDB6QZHqrNR62c X2IA== X-Gm-Message-State: APjAAAVsUKTm6qEbZvoXU2qIgEpCu21XxVTFWtjWqKwa+UrKIfaqiWlR D4do6kS7wi3Y93WZxalTMljYuBxSaqv2UnOHN3CX0ZMCFq4= X-Google-Smtp-Source: APXvYqyP3FzumgDoG6qMgRD9YimlDVUft+b2kRgASxD4bzXSHCyZ8CDzrj2k12tZKEbO8l4LnD2fj3iatxAvIdyodxA= X-Received: by 2002:a92:db4f:: with SMTP id w15mr28889655ilq.182.1582223775576; Thu, 20 Feb 2020 10:36:15 -0800 (PST) MIME-Version: 1.0 References: <202002201552.01KFqaQo007178@repo.freebsd.org> In-Reply-To: <202002201552.01KFqaQo007178@repo.freebsd.org> From: Ed Maste Date: Thu, 20 Feb 2020 13:36:02 -0500 Message-ID: Subject: Re: svn commit: r358170 - head/usr.sbin/services_mkdb To: "Pedro F. Giffuni" Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48NjwK1Kq7z4Zcv X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 20 Feb 2020 18:36:17 -0000 On Thu, 20 Feb 2020 at 10:52, Pedro F. Giffuni wrote: > > Author: pfg > Date: Thu Feb 20 15:52:36 2020 > New Revision: 358170 > URL: https://svnweb.freebsd.org/changeset/base/358170 > > Log: > Revert r358153: it is causing unexpected issues with the build system. Thanks Pedro. As an aside free pre-commit testing is available via GitHub and Cirrus-CI (if you have a GitHub fork of FreeBSD). Cirrus-CI just needs to be enabled (from the "Marketplace") for your GitHub account. https://github.com/marketplace/cirrus-ci Choose Public Repositories $0 Either grant Cirrus-CI access to all of your repositories, or just FreeBSD, as you see fit. Every time you push to your GitHub fork Cirrus-CI will build and do a boot smoke-test (in QEMU) of your changes. Here's a failing run of one of my test branches, rebased after r358153: https://cirrus-ci.com/build/4641705500606464 And then a passing run, rebased after the revert: https://cirrus-ci.com/build/6173402775945216