Your message dated Wed, 02 Nov 2016 10:49:56 +0000
with message-id <e1c1t7e-000ixg...@fasolo.debian.org>
and subject line Bug#842748: fixed in incremental 16.10.1-2
has caused the Debian Bug report #842748,
regarding incremental: 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.)


-- 
842748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:incremental
Version: 16.10.1-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_testdir -i -O--buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py config 
running config
I: pybuild base:184: python3.5 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:184: /usr/bin/python setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental
copying src/incremental/update.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental
copying src/incremental/_version.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental
copying src/incremental/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental/tests
copying src/incremental/tests/test_version.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental/tests
copying src/incremental/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental/tests
copying src/incremental/tests/test_update.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental/tests
I: pybuild base:184: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental
copying src/incremental/update.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental
copying src/incremental/_version.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental
copying src/incremental/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests
copying src/incremental/tests/test_version.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests
copying src/incremental/tests/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests
copying src/incremental/tests/test_update.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:184: cd /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m unittest discover -v 
test_detectUnknownVersion (incremental.tests.test_version.FormatDiscoveryTests)
test_detectUnknownVersion ... ok
test_detectVersion10 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion10 ... ok
test_detectVersion4 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion4 ... ok
test_detectVersion8 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion8 ... ok
test_detectVersion9 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion9 ... ok
test_getVersionStringWithRevision 
(incremental.tests.test_version.FormatDiscoveryTests)
test_getVersionStringWithRevision ... ok
test_unparseableEntries (incremental.tests.test_version.FormatDiscoveryTests)
test_unparseableEntries ... ok
runTest (twisted.trial._asynctest.TestCase)
runTest ... ok
testShort (incremental.tests.test_version.VersionsTests)
testShort ... ok
test_NEXTMustBeAlone (incremental.tests.test_version.VersionsTests)
test_NEXTMustBeAlone ... ok
test_base (incremental.tests.test_version.VersionsTests)
test_base ... ok
test_baseWithDev (incremental.tests.test_version.VersionsTests)
test_baseWithDev ... ok
test_baseWithDevAndRC (incremental.tests.test_version.VersionsTests)
test_baseWithDevAndRC ... ok
test_baseWithNEXT (incremental.tests.test_version.VersionsTests)
test_baseWithNEXT ... ok
test_baseWithPrerelease (incremental.tests.test_version.VersionsTests)
test_baseWithPrerelease ... ok
test_baseWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_baseWithReleaseCandidate ... ok
test_comparingDev (incremental.tests.test_version.VersionsTests)
test_comparingDev ... ok
test_comparingDevAndRC (incremental.tests.test_version.VersionsTests)
test_comparingDevAndRC ... ok
test_comparingDevAndRCDifferent (incremental.tests.test_version.VersionsTests)
test_comparingDevAndRCDifferent ... ok
test_comparingDevReleasesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingDevReleasesWithReleases ... ok
test_comparingNEXTReleases (incremental.tests.test_version.VersionsTests)
test_comparingNEXTReleases ... ok
test_comparingNEXTReleasesEqual (incremental.tests.test_version.VersionsTests)
test_comparingNEXTReleasesEqual ... ok
test_comparingPrereleasesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingPrereleasesWithReleases ... ok
test_comparingReleaseCandidates (incremental.tests.test_version.VersionsTests)
test_comparingReleaseCandidates ... ok
test_comparingReleaseCandidatesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingReleaseCandidatesWithReleases ... ok
test_devWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_devWithReleaseCandidate ... ok
test_disallowBuggyComparisons (incremental.tests.test_version.VersionsTests)
test_disallowBuggyComparisons ... ok
test_getVersionString (incremental.tests.test_version.VersionsTests)
test_getVersionString ... ok
test_getVersionStringWithDev (incremental.tests.test_version.VersionsTests)
test_getVersionStringWithDev ... ok
test_getVersionStringWithDevAndRC (incremental.tests.test_version.VersionsTests)
test_getVersionStringWithDevAndRC ... ok
test_getVersionStringWithPrerelease 
(incremental.tests.test_version.VersionsTests)
test_getVersionStringWithPrerelease ... ok
test_getVersionStringWithReleaseCandidate 
(incremental.tests.test_version.VersionsTests)
test_getVersionStringWithReleaseCandidate ... ok
test_git (incremental.tests.test_version.VersionsTests)
test_git ... ok
test_goodSVNEntriesTenPlus (incremental.tests.test_version.VersionsTests)
test_goodSVNEntriesTenPlus ... ok
test_goodSVNEntries_4 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_4 ... ok
test_goodSVNEntries_8 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_8 ... ok
test_goodSVNEntries_9 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_9 ... ok
test_infComparison (incremental.tests.test_version.VersionsTests)
test_infComparison ... ok
test_localIsShort (incremental.tests.test_version.VersionsTests)
test_localIsShort ... ok
test_notImplementedComparisons (incremental.tests.test_version.VersionsTests)
test_notImplementedComparisons ... ok
test_prereleaseAttributeDeprecated 
(incremental.tests.test_version.VersionsTests)
test_prereleaseAttributeDeprecated ... ok
test_prereleaseDeprecated (incremental.tests.test_version.VersionsTests)
test_prereleaseDeprecated ... ok
test_rcEqualspre (incremental.tests.test_version.VersionsTests)
test_rcEqualspre ... ok
test_rcOrpreButNotBoth (incremental.tests.test_version.VersionsTests)
test_rcOrpreButNotBoth ... ok
test_repr (incremental.tests.test_version.VersionsTests)
test_repr ... ok
test_reprWithPrerelease (incremental.tests.test_version.VersionsTests)
test_reprWithPrerelease ... ok
test_reprWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_reprWithReleaseCandidate ... ok
test_str (incremental.tests.test_version.VersionsTests)
test_str ... ok
test_strWithDev (incremental.tests.test_version.VersionsTests)
test_strWithDev ... ok
test_strWithDevAndReleaseCandidate 
(incremental.tests.test_version.VersionsTests)
test_strWithDevAndReleaseCandidate ... ok
test_strWithPrerelease (incremental.tests.test_version.VersionsTests)
test_strWithPrerelease ... ok
test_strWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_strWithReleaseCandidate ... ok
test_versionComparison (incremental.tests.test_version.VersionsTests)
test_versionComparison ... ok
test_versionComparisonCaseInsensitive 
(incremental.tests.test_version.VersionsTests)
test_versionComparisonCaseInsensitive ... ok
test_path (incremental.tests.test_update.CreatedUpdateInSrcTests)
test_path ... ok
test_dev (incremental.tests.test_update.CreatedUpdateTests)
test_dev ... ok
test_full_with_rc (incremental.tests.test_update.CreatedUpdateTests)
test_full_with_rc ... ok
test_full_without_rc (incremental.tests.test_update.CreatedUpdateTests)
test_full_without_rc ... ok
test_newversion (incremental.tests.test_update.CreatedUpdateTests)
test_newversion ... ok
test_newversion_bare (incremental.tests.test_update.CreatedUpdateTests)
test_newversion_bare ... ok
test_no_mix_create (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_create ... ok
test_no_mix_dev (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_dev ... ok
test_no_mix_newversion (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_newversion ... ok
test_patch (incremental.tests.test_update.CreatedUpdateTests)
test_patch ... ok
test_patch_with_prerelease_and_dev 
(incremental.tests.test_update.CreatedUpdateTests)
test_patch_with_prerelease_and_dev ... ok
test_path (incremental.tests.test_update.CreatedUpdateTests)
test_path ... ok
test_rc_patch (incremental.tests.test_update.CreatedUpdateTests)
test_rc_patch ... ok
test_rc_with_existing_rc (incremental.tests.test_update.CreatedUpdateTests)
test_rc_with_existing_rc ... ok
test_rc_with_no_rc (incremental.tests.test_update.CreatedUpdateTests)
test_rc_with_no_rc ... ok
test_path (incremental.tests.test_update.MissingTests)
test_path ... ok
test_create (incremental.tests.test_update.NonCreatedUpdateTests)
test_create ... ok
test_insufficient_args (incremental.tests.test_update.ScriptTests)
test_insufficient_args ... ok
test_run (incremental.tests.test_update.ScriptTests)
test_run ... ok
runTest (twisted.trial._asynctest.TestCase)
runTest ... ok

----------------------------------------------------------------------
Ran 74 tests in 0.230s

OK
I: pybuild pybuild:235: rm -rf 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/incremental.tests.*
I: pybuild base:184: cd /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build; 
python3.5 -m unittest discover -v 
test_path (incremental.tests.test_update.CreatedUpdateInSrcTests)
test_path ... ok
/usr/lib/python3/dist-packages/twisted/python/deprecate.py:717: 
DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() 
instead
  argspec = inspect.getargspec(wrappee)
test_dev (incremental.tests.test_update.CreatedUpdateTests)
test_dev ... ok
test_full_with_rc (incremental.tests.test_update.CreatedUpdateTests)
test_full_with_rc ... ok
test_full_without_rc (incremental.tests.test_update.CreatedUpdateTests)
test_full_without_rc ... ok
test_newversion (incremental.tests.test_update.CreatedUpdateTests)
test_newversion ... ok
test_newversion_bare (incremental.tests.test_update.CreatedUpdateTests)
test_newversion_bare ... ok
test_no_mix_create (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_create ... ok
test_no_mix_dev (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_dev ... ok
test_no_mix_newversion (incremental.tests.test_update.CreatedUpdateTests)
test_no_mix_newversion ... ok
test_patch (incremental.tests.test_update.CreatedUpdateTests)
test_patch ... ok
test_patch_with_prerelease_and_dev 
(incremental.tests.test_update.CreatedUpdateTests)
test_patch_with_prerelease_and_dev ... ok
test_path (incremental.tests.test_update.CreatedUpdateTests)
test_path ... ok
test_rc_patch (incremental.tests.test_update.CreatedUpdateTests)
test_rc_patch ... ok
test_rc_with_existing_rc (incremental.tests.test_update.CreatedUpdateTests)
test_rc_with_existing_rc ... ok
test_rc_with_no_rc (incremental.tests.test_update.CreatedUpdateTests)
test_rc_with_no_rc ... ok
test_path (incremental.tests.test_update.MissingTests)
test_path ... ok
test_create (incremental.tests.test_update.NonCreatedUpdateTests)
test_create ... ok
test_insufficient_args (incremental.tests.test_update.ScriptTests)
test_insufficient_args ... FAIL
test_run (incremental.tests.test_update.ScriptTests)
test_run ... FAIL
runTest (twisted.trial._asynctest.TestCase)
runTest ... ok
test_detectUnknownVersion (incremental.tests.test_version.FormatDiscoveryTests)
test_detectUnknownVersion ... ok
test_detectVersion10 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion10 ... ok
test_detectVersion4 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion4 ... ok
test_detectVersion8 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion8 ... ok
test_detectVersion9 (incremental.tests.test_version.FormatDiscoveryTests)
test_detectVersion9 ... ok
test_getVersionStringWithRevision 
(incremental.tests.test_version.FormatDiscoveryTests)
test_getVersionStringWithRevision ... ok
test_unparseableEntries (incremental.tests.test_version.FormatDiscoveryTests)
test_unparseableEntries ... ok
runTest (twisted.trial._asynctest.TestCase)
runTest ... ok
testShort (incremental.tests.test_version.VersionsTests)
testShort ... ok
test_NEXTMustBeAlone (incremental.tests.test_version.VersionsTests)
test_NEXTMustBeAlone ... ok
test_base (incremental.tests.test_version.VersionsTests)
test_base ... ok
test_baseWithDev (incremental.tests.test_version.VersionsTests)
test_baseWithDev ... ok
test_baseWithDevAndRC (incremental.tests.test_version.VersionsTests)
test_baseWithDevAndRC ... ok
test_baseWithNEXT (incremental.tests.test_version.VersionsTests)
test_baseWithNEXT ... ok
test_baseWithPrerelease (incremental.tests.test_version.VersionsTests)
test_baseWithPrerelease ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:471:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  self.assertEqual(Version("foo", 1, 0, 0, prerelease=8).base(),
test_baseWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_baseWithReleaseCandidate ... ok
test_comparingDev (incremental.tests.test_version.VersionsTests)
test_comparingDev ... ok
test_comparingDevAndRC (incremental.tests.test_version.VersionsTests)
test_comparingDevAndRC ... ok
test_comparingDevAndRCDifferent (incremental.tests.test_version.VersionsTests)
test_comparingDevAndRCDifferent ... ok
test_comparingDevReleasesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingDevReleasesWithReleases ... ok
test_comparingNEXTReleases (incremental.tests.test_version.VersionsTests)
test_comparingNEXTReleases ... ok
test_comparingNEXTReleasesEqual (incremental.tests.test_version.VersionsTests)
test_comparingNEXTReleasesEqual ... ok
test_comparingPrereleasesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingPrereleasesWithReleases ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:141:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  va = Version("whatever", 1, 0, 0, prerelease=1)
test_comparingReleaseCandidates (incremental.tests.test_version.VersionsTests)
test_comparingReleaseCandidates ... ok
test_comparingReleaseCandidatesWithReleases 
(incremental.tests.test_version.VersionsTests)
test_comparingReleaseCandidatesWithReleases ... ok
test_devWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_devWithReleaseCandidate ... ok
test_disallowBuggyComparisons (incremental.tests.test_version.VersionsTests)
test_disallowBuggyComparisons ... ok
test_getVersionString (incremental.tests.test_version.VersionsTests)
test_getVersionString ... ok
test_getVersionStringWithDev (incremental.tests.test_version.VersionsTests)
test_getVersionStringWithDev ... ok
test_getVersionStringWithDevAndRC (incremental.tests.test_version.VersionsTests)
test_getVersionStringWithDevAndRC ... ok
test_getVersionStringWithPrerelease 
(incremental.tests.test_version.VersionsTests)
test_getVersionStringWithPrerelease ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:424:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  getVersionString(Version("whatever", 8, 0, 0, prerelease=1)),
test_getVersionStringWithReleaseCandidate 
(incremental.tests.test_version.VersionsTests)
test_getVersionStringWithReleaseCandidate ... ok
test_git (incremental.tests.test_version.VersionsTests)
test_git ... ok
test_goodSVNEntriesTenPlus (incremental.tests.test_version.VersionsTests)
test_goodSVNEntriesTenPlus ... ok
test_goodSVNEntries_4 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_4 ... ok
test_goodSVNEntries_8 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_8 ... ok
test_goodSVNEntries_9 (incremental.tests.test_version.VersionsTests)
test_goodSVNEntries_9 ... ok
test_infComparison (incremental.tests.test_version.VersionsTests)
test_infComparison ... ok
test_localIsShort (incremental.tests.test_version.VersionsTests)
test_localIsShort ... ok
test_notImplementedComparisons (incremental.tests.test_version.VersionsTests)
test_notImplementedComparisons ... ok
test_prereleaseAttributeDeprecated 
(incremental.tests.test_version.VersionsTests)
test_prereleaseAttributeDeprecated ... ok
test_prereleaseDeprecated (incremental.tests.test_version.VersionsTests)
test_prereleaseDeprecated ... ok
test_rcEqualspre (incremental.tests.test_version.VersionsTests)
test_rcEqualspre ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:198:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  vb = Version("whatever", 1, 0, 0, prerelease=1)
test_rcOrpreButNotBoth (incremental.tests.test_version.VersionsTests)
test_rcOrpreButNotBoth ... ok
test_repr (incremental.tests.test_version.VersionsTests)
test_repr ... ok
test_reprWithPrerelease (incremental.tests.test_version.VersionsTests)
test_reprWithPrerelease ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:313:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  self.assertEqual(repr(Version("dummy", 1, 2, 3, prerelease=4)),
test_reprWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_reprWithReleaseCandidate ... ok
test_str (incremental.tests.test_version.VersionsTests)
test_str ... ok
test_strWithDev (incremental.tests.test_version.VersionsTests)
test_strWithDev ... ok
test_strWithDevAndReleaseCandidate 
(incremental.tests.test_version.VersionsTests)
test_strWithDevAndReleaseCandidate ... ok
test_strWithPrerelease (incremental.tests.test_version.VersionsTests)
test_strWithPrerelease ... ok
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_version.py:346:
 DeprecationWarning: Passing prerelease to incremental.Version was deprecated 
in Incremental 16.9.0. Please pass release_candidate instead.
  self.assertEqual(str(Version("dummy", 1, 0, 0, prerelease=1)),
test_strWithReleaseCandidate (incremental.tests.test_version.VersionsTests)
test_strWithReleaseCandidate ... ok
test_versionComparison (incremental.tests.test_version.VersionsTests)
test_versionComparison ... ok
test_versionComparisonCaseInsensitive 
(incremental.tests.test_version.VersionsTests)
test_versionComparisonCaseInsensitive ... ok

======================================================================
FAIL: test_insufficient_args (incremental.tests.test_update.ScriptTests)
test_insufficient_args
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 692, in test_insufficient_args
    run(["inctestpkg", "--rc"])
  File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 675, in main
    _verify_python3_env()
  File "/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in 
_verify_python3_env
    'mitigation steps.' + extra)
RuntimeError: Click will abort further execution because Python 3 was 
configured to use ASCII as encoding for the environment.  Either run this under 
Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.

This system supports the C.UTF-8 locale which is recommended.
You might be able to resolve your issue by exporting the
following environment variables:

    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 149, in 
maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 201, in 
runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
  File "/usr/lib/python3/dist-packages/twisted/python/compat.py", line 433, in 
reraise
    raise exception.with_traceback(traceback)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in 
runWithWarningsSuppressed
    result = f(*a, **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 692, in test_insufficient_args
    run(["inctestpkg", "--rc"])
  File "/usr/lib/python3/dist-packages/twisted/trial/_synctest.py", line 346, 
in __exit__
    self._expectedName, reason.getTraceback()),
  File "/usr/lib/python3/dist-packages/twisted/trial/_synctest.py", line 368, 
in fail
    raise self.failureException(msg)
twisted.trial.unittest.FailTest: builtins.RuntimeError raised instead of 
SystemExit:
 Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/twisted/trial/_asynctest.py", line 112, 
in _run
    utils.runWithWarningsSuppressed, self._getSuppress(), method)
  File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 149, in 
maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in 
runWithWarningsSuppressed
    result = f(*a, **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 692, in test_insufficient_args
    run(["inctestpkg", "--rc"])
--- <exception caught here> ---
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 692, in test_insufficient_args
    run(["inctestpkg", "--rc"])
  File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 675, in main
    _verify_python3_env()
  File "/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in 
_verify_python3_env
    'mitigation steps.' + extra)
builtins.RuntimeError: Click will abort further execution because Python 3 was 
configured to use ASCII as encoding for the environment.  Either run this under 
Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.

This system supports the C.UTF-8 locale which is recommended.
You might be able to resolve your issue by exporting the
following environment variables:

    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8


======================================================================
FAIL: test_run (incremental.tests.test_update.ScriptTests)
test_run
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 677, in test_run
    run(["--help"])
  File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 675, in main
    _verify_python3_env()
  File "/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in 
_verify_python3_env
    'mitigation steps.' + extra)
RuntimeError: Click will abort further execution because Python 3 was 
configured to use ASCII as encoding for the environment.  Either run this under 
Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.

This system supports the C.UTF-8 locale which is recommended.
You might be able to resolve your issue by exporting the
following environment variables:

    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 149, in 
maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 201, in 
runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
  File "/usr/lib/python3/dist-packages/twisted/python/compat.py", line 433, in 
reraise
    raise exception.with_traceback(traceback)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in 
runWithWarningsSuppressed
    result = f(*a, **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 677, in test_run
    run(["--help"])
  File "/usr/lib/python3/dist-packages/twisted/trial/_synctest.py", line 346, 
in __exit__
    self._expectedName, reason.getTraceback()),
  File "/usr/lib/python3/dist-packages/twisted/trial/_synctest.py", line 368, 
in fail
    raise self.failureException(msg)
twisted.trial.unittest.FailTest: builtins.RuntimeError raised instead of 
SystemExit:
 Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/twisted/trial/_asynctest.py", line 112, 
in _run
    utils.runWithWarningsSuppressed, self._getSuppress(), method)
  File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 149, in 
maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/twisted/internet/utils.py", line 197, in 
runWithWarningsSuppressed
    result = f(*a, **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 677, in test_run
    run(["--help"])
--- <exception caught here> ---
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/incremental/tests/test_update.py",
 line 677, in test_run
    run(["--help"])
  File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 675, in main
    _verify_python3_env()
  File "/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in 
_verify_python3_env
    'mitigation steps.' + extra)
builtins.RuntimeError: Click will abort further execution because Python 3 was 
configured to use ASCII as encoding for the environment.  Either run this under 
Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.

This system supports the C.UTF-8 locale which is recommended.
You might be able to resolve your issue by exporting the
following environment variables:

    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8


----------------------------------------------------------------------
Ran 74 tests in 0.395s

FAILED (failures=2)
E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest discover 
-v 
dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13
debian/rules:7: recipe for target 'build-indep' failed
make: *** [build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The build was made on a QEMU/KVM virtual machine with a single CPU and sbuild.
The relevant part of the build log is included above.

Thanks.

--- End Message ---
--- Begin Message ---
Source: incremental
Source-Version: 16.10.1-2

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

Debian distribution maintenance software
pp.
Free Ekanayaka <fr...@debian.org> (supplier of updated incremental 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: Wed, 02 Nov 2016 10:31:58 +0000
Source: incremental
Binary: python-incremental python3-incremental
Architecture: source all
Version: 16.10.1-2
Distribution: unstable
Urgency: medium
Maintainer: Free Ekanayaka <fr...@debian.org>
Changed-By: Free Ekanayaka <fr...@debian.org>
Description:
 python-incremental - Library for versioning Python projects.
 python3-incremental - Library for versioning Python projects.
Closes: 842748
Changes:
 incremental (16.10.1-2) unstable; urgency=medium
 .
   * Set locale to UTF-8 to fix FTBFS (Closes: #842748)
Checksums-Sha1:
 258c8d44c06364e8a524804f10f14e558ced2c2c 2219 incremental_16.10.1-2.dsc
 56d1328c8f8d7c14766f443d671f56b7b0cf6ffa 3536 
incremental_16.10.1-2.debian.tar.xz
 799c7bef8c9bce06bdb7803a0311f925e693e81e 14254 
python-incremental_16.10.1-2_all.deb
 49a10541798989505aa87be7ac4ddbe5222acaea 14316 
python3-incremental_16.10.1-2_all.deb
Checksums-Sha256:
 38e9ad5e69f79ae2cfaeb3677f9efc1ddaa32cf5c53dcac8d4f90ea25d77e956 2219 
incremental_16.10.1-2.dsc
 3d6774dc832a08fc9b536612690e8b7c33233932935886a7472a598a1c20f323 3536 
incremental_16.10.1-2.debian.tar.xz
 2a30899ca5ab2f3016005b8e077fb9a5e6a48759c98e18e17aca8d4fb51413c1 14254 
python-incremental_16.10.1-2_all.deb
 1684e1a31dbb2aaeb0b34be1960129871eaadcafa3e9dba9a49d954a9d49a633 14316 
python3-incremental_16.10.1-2_all.deb
Files:
 fb46b45fd3084d271b08b8c575481f4d 2219 python optional incremental_16.10.1-2.dsc
 18fcd351fef9e45e56863df0e15c1670 3536 python optional 
incremental_16.10.1-2.debian.tar.xz
 35254484660a759206a837aefb442c67 14254 python optional 
python-incremental_16.10.1-2_all.deb
 e1fc74dea2b148af149f6a45447c6203 14316 python optional 
python3-incremental_16.10.1-2_all.deb

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

iQIcBAEBCAAGBQJYGcIcAAoJECDKoOfqiFZ3u0UP/1BAGqTGgwi2ObTTb2Luc/c5
BKx6y/bMfxeFs3TfqOF97CzEaODNheL4ZDeuJu9duJIm4JD+WDt6Fjy14qGlbLRJ
KnnCXWWZSVdLJiB1rSdMEpEvQq9F+pLK97lxrvC8f9JV1vrZbCgOiOJI681ZT3dy
gW4vQpDMtPcGnPVeDllaqT54ID4YroKAYUN7kbLjRg9MK3xkgHmC3+dxqh6gsrhE
dkEAIcTAj55TyjcAzW2qgODIrQXxDhe57o0ZIqBg5WakwlPHdM6b9YQ+RvNo5t2r
SG+2xDdDN9rvYmoJ21laUXTUx1HhYxe2rNzbD4Tsi13gI58RAup44dp/Pc3lv1i7
zRTgF/jeU+x7sZMMTqeGgIWjFznUnmQXhW0nwhSZjerpI/S0VhZ98WLhuHP6vfWM
Yv8NxCa95jMZVyhgNkSDX0rxxVchEgqbTK6/N6QU8Edjr+/vSvE/ZSllZkZENltW
yL1Y4qdYMUYjjeH7B07pffkyPp/Omp4qUrPP+CWCmOgmfj1XqJywlD0YsMjdfB7X
JrPJDh6HI8bPiOn20Z9epwl0rST68O+/TXp7i/68oaLVXxFAGMwBkl5PaQvo+a6l
wdU17PAeRLUIOpKnZEQiG6XiOGYCvTmcUp6HouTQ6iWVcPBLVlEoFuY1zJoaOh99
xReuSdCkeQAQZ7XBn1ts
=9/3r
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to