unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnutls 'name-constraints' test failure
@ 2016-07-16 19:04 nee
  2016-07-17  7:32 ` Leo Famulari
  0 siblings, 1 reply; 14+ messages in thread
From: nee @ 2016-07-16 19:04 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

Hello, I did a guix pull today and now gnutls fails it's test suite.

In case it matters: I originally installed the 0.9.0 binary and updated
only with guix pull
and guix package -u in the meantime.

guix-daemon --version
gives me
guix-daemon (GNU Guix) 0.9.0


[-- Attachment #2: test-suite.log --]
[-- Type: text/x-log, Size: 1615 bytes --]

===================================================
   GnuTLS 3.4.7: tests/cert-tests/test-suite.log
===================================================

# TOTAL: 14
# PASS:  11
# SKIP:  2
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

SKIP: certtool
==============

./certtool: line 83: datefudge: command not found

You need datefudge to run this test

FAIL: name-constraints
======================

Loaded 3 certificates, 1 CAs and 0 CRLs

	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
	Output: Not verified. The certificate is NOT trusted. The certificate issuer is unknown. 

	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
	Output: Verified. The certificate is trusted. 

	Subject: C=US,O=Foo Bar Inc.,CN=bazz.foobar.com
	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
	Output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 

Chain verification output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 

name constraints test 1 failed

SKIP: template-test
===================

./template-test: line 30: datefudge: command not found

You need datefudge to run this test



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-16 19:04 gnutls 'name-constraints' test failure nee
@ 2016-07-17  7:32 ` Leo Famulari
  2016-07-17 11:17   ` Andreas Enge
  2016-07-17 13:25   ` Ludovic Courtès
  0 siblings, 2 replies; 14+ messages in thread
From: Leo Famulari @ 2016-07-17  7:32 UTC (permalink / raw)
  To: nee; +Cc: guix-devel

On Sat, Jul 16, 2016 at 09:04:47PM +0200, nee wrote:
> ./certtool: line 83: datefudge: command not found
> 
> You need datefudge to run this test
> 
> FAIL: name-constraints
> ======================
> 
> Loaded 3 certificates, 1 CAs and 0 CRLs
> 
> 	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
> 	Output: Not verified. The certificate is NOT trusted. The certificate issuer is unknown. 
> 
> 	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
> 	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
> 	Output: Verified. The certificate is trusted. 
> 
> 	Subject: C=US,O=Foo Bar Inc.,CN=bazz.foobar.com
> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
> 	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
> 	Output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 
> 
> Chain verification output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 
> 
> name constraints test 1 failed

The test certificates have expired.

I think we need to apply this patch with a graft, from the gnutls_3_4_x
branch:
https://gitlab.com/gnutls/gnutls/commit/47f25d9e08d4e102572804a2aed186b01db23c65

The effect is to skip the test, because we are missing the datefudge
program [0].

Or, we could package datefudge and add it to the gnutls recipe.

Thanks to Jookia for the tip.

[0]
https://packages.debian.org/sid/datefudge

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-17  7:32 ` Leo Famulari
@ 2016-07-17 11:17   ` Andreas Enge
  2016-07-17 13:25   ` Ludovic Courtès
  1 sibling, 0 replies; 14+ messages in thread
From: Andreas Enge @ 2016-07-17 11:17 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

On Sun, Jul 17, 2016 at 03:32:06AM -0400, Leo Famulari wrote:
> The test certificates have expired.
> I think we need to apply this patch with a graft, from the gnutls_3_4_x
> branch:
> https://gitlab.com/gnutls/gnutls/commit/47f25d9e08d4e102572804a2aed186b01db23c65

I think the package is still available from mirror.hydra.gnu.org, so if you
enable binary substitutes, you should get it (I seem to recall that I
downloaded it recently).

Maybe we should be brave and go ahead and simply merge core-updates and then
repair the breakage that occurs; the exceptional situation of the hydra
break-down would justify exceptional means.

Andreas

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-17  7:32 ` Leo Famulari
  2016-07-17 11:17   ` Andreas Enge
@ 2016-07-17 13:25   ` Ludovic Courtès
  2016-07-17 17:33     ` Leo Famulari
  1 sibling, 1 reply; 14+ messages in thread
From: Ludovic Courtès @ 2016-07-17 13:25 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Sat, Jul 16, 2016 at 09:04:47PM +0200, nee wrote:
>> ./certtool: line 83: datefudge: command not found
>> 
>> You need datefudge to run this test
>> 
>> FAIL: name-constraints
>> ======================
>> 
>> Loaded 3 certificates, 1 CAs and 0 CRLs
>> 
>> 	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
>> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
>> 	Output: Not verified. The certificate is NOT trusted. The certificate issuer is unknown. 
>> 
>> 	Subject: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
>> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Root CA,OU=Public Key Infrastructure
>> 	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
>> 	Output: Verified. The certificate is trusted. 
>> 
>> 	Subject: C=US,O=Foo Bar Inc.,CN=bazz.foobar.com
>> 	Issuer: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
>> 	Checked against: C=US,O=Foo Bar Inc.,CN=Foo Bar Sub CA 1,OU=Public Key Infrastructure
>> 	Output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 
>> 
>> Chain verification output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate. 
>> 
>> name constraints test 1 failed
>
> The test certificates have expired.
>
> I think we need to apply this patch with a graft, from the gnutls_3_4_x
> branch:
> https://gitlab.com/gnutls/gnutls/commit/47f25d9e08d4e102572804a2aed186b01db23c65
>
> The effect is to skip the test, because we are missing the datefudge
> program [0].
>
> Or, we could package datefudge and add it to the gnutls recipe.

Interesting failure mode.

When Hydra is operational again, we can simply update GnuTLS, I think.

In the meantime grafting is a good idea.  Would you like to try that?

Thanks for the analysis!

Ludo’.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-17 13:25   ` Ludovic Courtès
@ 2016-07-17 17:33     ` Leo Famulari
  2016-07-18 12:14       ` Ludovic Courtès
  2016-07-18 16:48       ` Leo Famulari
  0 siblings, 2 replies; 14+ messages in thread
From: Leo Famulari @ 2016-07-17 17:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 296 bytes --]

On Sun, Jul 17, 2016 at 03:25:46PM +0200, Ludovic Courtès wrote:
> Interesting failure mode.

"Interesting" is one word for it ;) It's not the first time I've seen a
test go stale.

> In the meantime grafting is a good idea.  Would you like to try that?

A patch is attached for review!

[-- Attachment #1.2: 0001-gnu-gnutls-Fix-test-failure.patch --]
[-- Type: text/x-diff, Size: 4079 bytes --]

From 55512c47d6331109a82acc083ad5ea905d386be7 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Sun, 17 Jul 2016 13:07:35 -0400
Subject: [PATCH] gnu: gnutls: Fix test failure.

* gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls/fixed): New variable.
---
 gnu/local.mk                                     |  1 +
 gnu/packages/patches/gnutls-fix-stale-test.patch | 50 ++++++++++++++++++++++++
 gnu/packages/tls.scm                             |  8 ++++
 3 files changed, 59 insertions(+)
 create mode 100644 gnu/packages/patches/gnutls-fix-stale-test.patch

diff --git a/gnu/local.mk b/gnu/local.mk
index 536ecef..ef2eb0b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -533,6 +533,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/gmp-faulty-test.patch			\
   %D%/packages/patches/gnome-tweak-tool-search-paths.patch	\
   %D%/packages/patches/gnucash-price-quotes-perl.patch		\
+  %D%/packages/patches/gnutls-fix-stale-test.patch		\
   %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \
   %D%/packages/patches/gobject-introspection-cc.patch		\
   %D%/packages/patches/gobject-introspection-girepository.patch	\
diff --git a/gnu/packages/patches/gnutls-fix-stale-test.patch b/gnu/packages/patches/gnutls-fix-stale-test.patch
new file mode 100644
index 0000000..abb547a
--- /dev/null
+++ b/gnu/packages/patches/gnutls-fix-stale-test.patch
@@ -0,0 +1,50 @@
+A certificate used in the GnuTLS test suite has expired, causing the
+test suite to fail.
+
+The effect of this patch depends on whether or not the datefudge program
+is available. If it is, then it is used to change the date in the test
+environment. If it is not, then the test is skipped.
+
+At the time this patch was added to Guix, datefudge was not available,
+so the test is skipped.
+
+Taken from upstream commit:
+https://gitlab.com/gnutls/gnutls/commit/47f25d9e08d4e102572804a2aed186b01db23c65
+
+From 47f25d9e08d4e102572804a2aed186b01db23c65 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos <nmav@redhat.com>
+Date: Wed, 29 Jun 2016 17:31:13 +0200
+Subject: [PATCH] tests: use datefudge in name-constraints test
+
+This avoids the expiration of the used certificate to affect the test.
+---
+ tests/cert-tests/name-constraints | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/tests/cert-tests/name-constraints b/tests/cert-tests/name-constraints
+index 05d6e9b..59af00f 100755
+--- a/tests/cert-tests/name-constraints
++++ b/tests/cert-tests/name-constraints
+@@ -28,7 +28,18 @@ if ! test -z "${VALGRIND}"; then
+ fi
+ TMPFILE=tmp.$$.pem
+ 
+-${VALGRIND} "${CERTTOOL}" -e --infile "${srcdir}/name-constraints-ip.pem"
++export TZ="UTC"
++
++# Check for datefudge
++TSTAMP=`datefudge -s "2006-09-23" date -u +%s || true`
++if test "$TSTAMP" != "1158969600"; then
++	echo $TSTAMP
++	echo "You need datefudge to run this test"
++	exit 77
++fi
++
++datefudge -s "2016-04-22" \
++	${VALGRIND} "${CERTTOOL}" -e --infile "${srcdir}/name-constraints-ip.pem"
+ rc=$?
+ 
+ if test "${rc}" != "0"; then
+-- 
+2.9.1
+
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index bdc1d7c..6ba1776 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -122,6 +122,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
+    (replacement gnutls/fixed)
     (version "3.4.7")
     (source (origin
              (method url-fetch)
@@ -194,6 +195,13 @@ required structures.")
     (properties '((ftp-server . "ftp.gnutls.org")
                   (ftp-directory . "/gcrypt/gnutls")))))
 
+(define-public gnutls/fixed
+  (package
+    (inherit gnutls)
+    (source (origin
+              (inherit (package-source gnutls))
+              (patches (search-patches "gnutls-fix-stale-test.patch"))))))
+
 (define-public openssl
   (package
    (name "openssl")
-- 
2.9.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-17 17:33     ` Leo Famulari
@ 2016-07-18 12:14       ` Ludovic Courtès
  2016-07-18 16:48       ` Leo Famulari
  1 sibling, 0 replies; 14+ messages in thread
From: Ludovic Courtès @ 2016-07-18 12:14 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> From 55512c47d6331109a82acc083ad5ea905d386be7 Mon Sep 17 00:00:00 2001
> From: Leo Famulari <leo@famulari.name>
> Date: Sun, 17 Jul 2016 13:07:35 -0400
> Subject: [PATCH] gnu: gnutls: Fix test failure.
>
> * gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/tls.scm (gnutls)[replacement]: New field.
> (gnutls/fixed): New variable.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-17 17:33     ` Leo Famulari
  2016-07-18 12:14       ` Ludovic Courtès
@ 2016-07-18 16:48       ` Leo Famulari
  2016-07-18 17:15         ` Leo Famulari
  2016-07-18 17:30         ` Efraim Flashner
  1 sibling, 2 replies; 14+ messages in thread
From: Leo Famulari @ 2016-07-18 16:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote:
> Subject: [PATCH] gnu: gnutls: Fix test failure.
> 
> * gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/tls.scm (gnutls)[replacement]: New field.
> (gnutls/fixed): New variable.

Mark pointed out that using a graft won't work, since the ungrafted and
unpatched gnutls will still need to be built.

Any ideas?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-18 16:48       ` Leo Famulari
@ 2016-07-18 17:15         ` Leo Famulari
  2016-07-19 13:02           ` Ludovic Courtès
  2016-07-18 17:30         ` Efraim Flashner
  1 sibling, 1 reply; 14+ messages in thread
From: Leo Famulari @ 2016-07-18 17:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Mon, Jul 18, 2016 at 12:48:55PM -0400, Leo Famulari wrote:
> On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote:
> > Subject: [PATCH] gnu: gnutls: Fix test failure.
> > 
> > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
> > * gnu/local.mk (dist_patch_DATA): Add it.
> > * gnu/packages/tls.scm (gnutls)[replacement]: New field.
> > (gnutls/fixed): New variable.
> 
> Mark pointed out that using a graft won't work, since the ungrafted and
> unpatched gnutls will still need to be built.
> 
> Any ideas?

Unfortunately, the version of gnutls in core-updates (3.5.0) does not
include the fix. It was introduced in 3.5.2.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-18 16:48       ` Leo Famulari
  2016-07-18 17:15         ` Leo Famulari
@ 2016-07-18 17:30         ` Efraim Flashner
  2016-07-19 13:01           ` gd on i686 Ludovic Courtès
  1 sibling, 1 reply; 14+ messages in thread
From: Efraim Flashner @ 2016-07-18 17:30 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

On Mon, Jul 18, 2016 at 12:48:55PM -0400, Leo Famulari wrote:
> On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote:
> > Subject: [PATCH] gnu: gnutls: Fix test failure.
> > 
> > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
> > * gnu/local.mk (dist_patch_DATA): Add it.
> > * gnu/packages/tls.scm (gnutls)[replacement]: New field.
> > (gnutls/fixed): New variable.
> 
> Mark pointed out that using a graft won't work, since the ungrafted and
> unpatched gnutls will still need to be built.
> 
> Any ideas?
> 

Can we do an
(if (system-prefix? "i686-linux" (or %target... %current...))
    (disable test)
    (echo "hi mom!"))

the other option I saw from the bug report
https://github.com/libgd/libgd/issues/242#issuecomment-228676965
was apparently to add the flags -msse -mfpmath=sse to CFLAGS to make it
pass.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* gd on i686
  2016-07-18 17:30         ` Efraim Flashner
@ 2016-07-19 13:01           ` Ludovic Courtès
  0 siblings, 0 replies; 14+ messages in thread
From: Ludovic Courtès @ 2016-07-19 13:01 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> skribis:

> Can we do an
> (if (system-prefix? "i686-linux" (or %target... %current...))
>     (disable test)
>     (echo "hi mom!"))
>
> the other option I saw from the bug report
> https://github.com/libgd/libgd/issues/242#issuecomment-228676965
> was apparently to add the flags -msse -mfpmath=sse to CFLAGS to make it
> pass.

You’re talking about a different issue ;-) (gd vs. GnuTLS), but yes, we
could use something like this to avoid rebuilds on platforms other than
i686.

Ludo’.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-18 17:15         ` Leo Famulari
@ 2016-07-19 13:02           ` Ludovic Courtès
  2016-07-19 17:05             ` Leo Famulari
  0 siblings, 1 reply; 14+ messages in thread
From: Ludovic Courtès @ 2016-07-19 13:02 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Mon, Jul 18, 2016 at 12:48:55PM -0400, Leo Famulari wrote:
>> On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote:
>> > Subject: [PATCH] gnu: gnutls: Fix test failure.
>> > 
>> > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
>> > * gnu/local.mk (dist_patch_DATA): Add it.
>> > * gnu/packages/tls.scm (gnutls)[replacement]: New field.
>> > (gnutls/fixed): New variable.
>> 
>> Mark pointed out that using a graft won't work, since the ungrafted and
>> unpatched gnutls will still need to be built.

Bah, indeed!

> Unfortunately, the version of gnutls in core-updates (3.5.0) does not
> include the fix. It was introduced in 3.5.2.

So GnuTLS already doesn’t build on core-updates, right?  In that case,
we should go ahead an update it.

WDYT?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-19 13:02           ` Ludovic Courtès
@ 2016-07-19 17:05             ` Leo Famulari
  2016-07-20  4:04               ` Leo Famulari
  0 siblings, 1 reply; 14+ messages in thread
From: Leo Famulari @ 2016-07-19 17:05 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

On Tue, Jul 19, 2016 at 03:02:13PM +0200, Ludovic Courtès wrote:
> So GnuTLS already doesn’t build on core-updates, right?  In that case,
> we should go ahead an update it.

I built 3.5.2 on master, but now there is another test failure,
'testdsa'. I've attached the log.

It appears that the test requires a `netstat` available. Does GnuTLS
mock network access somehow?

Unfortunately, I have to go AFK for ~12 hours. Maybe somebody else can
look at it?

[-- Attachment #2: test-suite.log --]
[-- Type: text/plain, Size: 1228 bytes --]

============================================
   GnuTLS 3.5.2: tests/dsa/test-suite.log
============================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: testdsa
=============

Checking various DSA key sizes (port )
Checking DSA-1024 with TLS 1.0
./testdsa: line 55: netstat: command not found
./../scripts/common.sh: line 73: netstat: command not found
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 1
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 2
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 3
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 4
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 5
./../scripts/common.sh: line 54: netstat: command not found
./../scripts/common.sh: line 57: netstat: command not found
try 6
Server 35835 did not come up


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-19 17:05             ` Leo Famulari
@ 2016-07-20  4:04               ` Leo Famulari
  2016-07-20 10:07                 ` Ludovic Courtès
  0 siblings, 1 reply; 14+ messages in thread
From: Leo Famulari @ 2016-07-20  4:04 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Tue, Jul 19, 2016 at 01:05:35PM -0400, Leo Famulari wrote:
> On Tue, Jul 19, 2016 at 03:02:13PM +0200, Ludovic Courtès wrote:
> > So GnuTLS already doesn’t build on core-updates, right?  In that case,
> > we should go ahead an update it.
> 
> I built 3.5.2 on master, but now there is another test failure,
> 'testdsa'. I've attached the log.

It builds with net-tools, with provides netstat.

The output does not retain a reference to net-tools (good!), so I pushed
the update to core-updates 5d4c90ae0.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: gnutls 'name-constraints' test failure
  2016-07-20  4:04               ` Leo Famulari
@ 2016-07-20 10:07                 ` Ludovic Courtès
  0 siblings, 0 replies; 14+ messages in thread
From: Ludovic Courtès @ 2016-07-20 10:07 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Tue, Jul 19, 2016 at 01:05:35PM -0400, Leo Famulari wrote:
>> On Tue, Jul 19, 2016 at 03:02:13PM +0200, Ludovic Courtès wrote:
>> > So GnuTLS already doesn’t build on core-updates, right?  In that case,
>> > we should go ahead an update it.
>> 
>> I built 3.5.2 on master, but now there is another test failure,
>> 'testdsa'. I've attached the log.
>
> It builds with net-tools, with provides netstat.
>
> The output does not retain a reference to net-tools (good!), so I pushed
> the update to core-updates 5d4c90ae0.

Great, thanks for taking care of it!

I have merged master in core-updates (there was a surprisingly large
number of pointless conflicts, I wonder why) and started an evaluation
on Hydra (it was done building master on i686 and x86_64).

Let’s see how it goes!

Ludo’.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-07-20 10:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16 19:04 gnutls 'name-constraints' test failure nee
2016-07-17  7:32 ` Leo Famulari
2016-07-17 11:17   ` Andreas Enge
2016-07-17 13:25   ` Ludovic Courtès
2016-07-17 17:33     ` Leo Famulari
2016-07-18 12:14       ` Ludovic Courtès
2016-07-18 16:48       ` Leo Famulari
2016-07-18 17:15         ` Leo Famulari
2016-07-19 13:02           ` Ludovic Courtès
2016-07-19 17:05             ` Leo Famulari
2016-07-20  4:04               ` Leo Famulari
2016-07-20 10:07                 ` Ludovic Courtès
2016-07-18 17:30         ` Efraim Flashner
2016-07-19 13:01           ` gd on i686 Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).