GNU bug report logs

#47745 ldap test is failing

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

Received: (at submit) by debbugs.gnu.org; 13 Apr 2021 08:13:45 +0000
From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 13 04:13:45 2021
Received: from localhost ([127.0.0.1]:58922 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1lWEB7-0002Gi-2x
	for submit@debbugs.gnu.org; Tue, 13 Apr 2021 04:13:45 -0400
Received: from lists.gnu.org ([209.51.188.17]:52236)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <othacehe@gnu.org>) id 1lWEB4-0002Ga-Rw
 for submit@debbugs.gnu.org; Tue, 13 Apr 2021 04:13:43 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:44820)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <othacehe@gnu.org>) id 1lWEB4-0003Wc-Ky
 for bug-guix@gnu.org; Tue, 13 Apr 2021 04:13:42 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e]:45120)
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <othacehe@gnu.org>)
 id 1lWEB4-0001XV-3O; Tue, 13 Apr 2021 04:13:42 -0400
Received: from [2a01:e0a:19b:d9a0:35c2:b1bf:b4c1:9d32] (port=53654 helo=meije)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <othacehe@gnu.org>)
 id 1lWEB3-0004HW-JJ; Tue, 13 Apr 2021 04:13:41 -0400
From: Mathieu Othacehe <othacehe@gnu.org>
To: bug-guix@gnu.org
Subject: ldap test is failing
Date: Tue, 13 Apr 2021 10:13:40 +0200
Message-ID: <87v98qr497.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: submit
Cc: Ricardo Wurmus <rekado@elephly.net>
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -3.3 (---)
Hello,

The "ldap" system test is failing this way:

--8<---------------cut here---------------start------------->8---
mathieu@meije ~/guix [env]$ cat /gnu/store/5qq5ql92k9n57hx5l6ysk1rwnb0diwsv-ldap-test/ldap.log 
%%%% Starting test ldap
Group begin: ldap
Test begin:
  test-name: "LDAP server instance running"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "LDAP server instance running" (marionette-eval (quote (begin (with-output-to-file "instance.inf" (lambda () (display "[general]\nconfig_version = 2\n\n\n[slapd]\nroot_password = SEC)
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "Manager can bind to LDAP server instance"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "Manager can bind to LDAP server instance" (marionette-eval (quote (zero? (system* "/gnu/store/zgbzw97lyw6nbq5id5qaznjz7vh3vf06-openldap-2.4.57/bin/ldapwhoami" "-H" "ldap://localhost)
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "nslcd service running"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "nslcd service running" (marionette-eval (quote (begin (use-modules (gnu services herd)) (match (start-service (quote nslcd)) (#f #f) (((quote service) response-parts ...) (match (as)
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "nslcd produces a log file"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "nslcd produces a log file" (marionette-eval (quote (file-exists? "/var/log/nslcd")) marionette))
Test end:
  result-kind: pass
  actual-value: #t
Test begin:
  test-name: "Can query LDAP user accounts"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "Can query LDAP user accounts" (marionette-eval (quote (begin (setenv "LD_LIBRARY_PATH" "/gnu/store/k77355jbp6xllysx34rrgkhwrmbdh7zw-nss-pam-ldapd-0.9.11/lib") (zero? (system* "/gnu/)
Test end:
  result-kind: fail
  actual-value: #f
Test begin:
  test-name: "Can become LDAP user"
  source-file: "/gnu/store/jscgawp3wfrykgs67dpy106ys16r8d5h-ldap-test-builder"
  source-line: 1
  source-form: (test-assert "Can become LDAP user" (marionette-eval (quote (zero? (system* "/run/setuid-programs/su" "eva" "-c" "/gnu/store/n8awazyldv9hbzb7pjcw76hiifmvrpvd-coreutils-8.32/bin/true"))) marionett)
Test end:
  result-kind: fail
  actual-value: #f
Group end: ldap
# of expected passes      2
# of unexpected failures  4
--8<---------------cut here---------------end--------------->8---

Ricardo, any clues :) ?

Thanks,

Mathieu




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 08:33:14 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.