Your message dated Wed, 17 Apr 2019 22:19:47 +0000
with message-id <[email protected]>
and subject line Bug#918712: fixed in watcher 1.12.0-3
has caused the Debian Bug report #918712,
regarding watcher FTBFS in some timezones
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.)


-- 
918712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918712
Debian Bug Tracking System
Contact [email protected] 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: 1.12.0-3

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Thu, 18 Apr 2019 00:00:53 +0200
Source: watcher
Binary: python3-watcher watcher-api watcher-applier watcher-common 
watcher-decision-engine watcher-doc
Architecture: source all
Version: 1.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 python3-watcher - OpenStack Cloud Optimization as a Service - Python 2.7 
libraries
 watcher-api - OpenStack Cloud Optimization as a Service - API server
 watcher-applier - OpenStack Cloud Optimization as a Service - Applier
 watcher-common - OpenStack Cloud Optimization as a Service - common files
 watcher-decision-engine - OpenStack Cloud Optimization as a Service - Decision 
Engine
 watcher-doc - OpenStack Cloud Optimization as a Service - doc
Closes: 918712
Changes:
 watcher (1.12.0-3) unstable; urgency=medium
 .
   * Add export TZ=UTC in debian/rules (Closes: #918712).
Checksums-Sha1:
 22bcebc855647c0c81df2bce9bb9b003cd2e5dd2 4078 watcher_1.12.0-3.dsc
 4ecc54115ddc916776f6142c63b0c4de3fe711e0 8000 watcher_1.12.0-3.debian.tar.xz
 3c1cd6edb38145da3d9db0e2e05234fe37ef3ab7 267628 
python3-watcher_1.12.0-3_all.deb
 32e0fdae5c5f45e51bf92318e0a33eb1ec6584e8 22140 watcher-api_1.12.0-3_all.deb
 ca2dfd917b1cb259e5c9398c2d84ff6b5711cca7 7004 watcher-applier_1.12.0-3_all.deb
 83a47df6725aee3bcacd6b3083fd029b12ed89c2 38864 watcher-common_1.12.0-3_all.deb
 7360df1ebb96962ca01ab518f6d0c8693bd7b1c0 7032 
watcher-decision-engine_1.12.0-3_all.deb
 d387b29e0d7407370628a4df152204dd462571ff 1569660 watcher-doc_1.12.0-3_all.deb
 b0888f9cd79be76fc51e4d39a9396e4fd42fb891 15640 watcher_1.12.0-3_amd64.buildinfo
Checksums-Sha256:
 7c38ac011eca8c235a84ccc498e9a462fc6f4d470929c0321e6d46e774c14329 4078 
watcher_1.12.0-3.dsc
 51a4c18311420c47d57d405969ebcf106bf64ad8a6fde59cdb502b7707a08daa 8000 
watcher_1.12.0-3.debian.tar.xz
 b187c140b9884e9440995edd5ffc39afeb19a55b060e4d7b39e320ead0bea071 267628 
python3-watcher_1.12.0-3_all.deb
 d41af6796a7b51bc26dd8b042db3296cddebf60f2e270a2d825e5b7b73869f6c 22140 
watcher-api_1.12.0-3_all.deb
 aab5ecc6d777e97b2536d39cca11f10ae9b77c20d981a1bc47632db2e1ffdbd2 7004 
watcher-applier_1.12.0-3_all.deb
 db98ad480e1737713a058edc48686a896c6d71790f4ffcab78100123ec368498 38864 
watcher-common_1.12.0-3_all.deb
 6efd4603d2cf007ae760f7b6f1ac55513e5ffc4e78a4243125ad2234c08b896f 7032 
watcher-decision-engine_1.12.0-3_all.deb
 84a880cda34ecb5acf01338d0f7bd6abd86e811d0391d79612e468e12525fb7b 1569660 
watcher-doc_1.12.0-3_all.deb
 e115b62fa6eb17d6ece21a3bb364af1c90db54ac7e3c2ded9e450a8b4ea3f4c4 15640 
watcher_1.12.0-3_amd64.buildinfo
Files:
 6892abd7af53994280cfe38de3f367ac 4078 net optional watcher_1.12.0-3.dsc
 47e87cac0b1df68bd398e871e54d9142 8000 net optional 
watcher_1.12.0-3.debian.tar.xz
 4398d75bdb99f6f8eb82744ef2e43aff 267628 python optional 
python3-watcher_1.12.0-3_all.deb
 6cb14a32bdb79157abedf43aa4b4999c 22140 net optional 
watcher-api_1.12.0-3_all.deb
 65f2ead50f0c4752e842063ab7f7d1e7 7004 net optional 
watcher-applier_1.12.0-3_all.deb
 d424e7133180942b012c57e9c9b3184f 38864 net optional 
watcher-common_1.12.0-3_all.deb
 7afb75c70733a1c46920977d45eb00fc 7032 net optional 
watcher-decision-engine_1.12.0-3_all.deb
 344ddc01a8c9eb57ed2813ead80408d6 1569660 doc optional 
watcher-doc_1.12.0-3_all.deb
 ea3d1f5d9481e589b521f61173f319c3 15640 net optional 
watcher_1.12.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAly3ovQACgkQq1PlA1ho
d6bLeBAAw4EEhtoWC/P7RNe+TXfMQGma1VTTnLEddPqi4Li/EDBh9zsGIoZqV8Vi
7++rc+FRyZ+ovVyoPyb//TVIpqJC1Ps+r19em/0J+na5oyoT0RlQTelVeE0JOjkS
sMZLmh+Qup+gg0XTL6FgqhrNnEwNz3DvMpJuUImBL/2cHMSYRXvJJ2y8rM5CEKOs
/vTd7Qv4/o1aT06I1BCuEg5pjqOCouT+vsFR3Z0Ni1wuRNCWMnck398qcdMvFQHG
VrSrfV40Bh2jVgnDU5jDo+TyclMrvP/sTWE8bIKuKx8st/Jm0zC2zOtqwMGzGC3s
LJ+qMFxjYiWqwgoKeGo7cNe/j3W/Z5nTXduNyWIhNYh9jG1wvTt+t9k0kB/ywxix
tNt83HTf2lTuZLX+oPhmaHAeUMMvCyUHdfoYimFiCbcQilX3UMRIydgdX3gGXz2+
jNulOw7pyt4vCpvD2ZssMV8q9Kw5bOXBNAFGZfKlEH1ZhJHWA43o2Z1YBbhOk4f5
bxdv+l4Jmky9aS/HdcVGIt9bTzaiU7H64yTAycaWPW4ZrTVtM7l4Ilp31QSGQ72Y
mPk2CQKmrOuFEjO0Fdk7qHPHAnmF6yPQFo4nQqgq1E25ZZ2vVvLIvuTqrbs1tyBu
wfeoc2hZLBjMOhQXjsGE9vo7fo0oScUMIDVCGfSiMfE4SpkQ/yk=
=4u3q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to