Your message dated Tue, 02 Jan 2024 18:34:23 +0000
with message-id <[email protected]>
and subject line Bug#1057285: fixed in gsasl 2.2.1-1
has caused the Debian Bug report #1057285,
regarding gsasl: autopkgtest fails sometimes on armhf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1057285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057285
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gsasl
Version: 2.2.0-2

Hello,

Since gsasl's autopkgtest currently blocks gnutls28's migration to
testing I gave it a quick look on the porterbox (abel.debian.org). The
autopkgtest seems to be flacky on both sid and trixie. - Running all
tests in loop 40 times (without valgrind, to speed things up) yields at
least one error (either gsasl-mailutils-gs2krb5-gssapi or
gsasl-dovecot-gssapi). An example looks like this. (XXX-lines and EXIT
CODE reporting are local additions):

OK Run:
TEST debian/tests/gsasl-mailutils-gs2krb5-gssapi
XXXXXXXXXXXXXXXx-XXXXXXXXXXXXXXXXXXXXXXXXXXX
+ command -v valgrind
+ GSASL= /usr/bin/gsasl IMAP4D= /usr/sbin/imap4d 
tests/gsasl-mailutils-gs2krb5-gssapi.sh
+ : /usr/bin/gsasl
+ : /usr/sbin/imap4d
+ /usr/bin/gsasl --version
+ grep ^gsasl (GNU SASL
gsasl (GNU SASL) 2.2.0
+ + grep  GSSAPI
/usr/bin/gsasl --client-mechanisms
ANONYMOUS EXTERNAL LOGIN PLAIN SECURID NTLM DIGEST-MD5 CRAM-MD5 SCRAM-SHA-1 
SCRAM-SHA-1-PLUS SCRAM-SHA-256 SCRAM-SHA-256-PLUS SAML20 OPENID20 GSSAPI 
GS2-KRB5
+ test no = yes
+ export 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin
+ command -v ss
/usr/bin/ss
+ + grep ^imap4d (GNU Mailutils)
/usr/sbin/imap4d --version
imap4d (GNU Mailutils) 3.16
+ command -v id
/usr/bin/id
+ command -v hostname
/usr/bin/hostname
+ command -v kinit
/usr/bin/kinit
+ command -v kdb5_util
/sbin/kdb5_util
+ command -v kadmin.local
/sbin/kadmin.local
+ command -v krb5kdc
/sbin/krb5kdc
+ mktemp -d
+ WORKDIR=/tmp/tmp.u55HmY6NH2
+ trap set +e; test -f $WORKDIR/k/pid && kill `cat $WORKDIR/k/pid`; test -f 
$WORKDIR/imap4d.pid && kill `cat $WORKDIR/imap4d.pid`; tail -v -n +0 
$WORKDIR/out-* $WORKDIR/kdc.log; rm -r $WORKDIR/imap4d.pid 
$WORKDIR/mailutils.conf $WORKDIR/k $WORKDIR/*.log $WORKDIR/cc $WORKDIR/kt 
$WORKDIR/out-*; rmdir $WORKDIR 0 INT QUIT ABRT PIPE TERM
+ : ametzler
+ id -gn
+ : ametzler
+ mkdir /tmp/tmp.u55HmY6NH2/k /tmp/tmp.u55HmY6NH2/k/etc
+ cat
+ hostname -d
+ hostname -f
+ cat
+ export KRB5CCNAME=/tmp/tmp.u55HmY6NH2/cc
+ export KRB5_CONFIG=/tmp/tmp.u55HmY6NH2/k/krb5.conf
+ export KRB5_KDC_PROFILE=/tmp/tmp.u55HmY6NH2/k
+ export KRB5_KTNAME=/tmp/tmp.u55HmY6NH2/kt
+ kdb5_util -P foo create -s
Initializing database '/tmp/tmp.u55HmY6NH2/k/principal' for realm 
'GSASL.EXAMPLE',
master key name 'K/[email protected]'
+ hostname -f
+ kadmin.local addprinc -randkey imap/abel.debian.org
+ kadmin.local addprinc -pw bar ametzler
+ hostname -f
+ kadmin.local ktadd -k /tmp/tmp.u55HmY6NH2/kt imap/abel.debian.org
Entry for principal imap/abel.debian.org with kvno 2, encryption type 
aes256-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/tmp.u55HmY6NH2/kt.
Entry for principal imap/abel.debian.org with kvno 2, encryption type 
aes128-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/tmp.u55HmY6NH2/kt.
+ i=0
+ + ss -na
krb5kdc+ + grep LISTEN
grep 0.0.0.0:17643
 -n -P /tmp/tmp.u55HmY6NH2/k/pid
krb5kdc: starting...
tcp   LISTEN     0      0                                                 
0.0.0.0:17643              0.0.0.0:*
+ cat
+ i=0
+ ss -na
+ + grep LISTEN
grep 0.0.0.0:19835
+ /usr/sbin/imap4d --config-file=/tmp/tmp.u55HmY6NH2/mailutils.conf 
--debug-level=4711 --daemon --foreground
+ expr 0 + 1
+ i=1
+ test 1 = 10
+ sleep 1
+ ss -na
+ grep 0.0.0.0:19835
+ grep LISTEN
tcp   LISTEN     0      0                                                 
0.0.0.0:19835              0.0.0.0:*
+ hostname -f
+ /usr/bin/gsasl -m GSSAPI -d --no-starttls --imap abel.debian.org 19835
+ grep -q gss_init_sec_context /tmp/tmp.u55HmY6NH2/out-err
+ echo bar
+ kinit ametzler
Password for [email protected]:
+ hostname -f
+ /usr/bin/gsasl -m GS2-KRB5 -d --no-starttls --imap abel.debian.org 19835 -z 
ametzler
+ grep -q ^. OK AUTHENTICATE /tmp/tmp.u55HmY6NH2/out-gs2krb5
+ hostname -f
+ /usr/bin/gsasl -m GSSAPI -d --no-starttls --imap abel.debian.org 19835 -z 
ametzler
+ grep -q ^. OK AUTHENTICATE /tmp/tmp.u55HmY6NH2/out-gssapi
+ echo PASS: tests/gsasl-mailutils-gs2krb5-gssapi.sh
PASS: tests/gsasl-mailutils-gs2krb5-gssapi.sh
+ exit 0
+ set +e
+ test -f /tmp/tmp.u55HmY6NH2/k/pid
+ cat /tmp/tmp.u55HmY6NH2/k/pid
+ kill 16318
+ test -f /tmp/tmp.u55HmY6NH2/imap4d.pid
+ cat /tmp/tmp.u55HmY6NH2/imap4d.pid
+ kill 16336
+ tail -v -n +0 /tmp/tmp.u55HmY6NH2/out-err /tmp/tmp.u55HmY6NH2/out-gs2krb5 
/tmp/tmp.u55HmY6NH2/out-gssapi /tmp/tmp.u55HmY6NH2/out-imapd 
/tmp/tmp.u55HmY6NH2/kdc.log
==> /tmp/tmp.u55HmY6NH2/out-err <==
Trying 'abel.debian.org'...
* OK IMAP4rev1
. CAPABILITY
* CAPABILITY IMAP4rev1 NAMESPACE ID IDLE LITERAL+ UNSELECT AUTH=GSSAPI 
AUTH=ANONYMOUS AUTH=EXTERNAL AUTH=LOGIN AUTH=PLAIN AUTH=SECURID AUTH=DIGEST-MD5 
AUTH=CRAM-MD5 AUTH=SCRAM-SHA-1 AUTH=SCRAM-SHA-1-PLUS AUTH=SCRAM-SHA-256 
AUTH=SCRAM-SHA-256-PLUS AUTH=SAML20 AUTH=OPENID20 AUTH=GSSAPI AUTH=GS2-KRB5
. OK CAPABILITY Completed
. AUTHENTICATE GSSAPI
+
/usr/bin/gsasl: mechanism error: GSSAPI error in client while negotiating 
security context in gss_init_sec_context() in SASL library.  This is most 
likely due insufficient credentials or malicious interactions.

==> /tmp/tmp.u55HmY6NH2/out-gs2krb5 <==
Trying 'abel.debian.org'...
* OK IMAP4rev1
. CAPABILITY
* CAPABILITY IMAP4rev1 NAMESPACE ID IDLE LITERAL+ UNSELECT AUTH=GSSAPI 
AUTH=ANONYMOUS AUTH=EXTERNAL AUTH=LOGIN AUTH=PLAIN AUTH=SECURID AUTH=DIGEST-MD5 
AUTH=CRAM-MD5 AUTH=SCRAM-SHA-1 AUTH=SCRAM-SHA-1-PLUS AUTH=SCRAM-SHA-256 
AUTH=SCRAM-SHA-256-PLUS AUTH=SAML20 AUTH=OPENID20 AUTH=GSSAPI AUTH=GS2-KRB5
. OK CAPABILITY Completed
. AUTHENTICATE GS2-KRB5
+
bixhPWFtZXR6bGVyLAEAboICwDCCArygAwIBBaEDAgEOogcDBQAgAAAAo4IBz2GCAcswggHHoAMCAQWhDxsNR1NBU0wuRVhBTVBMRaIiMCCgAwIBA6EZMBcbBGltYXAbD2FiZWwuZGViaWFuLm9yZ6OCAYkwggGFoAMCARKhAwIBAqKCAXcEggFz6iWqLPrTUEaYUWkPwx+4+l6YFhq8w5oyBM2cU+6i7xNkzV+JcU6qMZv/GFAdQ9jBzGdloF5KlMnlpqjMox3TBZKVPY4yRcCpXG7Xq/Kyu2yIq4EVBpJ9O490n/LRrjYZKsNQAHAP9oJ0jwvoro5uysafQxngAn6Zg8N8n75CpVWwuXobw3n9wGMtvlKQgJEXXtvgplVx+N3spqJvb/bEVh/BkmTN7QdFi4l+m/zQeSchKla/uTH28y45vmB9RUXEqXRn44UF4d5zYTgpwuiy0eZvQm5K0uUW5r67QxrC+12lAs3YcIV0K+Q23e+XpUFSsw2O8ybTfKHb/4m83WsORWI8/YstEpPWQKMkrfY+qCFkUXFGDZnLV1APX+aoFWqhjg0zIE7YeeMot6vtJUUJfwlYtaR6Ppy6/mB1vx5d+0xY18fBAe5XDVOEbtewCxOFmTWmjZASW/fWlGV7SzM6ShrJJqRn4mZ+3JmgjRcbqS6fGzykgdMwgdCgAwIBEqKByASBxU0ZP8Wvqf5xZEp0mc52bQfAgRYfoH2fwJnBIZrIotSz+l3se3gJZBtJ201SVGbjYLXNhEDt6C3CTq1BBdZBPl0+hmPF5YouVXhnR+vjPyxjEYwNxzVDLdFSOwpDDvx7GLThF63E5nTS759TrJGpSY5sazQgMVH8HdhEGqxxEmq8CWAOOByAhEF6RkS2L8/6DnWzUrrm5+Vu5+1d0sPMUahxAw5Z+qytCotKqy/MLaQbiiqyPNYkfax09SV7uBKkI4VVJeMt
+ 
YIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv92S3XaZJJO+F0In0DI3QO/MY6RIBTePsaQE+z/7NT5DJkDhOSGzv+lTYtvyRLcFHoSP5xUFgPNysUMpaEKMAub3Yey5zrX5eDRcnXqGNuivARgoycef/WpEt0AIvkb+oFXzY3bkEhyqZb0Kmi+Oz

. OK AUTHENTICATE GS2-KRB5 authentication successful
Client authentication finished (server trusted)...
Session finished...
. LOGOUT
* BYE Session terminating.
. OK LOGOUT Completed

==> /tmp/tmp.u55HmY6NH2/out-gssapi <==
Trying 'abel.debian.org'...
* OK IMAP4rev1
. CAPABILITY
* CAPABILITY IMAP4rev1 NAMESPACE ID IDLE LITERAL+ UNSELECT AUTH=GSSAPI 
AUTH=ANONYMOUS AUTH=EXTERNAL AUTH=LOGIN AUTH=PLAIN AUTH=SECURID AUTH=DIGEST-MD5 
AUTH=CRAM-MD5 AUTH=SCRAM-SHA-1 AUTH=SCRAM-SHA-1-PLUS AUTH=SCRAM-SHA-256 
AUTH=SCRAM-SHA-256-PLUS AUTH=SAML20 AUTH=OPENID20 AUTH=GSSAPI AUTH=GS2-KRB5
. OK CAPABILITY Completed
. AUTHENTICATE GSSAPI
+
YIIC0QYJKoZIhvcSAQICAQBuggLAMIICvKADAgEFoQMCAQ6iBwMFACAAAACjggHPYYIByzCCAcegAwIBBaEPGw1HU0FTTC5FWEFNUExFoiIwIKADAgEDoRkwFxsEaW1hcBsPYWJlbC5kZWJpYW4ub3Jno4IBiTCCAYWgAwIBEqEDAgECooIBdwSCAXPqJaos+tNQRphRaQ/DH7j6XpgWGrzDmjIEzZxT7qLvE2TNX4lxTqoxm/8YUB1D2MHMZ2WgXkqUyeWmqMyjHdMFkpU9jjJFwKlcbter8rK7bIirgRUGkn07j3Sf8tGuNhkqw1AAcA/2gnSPC+iujm7Kxp9DGeACfpmDw3yfvkKlVbC5ehvDef3AYy2+UpCAkRde2+CmVXH43eymom9v9sRWH8GSZM3tB0WLiX6b/NB5JyEqVr+5MfbzLjm+YH1FRcSpdGfjhQXh3nNhOCnC6LLR5m9CbkrS5RbmvrtDGsL7XaUCzdhwhXQr5Dbd75elQVKzDY7zJtN8odv/ibzdaw5FYjz9iy0Sk9ZAoySt9j6oIWRRcUYNmctXUA9f5qgVaqGODTMgTth54yi3q+0lRQl/CVi1pHo+nLr+YHW/Hl37TFjXx8EB7lcNU4Ru17ALE4WZNaaNkBJb99aUZXtLMzpKGskmpGfiZn7cmaCNFxupLp8bPKSB0zCB0KADAgESooHIBIHFG5L4VZ7rWThEQhAqOoRJ6HkQmf5/M9m5n+QxcXAEEpVsDxCG4ThnUDfu7/uMingUYtiGJzEOtnsdpMpfzyb/+ZM0E+XpzkNVz5rK+n5vK4dNre5GUn7mdk6vPsu1gxkMzjmb/ssoUpBlbeSWb8h33mIsKZ5rh+T7IBOfCrhrTc9QeLuC19WSK1QX2IcerjPdabV6lmCr8Tr2FDW5OG9K1+GQ/POZyscUNSm2rwgxj8++Vbo8KAVgdYJI6O/WbLZQxFtbW9w=
+ 
YIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKdbHEzC1zx9prjHsfAmEjgCjgH9hr677IcpJw+twNbnDtWDHq1FeANvDVkaZLTgqZrOIHgJRLvamVEDn7wZJxeOtQlKPN+fDto7sn7cC33l7Q4B0Oth6xU5U9mqKLWGT/OA7fxNvUIlTy+1VrwzK

+ BQQF/wAMAAAAAAAANMEXRQEAIADui8gSleUbMr+WjOo=
BQQE/wAMAAAAAAAACHLDMAEAIABhbWV0emxlcuo6+X2BqLWKDAbITg==
. OK AUTHENTICATE GSSAPI authentication successful
Client authentication finished (server trusted)...
Session finished...
. LOGOUT
* BYE Session terminating.
. OK LOGOUT Completed

==> /tmp/tmp.u55HmY6NH2/out-imapd <==
imap4d: error setting mail group: Operation not permitted
imap4d: opening server "default" inet://0.0.0.0:19835
imap4d: imap4d (GNU Mailutils 3.16) started
imap4d: read error on control stream
imap4d: process 16378 finished with code 74 (I/O error)
imap4d: Getting auth info for user ametzler
imap4d: source=system, name=ametzler, passwd=x, uid=2571, gid=2571, 
gecos=Andreas Metzler,,,,, dir=/home/ametzler, shell=/bin/bash, 
mailbox=/var/mail/ametzler, quota=0, change_uid=1
imap4d: user `ametzler' logged in (source: system)
imap4d: session terminating for user: ametzler
imap4d: process 16384 finished with code 0 (Normal termination)
imap4d: GSSAPI user [email protected] is authorized as ametzler
imap4d: Getting auth info for user ametzler
imap4d: source=system, name=ametzler, passwd=x, uid=2571, gid=2571, 
gecos=Andreas Metzler,,,,, dir=/home/ametzler, shell=/bin/bash, 
mailbox=/var/mail/ametzler, quota=0, change_uid=1
imap4d: user `ametzler' logged in (source: system)
imap4d: session terminating for user: ametzler
imap4d: process 16388 finished with code 0 (Normal termination)
imap4d: imap4d (GNU Mailutils 3.16) terminated

==> /tmp/tmp.u55HmY6NH2/kdc.log <==
Dec 02 12:32:05 abel krb5kdc[16318](Error): preauth spake failed to initialize: 
No SPAKE preauth groups configured
Dec 02 12:32:05 abel krb5kdc[16318](info): setting up network...
Dec 02 12:32:05 abel krb5kdc[16318](info): setsockopt(9,IPV6_V6ONLY,1) worked
Dec 02 12:32:05 abel krb5kdc[16318](info): setsockopt(11,IPV6_V6ONLY,1) worked
Dec 02 12:32:05 abel krb5kdc[16318](info): set up 4 sockets
Dec 02 12:32:05 abel krb5kdc[16318](info): commencing operation
Dec 02 12:32:06 abel krb5kdc[16318](info): AS_REQ (8 etypes 
{aes256-cts-hmac-sha1-96(18), aes128-cts-hmac-sha1-96(17), 
aes256-cts-hmac-sha384-192(20), aes128-cts-hmac-sha256-128(19), 
DEPRECATED:des3-cbc-sha1(16), DEPRECATED:arcfour-hmac(23), 
camellia128-cts-cmac(25), camellia256-cts-cmac(26)}) 172.18.68.111: 
NEEDED_PREAUTH: [email protected] for krbtgt/[email protected], 
Additional pre-authentication required
Dec 02 12:32:06 abel krb5kdc[16318](info): AS_REQ (8 etypes 
{aes256-cts-hmac-sha1-96(18), aes128-cts-hmac-sha1-96(17), 
aes256-cts-hmac-sha384-192(20), aes128-cts-hmac-sha256-128(19), 
DEPRECATED:des3-cbc-sha1(16), DEPRECATED:arcfour-hmac(23), 
camellia128-cts-cmac(25), camellia256-cts-cmac(26)}) 172.18.68.111: ISSUE: 
authtime 1701520326, etypes {rep=aes256-cts-hmac-sha1-96(18), 
tkt=aes256-cts-hmac-sha1-96(18), ses=aes256-cts-hmac-sha1-96(18)}, 
[email protected] for krbtgt/[email protected]
Dec 02 12:32:06 abel krb5kdc[16318](info): TGS_REQ (8 etypes 
{aes256-cts-hmac-sha1-96(18), aes128-cts-hmac-sha1-96(17), 
aes256-cts-hmac-sha384-192(20), aes128-cts-hmac-sha256-128(19), 
DEPRECATED:des3-cbc-sha1(16), DEPRECATED:arcfour-hmac(23), 
camellia128-cts-cmac(25), camellia256-cts-cmac(26)}) 172.18.68.111: ISSUE: 
authtime 1701520326, etypes {rep=aes256-cts-hmac-sha1-96(18), 
tkt=aes256-cts-hmac-sha1-96(18), ses=aes256-cts-hmac-sha1-96(18)}, 
[email protected] for imap/[email protected]
Dec 02 12:32:07 abel krb5kdc[16318](info): shutting down
+ rm -r /tmp/tmp.u55HmY6NH2/imap4d.pid /tmp/tmp.u55HmY6NH2/mailutils.conf 
/tmp/tmp.u55HmY6NH2/k /tmp/tmp.u55HmY6NH2/kdc.log /tmp/tmp.u55HmY6NH2/cc 
/tmp/tmp.u55HmY6NH2/kt /tmp/tmp.u55HmY6NH2/out-err 
/tmp/tmp.u55HmY6NH2/out-gs2krb5 /tmp/tmp.u55HmY6NH2/out-gssapi 
/tmp/tmp.u55HmY6NH2/out-imapd
rm: cannot remove '/tmp/tmp.u55HmY6NH2/imap4d.pid': No such file or directory
+ rmdir /tmp/tmp.u55HmY6NH2
+ exit 0
debian/tests/gsasl-mailutils-gs2krb5-gssapi TEST EXIT CODE 0

Failing run:
TEST debian/tests/gsasl-mailutils-gs2krb5-gssapi
XXXXXXXXXXXXXXXx-XXXXXXXXXXXXXXXXXXXXXXXXXXX
+ command -v valgrind
+ GSASL= /usr/bin/gsasl IMAP4D= /usr/sbin/imap4d 
tests/gsasl-mailutils-gs2krb5-gssapi.sh
+ : /usr/bin/gsasl
+ : /usr/sbin/imap4d
+ /usr/bin/gsasl --version
+ grep ^gsasl (GNU SASL
gsasl (GNU SASL) 2.2.0
+ /usr/bin/gsasl --client-mechanisms
+ grep  GSSAPI 
ANONYMOUS EXTERNAL LOGIN PLAIN SECURID NTLM DIGEST-MD5 CRAM-MD5 SCRAM-SHA-1 
SCRAM-SHA-1-PLUS SCRAM-SHA-256 SCRAM-SHA-256-PLUS SAML20 OPENID20 GSSAPI 
GS2-KRB5
+ test no = yes
+ export 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin
+ command -v ss
/usr/bin/ss
+ + grep ^imap4d (GNU Mailutils)
/usr/sbin/imap4d --version
imap4d (GNU Mailutils) 3.16
+ command -v id
/usr/bin/id
+ command -v hostname
/usr/bin/hostname
+ command -v kinit
/usr/bin/kinit
+ command -v kdb5_util
/sbin/kdb5_util
+ command -v kadmin.local
/sbin/kadmin.local
+ command -v krb5kdc
/sbin/krb5kdc
+ mktemp -d
+ WORKDIR=/tmp/tmp.b7b4QRwPeF
+ trap set +e; test -f $WORKDIR/k/pid && kill `cat $WORKDIR/k/pid`; test -f 
$WORKDIR/imap4d.pid && kill `cat $WORKDIR/imap4d.pid`; tail -v -n +0 
$WORKDIR/out-* $WORKDIR/kdc.log; rm -r $WORKDIR/imap4d.pid 
$WORKDIR/mailutils.conf $WORKDIR/k $WORKDIR/*.log $WORKDIR/cc $WORKDIR/kt 
$WORKDIR/out-*; rmdir $WORKDIR 0 INT QUIT ABRT PIPE TERM
+ : ametzler
+ id -gn
+ : ametzler
+ mkdir /tmp/tmp.b7b4QRwPeF/k /tmp/tmp.b7b4QRwPeF/k/etc
+ cat
+ hostname -d
+ hostname -f
+ cat
+ export KRB5CCNAME=/tmp/tmp.b7b4QRwPeF/cc
+ export KRB5_CONFIG=/tmp/tmp.b7b4QRwPeF/k/krb5.conf
+ export KRB5_KDC_PROFILE=/tmp/tmp.b7b4QRwPeF/k
+ export KRB5_KTNAME=/tmp/tmp.b7b4QRwPeF/kt
+ kdb5_util -P foo create -s
Initializing database '/tmp/tmp.b7b4QRwPeF/k/principal' for realm 
'GSASL.EXAMPLE',
master key name 'K/[email protected]'
+ hostname -f
+ kadmin.local addprinc -randkey imap/abel.debian.org
+ kadmin.local addprinc -pw bar ametzler
kadmin.local: Improper format of Kerberos configuration file while initializing 
krb5 library
+ set +e
+ test -f /tmp/tmp.b7b4QRwPeF/k/pid
+ test -f /tmp/tmp.b7b4QRwPeF/imap4d.pid
+ tail -v -n +0 /tmp/tmp.b7b4QRwPeF/out-* /tmp/tmp.b7b4QRwPeF/kdc.log
tail: cannot open '/tmp/tmp.b7b4QRwPeF/out-*' for reading: No such file or 
directory
tail: cannot open '/tmp/tmp.b7b4QRwPeF/kdc.log' for reading: No such file or 
directory
+ rm -r /tmp/tmp.b7b4QRwPeF/imap4d.pid /tmp/tmp.b7b4QRwPeF/mailutils.conf 
/tmp/tmp.b7b4QRwPeF/k /tmp/tmp.b7b4QRwPeF/*.log /tmp/tmp.b7b4QRwPeF/cc 
/tmp/tmp.b7b4QRwPeF/kt /tmp/tmp.b7b4QRwPeF/out-*
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/imap4d.pid': No such file or directory
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/mailutils.conf': No such file or 
directory
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/*.log': No such file or directory
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/cc': No such file or directory
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/kt': No such file or directory
rm: cannot remove '/tmp/tmp.b7b4QRwPeF/out-*': No such file or directory
+ rmdir /tmp/tmp.b7b4QRwPeF
debian/tests/gsasl-mailutils-gs2krb5-gssapi TEST EXIT CODE 1


On a sidenote: Shouldn't the tests depend on iproute2|net-tools?

cu Andreas

--- End Message ---
--- Begin Message ---
Source: gsasl
Source-Version: 2.2.1-1
Done: Simon Josefsson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gsasl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Josefsson <[email protected]> (supplier of updated gsasl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 02 Jan 2024 19:09:10 +0100
Source: gsasl
Architecture: source
Version: 2.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian XMPP Maintainers <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 1017638 1057285
Changes:
 gsasl (2.2.1-1) unstable; urgency=medium
 .
   * New upstream version 2.2.1.  Closes: #1057285, #1017638.
   * tests: Add Depends for ss/netstat, see #1057285.
   * Bump debian/* copyright year.
Checksums-Sha1:
 957f784a8609ae96fe6e836daec043b5b36772ff 2250 gsasl_2.2.1-1.dsc
 c238b3af05af3804808cbf734f049a06840d787c 3344807 gsasl_2.2.1.orig.tar.gz
 b7fb83b1e902253e59b2a50ac494948c3cd352b4 228 gsasl_2.2.1.orig.tar.gz.asc
 7d9586f94655f96eaf958e64255edc7c4a411c24 14844 gsasl_2.2.1-1.debian.tar.xz
 296046b0cf3fe3e2d016c95a623c3158b2b1f52a 12200 gsasl_2.2.1-1_amd64.buildinfo
Checksums-Sha256:
 906690b45a3e9f4ff5ad1a44b25446df1e2d84bfa194a709756c4b735f4c9b6d 2250 
gsasl_2.2.1-1.dsc
 d45b562e13bd13b9fc20b372f4b53269740cf6279f836f09ce11b9d32bcee075 3344807 
gsasl_2.2.1.orig.tar.gz
 b89069b9f9310cea94e70519ede7db62914fbebd5aee2b270cbb97dea5b3da23 228 
gsasl_2.2.1.orig.tar.gz.asc
 439322f32745704dcc8cf48e46ec56c996201ff4e7270e10fbc1344c97b916e1 14844 
gsasl_2.2.1-1.debian.tar.xz
 77dddc0a10e108104035b6074963cf59d0a7d47e4e89354f7d8698620b23d3cc 12200 
gsasl_2.2.1-1_amd64.buildinfo
Files:
 bfbc6c7eff4a5a563f34eb1a55d06cec 2250 devel optional gsasl_2.2.1-1.dsc
 d6c9fd43d7d9af1ccaa0d09e423c43a6 3344807 devel optional gsasl_2.2.1.orig.tar.gz
 8ec54f843cb52e2f1db946aafb35ab3c 228 devel optional gsasl_2.2.1.orig.tar.gz.asc
 dbaed67d652b7aa9501168a91cda7dd9 14844 devel optional 
gsasl_2.2.1-1.debian.tar.xz
 202d741c0a789e34d9fa29b8a00aff1e 12200 devel optional 
gsasl_2.2.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIoEARYIADIWIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZZRUKxQcc2ltb25Aam9z
ZWZzc29uLm9yZwAKCRBRcisI/kdFohRMAP0ckHKbEsQcjrlp9FDpKu5zNl6f6Pa3
/eXc7sYveWxyTQD/TVU+wMmQxQtOct0qbv+C+XC2HVfvpTszR3/4iLPNSAY=
=tveK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to