Your message dated Thu, 08 Oct 2015 19:19:36 +0000
with message-id <e1zkgj2-0006be...@franck.debian.org>
and subject line Bug#795940: fixed in vcr.py 1.7.3-1
has caused the Debian Bug report #795940,
regarding vcr.py: FTBFS: Build requires internet access ("gaierror: [Errno -2] 
Name or service not known")
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.)


-- 
795940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vcr.py
Version: 1.6.1-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,

vcr.py fails to build from source on unstable/amd64 as it tries to
connect to httpbin.org. Debian packages should not contact the internet
during build.

  [..]
  I: pybuild base:170: python2.7 -m pytest -v -x -rs
  ============================= test session starts
  ==============================
  platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.2 --
  /usr/bin/python2.7
  rootdir: /tmp/buildd/vcr.py-1.6.1, inifile: 
  plugins: tornado, localserver
  collecting ... collected 278 items / 2 skipped
  
  tests/integration/test_basic.py::test_nonexistent_directory FAILED
  
  =================================== FAILURES
  ===================================
  __________________________ test_nonexistent_directory
  __________________________
  
  tmpdir = local('/tmp/pytest-0/test_nonexistent_directory0')
  
      def test_nonexistent_directory(tmpdir):
          '''If we load a cassette in a nonexistent directory, it can
          save ok'''
          # Check to make sure directory doesnt exist
          assert not os.path.exists(str(tmpdir.join('nonexistent')))
      
          # Run VCR to create dir and cassette file
          with vcr.use_cassette(str(tmpdir.join('nonexistent',
          'cassette.yml'))):
  >           urlopen('http://httpbin.org/').read()
  
  tests/integration/test_basic.py:19: 
  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  _ _ _ _ _ 
  /usr/lib/python2.7/urllib2.py:154: in urlopen
      return opener.open(url, data, timeout)
  /usr/lib/python2.7/urllib2.py:431: in open
      response = self._open(req, data)
  /usr/lib/python2.7/urllib2.py:449: in _open
      '_open', req)
  /usr/lib/python2.7/urllib2.py:409: in _call_chain
      result = func(*args)
  /usr/lib/python2.7/urllib2.py:1227: in http_open
      return self.do_open(httplib.HTTPConnection, req)
  /usr/lib/python2.7/urllib2.py:1200: in do_open
      r = h.getresponse(buffering=True)
  vcr/stubs/__init__.py:256: in getresponse
      headers=self._vcr_request.headers,
  /usr/lib/python2.7/httplib.py:1052: in request
      self._send_request(method, url, body, headers)
  /usr/lib/python2.7/httplib.py:1092: in _send_request
      self.endheaders(body)
  /usr/lib/python2.7/httplib.py:1048: in endheaders
      self._send_output(message_body)
  /usr/lib/python2.7/httplib.py:892: in _send_output
      self.send(msg)
  /usr/lib/python2.7/httplib.py:854: in send
      self.connect()
  /usr/lib/python2.7/httplib.py:831: in connect
      self.timeout, self.source_address)
  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  _ _ _ _ _ 
  
  address = ('httpbin.org', 80), timeout = <object object at
  0x7fbcb8adf0d0>
  source_address = None
  
      def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
                            source_address=None):
          """Connect to *address* and return the socket object.
      
          Convenience function.  Connect to *address* (a 2-tuple
          ``(host,
          port)``) and return the socket object.  Passing the optional
          *timeout* parameter will set the timeout on the socket
          instance
          before attempting to connect.  If no *timeout* is supplied,
          the
          global default timeout setting returned by
          :func:`getdefaulttimeout`
          is used.  If *source_address* is set it must be a tuple of
          (host, port)
          for the socket to bind as a source address before making the
          connection.
          An host of '' or port 0 tells the OS to use the default.
          """
      
          host, port = address
          err = None
  >       for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  E       gaierror: [Errno -2] Name or service not known
  
  /usr/lib/python2.7/socket.py:557: gaierror
  =========================== short test summary info
  ============================
  SKIP [1] /tmp/buildd/vcr.py-1.6.1/tests/integration/test_boto.py:2:
  could not import 'boto'
  SKIP [1] /tmp/buildd/vcr.py-1.6.1/tests/integration/test_urllib3.py:8:
  could not import 'certifi'
  !!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures
  !!!!!!!!!!!!!!!!!!!!
  ===================== 1 failed, 2 skipped in 2.82 seconds
  ======================
  E: pybuild pybuild:262: test: plugin custom failed with: exit code=2:
  python2.7 -m pytest -v -x -rs
  dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:13: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 25
  make[1]: Leaving directory '/tmp/buildd/vcr.py-1.6.1'
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 2
  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/vcr.py_1.6.1-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Mon Aug 17 18:52:03 GMT+12 2015
I: pbuilder-time-stamp: 1439880723
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-ma...@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-python, pandoc, python-all, python-setuptools, 
python-six (>= 1.5), python-wrapt, python-yaml, python-contextlib2, 
python-mock, python-pytest, python-pytest-localserver, python-urllib3, 
python-requests, python-httplib2, python-tornado, python-pytest-tornado, 
python3-all, python3-setuptools, python3-six (>= 1.5), python3-wrapt, 
python3-yaml, python3-contextlib2, python3-mock, python3-pytest, 
python3-pytest-localserver, python3-urllib3, python3-requests, 
python3-httplib2, python3-tornado, python3-pytest-tornado
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on pandoc; however:
  Package pandoc is not installed.
 pbuilder-satisfydepends-dummy depends on python-all; however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python-six (>= 1.5); however:
  Package python-six is not installed.
 pbuilder-satisfydepends-dummy depends on python-wrapt; however:
  Package python-wrapt is not installed.
 pbuilder-satisfydepends-dummy depends on python-yaml; however:
  Package python-yaml is not installed.
 pbuilder-satisfydepends-dummy depends on python-contextlib2; however:
  Package python-contextlib2 is not installed.
 pbuilder-satisfydepends-dummy depends on python-mock; however:
  Package pytho
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  ca-certificates{a} dh-python{a} libcurl3-gnutls{a} libexpat1{a} 
  libgnutls-deb0-28{a} libgssapi-krb5-2{a} libhogweed4{a} libidn11{a} 
  libjs-jquery{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} 
  libkrb5support0{a} libldap-2.4-2{a} liblua5.1-0{a} libmpdec2{a} 
  libnettle6{a} libp11-kit0{a} libpython-stdlib{a} libpython2.7-minimal{a} 
  libpython2.7-stdlib{a} libpython3-stdlib{a} libpython3.4-minimal{a} 
  libpython3.4-stdlib{a} librtmp1{a} libsasl2-2{a} libsasl2-modules-db{a} 
  libssh2-1{a} libssl1.0.0{a} libtasn1-6{a} libyaml-0-2{a} mime-support{a} 
  openssl{a} pandoc{a} pandoc-data{a} python{a} python-all{a} 
  python-chardet{a} python-colorama{a} python-contextlib2{a} 
  python-distlib{a} python-funcsigs{a} python-html5lib{a} 
  python-httplib2{a} python-minimal{a} python-mock{a} python-pbr{a} 
  python-pip{a} python-pkg-resources{a} python-py{a} python-pycurl{a} 
  python-pytest{a} python-pytest-localserver{a} python-pytest-tornado{a} 
  python-requests{a} python-setuptools{a} python-six{a} python-tornado{a} 
  python-urllib3{a} python-werkzeug{a} python-wrapt{a} python-yaml{a} 
  python2.7{a} python2.7-minimal{a} python3{a} python3-all{a} 
  python3-chardet{a} python3-colorama{a} python3-contextlib2{a} 
  python3-distlib{a} python3-funcsigs{a} python3-html5lib{a} 
  python3-httplib2{a} python3-minimal{a} python3-mock{a} python3-pbr{a} 
  python3-pip{a} python3-pkg-resources{a} python3-py{a} python3-pytest{a} 
  python3-pytest-localserver{a} python3-pytest-tornado{a} 
  python3-requests{a} python3-setuptools{a} python3-six{a} 
  python3-tornado{a} python3-urllib3{a} python3-werkzeug{a} 
  python3-wrapt{a} python3-yaml{a} python3.4{a} python3.4-minimal{a} 
0 packages upgraded, 92 newly installed, 0 to remove and 0 not upgraded.
Need to get 23.9 MB of archives. After unpacking 119 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libkeyutils1 amd64 
1.5.9-5+b1 [12.0 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main libnettle6 amd64 3.1.1-4 
[189 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main libhogweed4 amd64 3.1.1-4 
[136 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main libp11-kit0 amd64 
0.23.1-3 [112 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main libtasn1-6 amd64 4.5-2 
[49.6 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libgnutls-deb0-28 amd64 
3.3.17-1 [716 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libsasl2-modules-db amd64 
2.1.26.dfsg1-13 [67.0 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main libsasl2-2 amd64 
2.1.26.dfsg1-13 [104 kB]
Get: 9 http://ftp.de.debian.org/debian/ unstable/main libldap-2.4-2 amd64 
2.4.41+dfsg-1 [222 kB]
Get: 10 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-minimal 
amd64 2.7.10-3 [382 kB]
Get: 11 http://ftp.de.debian.org/debian/ unstable/main python2.7-minimal amd64 
2.7.10-3 [1418 kB]
Get: 12 http://ftp.de.debian.org/debian/ unstable/main python-minimal amd64 
2.7.9-1 [40.3 kB]
Get: 13 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.59 
[36.4 kB]
Get: 14 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7 
[80.0 kB]
Get: 15 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 16 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-stdlib 
amd64 2.7.10-3 [1854 kB]
Get: 17 http://ftp.de.debian.org/debian/ unstable/main python2.7 amd64 2.7.10-3 
[258 kB]
Get: 18 http://ftp.de.debian.org/debian/ unstable/main libpython-stdlib amd64 
2.7.9-1 [19.5 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main python amd64 2.7.9-1 
[151 kB]
Get: 20 http://ftp.de.debian.org/debian/ unstable/main libmpdec2 amd64 2.4.1-1 
[85.7 kB]
Get: 21 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-minimal 
amd64 3.4.3-8 [495 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-stdlib 
amd64 3.4.3-8 [2057 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main libssh2-1 amd64 
1.5.0-2+b1 [133 kB]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main libyaml-0-2 amd64 
0.1.6-3 [50.4 kB]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main python-six all 1.9.0-3 
[13.6 kB]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main openssl amd64 1.0.2d-1 
[695 kB]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main ca-certificates all 
20150426 [208 kB]
Get: 28 http://ftp.de.debian.org/debian/ unstable/main python-colorama all 
0.3.3-1 [21.4 kB]
Get: 29 http://ftp.de.debian.org/debian/ unstable/main python-distlib all 
0.2.1-1 [116 kB]
Get: 30 http://ftp.de.debian.org/debian/ unstable/main python-html5lib all 
0.999-3 [84.0 kB]
Get: 31 http://ftp.de.debian.org/debian/ unstable/main python-pkg-resources all 
18.0.1-2 [73.6 kB]
Get: 32 http://ftp.de.debian.org/debian/ unstable/main python-chardet all 
2.3.0-1 [96.2 kB]
Get: 33 http://ftp.de.debian.org/debian/ unstable/main python-urllib3 all 
1.11-1 [64.4 kB]
Get: 34 http://ftp.de.debian.org/debian/ unstable/main python-requests all 
2.7.0-3 [66.3 kB]
Get: 35 http://ftp.de.debian.org/debian/ unstable/main python-setuptools all 
18.0.1-2 [180 kB]
Get: 36 http://ftp.de.debian.org/debian/ unstable/main python-pip all 1.5.6-6 
[114 kB]
Get: 37 http://ftp.de.debian.org/debian/ unstable/main python-pbr all 0.11.0-1 
[42.3 kB]
Get: 38 http://ftp.de.debian.org/debian/ unstable/main python-wrapt amd64 
1.8.0-5 [25.5 kB]
Get: 39 http://ftp.de.debian.org/debian/ unstable/main python3.4-minimal amd64 
3.4.3-8 [1401 kB]
Get: 40 http://ftp.de.debian.org/debian/ unstable/main python3-minimal amd64 
3.4.3-4 [34.7 kB]
Get: 41 http://ftp.de.debian.org/debian/ unstable/main python3.4 amd64 3.4.3-8 
[219 kB]
Get: 42 http://ftp.de.debian.org/debian/ unstable/main libpython3-stdlib amd64 
3.4.3-4 [18.1 kB]
Get: 43 http://ftp.de.debian.org/debian/ unstable/main dh-python all 2.20150728 
[71.3 kB]
Get: 44 http://ftp.de.debian.org/debian/ unstable/main python3 amd64 3.4.3-4 
[21.1 kB]
Get: 45 http://ftp.de.debian.org/debian/ unstable/main python3-six all 1.9.0-3 
[13.7 kB]
Get: 46 http://ftp.de.debian.org/debian/ unstable/main python3-colorama all 
0.3.3-1 [14.0 kB]
Get: 47 http://ftp.de.debian.org/debian/ unstable/main python3-distlib all 
0.2.1-1 [116 kB]
Get: 48 http://ftp.de.debian.org/debian/ unstable/main python3-html5lib all 
0.999-3 [82.3 kB]
Get: 49 http://ftp.de.debian.org/debian/ unstable/main python3-pkg-resources 
all 18.0.1-2 [44.2 kB]
Get: 50 http://ftp.de.debian.org/debian/ unstable/main python3-chardet all 
2.3.0-1 [96.1 kB]
Get: 51 http://ftp.de.debian.org/debian/ unstable/main python3-urllib3 all 
1.11-1 [64.6 kB]
Get: 52 http://ftp.de.debian.org/debian/ unstable/main python3-requests all 
2.7.0-3 [66.1 kB]
Get: 53 http://ftp.de.debian.org/debian/ unstable/main python3-setuptools all 
18.0.1-2 [92.6 kB]
Get: 54 http://ftp.de.debian.org/debian/ unstable/main python3-pip all 1.5.6-6 
[97.4 kB]
Get: 55 http://ftp.de.debian.org/debian/ unstable/main python3-pbr all 0.11.0-1 
[32.5 kB]
Get: 56 http://ftp.de.debian.org/debian/ unstable/main python3-wrapt amd64 
1.8.0-5 [25.6 kB]
Get: 57 http://ftp.de.debian.org/debian/ unstable/main libkrb5support0 amd64 
1.13.2+dfsg-2 [59.8 kB]
Get: 58 http://ftp.de.debian.org/debian/ unstable/main libk5crypto3 amd64 
1.13.2+dfsg-2 [115 kB]
Get: 59 http://ftp.de.debian.org/debian/ unstable/main libkrb5-3 amd64 
1.13.2+dfsg-2 [308 kB]
Get: 60 http://ftp.de.debian.org/debian/ unstable/main libgssapi-krb5-2 amd64 
1.13.2+dfsg-2 [152 kB]
Get: 61 http://ftp.de.debian.org/debian/ unstable/main libidn11 amd64 1.32-1 
[171 kB]
Get: 62 http://ftp.de.debian.org/debian/ unstable/main librtmp1 amd64 
2.4+20150115.gita107cef-1+b2 [60.1 kB]
Get: 63 http://ftp.de.debian.org/debian/ unstable/main libcurl3-gnutls amd64 
7.44.0-1 [264 kB]
Get: 64 http://ftp.de.debian.org/debian/ unstable/main libjs-jquery all 
1.7.2+dfsg-3.2 [97.5 kB]
Get: 65 http://ftp.de.debian.org/debian/ unstable/main liblua5.1-0 amd64 
5.1.5-8 [107 kB]
Get: 66 http://ftp.de.debian.org/debian/ unstable/main pandoc-data all 
1.13.2.1~dfsg-1 [221 kB]
Get: 67 http://ftp.de.debian.org/debian/ unstable/main pandoc amd64 
1.13.2.1~dfsg-1+b13 [6217 kB]
Get: 68 http://ftp.de.debian.org/debian/ unstable/main python-all amd64 2.7.9-1 
[996 B]
Get: 69 http://ftp.de.debian.org/debian/ unstable/main python-contextlib2 all 
0.4.0-2.1 [8388 B]
Get: 70 http://ftp.de.debian.org/debian/ unstable/main python-funcsigs all 
0.4-1 [12.7 kB]
Get: 71 http://ftp.de.debian.org/debian/ unstable/main python-httplib2 all 
0.9+dfsg-2 [39.0 kB]
Get: 72 http://ftp.de.debian.org/debian/ unstable/main python-py all 1.4.30-2 
[81.9 kB]
Get: 73 http://ftp.de.debian.org/debian/ unstable/main python-pycurl amd64 
7.19.5.1-1 [50.7 kB]
Get: 74 http://ftp.de.debian.org/debian/ unstable/main python-pytest all 
2.7.2-2 [132 kB]
Get: 75 http://ftp.de.debian.org/debian/ unstable/main python-werkzeug all 
0.10.4+dfsg1-1 [165 kB]
Get: 76 http://ftp.de.debian.org/debian/ unstable/main 
python-pytest-localserver all 0.3.4-1 [18.9 kB]
Get: 77 http://ftp.de.debian.org/debian/ unstable/main python-tornado amd64 
4.2.0-1 [275 kB]
Get: 78 http://ftp.de.debian.org/debian/ unstable/main python-pytest-tornado 
all 0.4.4-1 [5424 B]
Get: 79 http://ftp.de.debian.org/debian/ unstable/main python-yaml amd64 3.11-2 
[112 kB]
Get: 80 http://ftp.de.debian.org/debian/ unstable/main python3-all amd64 
3.4.3-4 [932 B]
Get: 81 http://ftp.de.debian.org/debian/ unstable/main python3-contextlib2 all 
0.4.0-2.1 [8460 B]
Get: 82 http://ftp.de.debian.org/debian/ unstable/main python3-funcsigs all 
0.4-1 [12.8 kB]
Get: 83 http://ftp.de.debian.org/debian/ unstable/main python3-httplib2 all 
0.9+dfsg-2 [32.9 kB]
Get: 84 http://ftp.de.debian.org/debian/ unstable/main python3-py all 1.4.30-2 
[81.9 kB]
Get: 85 http://ftp.de.debian.org/debian/ unstable/main python3-pytest all 
2.7.2-2 [132 kB]
Get: 86 http://ftp.de.debian.org/debian/ unstable/main python3-werkzeug all 
0.10.4+dfsg1-1 [165 kB]
Get: 87 http://ftp.de.debian.org/debian/ unstable/main 
python3-pytest-localserver all 0.3.4-1 [18.9 kB]
Get: 88 http://ftp.de.debian.org/debian/ unstable/main python3-tornado amd64 
4.2.0-1 [257 kB]
Get: 89 http://ftp.de.debian.org/debian/ unstable/main python3-pytest-tornado 
all 0.4.4-1 [5504 B]
Get: 90 http://ftp.de.debian.org/debian/ unstable/main python3-yaml amd64 
3.11-2 [102 kB]
Get: 91 http://ftp.de.debian.org/debian/ unstable/main python-mock all 
1.3.0-2.1 [58.2 kB]
Get: 92 http://ftp.de.debian.org/debian/ unstable/main python3-mock all 
1.3.0-2.1 [58.3 kB]
Fetched 23.9 MB in 2min 2s (195 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libkeyutils1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../libkeyutils1_1.5.9-5+b1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5+b1) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../libnettle6_3.1.1-4_amd64.deb ...
Unpacking libnettle6:amd64 (3.1.1-4) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../libhogweed4_3.1.1-4_amd64.deb ...
Unpacking libhogweed4:amd64 (3.1.1-4) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../libp11-kit0_0.23.1-3_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.1-3) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.5-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.5-2) ...
Selecting previously unselected package libgnutls-deb0-28:amd64.
Preparing to unpack .../libgnutls-deb0-28_3.3.17-1_amd64.deb ...
Unpacking libgnutls-deb0-28:amd64 (3.3.17-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.41+dfsg-1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.41+dfsg-1) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking python2.7-minimal (2.7.10-3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.9-1_amd64.deb ...
Unpacking python-minimal (2.7.9-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.59_all.deb ...
Unpacking mime-support (3.59) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-7_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-7) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2d-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.10-3_amd64.deb ...
Unpacking python2.7 (2.7.10-3) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.9-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.9-1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.10-3) ...
Setting up python2.7-minimal (2.7.10-3) ...
Setting up python-minimal (2.7.9-1) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21140 files and directories currently installed.)
Preparing to unpack .../python_2.7.9-1_amd64.deb ...
Unpacking python (2.7.9-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.3-8_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.3-8) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.3-8_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.3-8) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.5.0-2+b1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.5.0-2+b1) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.9.0-3_all.deb ...
Unpacking python-six (1.9.0-3) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2d-1_amd64.deb ...
Unpacking openssl (1.0.2d-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20150426_all.deb ...
Unpacking ca-certificates (20150426) ...
Selecting previously unselected package python-colorama.
Preparing to unpack .../python-colorama_0.3.3-1_all.deb ...
Unpacking python-colorama (0.3.3-1) ...
Selecting previously unselected package python-distlib.
Preparing to unpack .../python-distlib_0.2.1-1_all.deb ...
Unpacking python-distlib (0.2.1-1) ...
Selecting previously unselected package python-html5lib.
Preparing to unpack .../python-html5lib_0.999-3_all.deb ...
Unpacking python-html5lib (0.999-3) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_18.0.1-2_all.deb ...
Unpacking python-pkg-resources (18.0.1-2) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../python-chardet_2.3.0-1_all.deb ...
Unpacking python-chardet (2.3.0-1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../python-urllib3_1.11-1_all.deb ...
Unpacking python-urllib3 (1.11-1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../python-requests_2.7.0-3_all.deb ...
Unpacking python-requests (2.7.0-3) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../python-setuptools_18.0.1-2_all.deb ...
Unpacking python-setuptools (18.0.1-2) ...
Selecting previously unselected package python-pip.
Preparing to unpack .../python-pip_1.5.6-6_all.deb ...
Unpacking python-pip (1.5.6-6) ...
Selecting previously unselected package python-pbr.
Preparing to unpack .../python-pbr_0.11.0-1_all.deb ...
Unpacking python-pbr (0.11.0-1) ...
Selecting previously unselected package python-wrapt.
Preparing to unpack .../python-wrapt_1.8.0-5_amd64.deb ...
Unpacking python-wrapt (1.8.0-5) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.3-8_amd64.deb ...
Unpacking python3.4-minimal (3.4.3-8) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.3-4_amd64.deb ...
Unpacking python3-minimal (3.4.3-4) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.3-8_amd64.deb ...
Unpacking python3.4 (3.4.3-8) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.3-4_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.3-4) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_2.20150728_all.deb ...
Unpacking dh-python (2.20150728) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up libssl1.0.0:amd64 (1.0.2d-1) ...
Setting up libpython3.4-minimal:amd64 (3.4.3-8) ...
Setting up libexpat1:amd64 (2.1.0-7) ...
Setting up python3.4-minimal (3.4.3-8) ...
Setting up python3-minimal (3.4.3-4) ...
Processing triggers for libc-bin (2.19-19) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22876 files and directories currently installed.)
Preparing to unpack .../python3_3.4.3-4_amd64.deb ...
Unpacking python3 (3.4.3-4) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.9.0-3_all.deb ...
Unpacking python3-six (1.9.0-3) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../python3-colorama_0.3.3-1_all.deb ...
Unpacking python3-colorama (0.3.3-1) ...
Selecting previously unselected package python3-distlib.
Preparing to unpack .../python3-distlib_0.2.1-1_all.deb ...
Unpacking python3-distlib (0.2.1-1) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../python3-html5lib_0.999-3_all.deb ...
Unpacking python3-html5lib (0.999-3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_18.0.1-2_all.deb ...
Unpacking python3-pkg-resources (18.0.1-2) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../python3-chardet_2.3.0-1_all.deb ...
Unpacking python3-chardet (2.3.0-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../python3-urllib3_1.11-1_all.deb ...
Unpacking python3-urllib3 (1.11-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../python3-requests_2.7.0-3_all.deb ...
Unpacking python3-requests (2.7.0-3) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../python3-setuptools_18.0.1-2_all.deb ...
Unpacking python3-setuptools (18.0.1-2) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../python3-pip_1.5.6-6_all.deb ...
Unpacking python3-pip (1.5.6-6) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../python3-pbr_0.11.0-1_all.deb ...
Unpacking python3-pbr (0.11.0-1) ...
Selecting previously unselected package python3-wrapt.
Preparing to unpack .../python3-wrapt_1.8.0-5_amd64.deb ...
Unpacking python3-wrapt (1.8.0-5) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.13.2+dfsg-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.32-1_amd64.deb ...
Unpacking libidn11:amd64 (1.32-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20150115.gita107cef-1+b2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20150115.gita107cef-1+b2) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.44.0-1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.44.0-1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../libjs-jquery_1.7.2+dfsg-3.2_all.deb ...
Unpacking libjs-jquery (1.7.2+dfsg-3.2) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../liblua5.1-0_5.1.5-8_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8) ...
Selecting previously unselected package pandoc-data.
Preparing to unpack .../pandoc-data_1.13.2.1~dfsg-1_all.deb ...
Unpacking pandoc-data (1.13.2.1~dfsg-1) ...
Selecting previously unselected package pandoc.
Preparing to unpack .../pandoc_1.13.2.1~dfsg-1+b13_amd64.deb ...
Unpacking pandoc (1.13.2.1~dfsg-1+b13) ...
Selecting previously unselected package python-all.
Preparing to unpack .../python-all_2.7.9-1_amd64.deb ...
Unpacking python-all (2.7.9-1) ...
Selecting previously unselected package python-contextlib2.
Preparing to unpack .../python-contextlib2_0.4.0-2.1_all.deb ...
Unpacking python-contextlib2 (0.4.0-2.1) ...
Selecting previously unselected package python-funcsigs.
Preparing to unpack .../python-funcsigs_0.4-1_all.deb ...
Unpacking python-funcsigs (0.4-1) ...
Selecting previously unselected package python-httplib2.
Preparing to unpack .../python-httplib2_0.9+dfsg-2_all.deb ...
Unpacking python-httplib2 (0.9+dfsg-2) ...
Selecting previously unselected package python-py.
Preparing to unpack .../python-py_1.4.30-2_all.deb ...
Unpacking python-py (1.4.30-2) ...
Selecting previously unselected package python-pycurl.
Preparing to unpack .../python-pycurl_7.19.5.1-1_amd64.deb ...
Unpacking python-pycurl (7.19.5.1-1) ...
Selecting previously unselected package python-pytest.
Preparing to unpack .../python-pytest_2.7.2-2_all.deb ...
Unpacking python-pytest (2.7.2-2) ...
Selecting previously unselected package python-werkzeug.
Preparing to unpack .../python-werkzeug_0.10.4+dfsg1-1_all.deb ...
Unpacking python-werkzeug (0.10.4+dfsg1-1) ...
Selecting previously unselected package python-pytest-localserver.
Preparing to unpack .../python-pytest-localserver_0.3.4-1_all.deb ...
Unpacking python-pytest-localserver (0.3.4-1) ...
Selecting previously unselected package python-tornado.
Preparing to unpack .../python-tornado_4.2.0-1_amd64.deb ...
Unpacking python-tornado (4.2.0-1) ...
Selecting previously unselected package python-pytest-tornado.
Preparing to unpack .../python-pytest-tornado_0.4.4-1_all.deb ...
Unpacking python-pytest-tornado (0.4.4-1) ...
Selecting previously unselected package python-yaml.
Preparing to unpack .../python-yaml_3.11-2_amd64.deb ...
Unpacking python-yaml (3.11-2) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../python3-all_3.4.3-4_amd64.deb ...
Unpacking python3-all (3.4.3-4) ...
Selecting previously unselected package python3-contextlib2.
Preparing to unpack .../python3-contextlib2_0.4.0-2.1_all.deb ...
Unpacking python3-contextlib2 (0.4.0-2.1) ...
Selecting previously unselected package python3-funcsigs.
Preparing to unpack .../python3-funcsigs_0.4-1_all.deb ...
Unpacking python3-funcsigs (0.4-1) ...
Selecting previously unselected package python3-httplib2.
Preparing to unpack .../python3-httplib2_0.9+dfsg-2_all.deb ...
Unpacking python3-httplib2 (0.9+dfsg-2) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../python3-py_1.4.30-2_all.deb ...
Unpacking python3-py (1.4.30-2) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../python3-pytest_2.7.2-2_all.deb ...
Unpacking python3-pytest (2.7.2-2) ...
Selecting previously unselected package python3-werkzeug.
Preparing to unpack .../python3-werkzeug_0.10.4+dfsg1-1_all.deb ...
Unpacking python3-werkzeug (0.10.4+dfsg1-1) ...
Selecting previously unselected package python3-pytest-localserver.
Preparing to unpack .../python3-pytest-localserver_0.3.4-1_all.deb ...
Unpacking python3-pytest-localserver (0.3.4-1) ...
Selecting previously unselected package python3-tornado.
Preparing to unpack .../python3-tornado_4.2.0-1_amd64.deb ...
Unpacking python3-tornado (4.2.0-1) ...
Selecting previously unselected package python3-pytest-tornado.
Preparing to unpack .../python3-pytest-tornado_0.4.4-1_all.deb ...
Unpacking python3-pytest-tornado (0.4.4-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_3.11-2_amd64.deb ...
Unpacking python3-yaml (3.11-2) ...
Selecting previously unselected package python-mock.
Preparing to unpack .../python-mock_1.3.0-2.1_all.deb ...
Unpacking python-mock (1.3.0-2.1) ...
Selecting previously unselected package python3-mock.
Preparing to unpack .../python3-mock_1.3.0-2.1_all.deb ...
Unpacking python3-mock (1.3.0-2.1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up libkeyutils1:amd64 (1.5.9-5+b1) ...
Setting up libnettle6:amd64 (3.1.1-4) ...
Setting up libhogweed4:amd64 (3.1.1-4) ...
Setting up libp11-kit0:amd64 (0.23.1-3) ...
Setting up libtasn1-6:amd64 (4.5-2) ...
Setting up libgnutls-deb0-28:amd64 (3.3.17-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Setting up libldap-2.4-2:amd64 (2.4.41+dfsg-1) ...
Setting up mime-support (3.59) ...
Setting up libpython2.7-stdlib:amd64 (2.7.10-3) ...
Setting up python2.7 (2.7.10-3) ...
Setting up libpython-stdlib:amd64 (2.7.9-1) ...
Setting up python (2.7.9-1) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libpython3.4-stdlib:amd64 (3.4.3-8) ...
Setting up libssh2-1:amd64 (1.5.0-2+b1) ...
Setting up libyaml-0-2:amd64 (0.1.6-3) ...
Setting up python-six (1.9.0-3) ...
Setting up openssl (1.0.2d-1) ...
Setting up ca-certificates (20150426) ...
Setting up python-colorama (0.3.3-1) ...
Setting up python-distlib (0.2.1-1) ...
Setting up python-html5lib (0.999-3) ...
Setting up python-pkg-resources (18.0.1-2) ...
Setting up python-chardet (2.3.0-1) ...
Setting up python-urllib3 (1.11-1) ...
Setting up python-requests (2.7.0-3) ...
Setting up python-setuptools (18.0.1-2) ...
Setting up python-pip (1.5.6-6) ...
Setting up python-pbr (0.11.0-1) ...
update-alternatives: using /usr/bin/python2-pbr to provide /usr/bin/pbr (pbr) 
in auto mode
Setting up python-wrapt (1.8.0-5) ...
Setting up python3.4 (3.4.3-8) ...
Setting up libpython3-stdlib:amd64 (3.4.3-4) ...
Setting up libkrb5support0:amd64 (1.13.2+dfsg-2) ...
Setting up libk5crypto3:amd64 (1.13.2+dfsg-2) ...
Setting up libkrb5-3:amd64 (1.13.2+dfsg-2) ...
Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-2) ...
Setting up libidn11:amd64 (1.32-1) ...
Setting up librtmp1:amd64 (2.4+20150115.gita107cef-1+b2) ...
Setting up libcurl3-gnutls:amd64 (7.44.0-1) ...
Setting up libjs-jquery (1.7.2+dfsg-3.2) ...
Setting up liblua5.1-0:amd64 (5.1.5-8) ...
Setting up pandoc-data (1.13.2.1~dfsg-1) ...
Setting up pandoc (1.13.2.1~dfsg-1+b13) ...
Setting up python-all (2.7.9-1) ...
Setting up python-contextlib2 (0.4.0-2.1) ...
Setting up python-funcsigs (0.4-1) ...
Setting up python-httplib2 (0.9+dfsg-2) ...
Setting up python-py (1.4.30-2) ...
Setting up python-pycurl (7.19.5.1-1) ...
Setting up python-pytest (2.7.2-2) ...
Setting up python-werkzeug (0.10.4+dfsg1-1) ...
Setting up python-pytest-localserver (0.3.4-1) ...
Setting up python-tornado (4.2.0-1) ...
Setting up python-pytest-tornado (0.4.4-1) ...
Setting up python-yaml (3.11-2) ...
Setting up python-mock (1.3.0-2.1) ...
Setting up dh-python (2.20150728) ...
Setting up python3 (3.4.3-4) ...
Setting up python3-six (1.9.0-3) ...
Setting up python3-colorama (0.3.3-1) ...
Setting up python3-distlib (0.2.1-1) ...
Setting up python3-html5lib (0.999-3) ...
Setting up python3-pkg-resources (18.0.1-2) ...
Setting up python3-chardet (2.3.0-1) ...
Setting up python3-urllib3 (1.11-1) ...
Setting up python3-requests (2.7.0-3) ...
Setting up python3-setuptools (18.0.1-2) ...
Setting up python3-pip (1.5.6-6) ...
Setting up python3-pbr (0.11.0-1) ...
Setting up python3-wrapt (1.8.0-5) ...
Setting up python3-all (3.4.3-4) ...
Setting up python3-contextlib2 (0.4.0-2.1) ...
Setting up python3-funcsigs (0.4-1) ...
Setting up python3-httplib2 (0.9+dfsg-2) ...
Setting up python3-py (1.4.30-2) ...
Setting up python3-pytest (2.7.2-2) ...
Setting up python3-werkzeug (0.10.4+dfsg1-1) ...
Setting up python3-pytest-localserver (0.3.4-1) ...
Setting up python3-tornado (4.2.0-1) ...
Setting up python3-pytest-tornado (0.4.4-1) ...
Setting up python3-yaml (3.11-2) ...
Setting up python3-mock (1.3.0-2.1) ...
Processing triggers for libc-bin (2.19-19) ...
Processing triggers for ca-certificates (20150426) ...
Updating certificates in /etc/ssl/certs...
180 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [vcr.py_1.6.1-1.dsc]
I: copying [./vcr.py_1.6.1.orig.tar.gz]
I: copying [./vcr.py_1.6.1-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sun Aug  2 01:55:17 2015 GMT+12 using RSA key ID 62DA33FA
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./vcr.py_1.6.1-1.dsc
dpkg-source: info: extracting vcr.py in vcr.py-1.6.1
dpkg-source: info: unpacking vcr.py_1.6.1.orig.tar.gz
dpkg-source: info: unpacking vcr.py_1.6.1-1.debian.tar.xz
I: Building the package
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b 
-rfakeroot
dpkg-buildpackage: source package vcr.py
dpkg-buildpackage: source version 1.6.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Daniel Stender <deb...@danielstender.com>
 dpkg-source --before-build vcr.py-1.6.1
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py clean 
running clean
removing '/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
I: pybuild base:170: python3.4 setup.py clean 
running clean
removing '/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.4' does not exist -- can't clean it
   dh_clean -O--buildsystem=pybuild
 debian/rules build
dh build --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py config 
running config
I: pybuild base:170: python3.4 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:170: /usr/bin/python setup.py build 
running build
running build_py
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/util.py -> /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/serialize.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/request.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/persist.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/patch.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/migration.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/matchers.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/filters.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/errors.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/config.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/cassette.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
copying vcr/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/urllib3_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/tornado_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/requests_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/httplib2_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/boto_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
copying vcr/stubs/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/stubs
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/serializers
copying vcr/serializers/yamlserializer.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/serializers
copying vcr/serializers/jsonserializer.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/serializers
copying vcr/serializers/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/serializers
copying vcr/serializers/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/serializers
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/persisters
copying vcr/persisters/filesystem.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/persisters
copying vcr/persisters/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_2.7/build/vcr/persisters
I: pybuild base:170: /usr/bin/python3 setup.py build 
running build
running build_py
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/util.py -> /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/serialize.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/request.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/persist.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/patch.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/migration.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/matchers.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/filters.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/errors.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/config.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/cassette.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
copying vcr/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/urllib3_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/tornado_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/requests_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/httplib2_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/boto_stubs.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
copying vcr/stubs/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/stubs
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/serializers
copying vcr/serializers/yamlserializer.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/serializers
copying vcr/serializers/jsonserializer.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/serializers
copying vcr/serializers/compat.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/serializers
copying vcr/serializers/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/serializers
creating /tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/persisters
copying vcr/persisters/filesystem.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/persisters
copying vcr/persisters/__init__.py -> 
/tmp/buildd/vcr.py-1.6.1/.pybuild/pythonX.Y_3.4/build/vcr/persisters
   debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/buildd/vcr.py-1.6.1'
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x -rs" 
dh_auto_test
I: pybuild base:170: python2.7 -m pytest -v -x -rs
============================= test session starts ==============================
platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.2 -- 
/usr/bin/python2.7
rootdir: /tmp/buildd/vcr.py-1.6.1, inifile: 
plugins: tornado, localserver
collecting ... collected 278 items / 2 skipped

tests/integration/test_basic.py::test_nonexistent_directory FAILED

=================================== FAILURES ===================================
__________________________ test_nonexistent_directory __________________________

tmpdir = local('/tmp/pytest-0/test_nonexistent_directory0')

    def test_nonexistent_directory(tmpdir):
        '''If we load a cassette in a nonexistent directory, it can save ok'''
        # Check to make sure directory doesnt exist
        assert not os.path.exists(str(tmpdir.join('nonexistent')))
    
        # Run VCR to create dir and cassette file
        with vcr.use_cassette(str(tmpdir.join('nonexistent', 'cassette.yml'))):
>           urlopen('http://httpbin.org/').read()

tests/integration/test_basic.py:19: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/urllib2.py:154: in urlopen
    return opener.open(url, data, timeout)
/usr/lib/python2.7/urllib2.py:431: in open
    response = self._open(req, data)
/usr/lib/python2.7/urllib2.py:449: in _open
    '_open', req)
/usr/lib/python2.7/urllib2.py:409: in _call_chain
    result = func(*args)
/usr/lib/python2.7/urllib2.py:1227: in http_open
    return self.do_open(httplib.HTTPConnection, req)
/usr/lib/python2.7/urllib2.py:1200: in do_open
    r = h.getresponse(buffering=True)
vcr/stubs/__init__.py:256: in getresponse
    headers=self._vcr_request.headers,
/usr/lib/python2.7/httplib.py:1052: in request
    self._send_request(method, url, body, headers)
/usr/lib/python2.7/httplib.py:1092: in _send_request
    self.endheaders(body)
/usr/lib/python2.7/httplib.py:1048: in endheaders
    self._send_output(message_body)
/usr/lib/python2.7/httplib.py:892: in _send_output
    self.send(msg)
/usr/lib/python2.7/httplib.py:854: in send
    self.connect()
/usr/lib/python2.7/httplib.py:831: in connect
    self.timeout, self.source_address)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

address = ('httpbin.org', 80), timeout = <object object at 0x7fbcb8adf0d0>
source_address = None

    def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
                          source_address=None):
        """Connect to *address* and return the socket object.
    
        Convenience function.  Connect to *address* (a 2-tuple ``(host,
        port)``) and return the socket object.  Passing the optional
        *timeout* parameter will set the timeout on the socket instance
        before attempting to connect.  If no *timeout* is supplied, the
        global default timeout setting returned by :func:`getdefaulttimeout`
        is used.  If *source_address* is set it must be a tuple of (host, port)
        for the socket to bind as a source address before making the connection.
        An host of '' or port 0 tells the OS to use the default.
        """
    
        host, port = address
        err = None
>       for res in getaddrinfo(host, port, 0, SOCK_STREAM):
E       gaierror: [Errno -2] Name or service not known

/usr/lib/python2.7/socket.py:557: gaierror
=========================== short test summary info ============================
SKIP [1] /tmp/buildd/vcr.py-1.6.1/tests/integration/test_boto.py:2: could not 
import 'boto'
SKIP [1] /tmp/buildd/vcr.py-1.6.1/tests/integration/test_urllib3.py:8: could 
not import 'certifi'
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!
===================== 1 failed, 2 skipped in 2.82 seconds ======================
E: pybuild pybuild:262: test: plugin custom failed with: exit code=2: python2.7 
-m pytest -v -x -rs
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 --dir . 
returned exit code 13
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25
make[1]: Leaving directory '/tmp/buildd/vcr.py-1.6.1'
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//54466 and its subdirectories

--- End Message ---
--- Begin Message ---
Source: vcr.py
Source-Version: 1.7.3-1

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

Debian distribution maintenance software
pp.
Daniel Stender <deb...@danielstender.com> (supplier of updated vcr.py 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, 07 Oct 2015 22:53:50 +0200
Source: vcr.py
Binary: python-vcr python3-vcr
Architecture: source all
Version: 1.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <deb...@danielstender.com>
Changed-By: Daniel Stender <deb...@danielstender.com>
Description:
 python-vcr - record and replay HTML interactions (Python library)
 python3-vcr - record and replay HTML interactions (Python3 library)
Closes: 795940
Changes:
 vcr.py (1.7.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * deb/rules: don't run tests on Debian (Closes: #795940), but on Neurodebian.
Checksums-Sha1:
 99e29c895ae6fdaa4b5a0ccd448bf4448253403d 2523 vcr.py_1.7.3-1.dsc
 72b8fb921d16d4d345e05933aeb5facfd02d8d46 307857 vcr.py_1.7.3.orig.tar.gz
 b57f05f86d8ffdc225be3aacc2573a1652bf74a0 2836 vcr.py_1.7.3-1.debian.tar.xz
 80d5fc740584df27fb8d61a7e81ec3fb0f19f06e 43430 python-vcr_1.7.3-1_all.deb
 a54c4c5889a4349e662aa17dffa812c45b345186 43482 python3-vcr_1.7.3-1_all.deb
Checksums-Sha256:
 848506707a6b9c66543e57d40b438f0ea000ae09e0981ce9c733d5b9807a73e5 2523 
vcr.py_1.7.3-1.dsc
 5ea9f67cb784100812dc29577e412de74e01eaadb2a31fd4254d79a566069c98 307857 
vcr.py_1.7.3.orig.tar.gz
 3818599d1325101e9c1e3bdd874a4f6d9aa22e23fbb2f2111513c4ff03560b10 2836 
vcr.py_1.7.3-1.debian.tar.xz
 82a734ac98bec59cdb940f0bd962dc21cb8175c7ee2f224220a36df512200a8e 43430 
python-vcr_1.7.3-1_all.deb
 8af9293491334d4d6e8f7866d1d2892bff6d780c5a48f0c91a7e8feeceb746a5 43482 
python3-vcr_1.7.3-1_all.deb
Files:
 f5d816c6570a16918c71bf068c1d125d 2523 python optional vcr.py_1.7.3-1.dsc
 30f71845a926723fdef45eb3f964d73f 307857 python optional 
vcr.py_1.7.3.orig.tar.gz
 2de4a43e96afb142099008591275ee98 2836 python optional 
vcr.py_1.7.3-1.debian.tar.xz
 ac8a6dbab543ac95fbf10431b48abfbc 43430 python optional 
python-vcr_1.7.3-1_all.deb
 7909729215279a4995e9b630e65ec636 43482 python optional 
python3-vcr_1.7.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWFr49AAoJEKLeI1Bi2jP6jPsP/1SHBvcac8prXz7TBP5wjhgj
umlAN7WmLv7bRmSj8LjygvK/H2U4XIvYzqPATi6pDkFYyd5sNXVRNMUIfgE8uyne
6C0imeuvIieBAc6aiHa7Uz/5UvtC7s6A3iL7nVeKYN0OkVj5t0UhVfL44zYT3NJc
Wvj9FNb31zZ0CAi5gbEbmd9aUS08ol6c5wVIt8vxPkbYTY7kugXZQHxXU3AZRTxl
5p2rAfMb2mLCfjFxUjDMH8V879PAkpjEfsPHoUO+t4vXlYTAM4qtRpsb2+pf0hVl
iTOWzpfZO7HfMo1N1k1ePZwumTeZ1KeCdRuZI5N9t3KulMqbXfMqIqEKCIis1eOV
+d1anE3sk7sUUvbLnz9IQSyxPBYlvZm9oAv6ZjoEDqwgis08Fm+zez+vwWuxEqDh
RCCOheInABR1jQmOFGOGegC73tHja9TuS6MU6+UWPoHpVy6bHq/Shkt++Qj7Wjtj
2Co5LPyzLxUqk38BxOc7EeRr47dh9tQCzt3CQwa/FCwYpO+JA76Riay+/VMHaEhR
v6ZJziliTuETQUSfEPZzriKSqnjzooqTJsPZObZ8ttykXHlaUCDrDJvDp43d9i4Q
yu4LvL/Z9xBFVYPqmRBDTqx/n5q8YdnMr1zVRfiPX+IU2OKJGTv9y9I1OargSqxl
ecRdZ+ZEihv5ybO2GF0K
=4MBh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to