Your message dated Thu, 02 Nov 2017 22:36:16 +0000 with message-id <e1eao5w-000hyh...@fasolo.debian.org> and subject line Bug#880129: fixed in ceilometer 1:9.0.1-2 has caused the Debian Bug report #880129, regarding ceilometer: FTBFS: tests fail with ImportError: No module named zaqarclient.queues.v2 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.) -- 880129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880129 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ceilometer Version: 1:9.0.1-1 Severity: serious Justification: fails to build from source ceilometer FTBFS in a minimal up-to-date sid+experimental environment: debian/rules override_dh_auto_test make[1]: Entering directory '/build/ceilometer-9.0.1' 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 rm -rf .testrepository testr init set -e ; \ TEMP_REZ=`mktemp -t` ; \ bash -x ./debian/setup-test-env-mongodb.sh testr run --subunit --parallel 'tests\.(?!(.*test_bin.*|.*functional.*|.*gabbi\.test_gabbi_prefix.*|.*meter\.test_notifications\.TestMeterProcessing\.test_fallback_meter_path.*|.*agent\.test_manager\.TestRunTasks\.test_batching_polled_samples_false.*))' | tee $TEMP_REZ | subunit2pyunit ; \ cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \ rm -f $TEMP_REZ ; + set -e + source debian/functions.sh + '[' testr = --coverage ']' + export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin + PATH=/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin + check_for_cmd mongod + which mongod ++ mktemp -d /tmp/CEILO-MONGODB-XXXXX + MONGO_DATA=/tmp/CEILO-MONGODB-SHNbO + MONGO_PORT=29000 + trap 'clean_exit /tmp/CEILO-MONGODB-SHNbO' EXIT + mkfifo /tmp/CEILO-MONGODB-SHNbO/out + wait_for_line 'waiting for connections on port 29000' /tmp/CEILO-MONGODB-SHNbO/out + exit_code=1 + mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath /tmp/CEILO-MONGODB-SHNbO --bind_ip localhost --config /dev/null + read line + echo 'note: noprealloc may hurt performance in many applications' + grep -q 'waiting for connections on port 29000' + read line + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] MongoDB starting : pid=27045 port=29000 dbpath=/tmp/CEILO-MONGODB-SHNbO 64-bit host=zam904' + grep -q 'waiting for connections on port 29000' + read line + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] db version v3.2.17' + grep -q 'waiting for connections on port 29000' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] git version: 186656d79574f7dfe0831a7e7821292ab380f667' + read line + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.0f 25 May 2017' + grep -q 'waiting for connections on port 29000' + read line + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] allocator: tcmalloc' + grep -q 'waiting for connections on port 29000' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] modules: none' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] build environment:' + read line + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] distarch: x86_64' + grep -q 'waiting for connections on port 29000' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] target_arch: x86_64' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.985+0000 I CONTROL [initandlisten] options: { config: "/dev/null", net: { bindIp: "localhost", maxIncomingConnections: 32, port: 29000 }, security: { authorization: "disabled" }, storage: { dbPath: "/tmp/CEILO-MONGODB-SHNbO", journal: { enabled: false }, mmapv1: { preallocDataFiles: false, smallFiles: true } }, systemLog: { quiet: true } }' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:18.986+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=18G,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),,log=(enabled=false),' + read line + echo '2017-10-29T17:40:19.003+0000 W STORAGE [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger' + grep -q 'waiting for connections on port 29000' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:19.007+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '\''/tmp/CEILO-MONGODB-SHNbO/diagnostic.data'\''' + read line + grep -q 'waiting for connections on port 29000' + echo '2017-10-29T17:40:19.007+0000 I NETWORK [initandlisten] waiting for connections on port 29000' + exit_code=0 + break + '[' 0 -eq 1 ']' + export CEILOMETER_TEST_STORAGE_URL=mongodb://localhost:29000/ceilometer + CEILOMETER_TEST_STORAGE_URL=mongodb://localhost:29000/ceilometer + OS_TEST_PATH=./ceilometer/tests/unit + testr run --subunit --parallel 'tests\.(?!(.*test_bin.*|.*functional.*|.*gabbi\.test_gabbi_prefix.*|.*meter\.test_notifications\.TestMeterProcessing\.test_fallback_meter_path.*|.*agent\.test_manager\.TestRunTasks\.test_batching_polled_samples_false.*))' + cat /tmp/CEILO-MONGODB-SHNbO/out + cat /tmp/CEILO-MONGODB-SHNbO/out runNon-zero exit code (2) from test listing. ning=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-600} \ ${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./ceilometer/tests} -t . --list --- import errors --- F+ clean_exit /tmp/CEILO-MONGODB-SHNbO + local error_code=3 a+ rm -rf /tmp/CEILO-MONGODB-SHNbO iled to import test module: ceilometer.tests.unit.publisher.test_zaqar ++ jobs -p Tra+ kill 27045 27134 27135 + return 3 ceback (most recent call last): File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "ceilometer/tests/unit/publisher/test_zaqar.py", line 21, in <module> from ceilometer.publisher import zaqar File "ceilometer/publisher/zaqar.py", line 19, in <module> from zaqarclient.queues.v2 import client as zaqarclient ImportError: No module named zaqarclient.queues.v2 ---------------------------------------------------------------------- Ran 0 tests in 3.079s OK Total tests: 0 Passed tests: 0 Failed tests: 0 Skipped tests: 0 Seen tags: testr slowest debian/rules:60: recipe for target 'override_dh_auto_test' failed make[1]: *** [override_dh_auto_test] Error 3 Andreas
ceilometer_1%9.0.1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: ceilometer Source-Version: 1:9.0.1-2 We believe that the bug you reported is fixed in the latest version of ceilometer, 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 880...@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 ceilometer 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: Sun, 29 Oct 2017 20:22:18 +0100 Source: ceilometer Binary: ceilometer-agent-central ceilometer-agent-compute ceilometer-agent-ipmi ceilometer-agent-notification ceilometer-alarm-evaluator ceilometer-alarm-notifier ceilometer-api ceilometer-collector ceilometer-common ceilometer-doc python-ceilometer Architecture: source all Version: 1:9.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org> Changed-By: Thomas Goirand <z...@debian.org> Description: ceilometer-agent-central - OpenStack efficient metering counters system - Python libraries ceilometer-agent-compute - OpenStack efficient metering counters system - compute agent ceilometer-agent-ipmi - OpenStack efficient metering counters system - IPMI agent ceilometer-agent-notification - OpenStack efficient metering counters system - notification agent ceilometer-alarm-evaluator - OpenStack efficient metering counters system - aodh-evaluator tra ceilometer-alarm-notifier - OpenStack efficient metering counters system - aodh-notifier tran ceilometer-api - OpenStack efficient metering counters system (API service) ceilometer-collector - OpenStack efficient metering counters system - collector service ceilometer-common - OpenStack efficient metering counters system - common files ceilometer-doc - OpenStack efficient metering counters system - doc python-ceilometer - OpenStack efficient metering counters system - Python libraries Closes: 872179 880129 Changes: ceilometer (1:9.0.1-2) unstable; urgency=medium . * Uploading to unstable. * (build-)depends on python-zaqarclient (Closes: #880129). * Updated pt.po (Closes: #872179). * Removed dh-systemd build-depends. Checksums-Sha1: dcd07c02b57f9f4ead6dccaac9f53da7d07b63fe 4903 ceilometer_9.0.1-2.dsc 950f69aef89bc9c4db1e0e762836078610cee542 26624 ceilometer_9.0.1-2.debian.tar.xz 09e8db09105a6cd1a65d45d6d77f5ae41098869b 11116 ceilometer-agent-central_9.0.1-2_all.deb 3ca0c53e9d2415f23fa343a22451e302e687504d 10956 ceilometer-agent-compute_9.0.1-2_all.deb ba4b5c128e6638ea69a1ad59b1bb42a97ff3d1f1 10700 ceilometer-agent-ipmi_9.0.1-2_all.deb 4eda085dbe9ff36f27a61f1e4b4dddb339f53941 10800 ceilometer-agent-notification_9.0.1-2_all.deb aa80e235f68934747646b6df16590787e009cdb3 7692 ceilometer-alarm-evaluator_9.0.1-2_all.deb bb3ea47c23833b01dbfd66c05636f4774d13a2a1 7692 ceilometer-alarm-notifier_9.0.1-2_all.deb e7149ea7ef7c73e591e4e526389e341398e13077 25000 ceilometer-api_9.0.1-2_all.deb f6112740df917283301a89f070474c0729cd76fd 11180 ceilometer-collector_9.0.1-2_all.deb d77a0c2fa63585e25dbb895d653f533c18419510 38692 ceilometer-common_9.0.1-2_all.deb 145853a1df9cfbc6e7a74099274aec8792146ad1 1387708 ceilometer-doc_9.0.1-2_all.deb c5ebf680846ee1b651d0753b85d8db7bd753b004 19823 ceilometer_9.0.1-2_amd64.buildinfo dc8887b74f1d6c166c71e040a8bd0768edb1dbfd 335212 python-ceilometer_9.0.1-2_all.deb Checksums-Sha256: b5e99cd10d7a9c9dff086e0af3a67316df522c2d514b51573c1117618b6acf30 4903 ceilometer_9.0.1-2.dsc 21603768b50212de0c1375bb87de46466ee26372d2f8a5a8f95e2057c5edd384 26624 ceilometer_9.0.1-2.debian.tar.xz c47b0de44d9ebc43d41b3e313cb5ad2ab84f33729a4f38296e33064040e67b01 11116 ceilometer-agent-central_9.0.1-2_all.deb 6fabf754f9fe66b0d560c70442246fe0dded67e599e3c4896500b52851b3c420 10956 ceilometer-agent-compute_9.0.1-2_all.deb 8c0850d9409e521a74b52ca12bc062974657b3ce1424850cc895d8c0d8c251af 10700 ceilometer-agent-ipmi_9.0.1-2_all.deb 6581e228fb1ac59a1f979423ef4044fc938b1a11e23e4f6c5371e40cc0fa07c2 10800 ceilometer-agent-notification_9.0.1-2_all.deb 3e93da418513de8f63861957478e98a3a681b208627b115ded82ac03418bfd6d 7692 ceilometer-alarm-evaluator_9.0.1-2_all.deb 679170350922febc30b54230acacbb72d7c560ca5449410f220667253bcaf73b 7692 ceilometer-alarm-notifier_9.0.1-2_all.deb eaf0c780840b84f2c4da3dca70e0bbf9389539b5a830c08c62ad07f86371794b 25000 ceilometer-api_9.0.1-2_all.deb ab4b5bbb009340b9031a4b20198bd6b829c98752c07c686a834bcf95127f4f02 11180 ceilometer-collector_9.0.1-2_all.deb 99e91b67d7c5ec32d60bebfef9cbe909677ca22203dd64fa6740d7ae3560450a 38692 ceilometer-common_9.0.1-2_all.deb 797596cd9d774e255eb0655a6d9c9e445396d86867d312cc918da329e06acfff 1387708 ceilometer-doc_9.0.1-2_all.deb 1e659c0c50677e702f13225ceef8cb661d24fdda3997e2b6d81a22e0348aa777 19823 ceilometer_9.0.1-2_amd64.buildinfo 37f1f917254422068c3209601026844ab5459f301c91cdb18c99a1c32825ff65 335212 python-ceilometer_9.0.1-2_all.deb Files: c94fa968cda61f02b339eeec74dc2250 4903 web optional ceilometer_9.0.1-2.dsc 39bd27658f74ecb87d5a296f5824ff03 26624 web optional ceilometer_9.0.1-2.debian.tar.xz 3962844a990301f693f2fd501bfd83d2 11116 web optional ceilometer-agent-central_9.0.1-2_all.deb f2ec2ad4370e51c9d09620aa1741a095 10956 web optional ceilometer-agent-compute_9.0.1-2_all.deb 10930762ecadad4ec6a379478c4739aa 10700 web optional ceilometer-agent-ipmi_9.0.1-2_all.deb 7e201c04f637fe9ae38459af283a1126 10800 web optional ceilometer-agent-notification_9.0.1-2_all.deb 664909c899c0be043639eea44d08e02c 7692 web optional ceilometer-alarm-evaluator_9.0.1-2_all.deb 6f6ee19232bacfbb7146f390d8a1c352 7692 web optional ceilometer-alarm-notifier_9.0.1-2_all.deb 83746fc7aa11cab564060f4035861b1a 25000 web optional ceilometer-api_9.0.1-2_all.deb 6bbe55d7b6337740e367d8434e91d281 11180 web optional ceilometer-collector_9.0.1-2_all.deb 59bceecec0e442d49258d321d59a611f 38692 web optional ceilometer-common_9.0.1-2_all.deb 0c6dc4a5c1d8e63fcb30b8e2472d9ba4 1387708 doc optional ceilometer-doc_9.0.1-2_all.deb ff8e9c320252b25fd6ac532ae074ba24 19823 web optional ceilometer_9.0.1-2_amd64.buildinfo 679dcacab308a65080ef210d703be067 335212 python optional python-ceilometer_9.0.1-2_all.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAln7mc0ACgkQ1BatFaxr Q/712BAAiKqmf8UUa3GvmDyMeW8hyfK4h0tqVkrKQJYWOOjmyLUMQqVQQGVD7rpf m0iOJU9CQUJEnbBYokj+WmezA+WMUe5J1ZYj29k2rlN7WYZwJR1EnYJZPUV0m32/ TVZBLJSaZBmKIOTWlS9zktdYmCtNdiz9xBAppas0ZOxUyMQ6NpEWXRYLt5XAHhQO RpoIPag7YfjMbCdBsp6RCY39JRbyLfwZ2uQqjILSEgLXgX9bXkN5tlGGaHXTuGfe Uf2JQooLkHYkxSLjeOtuHAkwoy9/8eNyq+ru7lUbv6ucz+1bZxE9eFND7Ni9vos9 n2V9LtPZAiKhO6IVse6ES0A/6hUUmMBb/XF23iyn1t/zjJjiZ/XyGC2+syQmTXSo /x18oUyXlT4BtRuL/WQ07XYIl6lhpfti+Xx1nf3/UnOVr8TVssRruaQKT8CeVDGh 5kMFd0rZEr+dU8+y4ptukR+zE8aJ2HyC1M9M3+4NTTi59NHsBHgF2c40q+6e5yO0 p9trBRUTlz9kFQdfVUrRFdnrBSBl6rMat0Kvm+EV2xtHbkyKOlkeo/4LjebnSnF+ zgl/dUcEicbenSkc5eYN3Ho9cY6eyzq+KBxEU3lr3d+8CqwU6TkJWBH4UC06eu9d Yw3m0deK0OMAWtNnHhlF1bdUKTMK6d45z4dcyuD9m/LDptX6iZk= =FXeV -----END PGP SIGNATURE-----
--- End Message ---