Your message dated Tue, 14 Mar 2017 13:18:40 +0000
with message-id <e1cnmly-0006ke...@fasolo.debian.org>
and subject line Bug#804357: fixed in beanbag 1.9.2-1.1
has caused the Debian Bug report #804357,
regarding beanbag: FTBFS: ImportError: No module named 'requests'
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.)


-- 
804357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: beanbag
Version: 1.9.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

beanbag fails to build from source in unstable/amd64:

  [..]

     dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:184: cd
  /build/beanbag-1.9.2/.pybuild/pythonX.Y_2.7/build; python2.7 -m pytest
  tests
  ============================= test session starts
  ==============================
  platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.3
  rootdir: /build/beanbag-1.9.2, inifile: 
  collected 4 items
  
  tests/test_attrdict.py .
  tests/test_bbv1.py .
  tests/test_bbv2.py ..
  
  =========================== 4 passed in 0.22 seconds
  ===========================
  I: pybuild base:184: cd
  /build/beanbag-1.9.2/.pybuild/pythonX.Y_3.5/build; python3.5 -m pytest
  tests
  ============================= test session starts
  ==============================
  platform linux -- Python 3.5.0 -- py-1.4.30 -- pytest-2.7.3
  rootdir: /build/beanbag-1.9.2, inifile: 
  collected 0 items / 3 errors
  
  ==================================== ERRORS
  ====================================
  _____ ERROR collecting
  .pybuild/pythonX.Y_3.5/build/tests/test_attrdict.py _____
  tests/test_attrdict.py:4: in <module>
      from beanbag.attrdict import AttrDict
  beanbag/__init__.py:9: in <module>
      from .v1 import *
  beanbag/v1.py:10: in <module>
      from .url_v1 import BeanBag
  beanbag/url_v1.py:13: in <module>
      import requests
  E   ImportError: No module named 'requests'
  _______ ERROR collecting
  .pybuild/pythonX.Y_3.5/build/tests/test_bbv1.py _______
  tests/test_bbv1.py:4: in <module>
      import beanbag.v1 as beanbag
  beanbag/__init__.py:9: in <module>
      from .v1 import *
  beanbag/v1.py:10: in <module>
      from .url_v1 import BeanBag
  beanbag/url_v1.py:13: in <module>
      import requests
  E   ImportError: No module named 'requests'
  _______ ERROR collecting
  .pybuild/pythonX.Y_3.5/build/tests/test_bbv2.py _______
  tests/test_bbv2.py:4: in <module>
      from beanbag.v2 import BeanBag, BeanBagException, GET, POST, PUT,
      PATCH, DELETE
  beanbag/__init__.py:9: in <module>
      from .v1 import *
  beanbag/v1.py:10: in <module>
      from .url_v1 import BeanBag
  beanbag/url_v1.py:13: in <module>
      import requests
  E   ImportError: No module named 'requests'
  =========================== 3 error in 0.09 seconds
  ============================
  E: pybuild pybuild:274: test: plugin distutils failed with: exit
  code=1: cd /build/beanbag-1.9.2/.pybuild/pythonX.Y_3.5/build;
  python3.5 -m pytest tests
  dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir .
  returned exit code 13
  debian/rules:7: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

    
https://reproducible.debian.net/logs/unstable/amd64/beanbag_1.9.2-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: beanbag.1.9.2-1.unstable.amd64.log.txt.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: beanbag
Source-Version: 1.9.2-1.1

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

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated beanbag 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: Thu, 09 Mar 2017 13:17:47 +0100
Source: beanbag
Binary: python-beanbag python3-beanbag python-beanbag-doc
Architecture: source
Version: 1.9.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Anthony Towns <a...@debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 python-beanbag - Helper module for accessing REST APIs - python2
 python-beanbag-doc - Documentation for Python BeanBag module
 python3-beanbag - Helper module for accessing REST APIs - python3
Closes: 804357 849526
Changes:
 beanbag (1.9.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build depend on python3-requests to fix FTBFS.  Closes: #804357
   * Fix code in example file.
     Thanks to Russell Stuart for the patch.  Closes: #849526
   * Mark python-beanbag-doc as Multi-Arch:foreign.
   * De-duplicate the synopsis of the modules packages (python2 vs python3).
   * Bump Standards-Version to 3.9.8, no changes needed.
Checksums-Sha1:
 fee8ad03d3cbc2d2fc2aa47084045bb8e099e8cd 2240 beanbag_1.9.2-1.1.dsc
 41b83548d526f7ec3a10b25dda4af30bec16d711 2616 beanbag_1.9.2-1.1.debian.tar.xz
 211389e0ed6d09d9472d62880709e4bbd5e0d5a0 6842 beanbag_1.9.2-1.1_amd64.buildinfo
Checksums-Sha256:
 c9c2d56ed50abca89c53d93de39d890f1ca7b25353646bb79edb26dc32e097cf 2240 
beanbag_1.9.2-1.1.dsc
 395e564e4c0ea458a3ae0cda6f115cc093ee33f89abfe371c581ef653d07f11f 2616 
beanbag_1.9.2-1.1.debian.tar.xz
 e0011ac3f71dd1557e64e2ee580c8846e0237201b0c221c419e551f8bdfdd4d8 6842 
beanbag_1.9.2-1.1_amd64.buildinfo
Files:
 cfd79898765659d7420e8e2c292ba3b5 2240 python optional beanbag_1.9.2-1.1.dsc
 3f3a271c83eeca7a9167372771a2781a 2616 python optional 
beanbag_1.9.2-1.1.debian.tar.xz
 799c4841cd4ed05ac4c01e3ced289f98 6842 python optional 
beanbag_1.9.2-1.1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAljBS7MSHG1hdHRpYUBk
ZWJpYW4ub3JnAAoJEAgWueGMdiutZY4P/jt8TLhYfgD348NhAo7uWs4JkbPzJYNQ
omX5g7orW84I19skVEVOWqmJLanIujWoAeVcKUjLmExOCQl1Hf/Crk+3YQBSFxwh
0YbI3HhGOUfr5Pzv4kR9T1YD3+DxU3Y/OJ5legRAPOsD/SV2OKv1eVk5/nw/Z2e3
mz848fqdyDGvd/BKVsqGTZjnOHVBpHv7rv14a6umkjqcTcwP2H8+2l0otWM2UkyH
jK2OpBvp+SWUnehdJwUmp4VhruPbQGQCLX81Qn5ZG8HV7oaZc7H79gJv69YYXuX0
Wts6poGHySSFw9Zi/qRqNzqte8egj8b4qvpIARUiT9k3duoESehEXC7A8qD6sf12
eqcP/ozXRSPa36SfJf0pWGIn/0ydBv4XD/CG7YuiBcwlwNNWBC9S0RWRIuzWqe9w
DgDS9yHikNNHQxM55KB4WB/9WA4B46UFyjgdU8Rsm6lTfgQ9pqsnoxmdE4V/t/ig
P9ZM3/HWJwoU7qFNcCNKwqAG5Vizvjo6ne7BXGLd/zz+ILm2Czei4vfQqBCYtU4w
feprwSFE+GJrYuNLThA7UuJnsMrCyZBamE0AzHX4ZMgiDL6TLtf8b6IacKIlQfJZ
57jG+ung0pXLXRXKFOJV5asCrNqQlXJyOUjP/1NFpE6RPGRljOa+4ebOMZlPOE2Y
a9vjUqMWfdxU
=e/Ud
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to