Your message dated Mon, 31 Jul 2017 09:49:51 +0000
with message-id <e1dc7kh-000goh...@fasolo.debian.org>
and subject line Bug#802124: fixed in pyjunitxml 0.6-1.2
has caused the Debian Bug report #802124,
regarding pyjunitxml: FTBFS: test_erroring_test 
(junitxml.tests.test_junitxml.TestJUnitXmlResult) fails
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.)


-- 
802124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyjunitxml
Version: 0.6-1.1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

Check the skip element content is escaped ... ok

======================================================================
FAIL: test_erroring_test (junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 119, in test_erroring_test
    """, self.get_output())
AssertionError: '<tes[109 chars]txml.Errors" name="test_me" 
time="0.000">\n<er[67 chars]e>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_erroring_test.&lt[117 chars]e>\n'
  <testsuite errors="1" failures="0" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.Errors" name="test_me" 
time="0.000">
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_erroring_test.&lt;locals>.Errors"
 name="test_me" time="0.000">
?                                                   
++++++++++++++++++++++++++++++++++++++++++++++++++
  <error type="ZeroDivisionError">error</error>
  </testcase>
  </testsuite>


======================================================================
FAIL: test_expected_failure_test 
(junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 214, in test_expected_failure_test
    self.assertEqual(expected, output)
AssertionError: '<tes[109 chars]txml.ExpectedFail" name="test_me" 
time="0.000"[14 chars]e>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_expected_failure_[72 chars]e>\n'
  <testsuite errors="0" failures="0" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.ExpectedFail" 
name="test_me" time="0.000"/>
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_expected_failure_test.&lt;locals>.ExpectedFail"
 name="test_me" time="0.000"/>
?                                                   
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  </testsuite>


======================================================================
FAIL: test_failing_test (junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 133, in test_failing_test
    """, self.get_output())
AssertionError: '<tes[109 chars]txml.Fails" name="test_me" 
time="0.000">\n<fai[69 chars]e>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_failing_test.&lt;[118 chars]e>\n'
  <testsuite errors="0" failures="1" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.Fails" name="test_me" 
time="0.000">
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_failing_test.&lt;locals>.Fails"
 name="test_me" time="0.000">
?                                                   
+++++++++++++++++++++++++++++++++++++++++++++++++
  <failure type="AssertionError">failure</failure>
  </testcase>
  </testsuite>


======================================================================
FAIL: test_skip_test (junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 162, in test_skip_test
    self.assertEqual(expected, output)
AssertionError: '<tes[109 chars]txml.Skips" name="test_me" 
time="0.000">\n<ski[36 chars]e>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_skip_test.&lt;loc[82 chars]e>\n'
  <testsuite errors="0" failures="0" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.Skips" name="test_me" 
time="0.000">
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_skip_test.&lt;locals>.Skips"
 name="test_me" time="0.000">
?                                                   
++++++++++++++++++++++++++++++++++++++++++++++
  <skip>yo</skip>
  </testcase>
  </testsuite>


======================================================================
FAIL: test_successful_test (junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 145, in test_successful_test
    """, self.get_output())
AssertionError: '<tes[109 chars]txml.Passes" name="test_me" 
time="0.000"/>\n</testsuite>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_successful_test.&[60 chars]e>\n'
  <testsuite errors="0" failures="0" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.Passes" name="test_me" 
time="0.000"/>
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_successful_test.&lt;locals>.Passes"
 name="test_me" time="0.000"/>
?                                                   
++++++++++++++++++++++++++++++++++++++++++++++++++++
  </testsuite>


======================================================================
FAIL: test_unexpected_success_test 
(junitxml.tests.test_junitxml.TestJUnitXmlResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/pyjunitxml-0.6/.pybuild/pythonX.Y_3.5/build/junitxml/tests/test_junitxml.py", 
line 187, in test_unexpected_success_test
    self.assertEqual(expected, output)
AssertionError: '<tes[109 chars]txml.Succeeds" name="test_me" 
time="0.000">\n<[74 chars]e>\n' != '<tes[109 
chars]txml.TestJUnitXmlResult.test_unexpected_succes[134 chars]e>\n'
  <testsuite errors="0" failures="1" name="" tests="1" time="0.000">
- <testcase classname="junitxml.tests.test_junitxml.Succeeds" name="test_me" 
time="0.000">
+ <testcase 
classname="junitxml.tests.test_junitxml.TestJUnitXmlResult.test_unexpected_success_test.&lt;locals>.Succeeds"
 name="test_me" time="0.000">
  <failure type="unittest.case._UnexpectedSuccess"/>
  </testcase>
  </testsuite>


----------------------------------------------------------------------
Ran 19 tests in 0.012s

FAILED (failures=6)

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/pyjunitxml.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: pyjunitxml
Source-Version: 0.6-1.2

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

Debian distribution maintenance software
pp.
Helmut Grohne <h.gro...@intenta.de> (supplier of updated pyjunitxml 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: Wed, 26 Jul 2017 11:18:56 +0200
Source: pyjunitxml
Binary: python-junitxml python3-junitxml
Architecture: source
Version: 0.6-1.2
Distribution: sid
Urgency: medium
Maintainer: Robert Collins <robe...@robertcollins.net>
Changed-By: Helmut Grohne <h.gro...@intenta.de>
Description:
 python-junitxml - PyUnit extension for reporting in JUnit compatible XML
 python3-junitxml - PyUnit extension for reporting in JUnit compatible XML
Closes: 802124
Changes:
 pyjunitxml (0.6-1.2) UNRELEASED; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS (test suite failure with Python 3.5, Closes: #802124).
Checksums-Sha1:
 d68f1050b8c94b448e3f8519baf883912e1bf5be 1863 pyjunitxml_0.6-1.2.dsc
 9cb58eaa83d833f70f18c87e7306f03709d09b83 3004 pyjunitxml_0.6-1.2.debian.tar.xz
 42da91e602699835f8b6635f15e12d47b97bdc08 6756 
pyjunitxml_0.6-1.2_amd64.buildinfo
Checksums-Sha256:
 c763bdfcdf2eaa4d340c80dc3d2bdbcbae0399f6b3f72a00401a2603885e1e2f 1863 
pyjunitxml_0.6-1.2.dsc
 2bbafa4317abbd53052d9c99c6d577cb6a68fca4ba853a82a3e7ac3273521e47 3004 
pyjunitxml_0.6-1.2.debian.tar.xz
 18d90a277bec5798c01f600de0dc9f830154e5adbea73cb7b649190bace4c117 6756 
pyjunitxml_0.6-1.2_amd64.buildinfo
Files:
 14b895f55c675e0ca57e0744a4f5b04c 1863 python optional pyjunitxml_0.6-1.2.dsc
 08c3b0622095a82fdea1b57db9de48f9 3004 python optional 
pyjunitxml_0.6-1.2.debian.tar.xz
 70a6a0499a9220e087b77f25a0576807 6756 python optional 
pyjunitxml_0.6-1.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEETMLS2QqNFlTb+HOqLRqqzyREREIFAll+9uwACgkQLRqqzyRE
REJDgQ/+L5htpMngWs3uZynhmydnoX/Giph76Vs79u42mAB3/8hkzAok9W/mzJM6
E0ItD4uLluCf4zR9sq0ysafOfJmCxsMEsvLK+CuDFgrc7EYgXIdM5znxE+vvOCpl
JF9oit4gumlN8ju7fF5OjpE7BJb04SycOgp8FNQlILQsbhfiChjumPXHBJzMdqzo
czv+h5ejtmt3nFqidPnaQbS3xq9YoiZ1FY7kEGnrCPV/nx3njPjWW+QvOUpwpbwT
tvSctTZWjyP3+nwDVM9+luCWi45g4PykjqSlRfOlmovk2xnZpOPsaySuNcDwqIva
cUMyvTY24z4RMy98ahrxTcM4am0DHN4/XElmtxsgMyGETTds5MTRNkXiNsgzYwsZ
KfxboOp2FH8HX0aVKHK4nS63HkLiyBvrxo25ADZFkBsmNsDi8nQCip8t5AslfCPG
QnJsnMFPSi7duHwY82qoYsxFkD79LVlrVELjtmhJZkaEZTt70Fu5MIB7B+74AWLZ
+Ui7pHUVQ3OzD8AMm+vdR6vG086YxLdsY9zoyIODu0Q8tM0OeljUs+vs4b+BJnPb
pc7lE6NuB8XWASxlR+9GtlepodaBq7TbPm2bLouL1x6kvfYHN26fF3dKo3oK2iU5
WsEPOusvMrO/9iBi7BsiiLhJfhBEgxpDRunVT6Wy2Rw7pnWCnmw=
=JWPv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to