Your message dated Mon, 27 Aug 2018 18:22:11 +0000
with message-id <[email protected]>
and subject line Bug#901555: fixed in webdis 0.1.4+dfsg-1
has caused the Debian Bug report #901555,
regarding webdis: autopkgtest times out
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.)
--
901555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901555
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: webdis
Version: 0.1.2+dfsg-2
Severity: normal
User: [email protected]
Usertags: regression timeout
Since 2017-08-07, the autopkgtests¹ are timing out (~ 3 hours)
while previous runs tested in less than 1 minute. Could you please
investigate how to get rid of the timeout?
I will blacklist webdis on ci.debian.net for now, but will reactivate it
when this bug is closed and the test doesn't time out anymore.
Don't hesitate to ask for help for the Debian CI team² if you need help
solving this issue.
Paul
¹ https://ci.debian.net/packages/w/webdis
² #debci on oftc or [email protected]
https://ci.debian.net/data/autopkgtest/unstable/amd64/w/webdis/350330/log.gz
autopkgtest [02:52:16]: test webdis: [-----------------------
make: Entering directory
'/tmp/autopkgtest-lxc.98dx6pc2/downtmp/build.HMS/src/tests'
cc -c -O3 -Wall -Wextra -o websocket.o websocket.c
websocket.c: In function ‘websocket_read’:
websocket.c:84:22: warning: variable ‘pos’ set but not used
[-Wunused-but-set-variable]
char packet[2048], *pos;
^~~
cc -o websocket websocket.o -levent -lpthread -lrt
cc -c -O3 -Wall -Wextra -o pubsub.o pubsub.c
cc -o pubsub pubsub.o -levent -lpthread -lrt
make: Leaving directory
'/tmp/autopkgtest-lxc.98dx6pc2/downtmp/build.HMS/src/tests'
Generating config files..
Starting redis-server..
1823:C 24 May 02:52:16.821 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1823:C 24 May 02:52:16.821 # Redis version=4.0.9, bits=64,
commit=00000000, modified=0, pid=1823, just started
1823:C 24 May 02:52:16.821 # Configuration loaded
Starting webdis..
webdis is listening on port 33391
Running test commands: make test
/bin/sh: 1: pkg-config: not found
python tests/basic.py
......................
----------------------------------------------------------------------
Ran 22 tests in 0.029s
OK
python tests/limits.py
..
----------------------------------------------------------------------
Ran 2 tests in 1.793s
OK
./tests/pubsub -p 33391
1 %
2 %autopkgtest [05:38:56]: ERROR: timed out on command "su -s /bin/bash
debci -c set -e; export USER=`id -nu`; . /etc/profile >/dev/null 2>&1 ||
true; . ~/.profile >/dev/null 2>&1 || true;
buildtree="/tmp/autopkgtest-lxc.98dx6pc2/downtmp/build.HMS/src"; mkdir
-p -m 1777 -- "/tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-artifacts";
export
AUTOPKGTEST_ARTIFACTS="/tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-artifacts";
export ADT_ARTIFACTS="$AUTOPKGTEST_ARTIFACTS"; mkdir -p -m 755
"/tmp/autopkgtest-lxc.98dx6pc2/downtmp/autopkgtest_tmp"; export
AUTOPKGTEST_TMP="/tmp/autopkgtest-lxc.98dx6pc2/downtmp/autopkgtest_tmp";
export ADTTMP="$AUTOPKGTEST_TMP"; export DEBIAN_FRONTEND=noninteractive;
export LANG=C.UTF-8; export DEB_BUILD_OPTIONS=parallel=2; unset LANGUAGE
LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
LC_IDENTIFICATION LC_ALL;rm -f /tmp/autopkgtest_script_pid; set -C; echo
$$ > /tmp/autopkgtest_script_pid; set +C; trap "rm -f
/tmp/autopkgtest_script_pid" EXIT INT QUIT PIPE; cd "$buildtree"; chmod
+x
/tmp/autopkgtest-lxc.98dx6pc2/downtmp/build.HMS/src/debian/tests/webdis;
touch /tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-stdout
/tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-stderr;
/tmp/autopkgtest-lxc.98dx6pc2/downtmp/build.HMS/src/debian/tests/webdis
2> >(tee -a /tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-stderr >&2) >
>(tee -a /tmp/autopkgtest-lxc.98dx6pc2/downtmp/webdis-stdout);" (kind: test)
autopkgtest [05:38:57]: test webdis: -----------------------]
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: webdis
Source-Version: 0.1.4+dfsg-1
We believe that the bug you reported is fixed in the latest version of
webdis, 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.
Andrii Senkovych <[email protected]> (supplier of updated webdis 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: SHA512
Format: 1.8
Date: Sun, 26 Aug 2018 15:30:36 +0300
Source: webdis
Binary: webdis
Architecture: source
Version: 0.1.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Andrii Senkovych <[email protected]>
Changed-By: Andrii Senkovych <[email protected]>
Description:
webdis - simple web server providing an HTTP interface to Redis
Closes: 869951 901555
Changes:
webdis (0.1.4+dfsg-1) unstable; urgency=medium
.
* New upstream version 0.1.4+dfsg
* d/control, d/copyright: update maintainers email and proper name spelling.
* Raise compat level to 11.
* d/control: remove explicit *-dbg package definition.
* d/control: bump Standards-Version to 4.2.0.
* d/control: update Vcs-* fields to point to salsa.d.o.
* d/control: add Rules-Requires-Root header set to no.
* d/control: add direct build dependency on pkg-config.
* d/webdis.install: no need to explicitly install webdis binary.
* d/rules: remove DESTDIR and CONFDIR vars setup by hand.
* d/rules: avoid installing webdis.prod.json from upstream.
* d/control, d/rules: remove trailing whitespace.
* d/control: remote unnecessary Testsuite header.
* d/copyright: use https protocol.
* Add systemd service configuration.
* d/patches/fix-test-new-libevent.patch: fix pubsub test when compiled w/
libevent 2.1.x. (Closes: #869951, #901555)
* d/rules: use /usr/share/dpkg/buildflags.mk to populate build flags.
* Fix lintian typo check
Checksums-Sha1:
1025d1cc501528de06afbd59815f6b4a2efd2077 2129 webdis_0.1.4+dfsg-1.dsc
8593d8422586ce42db8c873c3df0a816ce5673fc 59571 webdis_0.1.4+dfsg.orig.tar.gz
2fcae1408db46363f748843437f2e1c1436de883 12296
webdis_0.1.4+dfsg-1.debian.tar.xz
49ee9ddaac518347bae817ce977be7b9c7143f58 7100
webdis_0.1.4+dfsg-1_amd64.buildinfo
Checksums-Sha256:
baf84e17234ca11a6bc98b5a978c91e8450fafd30cc41d78e543c204cd09cc89 2129
webdis_0.1.4+dfsg-1.dsc
8e606ea67f9dbd6b7e2d2c7d9fda3b7249dd1aa0e56ad125ae1d061365ea29c2 59571
webdis_0.1.4+dfsg.orig.tar.gz
f22b0653dc327baf484bf6abd8f4060d1e23159ca2ed50553ed30afe68392014 12296
webdis_0.1.4+dfsg-1.debian.tar.xz
73b11a9fae6d3dac6b28cef73e682e7d442c5a8be4abbf17830a44a935095ec1 7100
webdis_0.1.4+dfsg-1_amd64.buildinfo
Files:
81487426ff3a81bc173a0be49181f5d1 2129 web optional webdis_0.1.4+dfsg-1.dsc
3e2927e3b332ea60e660d1a3fde0ffe2 59571 web optional
webdis_0.1.4+dfsg.orig.tar.gz
3afe4868812bafd78d06de4bc9adf23e 12296 web optional
webdis_0.1.4+dfsg-1.debian.tar.xz
07e6e29b0c58078c1f2dcbcda7b1a2a3 7100 web optional
webdis_0.1.4+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAluEOrwACgkQCBa54Yx2
K63iVxAAkb0RxH3b38WVJpTgrSsp/ks6YM23XS5HJrl6lkzd0PN3vhD47X1I7yyt
zG8+UaiH66lvq+YV/8/64NXSxcHKdpWRtQ4nlpj+UNFDCcgOWgxY7Jdw9WmUv94t
ZHfzA1q+IxLYOKoTDB/ze6GDeZeqLQjwi56Y/6Mia5lqdx+/zyJAN+CHk31tRsNR
wEgFrK4rFxoUBEdeEwYfranF0seTn5ymXebgROi2m3ol62CS6RizKkqi0j8Df14T
jQr1sDeeEKRNt2+O7FIhyB9kCcHNypmtL4ANuYM05YoV5bjs/szKf6DFlraRSqeo
BrpTeBmt/2bwfaVKk5Pn5r8xSc6xe9DN/idWmZ3IOWmXvUFx4xVB3pXq061D+wRx
U4lC1GG97f+y/6Y2CkZJxHFAdoJjTzfq1ec4sVqWyLUT7UbIfZlSatAGe4UMB9Cz
aYP75I10aHIwPVHtch9AlXdlqdyXmvdwhwcgmQOdr6zVZCEw7h6KkxbhdG+gxFn4
6qOLFdYip20i5OErTvnGTucc2taRr8QV6St3zIqQ7OmiQ5CoZEIFigK4RfQe+y/B
Uzl7I0Ydio9o70fTuYmZwW13Fow2GorTjHqeILtc6lNAVhKqbFBlijcypjx7OXGX
qDWpWQxZ/2mTL8SiYUUtlbGN0YvvtVzoXvF+n0qBbrdmPftahOw=
=BfdJ
-----END PGP SIGNATURE-----
--- End Message ---