From owner-freebsd-current@freebsd.org Mon Aug 6 00:56:25 2018 Return-Path: Delivered-To: freebsd-current@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 9689F1064767 for ; Mon, 6 Aug 2018 00:56:25 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (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 1720D7FEDA; Mon, 6 Aug 2018 00:56:25 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id h9-v6so10761238wro.3; Sun, 05 Aug 2018 17:56:24 -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=+U+3qj1U/p+tU4swMAYs9qTQuDYmJbaoHrx5CAbN66c=; b=GISGvwu5Xe1wA7W47ua3G6o8HZydIws78GDlhWtosy34+DyXAmzUYrMsnOth5WWY2U M8crFRabgt64MnFlfmWNhmg6baCXfvfNhHG54OJAcVeZbyUUBqAVXXHxBw+8Bl7WeFZK FvN80F0G2epsPrMrFDXJKk+LLDWtbWHqFpj+5oJ2dn2PaJBPswlSt6RCbc59vABloG3h bL836F4dKVZP0T8TNfGk4jxg35AA+0WkqlQINAMzbdTIjconFKdqt0yqIRxcPB3cGubL cn2E/Tdtq89Lq/75HcKhz++q84t/z8JWun6jiotoBNFcqBJJxaE3hv1ZRFVE0mYeY/PV HKmg== X-Gm-Message-State: AOUpUlG3imQqmXXutoznLN0hgctDdVA8B8Q9iMtGblBKPlG/o20eTL5B s0D/Sw09LywHh0I7cutJuQ+f/nb8USupak1JJxE= X-Google-Smtp-Source: AAOMgpdQuUxDdhsKJLEphz6v0j8LjjLYUUpkod52idqN+Oczns1N65OMfG0Myh7v2m4LVrz5ztiopEKA4yOOf36RuqE= X-Received: by 2002:adf:d842:: with SMTP id k2-v6mr8124612wrl.26.1533516978528; Sun, 05 Aug 2018 17:56:18 -0700 (PDT) MIME-Version: 1.0 References: <5D25CBEE-E432-42B3-B9E9-AE344785156F@yahoo.com> In-Reply-To: <5D25CBEE-E432-42B3-B9E9-AE344785156F@yahoo.com> From: Li-Wen Hsu Date: Mon, 6 Aug 2018 01:56:06 +0100 Message-ID: Subject: Re: ci.freebsd.org 's FreeBSD-head-{amd64, i386}-test started failing after -r337332 (last good), inp_gcmoptions involved To: Mark Millard Cc: Brad Davis , Alan Somers , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 06 Aug 2018 00:56:25 -0000 On Sun, Aug 5, 2018 at 6:23 PM Mark Millard wrote: > > amd64: #8493 was for -r337342 and #8492 (last good) was for -r337332 . > more recent builds also failed. -r337342 and laster also failed for > i386. > > All but a sys/gettimeofday.2 change after -r337332 through -r337342 > are from Brad Davis. It is unclear to me how the changes matches up > with the below example (from the log for amd64). It might not? > > For example (i386 is similar): > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8493/consoleText > > sys/netinet/fibs_test:subnet_route_with_multiple_fibs_on_same_subnet -> > > Fatal trap 9: general protection fault while in kernel mode > cpuid = 0; apic id = 00 > instruction pointer = 0x20:0xffffffff80ded213 > stack pointer = 0x28:0xfffffe002648c960 > frame pointer = 0x28:0xfffffe002648c9a0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (softirq_0) > [ thread pid 0 tid 100013 ] > Stopped at inp_gcmoptions+0xe3: movq ll+0x33f(%rax),%r9 I think this is because we are trying to enable more tests: https://github.com/freebsd/freebsd-ci/pull/25 I'm looking into that. If I cannot resolve this quickly I will revert it temporarily. Li-Wen -- Li-Wen Hsu https://lwhsu.org