Your message dated Tue, 15 Jan 2019 10:23:02 +0000
with message-id <[email protected]>
and subject line Bug#918892: fixed in libssh 0.8.6-2
has caused the Debian Bug report #918892,
regarding cockpit: FTBFS (failing tests)
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.)


-- 
918892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cockpit
Version: 184-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
   dh_update_autotools_config -i
   dh_autoreconf -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -ex; if [ -d debian/git-patches ]; then \
        git init; \
        git config user.email "[email protected]"; git config user.name 
"Unused"; \
        git config core.autocrlf false; git config core.safecrlf false && git 
config gc.auto 0; \
        git add -f . && git commit -a -q -m "Base" && git tag -a initial 
--message="initial"; \
        git am --whitespace=nowarn debian/git-patches/*.patch; \
        touch -r $(git diff --name-only initial..HEAD) .git; \
fi

[... snipped ...]


# ./tools/tap-driver --test-name dist/kubernetes/scripts/test-volumes.html 
--log-file dist/kubernetes/scripts/test-volumes.log --trs-file 
dist/kubernetes/scripts/test-volumes.trs --color-tests no --enable-hard-errors 
yes --expect-failure no -- /usr/bin/python3 ./test/common/tap-cdp --strip=./ -- 
./test-server ./dist/kubernetes/scripts/test-volumes.html
1..0 # skip web browser not found

SKIP: dist/machines/test-machines
=================================

# ./tools/tap-driver --test-name dist/machines/test-machines.html --log-file 
dist/machines/test-machines.log --trs-file dist/machines/test-machines.trs 
--color-tests no --enable-hard-errors yes --expect-failure no -- 
/usr/bin/python3 ./test/common/tap-cdp --strip=./ -- ./test-server 
./dist/machines/test-machines.html
1..0 # skip web browser not found

SKIP: dist/networkmanager/test-utils
====================================

# ./tools/tap-driver --test-name dist/networkmanager/test-utils.html --log-file 
dist/networkmanager/test-utils.log --trs-file 
dist/networkmanager/test-utils.trs --color-tests no --enable-hard-errors yes 
--expect-failure no -- /usr/bin/python3 ./test/common/tap-cdp --strip=./ -- 
./test-server ./dist/networkmanager/test-utils.html
1..0 # skip web browser not found

SKIP: dist/storaged/test-util
=============================

# ./tools/tap-driver --test-name dist/storaged/test-util.html --log-file 
dist/storaged/test-util.log --trs-file dist/storaged/test-util.trs 
--color-tests no --enable-hard-errors yes --expect-failure no -- 
/usr/bin/python3 ./test/common/tap-cdp --strip=./ -- ./test-server 
./dist/storaged/test-util.html
1..0 # skip web browser not found

============================================================================
Testsuite summary for Cockpit 184
============================================================================
# TOTAL: 882
# PASS:  806
# SKIP:  45
# XFAIL: 0
# FAIL:  31
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to [email protected]
============================================================================
make[4]: *** [Makefile:8135: test-suite.log] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:8243: check-TESTS] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:8805: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:8807: check] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:18: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cockpit.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libssh
Source-Version: 0.8.6-2

We believe that the bug you reported is fixed in the latest version of
libssh, 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.
Martin Pitt <[email protected]> (supplier of updated libssh 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, 15 Jan 2019 09:51:01 +0000
Source: libssh
Binary: libssh-4 libssh-gcrypt-4 libssh-dev libssh-gcrypt-dev libssh-doc
Architecture: source
Version: 0.8.6-2
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
 libssh-4   - tiny C SSH library (OpenSSL flavor)
 libssh-dev - tiny C SSH library - Development files (OpenSSL flavor)
 libssh-doc - tiny C SSH library - Documentation files
 libssh-gcrypt-4 - tiny C SSH library (gcrypt flavor)
 libssh-gcrypt-dev - tiny C SSH library - Development files (gcrypt flavor)
Closes: 918892
Changes:
 libssh (0.8.6-2) unstable; urgency=medium
 .
   * 0001-dh-uninitialized-memory.patch: dh: Make sure we do not access
     uninitialized memory.  Patch taken from upstream stable-0.8 branch.
   * 0002-server-extensions.patch: server: Correctly handle extensions.
     Fixes a regression introduced in 0.8.6 that breaks server-side host key
     algorithm negotiation.  Patch taken from upstream stable-0.8 branch.
     (Closes: #918892)
   * Add Martin Pitt as co-maintainer, with Laurent's permission.
   * Add autopkgtest: Add a mock ssh server implementation using libssh, and
     test the OpenSSH client against it. This covers password and pubkey
     authentication.
Checksums-Sha1:
 3698aa18f402b5d76cf65d964bcb75868d519f8c 2426 libssh_0.8.6-2.dsc
 d6fcdd19482395e3b3819d070acee7e303b814ff 27024 libssh_0.8.6-2.debian.tar.xz
 9cd1e7688f758e1d87b914ceb3b43f9d0a5e723c 7036 libssh_0.8.6-2_source.buildinfo
Checksums-Sha256:
 8a2b44e5f0565113ed7ffaa5202016ea39adb3cd2f864486514594c3208864d4 2426 
libssh_0.8.6-2.dsc
 e1aa70c93ba8dcc07448db2578a1e99eb143c80f4cb100a73e0701bf824a9ca7 27024 
libssh_0.8.6-2.debian.tar.xz
 842251b4964779069c204d408fc703afab0adea0cee28a056d684fa4fbe4bba5 7036 
libssh_0.8.6-2_source.buildinfo
Files:
 e1ebfa5d3481a39aad1b875295506b28 2426 libs optional libssh_0.8.6-2.dsc
 788e84e02275a28f596692f6e674c485 27024 libs optional 
libssh_0.8.6-2.debian.tar.xz
 55ed0dd62163db9e6ff29ee1a1be087f 7036 libs optional 
libssh_0.8.6-2_source.buildinfo

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

iQIzBAEBCAAdFiEExkOAo1eT0DvBz+1oxrkYDUvYt64FAlw9rtIACgkQxrkYDUvY
t66OiQ//UbT5qv1QGkspni48cAPzPQVfvwvgTiasvdBqsRnVwl2J5NT+l+rXORca
9qo60KXpwbmlpHUlf7FhkJyrhpWmudpR+E1hchWIeyeY+LUVIax+SYHR2N47i2OZ
ZRg6glSaPXECr6yT91xRREJsz5A2sMoC8XLXTjOd1xlEuPNOlE9YuXbTFHUwTY1j
4OcLgqRDqioZb2/w4T9hFUecjzyZIws2R9zkoAhqjIEJOuQpBOpvSzvfcm+4J9SJ
VGO2g6eWYdWtSlGOgHTv+k4ftUBtqtOzpqrdhfxKnJy2mOwU0316t1+MrYrwWJm1
p0Zb4HgagrVE20q7BAqr63LYhX2fH3YiTpihrd/NCg1tGzIQaEZUtM6s4Wl+gv8L
ez0HwEi72CRyjHA4r++ClZlciXinlHhW4/S8RrIHyFOfI8la+FVQg53GWcOhaXib
0aDacPkcQY5Td1LSYtLUtbxtofCTD4wF3Xs1O+oshWv1adsPIrCXoqkYzU0XoHs7
1KFpVPFg+oH/P7pQa+GpYKgEPUD1p95+FJIE6n/vhV5F5CJcA0M7Cz+1gihvtSxp
dhPwb4/VEn3VXMyigWSeK8m2xQaWIDahMW2DOLl6kFbDJVFDAA6NIEpOGOW94esv
dhKHYAQJLN66rsDQYSleN0p14pu6VveYpXBV4mAvYPEPpgR4aHQ=
=3SkD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to