Your message dated Sat, 18 Jan 2014 15:51:45 +0000
with message-id <e1w4ybv-0001no...@franck.debian.org>
and subject line Bug#735806: fixed in python-virtualenv 1.11-2
has caused the Debian Bug report #735806,
regarding python-cffi: FTBFS: Tests failed
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.)


-- 
735806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-cffi
Version: 0.7.2-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):
> Running virtualenv with interpreter /usr/bin/python2.7
> ------------------------------- Captured stderr 
> --------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 2335, in 
> <module>
>     main()
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 821, in main
>     symlink=options.symlink)
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 989, in 
> create_environment
>     install_wheel(to_install, py_executable, search_dirs)
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 957, in 
> install_wheel
>     'PIP_NO_INDEX': '1'
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 899, in 
> call_subprocess
>     % (cmd_desc, proc.returncode))
> OSError: Command /tmp/ffi-0/setuptool..._1-cpy/bin/python2.7 -c "import sys, 
> pip; pip...ll\"] + sys.argv[1:])" setuptools pip failed with error code 1
> __________________________ test_setuptools_package_2 
> ___________________________
> 
>     def test_setuptools_package_2():
>         run_setup_and_program("setuptools_package_2", '''
>         import snip_setuptools_verify2
>         p = snip_setuptools_verify2.C.getpwuid(0)
>         assert snip_setuptools_verify2.ffi.string(p.pw_name) == b"root"
> >       ''')
> 
> testing/test_zintegration.py:121: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> dirname = 'setuptools_package_2'
> python_snippet = '\n    import snip_setuptools_verify2\n    p = 
> snip_setuptools_verify2.C.getpwuid(0)\n    assert 
> snip_setuptools_verify2.ffi.string(p.pw_name) == b"root"\n    '
> 
>     def run_setup_and_program(dirname, python_snippet):
> >       venv_dir = create_venv(dirname + '-cpy')
> 
> testing/test_zintegration.py:61: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> name = 'setuptools_package_2-cpy'
> 
>     def create_venv(name):
>         tmpdir = udir.join(name)
>         try:
>             subprocess.check_call(['virtualenv', '--distribute',
>                                    '-p', os.path.abspath(sys.executable),
> >                                  str(tmpdir)])
> 
> testing/test_zintegration.py:11: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> popenargs = (['virtualenv', '--distribute', '-p', '/usr/bin/python2.7', 
> '/tmp/ffi-0/setuptools_package_2-cpy'],)
> kwargs = {}, retcode = 1
> cmd = ['virtualenv', '--distribute', '-p', '/usr/bin/python2.7', 
> '/tmp/ffi-0/setuptools_package_2-cpy']
> 
>     def check_call(*popenargs, **kwargs):
>         """Run command with arguments.  Wait for command to complete.  If
>         the exit code was zero then return, otherwise raise
>         CalledProcessError.  The CalledProcessError object will have the
>         return code in the returncode attribute.
>     
>         The arguments are the same as for the Popen constructor.  Example:
>     
>         check_call(["ls", "-l"])
>         """
>         retcode = call(*popenargs, **kwargs)
>         if retcode:
>             cmd = kwargs.get("args")
>             if cmd is None:
>                 cmd = popenargs[0]
> >           raise CalledProcessError(retcode, cmd)
> E           CalledProcessError: Command '['virtualenv', '--distribute', '-p', 
> '/usr/bin/python2.7', '/tmp/ffi-0/setuptools_package_2-cpy']' returned 
> non-zero exit status 1
> 
> /usr/lib/python2.7/subprocess.py:540: CalledProcessError
> ------------------------------- Captured stdout 
> --------------------------------
> New python executable in /tmp/ffi-0/setuptools_package_2-cpy/bin/python2.7
> Also creating executable in /tmp/ffi-0/setuptools_package_2-cpy/bin/python
> Installing setuptools, pip...
>   Complete output from command /tmp/ffi-0/setuptool..._2-cpy/bin/python2.7 -c 
> "import sys, pip; pip...ll\"] + sys.argv[1:])" setuptools pip:
>   Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/__init__.py", 
> line 11, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/vcs/subversion.py",
>  line 4, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/index.py", 
> line 16, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/wheel.py", 
> line 23, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/_vendor/distlib/scripts.py",
>  line 15, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/_vendor/distlib/resources.py",
>  line 105, in <module>
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/_vendor/distlib/resources.py",
>  line 40, in __init__
>   File 
> "/usr/share/python-virtualenv/pip-1.5-py2.py3-none-any.whl/pip/_vendor/distlib/util.py",
>  line 602, in get_cache_base
>   File "/tmp/ffi-0/setuptools_package_2-cpy/lib/python2.7/os.py", line 150, 
> in makedirs
>     makedirs(head, mode)
>   File "/tmp/ffi-0/setuptools_package_2-cpy/lib/python2.7/os.py", line 157, 
> in makedirs
>     mkdir(name, mode)
> OSError: [Errno 13] Permission denied: '/sbuild-nonexistent'
> ----------------------------------------
> ...Installing setuptools, pip...done.
> Running virtualenv with interpreter /usr/bin/python2.7
> ------------------------------- Captured stderr 
> --------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 2335, in 
> <module>
>     main()
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 821, in main
>     symlink=options.symlink)
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 989, in 
> create_environment
>     install_wheel(to_install, py_executable, search_dirs)
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 957, in 
> install_wheel
>     'PIP_NO_INDEX': '1'
>   File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 899, in 
> call_subprocess
>     % (cmd_desc, proc.returncode))
> OSError: Command /tmp/ffi-0/setuptool..._2-cpy/bin/python2.7 -c "import sys, 
> pip; pip...ll\"] + sys.argv[1:])" setuptools pip failed with error code 1
> ============== 7 failed, 976 passed, 45 skipped in 142.76 seconds 
> ==============
> E: pybuild pybuild:256: test: plugin custom failed with: exit code=1: 
> python2.7 -m pytest c/ testing/
> dh_auto_test: pybuild --test -i python{version} -p 2.7 --dir . returned exit 
> code 13

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/python-cffi_0.7.2-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-virtualenv
Source-Version: 1.11-2

We believe that the bug you reported is fixed in the latest version of
python-virtualenv, 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.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-virtualenv 
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: Sat, 18 Jan 2014 17:13:25 +0200
Source: python-virtualenv
Binary: python-virtualenv
Architecture: source all
Version: 1.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Description: 
 python-virtualenv - Python virtual environment creator
Closes: 735806
Changes: 
 python-virtualenv (1.11-2) unstable; urgency=medium
 .
   * Patch the bundled pip to handle a missing/non-writeable $HOME.
     (Closes: #735806)
Checksums-Sha1: 
 1eba6ce71cf59ece8c23bc0b4c69f9d40a0887ae 2199 python-virtualenv_1.11-2.dsc
 f5d6237049becfde331e72d38aa29051d28eb02e 39580 
python-virtualenv_1.11-2.debian.tar.xz
 b171c69e08468da5de7d88858b6400578336ffcf 1457476 
python-virtualenv_1.11-2_all.deb
Checksums-Sha256: 
 c957eaedda9000a0084959e8ba814e5b89ff98cd3c9c0effb76bc2b7357ddce9 2199 
python-virtualenv_1.11-2.dsc
 cf399919b940d431c205a80e82a430df98fa63e510c5587edf422d8290f614ba 39580 
python-virtualenv_1.11-2.debian.tar.xz
 83b06e3a621fecdd9a952ad771d78c2279890ce9ca6ee8568e9b47b925910b56 1457476 
python-virtualenv_1.11-2_all.deb
Files: 
 52be04519d1df2a8b8d78f2d0684fc7e 2199 python optional 
python-virtualenv_1.11-2.dsc
 22cfb6c3ca0df2577697e87fcaf66aa8 39580 python optional 
python-virtualenv_1.11-2.debian.tar.xz
 02dc6c94fc5c603331bcf3f17ac4351c 1457476 python optional 
python-virtualenv_1.11-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJS2pzbAAoJEACQ/CG1zRrMWBQP+gLZ1EZsAvIzLptO2+RkleT7
c1m5ofpyZ8xRdCGxuEhA7N65J+WIPV9XFtC9PUEegxQO7+IMDZdmghW7zmHZmjzu
pfT/QiPzuuWLSpcKwmeIkEabz9PXWcHsOU3xgYLtdWQFuA3YpLfPV0WVXzsfZChJ
McJbFbbOehvMk3fD8Y4DF9LW+k+t3+4qcq3GdDCoMalTqTdW35Ykw7Jqji8pmhrh
UlMeXcgkrXDmOWfR46ArY7Fh25norkwCoKGHJbx5b0RHVDV3CHYBaI3zUez/vEsl
PzRYwfSR/Ui6BG/AxLqrHriTGNkfmGvGi2FhyOspU9RFbiB4qucry11bTeQx39dw
BSgyoSaTDHsjPBY2tJQyYFAngfxkJdC/4RbE9I/tIYZRLE2I8thUmM+72UoDsmjB
nlgLP91FnIiCaZOyDwvmKBzp8+kcbbRh/oZqtsxM3YmpwzRY4CjaoLsyGjaAzliB
msE1dYhvK2DReTHlus4y/D7MYQwugZ374cXJZd0xIpJW3m1IzYL8hbOEKxG+EEvN
Cqv3dTFugCBFYn7ALbx3vNg0cTR9yKpyDEKGRoahdUiXE/4OMVwAdgELG/8J2xhX
uEf9NIQ84BuX/+wxxu0/yvFGrtZLdPvR92VsHhcjXYxTkAVNOJUHA6ieIm5yKOrM
S3OcKsaJaoKKRO05zwqz
=HvzJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to