Your message dated Tue, 26 Feb 2019 14:44:15 +0000
with message-id <e1gydxv-000bei...@fasolo.debian.org>
and subject line Bug#922217: fixed in python-os-api-ref 1.5.0+dfsg1-4
has caused the Debian Bug report #922217,
regarding python-os-api-ref: 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 ow...@bugs.debian.org
immediately.)


-- 
922217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-os-api-ref
Version: 1.5.0+dfsg1-3
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster 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  --with python2,python3
   dh_update_autotools_config -i
   dh_autoreconf -i
   dh_auto_configure -i
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.
   dh_auto_build -i
dh_auto_build: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_build: This feature will be removed in compat 12.
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
        python setup.py build --force
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/os_api_ref
creating build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/test_basic_example.py -> 
build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/__init__.py -> 
build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/test_microversions.py -> 
build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/base.py -> build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/test_os_api_ref.py -> 
build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/tests/test_warnings.py -> 
build/lib.linux-x86_64-2.7/os_api_ref/tests
copying os_api_ref/__init__.py -> build/lib.linux-x86_64-2.7/os_api_ref
copying os_api_ref/http_codes.py -> build/lib.linux-x86_64-2.7/os_api_ref
running egg_info
creating os_api_ref.egg-info
writing requirements to os_api_ref.egg-info/requires.txt
writing os_api_ref.egg-info/PKG-INFO
writing top-level names to os_api_ref.egg-info/top_level.txt
writing dependency_links to os_api_ref.egg-info/dependency_links.txt
[pbr] Processing SOURCES.txt
writing manifest file 'os_api_ref.egg-info/SOURCES.txt'
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
reading manifest template 'MANIFEST.in'
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
writing manifest file 'os_api_ref.egg-info/SOURCES.txt'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<BUILDDIR>>/python-os-api-ref-1.5.0+dfsg1'
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
pkgos-dh_auto_test
+ PKGOS_USE_PY2=yes
+ PKGOS_USE_PY3=yes
+ PKGOS_TEST_PARALLEL=yes
+ PYTHONS=disabled
+ PYTHON3S=disabled
+ TEST_PARALLEL_OPT=--parallel
+ [ yes = yes ]
+ PYTHONS=2.7
+ [ yes = yes ]
+ py3versions -vr
+ PYTHON3S=3.7
+ [ yes = no ]
+ [ 2.7 = disabled ]
+ cut -d. -f1
+ echo 2.7
+ PYMAJOR=2
+ echo ===> Testing with python (python2)
===> Testing with python (python2)
+ [ 2 = 3 ]
+ [ 2 = 2 ]
+ pwd
+ [ -d 
/<<BUILDDIR>>/python-os-api-ref-1.5.0+dfsg1/debian/tmp/usr/lib/python3/dist-packages
 ]
+ [ -e .stestr.conf ]
+ [ -e .testr.conf ]
+ rm -rf .testrepository
+ testr-python2 init
+ mktemp -t
+ TEMP_REZ=/tmp/tmp.XLfTuuaF3G
+ subunit2pyunit
+ tee /tmp/tmp.XLfTuuaF3G
+ PYTHON=python2.7 testr-python2 run --parallel --subunit
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ .  
os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all ... ok
os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters ... ok
os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method ... ok
os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response ... ok
os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares ... ok
os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector ... ok
os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table ... 
ok
os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method ... FAIL
os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something
os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition 
... ok
os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
os_api_ref.tests.test_warnings.TestWarnings.test_missing_field ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
 ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order ... ok
os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist ... ok

======================================================================
FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_api_ref/tests/test_microversions.py", line 50, in test_rest_method
    str(content[0]))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 417, in 
assertIn
    self.assertThat(haystack, Contains(needle), message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: '<div class="operation-grp 
rp_min_ver_2_17 rp_max_ver_2_19 ">' not in '<div class="operation-grp 
rp_min_ver_2_17 rp_max_ver_2_19">\n<div class="row">\n<div 
class="col-md-2">\n<div class="operation">\n<a class="operation-anchor" 
href="#list-tags" name="list-tags" onclick="window.location.hash = 
hash;">\n<span class="glyphicon glyphicon-link"></span></a>\n<span class="label 
label-GET">GET</span>\n</div>\n</div>\n<div class="col-md-9">\n<div 
class="row">\n<div class="endpoint-container">\n<div class="row 
col-md-12">/tags</div>\n<div class="row col-md-12"><p class="url-subtitle">List 
Tags</p></div>\n</div>\n</div>\n</div>\n<div class="col-md-1">\n<button 
class="btn btn-info btn-sm btn-detail" data-target="#list-tags-detail" 
data-toggle="collapse" 
id="list-tags-detail-btn">detail</button>\n</div>\n</div>\n</div>'


----------------------------------------------------------------------
Ran 17 tests in 8.554s

FAILED (failures=1)
make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/python-os-api-ref-1.5.0+dfsg1'
make: *** [debian/rules:7: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

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/python-os-api-ref.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 BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-os-api-ref
Source-Version: 1.5.0+dfsg1-4

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

Debian distribution maintenance software
pp.
Ondřej Nový <on...@debian.org> (supplier of updated python-os-api-ref 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, 26 Feb 2019 14:59:35 +0100
Source: python-os-api-ref
Architecture: source
Version: 1.5.0+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Ondřej Nový <on...@debian.org>
Closes: 922217
Changes:
 python-os-api-ref (1.5.0+dfsg1-4) unstable; urgency=medium
 .
   * d/p/Fix-microversion-test-Handle-different-HTML-renderings.patch:
     Add, fix FTBFS (Closes: #922217)
   * Bump standards version to 4.3.0 (no changes)
Checksums-Sha1:
 b4619de6fdace394b6f8c4b89b940de2ea6c96e9 2997 
python-os-api-ref_1.5.0+dfsg1-4.dsc
 e2242d7d937f7fe5f47f9fd52b42eae7b84d35f1 4672 
python-os-api-ref_1.5.0+dfsg1-4.debian.tar.xz
 27eb198147f236d452c482fbc99511ae332e2ee6 9917 
python-os-api-ref_1.5.0+dfsg1-4_amd64.buildinfo
Checksums-Sha256:
 4aaed3c8ada181c8a3f9e191864bd7a84df8fc8ad02649c8af6930c104aed1f6 2997 
python-os-api-ref_1.5.0+dfsg1-4.dsc
 534e271bec1564ad86beac097b6845bac8216e8c36c0a235a4e20a91d61500d8 4672 
python-os-api-ref_1.5.0+dfsg1-4.debian.tar.xz
 5ac9f5fb2cadbc3b3b0cec48d40eca517d22b6be609224199b08a88cc42f598b 9917 
python-os-api-ref_1.5.0+dfsg1-4_amd64.buildinfo
Files:
 45888a6f83d97e5034c48fc3bf1f2f0a 2997 python optional 
python-os-api-ref_1.5.0+dfsg1-4.dsc
 430a170001e9471b275612bcd98c816d 4672 python optional 
python-os-api-ref_1.5.0+dfsg1-4.debian.tar.xz
 4445aa542dcc6106a67131d9613206b5 9917 python optional 
python-os-api-ref_1.5.0+dfsg1-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlx1R08ACgkQNXMSVZ0e
BkuisBAAjWioRWfXKhOku3e/zr7at6u/z6/GIvx/rXlyKGeqpzYgmSj/f2zkx0PT
v63+006cohYOpF3Nwm1sgkVeFnJUp78SsL3SotWo6hKgZE13HlEhecGwF8p6uqvg
WX4ZdZsECezRkOEqGGR4yt9w1wXQ22vU0bWHAGFND8mNuXMAcENWsUIFpPWdY/ua
+PWsQ10xpSWpafxIvU2wGHfFniwhfHb9YRnil/qBhjSfbbMNVxBRSSVv+yS4PsG8
hJG7IZkZWFJ1wT3AL0vIFsslJn+ZXmBAVyFUhFid4mvMb8/DXBS/yJwRbAVD7kkq
o7ht1CTNlECHDsNkjS4sg43/YQcqL7SkStIHUgDEPMZ4JBoMzqehar0pIb8c17dg
qOLw8uuV/RdRwQQMWjxk1GHui7IIPZnvxENo8wUHApR3QeqkxLZ0SaLWA5ieDpMX
u9dafkpIRM/O6WdGOqmXBkVRILzOFq7jbCMP9RDEDfYEheGbrfaML0BE8AeLYl9O
WePGJn8l5Aj2PzmDfPdkyHRpL3F8/vC7dGuuGgG7LE2I23TT12oVOggY5HrA445Q
DMzuW2xw65T6g8hMFSUZZvrz4Lple2v+tRcP8YRsvMgITTgR3eKrGzc1WE/FOuTd
weNYp1hcpMqkIDS0NJMxwdNXlkHLy+GC4F5gG8Vv/VTvSqArsvQ=
=8gpy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to