Your message dated Sat, 18 Jan 2014 06:33:27 +0000
with message-id <e1w4ptd-0001pg...@franck.debian.org>
and subject line Bug#735819: fixed in python-colander 1.0b1-3
has caused the Debian Bug report #735819,
regarding python-colander: FTBFS: RuntimeError: dictionary changed size during
iteration
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.)
--
735819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-colander
Version: 1.0b1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> python setup.py nosetests
> running nosetests
> running egg_info
> writing requirements to colander.egg-info/requires.txt
> writing colander.egg-info/PKG-INFO
> writing top-level names to colander.egg-info/top_level.txt
> writing dependency_links to colander.egg-info/dependency_links.txt
> reading manifest file 'colander.egg-info/SOURCES.txt'
> writing manifest file 'colander.egg-info/SOURCES.txt'
> running build_ext
> Searching for translationstring
> Reading https://pypi.python.org/simple/translationstring/
> Best match: translationstring 1.1
> Downloading
> https://pypi.python.org/packages/source/t/translationstring/translationstring-1.1.tar.gz#md5=0979b46d8f0f852810c8ec4be5c26cf2
> Processing translationstring-1.1.tar.gz
> Writing /tmp/easy_install-fPVgok/translationstring-1.1/setup.cfg
> Running translationstring-1.1/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-fPVgok/translationstring-1.1/egg-dist-tmp-0wZ49k
> no previously-included directories found matching 'docs/_build'
>
> Installed /«PKGBUILDDIR»/translationstring-1.1-py2.7.egg
> ...............................................................................................................................................................................................................................................................................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 415 tests in 0.107s
>
> OK
> python3 setup.py nosetests
> running nosetests
> running egg_info
> writing top-level names to colander.egg-info/top_level.txt
> writing requirements to colander.egg-info/requires.txt
> writing dependency_links to colander.egg-info/dependency_links.txt
> writing colander.egg-info/PKG-INFO
> reading manifest file 'colander.egg-info/SOURCES.txt'
> writing manifest file 'colander.egg-info/SOURCES.txt'
> running build_ext
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 287, in
> fetch_build_egg
> cmd = self._egg_fetcher
> AttributeError: 'Distribution' object has no attribute '_egg_fetcher'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
> File "setup.py", line 63, in <module>
> 'docs':docs_extras,
> File "/usr/lib/python3.3/distutils/core.py", line 148, in setup
> dist.run_commands()
> File "/usr/lib/python3.3/distutils/dist.py", line 930, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python3.3/distutils/dist.py", line 949, in run_command
> cmd_obj.run()
> File "/usr/lib/python3/dist-packages/nose/commands.py", line 140, in run
> self.distribution.install_requires)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 263, in
> fetch_build_eggs
> parse_requirements(requires), installer=self.fetch_build_egg
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 563, in resolve
> dist = best[req.key] = env.best_match(req, self, installer)
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 801, in
> best_match
> return self.obtain(req, installer) # try and download/install
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 813, in obtain
> return installer(requirement)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 298, in
> fetch_build_egg
> for key in opts.keys():
> RuntimeError: dictionary changed size during iteration
> make[1]: *** [override_dh_auto_test] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/python-colander_1.0b1-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: python-colander
Source-Version: 1.0b1-3
We believe that the bug you reported is fixed in the latest version of
python-colander, 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 735...@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 python-colander 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: Sat, 18 Jan 2014 06:18:21 +0000
Source: python-colander
Binary: python-colander python3-colander
Architecture: source all
Version: 1.0b1-3
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-colander - simple schema-based serialization and deserialization -
Python 2.
python3-colander - simple schema-based serialization and deserialization -
Python 3.
Closes: 735819
Changes:
python-colander (1.0b1-3) unstable; urgency=medium
.
* Added missing python-translationstring and python3-translationstring
missing build-dependency (Closes: #735819).
* Standards-Version: is now 3.9.5.
Checksums-Sha1:
c01fe279abca366e9967ccf9540d35b47b6c94f4 2286 python-colander_1.0b1-3.dsc
245a1a9b011695795fc1a8d79a5071df7b187c31 3064
python-colander_1.0b1-3.debian.tar.xz
a19ebcd060145a4e25e5e526efd4088b326d3b64 52378 python-colander_1.0b1-3_all.deb
665ac7a9d24c27155ea4bad0358749802e99f0c7 52162 python3-colander_1.0b1-3_all.deb
Checksums-Sha256:
531a2618fbd822bdf67e4f4612c2fdbfeb4001b156636ecc32cb9c88524e44a0 2286
python-colander_1.0b1-3.dsc
742f15d33bbd3c9a487ba1ee6cd572c1600752464aaa53cd2b996bc85f820456 3064
python-colander_1.0b1-3.debian.tar.xz
aa1e7565f20df11de05b525ecaa84ff2f5fb3bc1a6345374430a61d27d2313af 52378
python-colander_1.0b1-3_all.deb
3a66858425196919ebb9c1bb3174c0ae6cf3d27690f1d55ed1f55369b20ad717 52162
python3-colander_1.0b1-3_all.deb
Files:
68f6aa740c20c3a6532dfbaaec9bf327 2286 python optional
python-colander_1.0b1-3.dsc
ae4e8584482f862837cff9cfcca2ce17 3064 python optional
python-colander_1.0b1-3.debian.tar.xz
573d7ae7d2104b761eedf4ff095b1c6c 52378 python optional
python-colander_1.0b1-3_all.deb
c157e0ccda0adc79a9a6a7c57f05c010 52162 python optional
python3-colander_1.0b1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJS2h1dAAoJENQWrRWsa0P+MQEP/3DmR9aEdMtTqy6ke6VEBtVI
Qm82wsqKf6tfPZiCkFP47nEraPj3flOeHqeGdnTx0zfYEN8vdMUWZTcy08f7ARxH
bBUQyFOBXomHv0C9UK6oynn0wGQhf0+GhwZonItdPAV7DPHykirwrf2hwjlVhixn
5Fv47qKIRYpW1KPh/r2ty793x8hLAO1gbjaI4w92/moABgFd6m3/WvoDW96ky1+0
zgJiIg67fsYSgBjCGd73z8K9ypTx961gtW2KAL0bXx5is84g9gl5aK3WwId9tq9r
WVuu+bLMdo6O8OjY6hdFMrerpBSFxCc5xtfpgCElGtalT/MNcSgvrt+/mdX5rLuF
wIb8vprAtDYzoN4ylZhLGzMqKxHGXoc6yqacVOrjXirgrlBCaG7uh4m5DUz2TQcD
8Qtia0AHQdtFPI49Im/K2m0evP8AJMODWzHXBdrorUo5j+kAAUIzgtE+FW0Jt0xT
Ku07VS9cLnBuZeXvwLDFkPF8SBcCXGHuXJft1I1SIRlNewWQO0s8+YjhdvYXYyyw
zJ6sN11mnbrBATBa21ACSiuCgt+FwVMIf2Tsybg2aEoT7Xz39Ex+LrDnD9Utme59
17FFMaPoVLEMrlEuOlbehIFk/YYa2Tl6+AyJ3snzf8kaV88xq4DEKqdgX6CJmuS3
9HD0PqjQ5qkGQtz3wPwt
=uXuT
-----END PGP SIGNATURE-----
--- End Message ---