NetBSD Problem Report #54184

From gson@gson.org  Thu May  9 13:51:24 2019
Return-Path: <gson@gson.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id D956B7A184
	for <gnats-bugs@gnats.NetBSD.org>; Thu,  9 May 2019 13:51:24 +0000 (UTC)
Message-Id: <20190509135119.C98EB989F84@guava.gson.org>
Date: Thu,  9 May 2019 16:51:19 +0300 (EEST)
From: gson@gson.org (Andreas Gustafsson)
Reply-To: gson@gson.org (Andreas Gustafsson)
To: gnats-bugs@NetBSD.org
Subject: nfs_autoload test failing since April 2017
X-Send-Pr-Version: 3.95

>Number:         54184
>Category:       kern
>Synopsis:       nfs_autoload test failing since April 2017
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 09 13:55:02 +0000 2019
>Last-Modified:  Thu Nov 11 07:40:01 +0000 2021
>Originator:     Andreas Gustafsson
>Release:        NetBSD-current, source date >= 2017.04.11.21.15.57
>Organization:

>Environment:
System: NetBSD
Architecture: i386
Machine: i386
>Description:

The nfs_autoload test case of the lib/librumphijack/t_tcpip test program
has been failing since April 2017.  The failures started during a period
of build breakage when the following commits were made:

  2017.04.11.14.31.55 christos src/sys/kern/kern_module.c 1.121
  2017.04.11.14.32.43 christos src/sys/dev/scsipi/scsipiconf.c 1.44
  2017.04.11.14.37.07 christos src/sys/kern/kern_module.c 1.122
  2017.04.11.14.45.46 riastradh src/sys/kern/vfs_vnode.c 1.83
  2017.04.11.17.27.49 flxd src/etc/etc.shark/MAKEDEV.conf 1.15
  2017.04.11.17.27.54 jmcneill src/sys/dev/ic/athn.c 1.16
  2017.04.11.17.30.13 sjg src/usr.bin/make/str.c 1.37
  2017.04.11.17.30.17 jmcneill src/distrib/utils/embedded/conf/evbarm.conf 1.25
  2017.04.11.17.59.23 abhinav src/lib/libc/sys/kqueue.2 1.40
  2017.04.11.18.04.08 jmcneill src/distrib/utils/embedded/mkimage 1.63
  2017.04.11.18.20.03 roy src/share/man/man4/route.4 1.30
  2017.04.11.21.06.30 jmcneill src/distrib/utils/embedded/mkimage 1.64
  2017.04.11.21.15.57 christos src/sys/kern/kern_module.c 1.123

Log output from a recent failure is at:

  http://releng.netbsd.org/b5reports/i386/2019/2019.05.08.14.25.39/test.html#lib_librumphijack_t_tcpip_nfs_autoload

See http://gnats.netbsd.org/49153 for some pertinent comments from
the last time this test broke.

The test only fails on i386 because it is only enabled on i386.

>How-To-Repeat:

>Fix:

>Audit-Trail:
From: Andreas Gustafsson <gson@gson.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/54184: nfs_autoload test failing since April 2017
Date: Thu, 9 May 2019 20:55:56 +0300

 Earlier today, I wrote:
 > The failures started during a period of build breakage when the
 > following commits were made:
 >
 >  2017.04.11.14.31.55 christos src/sys/kern/kern_module.c 1.121
 [etc]

 Sorry, I missed that it got fixed later that month and then broken
 again the following month, by the following commit:

   2017.05.06.21.34.51 joerg src/lib/libc/sys/mmap.2 1.49
   2017.05.06.21.34.51 joerg src/lib/libc/sys/mprotect.2 1.25
   2017.05.06.21.34.51 joerg src/lib/libc/sys/mremap.2 1.5
   2017.05.06.21.34.51 joerg src/share/man/man9/uvm_map.9 1.7
   2017.05.06.21.34.51 joerg src/sys/compat/linux/common/linux_misc.c 1.238
   2017.05.06.21.34.51 joerg src/sys/kern/exec_subr.c 1.77
   2017.05.06.21.34.51 joerg src/sys/kern/kern_pax.c 1.59
   2017.05.06.21.34.52 joerg src/sys/sys/mman.h 1.52
   2017.05.06.21.34.52 joerg src/sys/sys/pax.h 1.26
   2017.05.06.21.34.52 joerg src/sys/uvm/uvm_extern.h 1.204
   2017.05.06.21.34.52 joerg src/sys/uvm/uvm_map.c 1.344
   2017.05.06.21.34.52 joerg src/sys/uvm/uvm_mmap.c 1.164
   2017.05.06.21.34.52 joerg src/sys/uvm/uvm_mremap.c 1.19
   2017.05.06.21.34.52 joerg src/sys/uvm/uvm_unix.c 1.48
   2017.05.06.21.34.52 joerg src/tests/lib/libc/sys/t_mprotect.c 1.7

 Logs at:

   http://releng.netbsd.org/b5reports/i386/commits-2017.05.html#2017.05.06.21.34.52

 -- 
 Andreas Gustafsson, gson@gson.org

From: "Andreas Gustafsson" <gson@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/54184 CVS commit: src/tests/lib/librumphijack
Date: Thu, 11 Nov 2021 07:38:21 +0000

 Module Name:	src
 Committed By:	gson
 Date:		Thu Nov 11 07:38:21 UTC 2021

 Modified Files:
 	src/tests/lib/librumphijack: t_tcpip.sh

 Log Message:
 The nfs_autoload test case has now been broken for more than four years.
 Mark it as an expected failure with a reference to PR kern/54184.


 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/tests/lib/librumphijack/t_tcpip.sh

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.