From owner-freebsd-testing@freebsd.org Fri Sep 4 08:52:27 2020 Return-Path: Delivered-To: freebsd-testing@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 C5AE43DB205; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BjWdl4wnBz3TL0; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (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: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8C7C5177B7; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f169.google.com with SMTP id s92so4028125ybi.2; Fri, 04 Sep 2020 01:52:27 -0700 (PDT) X-Gm-Message-State: AOAM532mJuloakaz6ca9Hf3Qke/Zt4Rmm1T39f7wRxRE6W9t/cfzUa3x HAeWeqywOv+UtpbPuc5mhzOYZlql6OqDCq0NBsU= X-Google-Smtp-Source: ABdhPJzWvC004dmBBR+TBoXCmRm0kPleg3cVTDju9PiPiRXeAyauaY6AmWLpcq6xqlRCUqakJ2RtHSE9BKAM4BrQsN4= X-Received: by 2002:a25:70c1:: with SMTP id l184mr8121339ybc.241.1599209546518; Fri, 04 Sep 2020 01:52:26 -0700 (PDT) MIME-Version: 1.0 References: <20200903100621.GA68392@freefall.freebsd.org> In-Reply-To: From: Li-Wen Hsu Date: Fri, 4 Sep 2020 16:52:15 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD CI Weekly Report 2020-08-30 To: Alan Somers Cc: "freebsd-testing@freebsd.org" , FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 08:52:27 -0000 On Thu, Sep 3, 2020 at 8:57 PM Alan Somers wrote: > > On Thu, Sep 3, 2020 at 4:06 AM Li-Wen Hsu wrote: > > > > > FreeBSD CI Weekly Report 2020-08-30 > > =================================== > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ > > * Total 681 tests, 525 success, 46 failures, 110 skipped, see > > > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ > > for more details > > > That's 35 more failures than we used to have. What changed? Was this > using the openzfs kmod? It looks like test run 7392 was when the change > happened. > https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/7392/changes Yes as described in the news section, the statistics are from the build after openzfs importing. Best, Li-Wen