Your message dated Sat, 09 Feb 2019 03:05:34 +0000
with message-id <[email protected]>
and subject line Bug#921800: fixed in nvchecker 1.3-2
has caused the Debian Bug report #921800,
regarding nvchecker: FTBFS (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 [email protected]
immediately.)


-- 
921800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nvchecker
Version: 1.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/nvchecker
copying nvchecker/slogconf.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/nvchecker
copying nvchecker/sortversion.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/nvchecker
copying nvchecker/core.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/nvchecker

[... snipped ...]

    async with session.get(url) as res:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <nvchecker.source.tornado_httpclient.ResponseManager object at 
0x7f4ba58c7c50>

    async def __aenter__(self):
>     return await to_asyncio_future(client.fetch(self.req))
E     tornado.httpclient.HTTPClientError: HTTP 502: Proxy Error

nvchecker/source/tornado_httpclient.py:62: HTTPClientError
===Flaky Test Report===

test_archpkg passed 1 out of the required 1 times. Success!
test_archpkg_strip_release passed 1 out of the required 1 times. Success!
test_aur passed 1 out of the required 1 times. Success!
test_aur_strip_release passed 1 out of the required 1 times. Success!
test_aur_use_last_modified passed 1 out of the required 1 times. Success!
test_debianpkg passed 1 out of the required 1 times. Success!
test_debianpkg_strip_release passed 1 out of the required 1 times. Success!
test_debianpkg_suite passed 1 out of the required 1 times. Success!
test_ubuntupkg passed 1 out of the required 1 times. Success!
test_ubuntupkg_strip_release passed 1 out of the required 1 times. Success!
test_ubuntupkg_suite passed 1 out of the required 1 times. Success!
test_ubuntupkg_suite_with_paging passed 1 out of the required 1 times. Success!

===End Flaky Test Report===
=============================== warnings summary ===============================
tests/test_regex.py:12
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/test_regex.py:12: 
DeprecationWarning: invalid escape sequence \w
    "regex": '"User-Agent": "(\w+)"',

tests/test_regex.py:19
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/test_regex.py:19: 
DeprecationWarning: invalid escape sequence \w
    "regex": 'for (\w+) examples',

tests/test_substitute.py:20
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/test_substitute.py:20: 
DeprecationWarning: invalid escape sequence \d
    assert await get_version("example", {"manual": "r15", "prefix": "r", 
"from_pattern": "r(\d+)", "to_pattern": "R\1"}) == "15"

-- Docs: https://docs.pytest.org/en/latest/warnings.html
========= 1 failed, 40 passed, 18 skipped, 3 warnings in 13.15 seconds =========
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build; python3.7 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.7 returned 
exit code 13
make: *** [debian/rules:6: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

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

where you can get a full build log if you need it.

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: nvchecker
Source-Version: 1.3-2

We believe that the bug you reported is fixed in the latest version of
nvchecker, 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.
Afif Elghraoui <[email protected]> (supplier of updated nvchecker 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: Fri, 08 Feb 2019 21:45:38 -0500
Source: nvchecker
Binary: nvchecker
Architecture: source
Version: 1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Afif Elghraoui <[email protected]>
Changed-By: Afif Elghraoui <[email protected]>
Description:
 nvchecker  - new-version checker for software releases
Closes: 921800
Changes:
 nvchecker (1.3-2) unstable; urgency=medium
 .
   * Disable running the test suite during package build
     due to lack of network access (Closes: #921800)
   * Set up autopkgtest
Checksums-Sha1:
 ebaab7d6690289a7671e859e28787a929b625127 2051 nvchecker_1.3-2.dsc
 522182eaa15648b4a294971828fe34655b679a61 2072 nvchecker_1.3-2.debian.tar.xz
 18194d2d80b23067c22515c630562dd009d40eb7 6794 nvchecker_1.3-2_source.buildinfo
Checksums-Sha256:
 e9f348bb6e661352a664a2acbfc3021f3f64828359a60458bacd8d96c04ba968 2051 
nvchecker_1.3-2.dsc
 dfbdc5c795cc7cc8a554e53a11a0219dd66638f326e8a82c32903d0bd7b738cb 2072 
nvchecker_1.3-2.debian.tar.xz
 f8ab50372724e385e33c874d95db8cccaa8c00ca81dfde77a37918e09f906f5e 6794 
nvchecker_1.3-2_source.buildinfo
Files:
 719bb16cf3b721d7803e74b84147b8a7 2051 utils optional nvchecker_1.3-2.dsc
 cefb90a19e6da4aba0bad18c657d28b1 2072 utils optional 
nvchecker_1.3-2.debian.tar.xz
 d974152acae44d6519516c4a7ef02e26 6794 utils optional 
nvchecker_1.3-2_source.buildinfo

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

iQJEBAEBCAAuFiEE6rcjomb2J+aAVWFfWbIwbzr53cEFAlxeP0YQHGFmaWZAZGVi
aWFuLm9yZwAKCRBZsjBvOvndwfMQD/9u3w9JHI0iFOTTTU+JO0O+oujCEcL4VZxq
Y6V6fmvPnlz9siOz8Hkh8BIv5zxedw97cDQsuDqFMQ+JzlUJlOC1OQQ7lPWrKCaJ
cxZ5bsh6vQJEIUiWUufrV2/gSyLL8zNRxowNQMCDHa+9h8CMiVHub+kvwlBG2ET/
viOp4imBXZxiTDhvpf6SkuVwtplxbv/gQMy2v3nlSOflkL7c1Mt/TeSdlEy++gA9
SEIY+KMhXENy3Z/FQgbeMzF34S+F5xlTCH6LZk5JbbAiAmUmnN9LUaMisgRX0lGR
fgqqUyPfiykvdZYuABMCGD9va3fKsySlQIKDSv75itjeuvujHh5A/TvBPYJo68QU
qA8k3hZ9LPAsEUGSThqpYuyHNiCRtj7bnKO2PQVKVGQMuJleWEbf+BWOwAVzNmm5
ej9BE8zLRU5RdvibNA4sB8XTfoJ4I+U54bCh7t3fBpvufKZPsMEsw6U4wR2o8ILm
Q0U/FDM1KTZQ9RLq70RVmn4uvU0qjQRTc3iGSZr7ysn5NBMCgW0yHq6iwLGS0h2R
botk3SGKk6YRZWGco2macwdAvMw7s7vqJQJcdMwcGjDZnT+PHmCK2aq9DEYWJFE1
TGu79GO0jmnuG6Ej9N0rAAN1kVXqnb6drUzYqsIpcIjnwH9CRngeWwfwzHQIUmvZ
AlHpcwLZVg==
=LcUE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to