Your message dated Wed, 13 May 2020 21:19:21 +0000
with message-id <e1jyymf-0001zh...@fasolo.debian.org>
and subject line Bug#918648: fixed in watcher 4.0.0-2
has caused the Debian Bug report #918648,
regarding watcher: FTBFS (autobuilder hangs)
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 ow...@bugs.debian.org
immediately.)


-- 
918648: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:watcher
Version: 1.12.0-1
Tags: ftbfs

Hello Thomas.

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

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh build-indep --buildsystem=python_distutils --with python3,systemd,sphinxdoc
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_autoreconf -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions

[... snipped ...]

2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
cursor.execute(statement, parameters)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default 
sqlite3.OperationalError: no such table: services
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default 
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default The above 
exception was the direct cause of the following exception:
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default 
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default Traceback 
(most recent call last):
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/apscheduler/executors/base.py", line 125, in 
run_job
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     retval = 
job.func(*job.args, **job.kwargs)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/<<PKGBUILDDIR>>/watcher/api/scheduling.py", line 43, in get_services_status
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     services 
= objects.service.Service.list(context)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in 
wrapper
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     result = 
fn(cls, context, *args, **kwargs)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/<<PKGBUILDDIR>>/watcher/objects/service.py", line 103, in list
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
sort_dir=sort_dir)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/<<PKGBUILDDIR>>/watcher/db/sqlalchemy/api.py", line 1061, in get_service_list
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     *args, 
**kwargs)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/<<PKGBUILDDIR>>/watcher/db/sqlalchemy/api.py", line 327, in _get_model_list
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     sort_key, 
sort_dir, query)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/<<PKGBUILDDIR>>/watcher/db/sqlalchemy/api.py", line 103, in _paginate_query
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     return 
query.all()
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2843, in all
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     return 
list(self)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2995, in __iter__
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     return 
self._execute_and_instances(context)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 3018, in 
_execute_and_instances
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     result = 
conn.execute(querycontext.statement, self._params)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 948, in execute
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     return 
meth(self, multiparams, params)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 269, in 
_execute_on_connection
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     return 
connection._execute_clauseelement(self, multiparams, params)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1060, in 
_execute_clauseelement
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
compiled_sql, distilled_params
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1200, in 
_execute_context
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     context)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1409, in 
_handle_dbapi_exception
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
util.raise_from_cause(newraise, exc_info)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 265, in 
raise_from_cause
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
reraise(type(exception), exception, tb=exc_tb, cause=cause)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 248, in reraise
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     raise 
value.with_traceback(tb)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1193, in 
_execute_context
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     context)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default   File 
"/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 509, in 
do_execute
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default     
cursor.execute(statement, parameters)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default 
oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: 
services [SQL: 'SELECT services.created_at AS services_created_at, 
services.updated_at AS services_updated_at, services.deleted_at AS 
services_deleted_at, services.deleted AS services_deleted, services.id AS 
services_id, services.name AS services_name, services.host AS services_host, 
services.last_seen_up AS services_last_seen_up \nFROM services \nWHERE 
services.deleted_at IS NULL ORDER BY services.id ASC'] (Background on this 
error at: http://sqlalche.me/e/e3q8)
2019-01-07 18:17:22.046 14358 ERROR apscheduler.executors.default 
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------

At this point my autobuilders hang (tried two times). Full logs here:

https://people.debian.org/~sanvila/build-logs/watcher/

I'm not sure why but I suspect of eatmydata (hence the normal severity).

If you need a test machine to reproduce this, please say so and I will gladly
offer ssh access.

(Note: The package also fails in reproducible-builds in another way which I 
will report next,
so you can happily forget about this one in the meantime).

Thanks.

--- End Message ---
--- Begin Message ---
Source: watcher
Source-Version: 4.0.0-2
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
watcher, 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 918...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated watcher 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 13 May 2020 22:57:19 +0200
Source: watcher
Architecture: source
Version: 4.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 918648
Changes:
 watcher (4.0.0-2) unstable; urgency=medium
 .
   * Added --serial when running tests (Closes: #918648).
Checksums-Sha1:
 e99f161f5200e6c1a5f46b0acc1e9589fd962f0a 3682 watcher_4.0.0-2.dsc
 6a2cb89e065bd10187f0ff8e6458d10b229cf720 8060 watcher_4.0.0-2.debian.tar.xz
 522b9ef6d9fc89de7205536d068558add2ee3c64 16709 watcher_4.0.0-2_amd64.buildinfo
Checksums-Sha256:
 3b214cc8d653621148cefaf9f192345e7e5504f1557adaea983b8ab3ce239f45 3682 
watcher_4.0.0-2.dsc
 f3af3a02761843801fa64237271de6c73751194b6591c92fff7169754b9f92d0 8060 
watcher_4.0.0-2.debian.tar.xz
 491f56711568de657b076f765659d56f91bdd4c998541dd99f679a6155eae303 16709 
watcher_4.0.0-2_amd64.buildinfo
Files:
 4e716c41fd4db5fa10faba47905d3482 3682 net optional watcher_4.0.0-2.dsc
 8e4b2915da982fc47a9697fc8daeb8d9 8060 net optional 
watcher_4.0.0-2.debian.tar.xz
 90090f86e69eac1656e85ff8b4c7020d 16709 net optional 
watcher_4.0.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl68YHcACgkQ1BatFaxr
Q/4Vcg//fA6kl4Z5u7brs74cRyC2uolPIRgXU2pMcXDaZavA8eC5M24Lwf4fbEhg
h2RrWwdCUEOUX4Ev3Z7E2ZOMHcudqg/1Xp7s16Mx1+xXrhGaQf2tVIbWxG/sGT89
eZfU4kibBnf7eR5Wl6W4vzr1wkr38poWwlh3E8hIg7d7CoSWUmqWmXpnap7lfyht
9Q58ifrLBzt6cJN8jCdHlQ6eypQNsmZLdpKFCADzP8T/IRIT2maJ4H6RF/PIn7e+
JOyqhJ6s43IIMjyfbVdnmlS4YUJW+/2UAkwMeSMfUHyrRIqoh6SDB8a4SNyf8N9g
vcHG+O7qHSk6mzTzacagrDeV6/rEetpMP8oRxjWmZhSGhec5dl+atybLBn33/PZF
/CuxFCbdDoIDseiZnAzrb8ASJbJysSGXxlSpF4/3SyVhiyROr6H/RZMlBhGYWyuR
U66c9MkRlsJkw20PRPrEY9PRy1ZxXMkAp3sewxLWsZ5DH0PBOK3+MDNvOBRP11E5
aC7S3MYCmwj1ZK7JRblJI+7PYekdsBNQ88scoYeA/Qnr8Vv4NOqc/3Cd5Jjq4Stl
oTZwZTvN1KvwxJyAL3i0mBrD/9TYhLc1waBppn2HYIlhtuibiiVdphAQDudPQ7Aa
pCTZU6huEx8qZKxP944mONfHGuYW+1yKJoLZz9qPW1mp8JRlJaA=
=zIZg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to