From owner-svn-src-all@freebsd.org Fri Aug 31 16:32:50 2018 Return-Path: Delivered-To: svn-src-all@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 89249FD02E3; Fri, 31 Aug 2018 16:32:50 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2E57AD69; Fri, 31 Aug 2018 16:32:50 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-wr1-f67.google.com with SMTP id w11-v6so11767214wrc.5; Fri, 31 Aug 2018 09:32:50 -0700 (PDT) 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=Y+POgS/gLEeI/hry8NIlAwLhpjPPGVMfBOEN856i3/4=; b=lllj3D81hb6Exv0VsL0qClgrn6zm7u1FUAJ27y4b6IJ+qyntSNVMerUuLC0rkpwQDG tauhoaN2Fg91x79smZt/JFDXeLQwtACp8uJUBTVPkhGal3E50vsG2CzouxK8InKOR2R0 f2Ex+upJ12vwTVjqo9XEASh/btPU4k+CD5R/L0GAPg9bCSxesGjXkJKLeeu0bG4lwly7 yAZ7YpRPl4JUoH8GzEi7O5eGsA9EcE35qzqte1q4SGn8PX3UWJgF0yixBnukJIzl2uBw VXqKEv9l90XSBRRrz0pYsacJalRSEM9ZxNd0zkxB41pqIPs9gBOp8AWwPUhKbH9j5GT8 lLsw== X-Gm-Message-State: APzg51ApeFcZ08M0EXS7UJEmn10pPqsJc64B8ikymLrbI7tfsCNa64Af iQuPzYWIkGlZgjNPoFPNireeZFIm0lxINg/xoi7eiADe X-Google-Smtp-Source: ANB0VdYXT1gumw4kl2VjMhHhsg9oosv3k+y2SRZO1w3ZIAfyQsxbmBQ1crjDH7km+HeUm7GiX9HVbL9TJNkCCzAHVhY= X-Received: by 2002:adf:a196:: with SMTP id u22-v6mr11530925wru.50.1535726173474; Fri, 31 Aug 2018 07:36:13 -0700 (PDT) MIME-Version: 1.0 References: <201808310222.w7V2MYtK052979@repo.freebsd.org> <20180831024607.GE82038@FreeBSD.org> <20180831142009.GG82038@FreeBSD.org> In-Reply-To: <20180831142009.GG82038@FreeBSD.org> From: Li-Wen Hsu Date: Fri, 31 Aug 2018 15:36:02 +0100 Message-ID: Subject: Re: svn commit: r338404 - head/sys/conf To: Glen Barber Cc: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 16:32:50 -0000 On Fri, Aug 31, 2018 at 3:20 PM Glen Barber wrote: > > On Fri, Aug 31, 2018 at 08:51:29AM -0400, Ed Maste wrote: > > On 30 August 2018 at 22:46, Glen Barber wrote: > > > > > > As I look closer at the log, I have a sneaking suspicion this may have > > > been a transient. I'm redoing the i386 build against the original > > > r338401 for i386 alone as a test, if nothing else, to see if it fails in > > > the same place. > > > > What's the failure? > > >>> stage 3.1: building everything > -------------------------------------------------------------- > In file included from /usr/src/sys/kern/genoffset.c:35: > In file included from /usr/src/sys/sys/param.h:96: > /usr/src/sys/sys/types.h:46:10: fatal error: 'machine/endian.h' file not found > #include > ^~~~~~~~~~~~~~~~~~ > 1 error generated. > --- genoffset.o --- > *** [genoffset.o] Error code 1 > > So far, 100% reproducible with an empty /usr/obj/. > > > I see head/i386 is green in CI. > > > > Does CI prune .OBJDIR for each build? Yes, each build is a clean build for now. More precisely, each build happens in a fresh jail and will be thrown away after the build. Many people ask for incremental build to speed up but that takes some further work. The current plan is still to have clean build but run less frequently after having incremental build for catching dependence or race problems. Best, Li-Wen -- Li-Wen Hsu https://lwhsu.org