[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small hiccup in the test suite



Hi all,

I'm seeing a failure in the test suite after compiling
Heimdal-1.1. I searched the archives and didn't notice
anything about the issue. Here's some machine specifics:

rml@rmlinux: ~/build > uname -a
Linux rmlinux 2.6.21.5 #1 PREEMPT Mon Jul 2 16:59:54 CDT 2007 i686 athlon-4 i386 GNU/Linux

rml@rmlinux: ~/build > gcc --version
gcc (GCC) 4.1.2

rml@rmlinux: ~/build > /lib/libc-2.5.so
GNU C Library stable release version 2.5, by Roland McGrath et al.
Compiled by GNU CC version 4.1.2.
Compiled on a Linux >>2.6.20.2<< system on 2007-07-01.
Available extensions:
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        GNU libio by Per Bothner
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B
Thread-local storage support included.

==================

Here's the configure line I used:

./configure --prefix=/home/rml/build/heimdal-1.1/destdir \
            --enable-hdb-openldap-module \
            --enable-kcm \
            --with-hdbdir=/home/rml/build/heimdal-1.1/destdir/var/lib/heimdal \
            --with-readline=/usr \
            --with-openldap=/usr \
            --localstatedir=/home/rml/build/heimdal-1.1/destdir/var/lib/heimdal \
            --datadir=/home/rml/build/heimdal-1.1/destdir/var/lib/heimdal

The configure and make commands resulted in normal behaviour
without errors or problems.

====================

All tests other than the one shown below pass as expected. Here's
the relevant part of the log from the test that fails:

PASS: check-pkinit
Creating database
Starting kdc
Waiting for KDC to start, looking logfile messages.log
Have waited 2 seconds
starting master
Waiting for ipropd-master to start, looking logfile messages.log
Have waited 2 seconds
starting slave
Waiting for ipropd-slave to start, looking logfile messages.log
Have waited 2 seconds
Have waited 4 seconds
Have waited 6 seconds
Have waited 8 seconds
Have waited 10 seconds
Have waited 12 seconds
Have waited 14 seconds
Have waited 16 seconds
Have waited 18 seconds
Have waited 20 seconds
Have waited 22 seconds
Waited for 20 for the ipropd-slave to start, and it didnt happen
killing ipropd s + m + kdc
2008-03-19T10:37:27 Client sent patypes: encrypted-timestamp, encrypted-timestamp, encrypted-timestamp,
encrypted-timestamp, encrypted-timestamp, encrypted-timestamp, encrypted-timestamp, encrypted-timestamp,
encrypted-timestamp, encrypted-timestamp, encrypted-timestamp, encrypted-timestamp
2008-03-19T10:37:27 Looking for PKINIT pa-data -- iprop/slave@TEST.H5L.SE
2008-03-19T10:37:27 Looking for ENC-TS pa-data -- iprop/slave@TEST.H5L.SE
2008-03-19T10:37:27 ENC-TS Pre-authentication succeeded -- iprop/slave@TEST.H5L.SE using aes256-cts-hmac-sha1-96
2008-03-19T10:37:27 Client supported enctypes: aes256-cts-hmac-sha1-96, aes128-cts-hmac-sha1-96, des3-cbc-sha1,
des3-cbc-md5, arcfour-hmac-md5, des-cbc-md5, des-cbc-md4, des-cbc-crc
2008-03-19T10:37:27 Using aes256-cts-hmac-sha1-96/aes256-cts-hmac-sha1-96
2008-03-19T10:37:27 AS-REQ authtime: 2008-03-19T10:37:27 starttime: unset endtime: 2008-03-19T20:37:27 renew till: unset
2008-03-19T10:37:27 sending 620 bytes to IPv4:127.0.0.1
2008-03-19T10:37:33 krb5_sendauth: Matching credential (krbtgt/LOCALDOMAIN@TEST.H5L.SE) not found
2008-03-19T10:37:33 krb5_recvauth: End of file
Status for slaves, last updated: 2008-03-19T10:37:33

Master version: 23

Name  Address  Version  Status  Last Seen
FAIL: check-iprop

<snip some stuff that passes the tests>

=====================================
1 of 8 tests failed
Please report to heimdal-bugs@h5l.org
=====================================

============================

I'll be happy to provide whatever additional information you may
want, and/or I can try some additional things upon recommendation.

--
Randy