Your message dated Wed, 30 Oct 2019 10:25:22 +0000
with message-id <e1iplai-00049w...@fasolo.debian.org>
and subject line Bug#943767: fixed in yotta 0.19.0-2
has caused the Debian Bug report #943767,
regarding yotta: FTBFS
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.)


-- 
943767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: yotta
Version: 0.19.0-1
Severity: serious

Hi,

Your package fails to build in Sid since the upload of SQLAlchemy 1.3.5:

   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 setup.py egg_info
running egg_info
creating yotta.egg-info
writing yotta.egg-info/PKG-INFO
writing dependency_links to yotta.egg-info/dependency_links.txt
writing requirements to yotta.egg-info/requires.txt
writing top-level names to yotta.egg-info/top_level.txt
writing manifest file 'yotta.egg-info/SOURCES.txt'
reading manifest file 'yotta.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'yotta.egg-info/SOURCES.txt'
HOME=/tmp/ PYTHONPATH=/<<PKGBUILDDIR>> nosetests3 -s -v \
                        --where=yotta/test \
                        --exclude=test_git_access.py \
                        --exclude=test_github_access.py \
                        --exclude=test_hg_access.py \
                        --exclude=test_vcs.py \
                        --exclude=test_account.py \
                        --exclude=test_build.py \
                        --exclude=test_debug.py \
                        --exclude=test_install.py \
                        --exclude=test_link.py \
                        --exclude=test_minversion.py \
                        --exclude=test_outdated.py \
                        --exclude=test_owners.py \
                        --exclude=test_publish.py \
                        --exclude=test_search.py \
                        --exclude=test_shrinkwrap.py \
                        --exclude=test_start.py \
                        --exclude=test_target.py \
                        --exclude=test_test.py \
                        --exclude=test_update.py \
                        --exclude=test_version.py
testUnlinkModule (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
testUnlinkModuleGlobally (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
testUnlinkNonexistentModule (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
testUnlinkNonexistentTarget (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
testUnlinkNotLinkedModuleGlobally (yotta.test.cli.test_unlink.TestCLIUnLink) 
... ok
testUnlinkNotLinkedTargetGlobally (yotta.test.cli.test_unlink.TestCLIUnLink) 
... ok
testUnlinkTarget (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
testUnlinkTargetGlobally (yotta.test.cli.test_unlink.TestCLIUnLink) ... ok
test_moduleConfigIgnored (yotta.test.test_config.ConfigTest) ... ERROR
test_targetAppConfigMerge (yotta.test.test_config.ConfigTest) ... ERROR
test_targetConfigMerge (yotta.test.test_config.ConfigTest) ... ERROR
test_absolute_ignores (yotta.test.test_ignores.TestPackIgnores) ... ok
test_build (yotta.test.test_ignores.TestPackIgnores) ... SKIP: No network access
test_comments (yotta.test.test_ignores.TestPackIgnores) ... ok
test_default_ignores (yotta.test.test_ignores.TestPackIgnores) ... ok
test_glob_ignores (yotta.test.test_ignores.TestPackIgnores) ... ok
test_relative_ignores (yotta.test.test_ignores.TestPackIgnores) ... ok
test_test (yotta.test.test_ignores.TestPackIgnores) ... SKIP: No network access
test_envvars (yotta.test.test_settings.TestSettings) ... ok
test_merging (yotta.test.test_settings.TestSettings) ... ok
test_setting (yotta.test.test_settings.TestSettings) ... ok
test_writing (yotta.test.test_settings.TestSettings) ... ok
test_GitRefs (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... ok
test_GithubRefs (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... ok
test_HGRefs (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... ok
test_ShorthandRefs (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... 
ok
test_atVersion (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... ok
test_validNames (yotta.test.test_sourceparse.TestParseModuleNameAndSpec) ... ok
test_gitURLs (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_githubURLs (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_hgURLs (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_invalid (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_registryURLs (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_shorthandURLs (yotta.test.test_sourceparse.TestParseSourceURL) ... ok
test_moduleFromDirname 
(yotta.test.test_test_subcommand.TestTestSubcommandModule) ... ok
test_componentNameCoerced (yotta.test.test_validation.TestValidation) ... ok
test_looksLikeAnEmail (yotta.test.test_validation.TestValidation) ... ok
test_validateSourceDirNames (yotta.test.test_validation.TestValidation) ... ok
test_validateSourceDirSuggestions (yotta.test.test_validation.TestValidation) 
... ok
test_hash (yotta.test.test_versions.VersionTestCase) ... ok
test_matches (yotta.test.test_versions.VersionTestCase) ... ERROR

======================================================================
ERROR: test_moduleConfigIgnored (yotta.test.test_config.ConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/yotta/test/test_config.py", line 140, in 
test_moduleConfigIgnored
    target, errors = c.satisfyTarget('bar,')
  File "/<<PKGBUILDDIR>>/yotta/lib/component.py", line 688, in satisfyTarget
    shrinkwrap = self.getShrinkwrap()
  File "/<<PKGBUILDDIR>>/yotta/lib/target.py", line 166, in getDerivedTarget
    inherit_shrinkwrap = shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 391, in satisfyVersion
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 284, in 
satisfyVersionFromSearchPaths
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 227, in searchPathsFor
    logger.debug("got %s v=%s spec %s matches? %s", instance, 
instance.getVersion(), spec, spec.match(instance.getVersion()))
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 630, in 
match
    return self.clause.match(version)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 892, in 
match
    version = version.truncate('prerelease')
AttributeError: 'Version' object has no attribute 'truncate'
-------------------- >> begin captured logging << --------------------
components: Level 2: Component: /tmp/tmp9qwiey8s spaces in path 
installed_linked=False
target: DEBUG: satisfy target: bar,
access: DEBUG: check path /tmp/tmp9qwiey8s spaces in path/yotta_targets/bar for 
bar
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_targetAppConfigMerge (yotta.test.test_config.ConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/yotta/test/test_config.py", line 114, in 
test_targetAppConfigMerge
    target, errors = c.satisfyTarget('bar,')
  File "/<<PKGBUILDDIR>>/yotta/lib/component.py", line 688, in satisfyTarget
    shrinkwrap = self.getShrinkwrap()
  File "/<<PKGBUILDDIR>>/yotta/lib/target.py", line 166, in getDerivedTarget
    inherit_shrinkwrap = shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 391, in satisfyVersion
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 284, in 
satisfyVersionFromSearchPaths
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 227, in searchPathsFor
    logger.debug("got %s v=%s spec %s matches? %s", instance, 
instance.getVersion(), spec, spec.match(instance.getVersion()))
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 630, in 
match
    return self.clause.match(version)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 892, in 
match
    version = version.truncate('prerelease')
AttributeError: 'Version' object has no attribute 'truncate'
-------------------- >> begin captured logging << --------------------
components: Level 2: Component: /tmp/tmpw46vecp3 spaces in path 
installed_linked=False
target: DEBUG: satisfy target: bar,
access: DEBUG: check path /tmp/tmpw46vecp3 spaces in path/yotta_targets/bar for 
bar
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_targetConfigMerge (yotta.test.test_config.ConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/yotta/test/test_config.py", line 91, in 
test_targetConfigMerge
    target, errors = c.satisfyTarget('bar,')
  File "/<<PKGBUILDDIR>>/yotta/lib/component.py", line 688, in satisfyTarget
    shrinkwrap = self.getShrinkwrap()
  File "/<<PKGBUILDDIR>>/yotta/lib/target.py", line 166, in getDerivedTarget
    inherit_shrinkwrap = shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 391, in satisfyVersion
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 284, in 
satisfyVersionFromSearchPaths
    inherit_shrinkwrap = inherit_shrinkwrap
  File "/<<PKGBUILDDIR>>/yotta/lib/access.py", line 227, in searchPathsFor
    logger.debug("got %s v=%s spec %s matches? %s", instance, 
instance.getVersion(), spec, spec.match(instance.getVersion()))
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 630, in 
match
    return self.clause.match(version)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 892, in 
match
    version = version.truncate('prerelease')
AttributeError: 'Version' object has no attribute 'truncate'
-------------------- >> begin captured logging << --------------------
components: Level 2: Component: /tmp/tmpxtbejlya spaces in path 
installed_linked=False
target: DEBUG: satisfy target: bar,
access: DEBUG: check path /tmp/tmpxtbejlya spaces in path/yotta_targets/bar for 
bar
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_matches (yotta.test.test_versions.VersionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/yotta/test/test_versions.py", line 71, in test_matches
    v in spec,
  File "/<<PKGBUILDDIR>>/yotta/lib/version.py", line 183, in __contains__
    return self.match(version)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 630, in 
match
    return self.clause.match(version)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 745, in 
match
    return all(clause.match(version) for clause in self.clauses)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 745, in 
<genexpr>
    return all(clause.match(version) for clause in self.clauses)
  File "/usr/lib/python3/dist-packages/semantic_version/base.py", line 892, in 
match
    version = version.truncate('prerelease')
AttributeError: 'Version' object has no attribute 'truncate'

----------------------------------------------------------------------
Ran 41 tests in 2.022s

FAILED (SKIP=2, errors=4)
make[1]: *** [debian/rules:38: override_dh_auto_test] Error 1

Please fix your package.

Cheers,

Thomas Goirand (zigo)

--- End Message ---
--- Begin Message ---
Source: yotta
Source-Version: 0.19.0-2

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated yotta 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: Tue, 29 Oct 2019 22:50:52 +0100
Source: yotta
Architecture: source
Version: 0.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 943767
Changes:
 yotta (0.19.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Thomas Goirand ]
   * Team upload.
   * Add add-truncate-function-to-version-class.patch (Closes: #943767).
   * Add fix-wrong-test-case.patch.
   * Exclude correctly test_versions.py.
Checksums-Sha1:
 d8da93128b254f82d667d50f301994880eedf06a 2419 yotta_0.19.0-2.dsc
 2a81f4219f8563432d85ff79db70f2908e8fc57e 12832 yotta_0.19.0-2.debian.tar.xz
 2cbac39b34293d69c8b19ca101fe9b84c74e081e 11989 yotta_0.19.0-2_amd64.buildinfo
Checksums-Sha256:
 b1d4a17e391b83045fbeca8ddde8faf02afb7d72b1891dd589960f14d539aa8d 2419 
yotta_0.19.0-2.dsc
 8a9852674ffe280c20444e92838b8887d6a398febf8dfe9509f414bbeebfb353 12832 
yotta_0.19.0-2.debian.tar.xz
 e3688fbd6efd67481e8a1265285c8dad77fc2e3722d78bc4da48ce47345b4cda 11989 
yotta_0.19.0-2_amd64.buildinfo
Files:
 4bf0f4b1325a992547864331fae2bbc1 2419 devel optional yotta_0.19.0-2.dsc
 0a41c14ebd4e699328970c44ed08a7d6 12832 devel optional 
yotta_0.19.0-2.debian.tar.xz
 32716f5e236d26ca06529eecdff961d7 11989 devel optional 
yotta_0.19.0-2_amd64.buildinfo

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

iQIyBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl25YDkACgkQ1BatFaxr
Q/7KcA/4jFz30OYu2Po7afmmmNOsUk+NmIZfR/FybEYY2TzHbWnP6qvegJ4yCcgC
qLN/yQVzgVmkipHL8qrKvKWTP3+rVeorH+W7tj5p3aL74VFjObpFnjevPwZV/PUu
wpAtrbE7Ez3P1HD835a4BytS9YsNAeD61IaaNcmGWxnM/D83D+Ehuipn/SgYF5V4
mINhLkBeEq4y8pruzD3bm1MmRw2UU1xzoG4QR6lhRh1ZcBuiqEpM8PLLhhcJu1na
XwTdfRg6Z5exuRVYuS7+Cq5LpzXs7erJkiM4LKQP4l80motBy87w3Y0EVSn/wTQE
Ma0mfKCVAsFWObnm5FEgQrkt+/c67XSe/W/DhZYbUjbvuTKItHb0x7Y7TzmVQyfD
fOWTthBGKX6JKAuC/PPy6yJjcAVHytAQhnKnPRCkCV3CdfE3RXIRpGHrP7EmtPlj
yhxL2HBuzJjVnb8+5etWTtYGEJluJHWbOT2b9lNxqMrZXy4fGCzPLBownv5PMtG5
JQrexNO1Yr9L5xaYBRFt9rp0ugsZXFFI/mgcNqJ/5w1TvDsfc461xEyO58uucqn1
AuPZ9owwt52W3Mddr6xKbithE8CSgk3Vs3h7e4xm2eIVCgbKV+uwHqE7vfheGrGb
JrTbyR3sc9T4ejF7sxSVR1sHkhZ5M9h4n+JM4bNVcxzKuPx1BQ==
=bS8g
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to