From unknown Sat Jun 14 05:23:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31789: nss-mdns test is failing Resent-From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 11 Jun 2018 22:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31789 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 31789@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152875486924593 (code B ref -1); Mon, 11 Jun 2018 22:08:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Jun 2018 22:07:49 +0000 Received: from localhost ([127.0.0.1]:43764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSUya-0006Oa-Ia for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39235) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSUyS-0006OI-TP for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSUyM-0007KP-QX for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSUyM-0007KG-Mz for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSUyL-0004vv-BM for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSUyI-0007IA-3Y for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:33 -0400 Received: from mail.lassieur.org ([83.152.10.219]:49582) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSUyH-0007Hb-S7 for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:30 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 40ba5a18 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Mon, 11 Jun 2018 22:07:28 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Tue, 12 Jun 2018 00:07:27 +0200 Message-ID: <87efhd0yg0.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) nss-mdns test is failing. Here is the output: --8<---------------cut here---------------start------------->8--- %%%% Starting test avahi Group begin: avahi Test begin: test-name: "wait for services" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "wait for services" (marionette-eval (quote (begin (use-modules (gnu services herd)) (start-service (quote nscd)) (let ((sock (socket PF_UNIX SOCK_STREAM 0))) (let try () (catch (quote system-error) (lambda () (connect sock AF_UNIX "/var/run/nscd/socket") (close-port sock) (format #t "nscd is ready~%")) (lambda args (format #t "waiting for nscd...~%") (usleep 500000) (try))))) (start-service (quote avahi-daemon)) (start-service (quote networking)) #t)) marionette)) Test end: result-kind: pass actual-value: #t Test begin: test-name: "avahi-resolve-host-name" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-equal "avahi-resolve-host-name" 0 (marionette-eval (quote (system* "/run/current-system/profile/bin/avahi-resolve-host-name" "-v" "komputilo.local")) marionette)) Test end: result-kind: pass actual-value: 0 expected-value: 0 Test begin: test-name: "avahi-browse" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-equal "avahi-browse" 0 (marionette-eval (quote (system* "avahi-browse" "-avt")) marionette)) Test end: result-kind: pass actual-value: 0 expected-value: 0 Test begin: test-name: "getaddrinfo .local" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "getaddrinfo .local" (match (marionette-eval (quote (getaddrinfo "komputilo.local")) marionette) (((? vector? addrinfos) ..1) (pk (quote getaddrinfo) addrinfos) (and (any (lambda (ai) (= AF_INET (addrinfo:fam ai))) addrinfos) (any (lambda (ai) (= AF_INET6 (addrinfo:fam ai))) addrinfos))))) Test end: result-kind: fail actual-value: #f actual-error: (match-error "match" "no matching pattern" #f) Test begin: test-name: "gethostbyname .local" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "gethostbyname .local" (match (pk (quote gethostbyname) (marionette-eval (quote (gethostbyname "komputilo.local")) marionette)) ((? vector? result) (and (string=? (hostent:name result) "komputilo.local") (= (hostent:addrtype result) AF_INET))))) Test end: result-kind: fail actual-value: #f actual-error: (match-error "match" "no matching pattern" #f) Group end: avahi # of expected passes 3 # of unexpected failures 2 --8<---------------cut here---------------end--------------->8--- From unknown Sat Jun 14 05:23:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#31789: nss-mdns test is failing Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 13 Sep 2021 07:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31789 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 31789@debbugs.gnu.org Received: via spool by 31789-submit@debbugs.gnu.org id=B31789.16315189911462 (code B ref 31789); Mon, 13 Sep 2021 07:44:01 +0000 Received: (at 31789) by debbugs.gnu.org; 13 Sep 2021 07:43:11 +0000 Received: from localhost ([127.0.0.1]:44102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPgcR-0000NV-Gi for submit@debbugs.gnu.org; Mon, 13 Sep 2021 03:43:11 -0400 Received: from out0.migadu.com ([94.23.1.103]:51333) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPgcO-0000NL-2b for 31789@debbugs.gnu.org; Mon, 13 Sep 2021 03:43:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1631518986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JI1XXLCDbDleKkdbpOhpiLCUUujx42WUYmOgoTBow7M=; b=hyDpmE+axJ+yfp4FLSaJuCdPXKYWxj3WAGP3wkD1iq0ds5MBkjeLYRTwjGTQU0/rFQ3ar/ 1kAtKIIIgBwW2x1mS1o6Ex2VM9slc4M6kg6i2zYcLffjGXErGCYlaAn+osnvcluG0eVLWl lA2hgXf2tqDOc0MvJM2//JSfACoQt4Q= From: Sarah Morgensen References: <87efhd0yg0.fsf@lassieur.org> Date: Mon, 13 Sep 2021 00:43:04 -0700 In-Reply-To: <87efhd0yg0.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Tue, 12 Jun 2018 00:07:27 +0200 (3 years, 13 weeks, 2 days ago)") Message-ID: <861r5skjjr.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Thanks for the report. Apologies that it's taken two years (!) for a response. I can not replicate this; does this still occur for you? Cl=C3=A9ment Lassieur writes: > nss-mdns test is failing. Here is the output: > > %%%% Starting test avahi > Group begin: avahi > Test begin: > test-name: "wait for services" > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-buil= der" > source-line: 1 > source-form: (test-assert "wait for services" (marionette-eval (quote (= begin (use-modules (gnu services herd)) (start-service (quote nscd)) (let (= (sock (socket PF_UNIX SOCK_STREAM 0))) (let try () (catch (quote system-err= or) (lambda () (connect sock AF_UNIX "/var/run/nscd/socket") (close-port so= ck) (format #t "nscd is ready~%")) (lambda args (format #t "waiting for nsc= d...~%") (usleep 500000) (try))))) (start-service (quote avahi-daemon)) (st= art-service (quote networking)) #t)) marionette)) > Test end: > result-kind: pass > actual-value: #t > Test begin: > test-name: "avahi-resolve-host-name" > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-buil= der" > source-line: 1 > source-form: (test-equal "avahi-resolve-host-name" 0 (marionette-eval (= quote (system* "/run/current-system/profile/bin/avahi-resolve-host-name" "-= v" "komputilo.local")) marionette)) > Test end: > result-kind: pass > actual-value: 0 > expected-value: 0 > Test begin: > test-name: "avahi-browse" > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-buil= der" > source-line: 1 > source-form: (test-equal "avahi-browse" 0 (marionette-eval (quote (syst= em* "avahi-browse" "-avt")) marionette)) > Test end: > result-kind: pass > actual-value: 0 > expected-value: 0 > Test begin: > test-name: "getaddrinfo .local" > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-buil= der" > source-line: 1 > source-form: (test-assert "getaddrinfo .local" (match (marionette-eval = (quote (getaddrinfo "komputilo.local")) marionette) (((? vector? addrinfos)= ..1) (pk (quote getaddrinfo) addrinfos) (and (any (lambda (ai) (=3D AF_INE= T (addrinfo:fam ai))) addrinfos) (any (lambda (ai) (=3D AF_INET6 (addrinfo:= fam ai))) addrinfos))))) > Test end: > result-kind: fail > actual-value: #f > actual-error: (match-error "match" "no matching pattern" #f) > Test begin: > test-name: "gethostbyname .local" > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-buil= der" > source-line: 1 > source-form: (test-assert "gethostbyname .local" (match (pk (quote geth= ostbyname) (marionette-eval (quote (gethostbyname "komputilo.local")) mario= nette)) ((? vector? result) (and (string=3D? (hostent:name result) "komputi= lo.local") (=3D (hostent:addrtype result) AF_INET))))) > Test end: > result-kind: fail > actual-value: #f > actual-error: (match-error "match" "no matching pattern" #f) > Group end: avahi > # of expected passes 3 > # of unexpected failures 2 -- Sarah From unknown Sat Jun 14 05:23:44 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#31789: closed (Re: bug#31789: nss-mdns test is failing) Message-ID: References: <87efhd0yg0.fsf@lassieur.org> X-Gnu-PR-Message: they-closed 31789 X-Gnu-PR-Package: guix Reply-To: 31789@debbugs.gnu.org Date: Tue, 14 Sep 2021 09:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1631610722-25844-1" This is a multi-part message in MIME format... ------------=_1631610722-25844-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31789: nss-mdns test is failing which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31789@debbugs.gnu.org. --=20 31789: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31789 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1631610722-25844-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31789-done) by debbugs.gnu.org; 14 Sep 2021 09:11:21 +0000 Received: from localhost ([127.0.0.1]:47512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ4TJ-0006hm-3m for submit@debbugs.gnu.org; Tue, 14 Sep 2021 05:11:21 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ4TG-0006hY-NK for 31789-done@debbugs.gnu.org; Tue, 14 Sep 2021 05:11:19 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3A3CF5C01A4; Tue, 14 Sep 2021 05:11:13 -0400 (EDT) Received: from imap46 ([10.202.2.96]) by compute4.internal (MEProxy); Tue, 14 Sep 2021 05:11:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lassieur.org; h= mime-version:message-id:in-reply-to:references:date:from:to:cc :subject:content-type; s=fm1; bh=FhfB0jbRdomhjDY9uX2ombyCmInclnY 4oS6zjsNRESE=; b=K36Nyn/clMdi2aBDoNY2EYnzjeVAF0NzK219r6ZIeOkf9uY wGKYVeVDTD+1Dia6jXp4JsQT0yt2vIMJcobFbx3zjdM8y0hStfOG+BcYdpcL78lS opovLx3tNMBUCmjmyKLvd4gPFUiaMXZDIP/kf3HlS/Z/8pjVcMPkrqr5dLp4p56P iSF+w5ujikYdzcUtTsSo4JezzYBeXTpf8fJPF0VJ8LJ02wZ67Op7U1emufRi1Kuf i3cq7nj0mqtdoH0s94HWtxpTpNJHnOzvaYN079rkkhkrgkGDnFjapz585Xc3Tg1I FMKeCnR4zMiFL7Lg7KJf5qfIX5QRNahm+Yyh4UA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=FhfB0j bRdomhjDY9uX2ombyCmInclnY4oS6zjsNRESE=; b=gtfmcbLKiwGl6n8PSZCgmG vSBNx/e0gG+3XhK8y4fdxTqnjk50lQnIZ46wHLjkTW2lY6i5YJL+MFixzVaS1JLg sgZ9M/ph/fApTK0D86OvGB2+J5yUUl1Ux+wsiAigi3pomR9BqptkcUtZe/mHWIQ9 VJ7e5wf74PfkcsJt0agRGOxBDz+civSeLC03CoxFoLm9MFQGU1M7VGci3e9wVWCP MAtryKf2H/ZmP3X8hVU28wJ7ILx/r+hhw6BV3APZbgBFlNGpsS3VWxeQXzfEprki 0Zpd8z/03f7qPsjUjISQaIcfJiqOqrUprcvElEQtH8VlrL20kA0rB28pEHqAceSQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudegledgudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsegrtd erreerreejnecuhfhrohhmpeevlhormhgvnhhtpgfnrghsshhivghurhcuoegtlhgvmhgv nhhtsehlrghsshhivghurhdrohhrgheqnecuggftrfgrthhtvghrnhepkeelteefkedvgf dvlefhjefhhedvleejiefgkefhhefffeeuffehteekveffveeinecuvehluhhsthgvrhfu ihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheptghlvghmvghntheslhgrshhsih gvuhhrrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 8A3DC1EE0067; Tue, 14 Sep 2021 05:11:12 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-1291-gc66fc0a3a2-fm-20210913.001-gc66fc0a3 Mime-Version: 1.0 Message-Id: In-Reply-To: <861r5skjjr.fsf@mgsn.dev> References: <87efhd0yg0.fsf@lassieur.org> <861r5skjjr.fsf@mgsn.dev> Date: Tue, 14 Sep 2021 11:10:52 +0200 From: =?UTF-8?Q?Cl=C3=A9ment_Lassieur?= To: "Sarah Morgensen" Subject: Re: bug#31789: nss-mdns test is failing Content-Type: multipart/alternative; boundary=5a058e17f72a4b1298a4058c107e5616 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31789-done Cc: 31789-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --5a058e17f72a4b1298a4058c107e5616 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Sarah, thank you for taking care of these old bugs! I can't replicate this one either. Closing. Cl=C3=A9ment On Mon, Sep 13, 2021, at 9:43 AM, Sarah Morgensen wrote: > Hello, >=20 > Thanks for the report. Apologies that it's taken two years (!) for a > response. I can not replicate this; does this still occur for you? >=20 > Cl=C3=A9ment Lassieur writes: >=20 > > nss-mdns test is failing. Here is the output: > > > > %%%% Starting test avahi > > Group begin: avahi > > Test begin: > > test-name: "wait for services" > > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns= -builder" > > source-line: 1 > > source-form: (test-assert "wait for services" (marionette-eval (qu= ote (begin (use-modules (gnu services herd)) (start-service (quote nscd)= ) (let ((sock (socket PF_UNIX SOCK_STREAM 0))) (let try () (catch (quote= system-error) (lambda () (connect sock AF_UNIX "/var/run/nscd/socket") = (close-port sock) (format #t "nscd is ready~%")) (lambda args (format #t= "waiting for nscd...~%") (usleep 500000) (try))))) (start-service (quot= e avahi-daemon)) (start-service (quote networking)) #t)) marionette)) > > Test end: > > result-kind: pass > > actual-value: #t > > Test begin: > > test-name: "avahi-resolve-host-name" > > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns= -builder" > > source-line: 1 > > source-form: (test-equal "avahi-resolve-host-name" 0 (marionette-e= val (quote (system* "/run/current-system/profile/bin/avahi-resolve-host-= name" "-v" "komputilo.local")) marionette)) > > Test end: > > result-kind: pass > > actual-value: 0 > > expected-value: 0 > > Test begin: > > test-name: "avahi-browse" > > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns= -builder" > > source-line: 1 > > source-form: (test-equal "avahi-browse" 0 (marionette-eval (quote = (system* "avahi-browse" "-avt")) marionette)) > > Test end: > > result-kind: pass > > actual-value: 0 > > expected-value: 0 > > Test begin: > > test-name: "getaddrinfo .local" > > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns= -builder" > > source-line: 1 > > source-form: (test-assert "getaddrinfo .local" (match (marionette-= eval (quote (getaddrinfo "komputilo.local")) marionette) (((? vector? ad= drinfos) ..1) (pk (quote getaddrinfo) addrinfos) (and (any (lambda (ai) = (=3D AF_INET (addrinfo:fam ai))) addrinfos) (any (lambda (ai) (=3D AF_IN= ET6 (addrinfo:fam ai))) addrinfos))))) > > Test end: > > result-kind: fail > > actual-value: #f > > actual-error: (match-error "match" "no matching pattern" #f) > > Test begin: > > test-name: "gethostbyname .local" > > source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns= -builder" > > source-line: 1 > > source-form: (test-assert "gethostbyname .local" (match (pk (quote= gethostbyname) (marionette-eval (quote (gethostbyname "komputilo.local"= )) marionette)) ((? vector? result) (and (string=3D? (hostent:name resul= t) "komputilo.local") (=3D (hostent:addrtype result) AF_INET))))) > > Test end: > > result-kind: fail > > actual-value: #f > > actual-error: (match-error "match" "no matching pattern" #f) > > Group end: avahi > > # of expected passes 3 > > # of unexpected failures 2 >=20 > -- > Sarah >=20 --5a058e17f72a4b1298a4058c107e5616 Content-Type: text/html;charset=utf-8 Content-Transfer-Encoding: quoted-printable
Hello Sarah, th= ank you for taking care of these old bugs!

= I can't replicate this one either.  Closing.

Cl=C3=A9ment

On Mon, Sep 13, 2021, a= t 9:43 AM, Sarah Morgensen wrote:
Hello,

Thanks for the = report.  Apologies that it's taken two years (!) for a
response.  I can not replicate this; does this still occur for yo= u?

Cl=C3=A9ment Lassieur <clement@lassieur.org> writes:
=

> nss-mdns test is failing.  Here is the out= put:
>
> %%%% Starting test avahi
<= /div>
> Group begin: avahi
> Test begin:
>   test-name: "wait for services"
>= ;   source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-= nss-mdns-builder"
>   source-line: 1
>   source-form: (test-assert "wait for services" (ma= rionette-eval (quote (begin (use-modules (gnu services herd)) (start-ser= vice (quote nscd)) (let ((sock (socket PF_UNIX SOCK_STREAM 0))) (let try= () (catch (quote system-error) (lambda () (connect sock AF_UNIX "/var/r= un/nscd/socket") (close-port sock) (format #t "nscd is ready~%")) (lambd= a args (format #t "waiting for nscd...~%") (usleep 500000) (try))))) (st= art-service (quote avahi-daemon)) (start-service (quote networking)) #t)= ) marionette))
> Test end:
> &nbs= p; result-kind: pass
>   actual-value: #t
=
> Test begin:
>   test-name: "a= vahi-resolve-host-name"
>   source-file: "/gn= u/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder"
>   source-line: 1
>   source-f= orm: (test-equal "avahi-resolve-host-name" 0 (marionette-eval (quote (sy= stem* "/run/current-system/profile/bin/avahi-resolve-host-name" "-v" "ko= mputilo.local")) marionette))
> Test end:
>   result-kind: pass
>   actua= l-value: 0
>   expected-value: 0
> Test begin:
>   test-name: "avahi-brow= se"
>   source-file: "/gnu/store/b5gvmlh78s40= xvxq73dpdqr7sv0skhmy-nss-mdns-builder"
>   so= urce-line: 1
>   source-form: (test-equal "av= ahi-browse" 0 (marionette-eval (quote (system* "avahi-browse" "-avt")) m= arionette))
> Test end:
>   = result-kind: pass
>   actual-value: 0
>   expected-value: 0
> Test begin:=
>   test-name: "getaddrinfo .local"
>   source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7= sv0skhmy-nss-mdns-builder"
>   source-line: 1=
>   source-form: (test-assert "getaddrinfo .= local" (match (marionette-eval (quote (getaddrinfo "komputilo.local")) m= arionette) (((? vector? addrinfos) ..1) (pk (quote getaddrinfo) addrinfo= s) (and (any (lambda (ai) (=3D AF_INET (addrinfo:fam ai))) addrinfos) (a= ny (lambda (ai) (=3D AF_INET6 (addrinfo:fam ai))) addrinfos)))))
> Test end:
>   result-kind: fail
>   actual-value: #f
> &= nbsp; actual-error: (match-error "match" "no matching pattern" #f)
> Test begin:
>   test-name: "get= hostbyname .local"
>   source-file: "/gnu/sto= re/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder"
>=    source-line: 1
>   source-form: = (test-assert "gethostbyname .local" (match (pk (quote gethostbyname) (ma= rionette-eval (quote (gethostbyname "komputilo.local")) marionette)) ((?= vector? result) (and (string=3D? (hostent:name result) "komputilo.local= ") (=3D (hostent:addrtype result) AF_INET)))))
> Test e= nd:
>   result-kind: fail
>&= nbsp;  actual-value: #f
>   actual-error= : (match-error "match" "no matching pattern" #f)
> Grou= p end: avahi
> # of expected passes   &n= bsp;  3
> # of unexpected failures  2

--
Sarah


--5a058e17f72a4b1298a4058c107e5616-- ------------=_1631610722-25844-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Jun 2018 22:07:49 +0000 Received: from localhost ([127.0.0.1]:43764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSUya-0006Oa-Ia for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39235) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSUyS-0006OI-TP for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSUyM-0007KP-QX for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSUyM-0007KG-Mz for submit@debbugs.gnu.org; Mon, 11 Jun 2018 18:07:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSUyL-0004vv-BM for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSUyI-0007IA-3Y for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:33 -0400 Received: from mail.lassieur.org ([83.152.10.219]:49582) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSUyH-0007Hb-S7 for bug-guix@gnu.org; Mon, 11 Jun 2018 18:07:30 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 40ba5a18 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Mon, 11 Jun 2018 22:07:28 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur To: bug-guix@gnu.org Subject: nss-mdns test is failing Date: Tue, 12 Jun 2018 00:07:27 +0200 Message-ID: <87efhd0yg0.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) nss-mdns test is failing. Here is the output: --8<---------------cut here---------------start------------->8--- %%%% Starting test avahi Group begin: avahi Test begin: test-name: "wait for services" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "wait for services" (marionette-eval (quote (begin (use-modules (gnu services herd)) (start-service (quote nscd)) (let ((sock (socket PF_UNIX SOCK_STREAM 0))) (let try () (catch (quote system-error) (lambda () (connect sock AF_UNIX "/var/run/nscd/socket") (close-port sock) (format #t "nscd is ready~%")) (lambda args (format #t "waiting for nscd...~%") (usleep 500000) (try))))) (start-service (quote avahi-daemon)) (start-service (quote networking)) #t)) marionette)) Test end: result-kind: pass actual-value: #t Test begin: test-name: "avahi-resolve-host-name" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-equal "avahi-resolve-host-name" 0 (marionette-eval (quote (system* "/run/current-system/profile/bin/avahi-resolve-host-name" "-v" "komputilo.local")) marionette)) Test end: result-kind: pass actual-value: 0 expected-value: 0 Test begin: test-name: "avahi-browse" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-equal "avahi-browse" 0 (marionette-eval (quote (system* "avahi-browse" "-avt")) marionette)) Test end: result-kind: pass actual-value: 0 expected-value: 0 Test begin: test-name: "getaddrinfo .local" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "getaddrinfo .local" (match (marionette-eval (quote (getaddrinfo "komputilo.local")) marionette) (((? vector? addrinfos) ..1) (pk (quote getaddrinfo) addrinfos) (and (any (lambda (ai) (= AF_INET (addrinfo:fam ai))) addrinfos) (any (lambda (ai) (= AF_INET6 (addrinfo:fam ai))) addrinfos))))) Test end: result-kind: fail actual-value: #f actual-error: (match-error "match" "no matching pattern" #f) Test begin: test-name: "gethostbyname .local" source-file: "/gnu/store/b5gvmlh78s40xvxq73dpdqr7sv0skhmy-nss-mdns-builder" source-line: 1 source-form: (test-assert "gethostbyname .local" (match (pk (quote gethostbyname) (marionette-eval (quote (gethostbyname "komputilo.local")) marionette)) ((? vector? result) (and (string=? (hostent:name result) "komputilo.local") (= (hostent:addrtype result) AF_INET))))) Test end: result-kind: fail actual-value: #f actual-error: (match-error "match" "no matching pattern" #f) Group end: avahi # of expected passes 3 # of unexpected failures 2 --8<---------------cut here---------------end--------------->8--- ------------=_1631610722-25844-1--