GNU bug report logs -
#31789
nss-mdns test is failing
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31789 in the body.
You can then email your comments to 31789 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#31789
; Package
guix
.
(Mon, 11 Jun 2018 22:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Clément Lassieur <clement <at> lassieur.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 11 Jun 2018 22:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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---
Information forwarded
to
bug-guix <at> gnu.org
:
bug#31789
; Package
guix
.
(Mon, 13 Sep 2021 07:44:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 31789 <at> debbugs.gnu.org (full text, mbox):
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ément Lassieur <clement <at> lassieur.org> 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-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
--
Sarah
Reply sent
to
Clément Lassieur <clement <at> lassieur.org>
:
You have taken responsibility.
(Tue, 14 Sep 2021 09:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Clément Lassieur <clement <at> lassieur.org>
:
bug acknowledged by developer.
(Tue, 14 Sep 2021 09:12:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 31789-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Sarah, thank you for taking care of these old bugs!
I can't replicate this one either. Closing.
Clément
On Mon, Sep 13, 2021, at 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 you?
>
> Clément Lassieur <clement <at> lassieur.org> 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-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
>
> --
> Sarah
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 12 Oct 2021 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.