Your message dated Tue, 28 Aug 2018 17:05:16 +0000
with message-id <e1fuhqa-0009pw...@fasolo.debian.org>
and subject line Bug#902470: fixed in influxdb-python 5.2.0-1
has caused the Debian Bug report #902470,
regarding influxdb-python: FTBFS in buster/sid (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 ow...@bugs.debian.org
immediately.)


-- 
902470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:influxdb-python
Version: 4.1.1-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster with "dpkg-buildpackage -A"
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.6 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_influxdb/build/influxdb

[... snipped ...]

SKIP: Skipping server test (INFLUXDB_PYTHON_SKIP_SERVER_TESTS)
test_create_database 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_create_user 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_create_user_admin 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_create_user_blank_password 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_create_user_blank_username 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_drop_database 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_drop_user 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_drop_user_nonexisting 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_fresh_server_no_db 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_get_list_users 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_get_list_users_empty 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_grant_privilege 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_grant_privilege_invalid 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_invalid_port_fails 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_query_fail 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_query_fail_ignore_errors 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_revoke_admin_privileges 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_revoke_privilege 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
test_revoke_privilege_invalid 
(influxdb.tests.server_tests.client_test_with_server.SimpleTests) ... SKIP: 
Skipping server tests...
SKIP: Skipping server test (INFLUXDB_PYTHON_SKIP_SERVER_TESTS)
Ensure precision is preserved when casting floats into strings. ... ok
test_make_lines (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok
test_make_lines_unicode (influxdb.tests.test_line_protocol.TestLineProtocol) 
... ok
test_quote_ident (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok
test_quote_literal (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok
test_string_val_newline (influxdb.tests.test_line_protocol.TestLineProtocol) 
... ok
test_timezone (influxdb.tests.test_line_protocol.TestLineProtocol) ... ok

======================================================================
FAIL: test_write_points_from_dataframe_with_numeric_precision 
(influxdb.tests.dataframe_client_test.TestDataFrameClient)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/influxdb/tests/dataframe_client_test.py", line 294, in 
test_write_points_from_dataframe_with_numeric_precision
    self.assertEqual(m.last_request.body, expected_default_precision)
AssertionError: 'foo,hello=there 0="1",1=1i,2=1.1111111111111 
0\nfoo,hello=there 0="2",1=2i,2=2.2222222222222 3600000000000\n' != 
'foo,hello=there 0="1",1=1i,2=1.11111111111 0\nfoo,hello=there 
0="2",1=2i,2=2.22222222222 3600000000000\n'

----------------------------------------------------------------------
Ran 190 tests in 0.634s

FAILED (SKIP=23, failures=1)
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_influxdb/build; python2.7 -m nose {dir} 
--verbose
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:10: recipe for target 'build-indep' failed
make: *** [build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is how the build ends in my autobuilder and it's not
necessarily the relevant part.

The failure is not, however, related to using dpkg-buildpackage -A,
as it also fails in reproducible builds:

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

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 page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: influxdb-python
Source-Version: 5.2.0-1

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

Debian distribution maintenance software
pp.
Alexandre Viau <av...@debian.org> (supplier of updated influxdb-python 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: SHA512

Format: 1.8
Date: Tue, 28 Aug 2018 12:44:31 -0400
Source: influxdb-python
Binary: python-influxdb python3-influxdb
Architecture: source
Version: 5.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alexandre Viau <av...@debian.org>
Changed-By: Alexandre Viau <av...@debian.org>
Description:
 python-influxdb - Client for InfluxDB - Python 2.7
 python3-influxdb - Client for InfluxDB - Python 3.x
Closes: 881662 899402 902470
Changes:
 influxdb-python (5.2.0-1) unstable; urgency=medium
 .
   * New upstream version. (Closes: #899402)
   * Skip dataframe precision test. (Closes: #902470)
   * Remove unused patches.
   * d/control: depend on python3-six where
     appropriate. (Closes: #881662)
   * Fix insecure-copyright-format-uri.
   * Fix debian-watch-uses-insecure-uri.
   * Add autopkgtest.
Checksums-Sha1:
 4031f3caa8a78533c2a9b7a17a650f5f59501b12 2332 influxdb-python_5.2.0-1.dsc
 47a7a233cfd5aaef7fb4f6a5421fb4ff492ca97b 57629 
influxdb-python_5.2.0.orig.tar.gz
 6be9e93d3305d934ca701aff8d93a5e27b871d8e 2988 
influxdb-python_5.2.0-1.debian.tar.xz
 ba9f066dd72eabaf1e35d76636e75b616b5595c9 6335 
influxdb-python_5.2.0-1_source.buildinfo
Checksums-Sha256:
 76ebfa86a18382940d755611793f6ae211881255d8a0cc892fc44c7187f2cfe1 2332 
influxdb-python_5.2.0-1.dsc
 3ba558432d4c64293ada0deccf76527777e76750e99176d3b9dbc5a72bd4163b 57629 
influxdb-python_5.2.0.orig.tar.gz
 ec8c79024dc4016d856af09d76967f3b9057696dc34282138623ca9bdcc901c6 2988 
influxdb-python_5.2.0-1.debian.tar.xz
 432c871ff5f8d61901381167c555e0858ff802a2cb7798440c56c3a49f67ff58 6335 
influxdb-python_5.2.0-1_source.buildinfo
Files:
 5c877770d8ff5e966c3016b8cec4440f 2332 python optional 
influxdb-python_5.2.0-1.dsc
 8d82a3e48c8d20f4d1f1243c6bb04402 57629 python optional 
influxdb-python_5.2.0.orig.tar.gz
 03ddbbcd9086ad6f067ad62f41a140cc 2988 python optional 
influxdb-python_5.2.0-1.debian.tar.xz
 1a53021229f1dae23b6a5fd2186ef975 6335 python optional 
influxdb-python_5.2.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEB0B3ii38SjnAyLyMjysRPGU1xacFAluFfAQACgkQjysRPGU1
xacgEw/+P0xzJ8DNq7cgctf883dB0qa3OjtPt0etNfZF0IfkHtZQNFs8fqS+B+jx
OLd80QfiDb+JVWXyxsOe9+fxOsibtSYBrdQbQqP6wYUONEjmld/ujrD/3BZFlxYy
qchmWPRJ+NUfojwm3pKx7b+b8KwUM96DEhXH7y178Vz73UU7WqUyJjQNMuz6/haQ
JejIeuN3i3D+gAQ6Dza3RJBsN2rxGUDj0JUCE5iSKEVQti+iU4YueXmusfdui2Zd
TQngk3f7mROPZLt7syWcSOWdTa8LqjhmEpo2PtH3J7Jr4P+AEkpvyRsufscYU7DV
6B8lAStbocesQYbO/X3y+2rnrDIuYWDlW6A7WcslsrVm8Dbe9vNGCFss646syI59
gLhgkw60zE+EYiMjZGQT+XEzWjRbscUcMqlEh/pok9InkAlIfTYxb5Ieg9OXYh7E
P4Si0I8GhUglkulNTOv8BH6IB5PNcbeyrWjSFuOH8U7tDOjn2jolyT5OIBfbj2EB
rjUeTIqFB9hLALKBLkxqq/eLQms+iKIFSPGKwmsnM5Emc+cXUXHBINSBiAZq9SjV
GFfnEo8UIjUBoUKDplOWogQHdn54e3qyNuCUv/MhvC8Hjxv0iYA5fa+hftB/+gjU
7GGeL0J/Fhq1ZCeYgA2Z1jOt1Z/xHNiTCbKUvTSPKkeKelUGrm0=
=OgCa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to