--- Begin Message ---
Source: python-pykmip
Version: 0.3.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,
python-pykmip fails to build from source on unstable/amd64 as the test
certificates have expired:
$ openssl x509 -in kmip/demos/certs/server.crt -text -noout | grep
'Not After'
Not After : Aug 19 04:20:33 2015 GMT
Build log:
[..]
=================================== FAILURES
===================================
____________________ TestKMIPClientIntegration.test_create
_____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py",
line 122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call
-----------------------------
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using
given value '127.0.0.1' for host
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for
keyfile
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
certfile
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value 'CERT_NONE' for cert_reqs
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value 'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value 'None' for ca_certs
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value 'True' for do_handshake_on_connect
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using
given value 'True' for suppress_ragged_eofs
2015-08-19 02:36:41,282 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:42,167 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:42,168 - kmip.core.config_helper - DEBUG - Using
value '127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for keyfile
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for certfile
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using
value 'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using
value 'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
ca_certs
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for username
2015-08-19 02:36:42,172 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for password
2015-08-19 02:36:42,172 - kmip.services.kmip_client - DEBUG -
KMIPProxy keyfile: None
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG -
KMIPProxy certfile: None
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG -
KMIPProxy cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG -
KMIPProxy ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG -
KMIPProxy ca_certs:
/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:42,174 - kmip.services.kmip_client - DEBUG -
KMIPProxy do_handshake_on_connect: True
2015-08-19 02:36:42,174 - kmip.services.kmip_client - DEBUG -
KMIPProxy suppress_ragged_eofs: True
____________________ TestKMIPClientIntegration.test_destroy
____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py",
line 122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call
-----------------------------
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using
given value '127.0.0.1' for host
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for
keyfile
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
certfile
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value 'CERT_NONE' for cert_reqs
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value 'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value 'None' for ca_certs
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value 'True' for do_handshake_on_connect
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using
given value 'True' for suppress_ragged_eofs
2015-08-19 02:36:42,432 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:43,323 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using
value '127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for keyfile
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for certfile
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using
value 'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using
value 'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:43,326 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
ca_certs
2015-08-19 02:36:43,326 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for username
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for password
2015-08-19 02:36:43,328 - kmip.services.kmip_client - DEBUG -
KMIPProxy keyfile: None
2015-08-19 02:36:43,328 - kmip.services.kmip_client - DEBUG -
KMIPProxy certfile: None
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG -
KMIPProxy cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG -
KMIPProxy ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG -
KMIPProxy ca_certs:
/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:43,331 - kmip.services.kmip_client - DEBUG -
KMIPProxy do_handshake_on_connect: True
2015-08-19 02:36:43,331 - kmip.services.kmip_client - DEBUG -
KMIPProxy suppress_ragged_eofs: True
______________________ TestKMIPClientIntegration.test_get
______________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py",
line 122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call
-----------------------------
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value '127.0.0.1' for host
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for
keyfile
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
certfile
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value 'CERT_NONE' for cert_reqs
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value 'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value 'None' for ca_certs
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value 'True' for do_handshake_on_connect
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using
given value 'True' for suppress_ragged_eofs
2015-08-19 02:36:43,583 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:44,469 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:44,470 - kmip.core.config_helper - DEBUG - Using
value '127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for keyfile
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for certfile
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
value 'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
value 'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
ca_certs
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for username
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for password
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy keyfile: None
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy certfile: None
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy ca_certs:
/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy do_handshake_on_connect: True
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG -
KMIPProxy suppress_ragged_eofs: True
___________________ TestKMIPClientIntegration.test_register
____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py",
line 122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call
-----------------------------
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value '127.0.0.1' for host
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for
keyfile
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
certfile
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value 'CERT_NONE' for cert_reqs
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using
given value 'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using
given value 'None' for ca_certs
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using
given value 'True' for do_handshake_on_connect
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using
given value 'True' for suppress_ragged_eofs
2015-08-19 02:36:44,794 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using
config file at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using
value '127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using
given value '9090' for port
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for keyfile
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for certfile
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for
ca_certs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'True' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for username
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using
value 'None' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for password
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy keyfile: None
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy certfile: None
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy ca_certs:
/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy do_handshake_on_connect: True
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG -
KMIPProxy suppress_ragged_eofs: True
=============== 4 failed, 493 passed, 53 skipped in 6.86 seconds
===============
debian/rules:25: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/tmp/buildd/python-pykmip-0.3.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/python-pykmip_0.3.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: Wed Aug 19 02:35:22 GMT+12 2015
I: pbuilder-time-stamp: 1439994922
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, python-all (>= 2.6.6-3~),
python-setuptools, python-sphinx, python3-all, python3-setuptools,
python-coverage, python-enum34, python-fixtures, python-mock, python-pytest,
python-six, python-sqlalchemy, python-testresources, python-testscenarios,
python-testtools, python3-coverage, python3-enum34, python3-fixtures,
python3-mock, python3-pytest, python3-six, python3-sqlalchemy, python3-subunit,
python3-testresources, python3-testscenarios, python3-testtools, subunit,
testrepository
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 python-all (>= 2.6.6-3~); 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-sphinx; however:
Package python-sphinx is not installed.
pbuilder-satisfydepends-dummy depends on python3-all; however:
Package python3-all is not installed.
pbuilder-satisfydepends-dummy depends on python3-setuptools; however:
Package python3-setuptools is not installed.
pbuilder-satisfydepends-dummy depends on python-coverage; however:
Package python-coverage is not installed.
pbuilder-satisfydepends-dummy depends on python-enum34; however:
Package python-enum34 is not installed.
pbuilder-satisfydepends-dummy depends on python
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} docutils-common{a} fonts-font-awesome{a}
fonts-lato{a} libexpat1{a} libjs-jquery{a} libjs-modernizr{a}
libjs-sphinxdoc{a} libjs-underscore{a} libmpdec2{a} libpython-stdlib{a}
libpython2.7-minimal{a} libpython2.7-stdlib{a} libpython3-stdlib{a}
libpython3.4-minimal{a} libpython3.4-stdlib{a} libssl1.0.0{a}
libsubunit-perl{a} mime-support{a} openssl{a} python{a}
python-alabaster{a} python-all{a} python-babel{a}
python-babel-localedata{a} python-chardet{a} python-colorama{a}
python-coverage{a} python-distlib{a} python-docutils{a} python-enum34{a}
python-extras{a} python-fixtures{a} python-funcsigs{a} python-html5lib{a}
python-jinja2{a} python-markupsafe{a} python-mimeparse{a}
python-minimal{a} python-mock{a} python-pbr{a} python-pip{a}
python-pkg-resources{a} python-py{a} python-pygments{a} python-pytest{a}
python-requests{a} python-roman{a} python-setuptools{a} python-six{a}
python-sphinx{a} python-sphinx-rtd-theme{a} python-sqlalchemy{a}
python-subunit{a} python-testrepository{a} python-testresources{a}
python-testscenarios{a} python-testtools{a} python-tz{a}
python-urllib3{a} python2.7{a} python2.7-minimal{a} python3{a}
python3-all{a} python3-chardet{a} python3-colorama{a} python3-coverage{a}
python3-distlib{a} python3-enum34{a} python3-extras{a}
python3-fixtures{a} python3-funcsigs{a} python3-html5lib{a}
python3-mimeparse{a} python3-minimal{a} python3-mock{a} python3-pbr{a}
python3-pip{a} python3-pkg-resources{a} python3-py{a} python3-pytest{a}
python3-requests{a} python3-setuptools{a} python3-six{a}
python3-sqlalchemy{a} python3-subunit{a} python3-testrepository{a}
python3-testresources{a} python3-testscenarios{a} python3-testtools{a}
python3-urllib3{a} python3.4{a} python3.4-minimal{a} sgml-base{a}
sphinx-common{a} sphinx-rtd-theme-common{a} subunit{a} testrepository{a}
xml-core{a}
0 packages upgraded, 100 newly installed, 0 to remove and 0 not upgraded.
Need to get 22.6 MB of archives. After unpacking 101 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-minimal
amd64 2.7.10-3 [382 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main python2.7-minimal amd64
2.7.10-3 [1418 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main python-minimal amd64
2.7.9-1 [40.3 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.59
[36.4 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7
[80.0 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64
1.0.2d-1 [1274 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-stdlib amd64
2.7.10-3 [1854 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main python2.7 amd64 2.7.10-3
[258 kB]
Get: 9 http://ftp.de.debian.org/debian/ unstable/main libpython-stdlib amd64
2.7.9-1 [19.5 kB]
Get: 10 http://ftp.de.debian.org/debian/ unstable/main python amd64 2.7.9-1
[151 kB]
Get: 11 http://ftp.de.debian.org/debian/ unstable/main fonts-lato all 2.0-1
[2684 kB]
Get: 12 http://ftp.de.debian.org/debian/ unstable/main libmpdec2 amd64 2.4.1-1
[85.7 kB]
Get: 13 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-minimal
amd64 3.4.3-8 [495 kB]
Get: 14 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-stdlib
amd64 3.4.3-8 [2057 kB]
Get: 15 http://ftp.de.debian.org/debian/ unstable/main python-extras all
0.0.3-3 [7388 B]
Get: 16 http://ftp.de.debian.org/debian/ unstable/main python-six all 1.9.0-3
[13.6 kB]
Get: 17 http://ftp.de.debian.org/debian/ unstable/main openssl amd64 1.0.2d-1
[695 kB]
Get: 18 http://ftp.de.debian.org/debian/ unstable/main ca-certificates all
20150426 [208 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main python-colorama all
0.3.3-1 [21.4 kB]
Get: 20 http://ftp.de.debian.org/debian/ unstable/main python-distlib all
0.2.1-1 [116 kB]
Get: 21 http://ftp.de.debian.org/debian/ unstable/main python-html5lib all
0.999-3 [84.0 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main python-pkg-resources all
18.0.1-2 [73.6 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main python-chardet all
2.3.0-1 [96.2 kB]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main python-urllib3 all
1.11-1 [64.4 kB]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main python-requests all
2.7.0-3 [66.3 kB]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main python-setuptools all
18.0.1-2 [180 kB]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main python-pip all 1.5.6-7
[114 kB]
Get: 28 http://ftp.de.debian.org/debian/ unstable/main python-pbr all 0.11.0-1
[42.3 kB]
Get: 29 http://ftp.de.debian.org/debian/ unstable/main python3.4-minimal amd64
3.4.3-8 [1401 kB]
Get: 30 http://ftp.de.debian.org/debian/ unstable/main python3-minimal amd64
3.4.3-4 [34.7 kB]
Get: 31 http://ftp.de.debian.org/debian/ unstable/main python3.4 amd64 3.4.3-8
[219 kB]
Get: 32 http://ftp.de.debian.org/debian/ unstable/main libpython3-stdlib amd64
3.4.3-4 [18.1 kB]
Get: 33 http://ftp.de.debian.org/debian/ unstable/main dh-python all 2.20150728
[71.3 kB]
Get: 34 http://ftp.de.debian.org/debian/ unstable/main python3 amd64 3.4.3-4
[21.1 kB]
Get: 35 http://ftp.de.debian.org/debian/ unstable/main python3-extras all
0.0.3-3 [7172 B]
Get: 36 http://ftp.de.debian.org/debian/ unstable/main python3-six all 1.9.0-3
[13.7 kB]
Get: 37 http://ftp.de.debian.org/debian/ unstable/main python3-colorama all
0.3.3-1 [14.0 kB]
Get: 38 http://ftp.de.debian.org/debian/ unstable/main python3-distlib all
0.2.1-1 [116 kB]
Get: 39 http://ftp.de.debian.org/debian/ unstable/main python3-html5lib all
0.999-3 [82.3 kB]
Get: 40 http://ftp.de.debian.org/debian/ unstable/main python3-pkg-resources
all 18.0.1-2 [44.2 kB]
Get: 41 http://ftp.de.debian.org/debian/ unstable/main python3-chardet all
2.3.0-1 [96.1 kB]
Get: 42 http://ftp.de.debian.org/debian/ unstable/main python3-urllib3 all
1.11-1 [64.6 kB]
Get: 43 http://ftp.de.debian.org/debian/ unstable/main python3-requests all
2.7.0-3 [66.1 kB]
Get: 44 http://ftp.de.debian.org/debian/ unstable/main python3-setuptools all
18.0.1-2 [92.6 kB]
Get: 45 http://ftp.de.debian.org/debian/ unstable/main python3-pip all 1.5.6-7
[97.4 kB]
Get: 46 http://ftp.de.debian.org/debian/ unstable/main python3-pbr all 0.11.0-1
[32.5 kB]
Get: 47 http://ftp.de.debian.org/debian/ unstable/main sgml-base all 1.26+nmu4
[14.6 kB]
Get: 48 http://ftp.de.debian.org/debian/ unstable/main xml-core all 0.13+nmu2
[24.2 kB]
Get: 49 http://ftp.de.debian.org/debian/ unstable/main docutils-common all
0.12+dfsg-1 [185 kB]
Get: 50 http://ftp.de.debian.org/debian/ unstable/main fonts-font-awesome all
4.3.0~dfsg-2 [437 kB]
Get: 51 http://ftp.de.debian.org/debian/ unstable/main libjs-jquery all
1.7.2+dfsg-3.2 [97.5 kB]
Get: 52 http://ftp.de.debian.org/debian/ unstable/main libjs-underscore all
1.7.0~dfsg-1 [49.9 kB]
Get: 53 http://ftp.de.debian.org/debian/ unstable/main libjs-sphinxdoc all
1.3.1-4 [52.9 kB]
Get: 54 http://ftp.de.debian.org/debian/ unstable/main libsubunit-perl all
0.0.18-4 [8008 B]
Get: 55 http://ftp.de.debian.org/debian/ unstable/main python-all amd64 2.7.9-1
[996 B]
Get: 56 http://ftp.de.debian.org/debian/ unstable/main python-babel-localedata
all 1.3+dfsg.1-5 [1933 kB]
Get: 57 http://ftp.de.debian.org/debian/ unstable/main python-tz all
2012c+dfsg-0.1 [31.9 kB]
Get: 58 http://ftp.de.debian.org/debian/ unstable/main python-babel all
1.3+dfsg.1-5 [77.8 kB]
Get: 59 http://ftp.de.debian.org/debian/ unstable/main python-coverage amd64
3.7.1+dfsg.1-1+b1 [85.8 kB]
Get: 60 http://ftp.de.debian.org/debian/ unstable/main python-roman all 2.0.0-1
[7898 B]
Get: 61 http://ftp.de.debian.org/debian/ unstable/main python-docutils all
0.12+dfsg-1 [361 kB]
Get: 62 http://ftp.de.debian.org/debian/ unstable/main python-enum34 all
1.0.4-1 [27.1 kB]
Get: 63 http://ftp.de.debian.org/debian/ unstable/main python-mimeparse all
0.1.4-1 [6170 B]
Get: 64 http://ftp.de.debian.org/debian/ unstable/main python-testtools all
0.9.39-1 [114 kB]
Get: 65 http://ftp.de.debian.org/debian/ unstable/main python-fixtures all
0.3.14-1.1 [26.4 kB]
Get: 66 http://ftp.de.debian.org/debian/ unstable/main python-funcsigs all
0.4-1 [12.7 kB]
Get: 67 http://ftp.de.debian.org/debian/ unstable/main python-markupsafe amd64
0.23-2 [15.6 kB]
Get: 68 http://ftp.de.debian.org/debian/ unstable/main python-jinja2 all 2.8-1
[111 kB]
Get: 69 http://ftp.de.debian.org/debian/ unstable/main python-py all 1.4.30-2
[81.9 kB]
Get: 70 http://ftp.de.debian.org/debian/ unstable/main python-pygments all
2.0.1+dfsg-1.1 [481 kB]
Get: 71 http://ftp.de.debian.org/debian/ unstable/main python-pytest all
2.7.2-2 [132 kB]
Get: 72 http://ftp.de.debian.org/debian/ unstable/main python-alabaster all
0.7.6-1 [15.9 kB]
Get: 73 http://ftp.de.debian.org/debian/ unstable/main libjs-modernizr all
2.6.2+ds1-1 [71.3 kB]
Get: 74 http://ftp.de.debian.org/debian/ unstable/main sphinx-rtd-theme-common
all 0.1.8-2 [109 kB]
Get: 75 http://ftp.de.debian.org/debian/ unstable/main python-sphinx-rtd-theme
all 0.1.8-2 [14.0 kB]
Get: 76 http://ftp.de.debian.org/debian/ unstable/main sphinx-common all
1.3.1-4 [320 kB]
Get: 77 http://ftp.de.debian.org/debian/ unstable/main python-sphinx all
1.3.1-4 [352 kB]
Get: 78 http://ftp.de.debian.org/debian/ unstable/main python-sqlalchemy all
1.0.8+ds1-1 [638 kB]
Get: 79 http://ftp.de.debian.org/debian/ unstable/main python-testscenarios all
0.4-4 [12.9 kB]
Get: 80 http://ftp.de.debian.org/debian/ unstable/main python-subunit all
0.0.18-4 [62.5 kB]
Get: 81 http://ftp.de.debian.org/debian/ unstable/main python-testrepository
all 0.0.20-2 [66.1 kB]
Get: 82 http://ftp.de.debian.org/debian/ unstable/main python-testresources all
0.2.7-4 [26.3 kB]
Get: 83 http://ftp.de.debian.org/debian/ unstable/main python3-all amd64
3.4.3-4 [932 B]
Get: 84 http://ftp.de.debian.org/debian/ unstable/main python3-coverage amd64
3.7.1+dfsg.1-1+b1 [84.2 kB]
Get: 85 http://ftp.de.debian.org/debian/ unstable/main python3-enum34 all
1.0.4-1 [27.2 kB]
Get: 86 http://ftp.de.debian.org/debian/ unstable/main python3-mimeparse all
0.1.4-1 [5954 B]
Get: 87 http://ftp.de.debian.org/debian/ unstable/main python3-testtools all
0.9.39-1 [113 kB]
Get: 88 http://ftp.de.debian.org/debian/ unstable/main python3-fixtures all
0.3.14-1.1 [26.0 kB]
Get: 89 http://ftp.de.debian.org/debian/ unstable/main python3-funcsigs all
0.4-1 [12.8 kB]
Get: 90 http://ftp.de.debian.org/debian/ unstable/main python3-py all 1.4.30-2
[81.9 kB]
Get: 91 http://ftp.de.debian.org/debian/ unstable/main python3-pytest all
2.7.2-2 [132 kB]
Get: 92 http://ftp.de.debian.org/debian/ unstable/main python3-sqlalchemy all
1.0.8+ds1-1 [636 kB]
Get: 93 http://ftp.de.debian.org/debian/ unstable/main python3-subunit all
0.0.18-4 [61.5 kB]
Get: 94 http://ftp.de.debian.org/debian/ unstable/main python3-testrepository
all 0.0.20-2 [65.8 kB]
Get: 95 http://ftp.de.debian.org/debian/ unstable/main python3-testresources
all 0.2.7-4 [26.1 kB]
Get: 96 http://ftp.de.debian.org/debian/ unstable/main python3-testscenarios
all 0.4-4 [13.0 kB]
Get: 97 http://ftp.de.debian.org/debian/ unstable/main subunit all 0.0.18-4
[21.3 kB]
Get: 98 http://ftp.de.debian.org/debian/ unstable/main testrepository all
0.0.20-2 [21.0 kB]
Get: 99 http://ftp.de.debian.org/debian/ unstable/main python-mock all
1.3.0-2.1 [58.2 kB]
Get: 100 http://ftp.de.debian.org/debian/ unstable/main python3-mock all
1.3.0-2.1 [58.3 kB]
Fetched 22.6 MB in 2s (11.0 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython2.7-minimal: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 .../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 ... 21049 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 fonts-lato.
Preparing to unpack .../fonts-lato_2.0-1_all.deb ...
Unpacking fonts-lato (2.0-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 python-extras.
Preparing to unpack .../python-extras_0.0.3-3_all.deb ...
Unpacking python-extras (0.0.3-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-7_all.deb ...
Unpacking python-pip (1.5.6-7) ...
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 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 ... 22807 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-extras.
Preparing to unpack .../python3-extras_0.0.3-3_all.deb ...
Unpacking python3-extras (0.0.3-3) ...
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-7_all.deb ...
Unpacking python3-pip (1.5.6-7) ...
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 sgml-base.
Preparing to unpack .../sgml-base_1.26+nmu4_all.deb ...
Unpacking sgml-base (1.26+nmu4) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
Unpacking xml-core (0.13+nmu2) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../docutils-common_0.12+dfsg-1_all.deb ...
Unpacking docutils-common (0.12+dfsg-1) ...
Selecting previously unselected package fonts-font-awesome.
Preparing to unpack .../fonts-font-awesome_4.3.0~dfsg-2_all.deb ...
Unpacking fonts-font-awesome (4.3.0~dfsg-2) ...
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 libjs-underscore.
Preparing to unpack .../libjs-underscore_1.7.0~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.7.0~dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../libjs-sphinxdoc_1.3.1-4_all.deb ...
Unpacking libjs-sphinxdoc (1.3.1-4) ...
Selecting previously unselected package libsubunit-perl.
Preparing to unpack .../libsubunit-perl_0.0.18-4_all.deb ...
Unpacking libsubunit-perl (0.0.18-4) ...
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-babel-localedata.
Preparing to unpack .../python-babel-localedata_1.3+dfsg.1-5_all.deb ...
Unpacking python-babel-localedata (1.3+dfsg.1-5) ...
Selecting previously unselected package python-tz.
Preparing to unpack .../python-tz_2012c+dfsg-0.1_all.deb ...
Unpacking python-tz (2012c+dfsg-0.1) ...
Selecting previously unselected package python-babel.
Preparing to unpack .../python-babel_1.3+dfsg.1-5_all.deb ...
Unpacking python-babel (1.3+dfsg.1-5) ...
Selecting previously unselected package python-coverage.
Preparing to unpack .../python-coverage_3.7.1+dfsg.1-1+b1_amd64.deb ...
Unpacking python-coverage (3.7.1+dfsg.1-1+b1) ...
Selecting previously unselected package python-roman.
Preparing to unpack .../python-roman_2.0.0-1_all.deb ...
Unpacking python-roman (2.0.0-1) ...
Selecting previously unselected package python-docutils.
Preparing to unpack .../python-docutils_0.12+dfsg-1_all.deb ...
Unpacking python-docutils (0.12+dfsg-1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../python-enum34_1.0.4-1_all.deb ...
Unpacking python-enum34 (1.0.4-1) ...
Selecting previously unselected package python-mimeparse.
Preparing to unpack .../python-mimeparse_0.1.4-1_all.deb ...
Unpacking python-mimeparse (0.1.4-1) ...
Selecting previously unselected package python-testtools.
Preparing to unpack .../python-testtools_0.9.39-1_all.deb ...
Unpacking python-testtools (0.9.39-1) ...
Selecting previously unselected package python-fixtures.
Preparing to unpack .../python-fixtures_0.3.14-1.1_all.deb ...
Unpacking python-fixtures (0.3.14-1.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-markupsafe.
Preparing to unpack .../python-markupsafe_0.23-2_amd64.deb ...
Unpacking python-markupsafe (0.23-2) ...
Selecting previously unselected package python-jinja2.
Preparing to unpack .../python-jinja2_2.8-1_all.deb ...
Unpacking python-jinja2 (2.8-1) ...
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-pygments.
Preparing to unpack .../python-pygments_2.0.1+dfsg-1.1_all.deb ...
Unpacking python-pygments (2.0.1+dfsg-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-alabaster.
Preparing to unpack .../python-alabaster_0.7.6-1_all.deb ...
Unpacking python-alabaster (0.7.6-1) ...
Selecting previously unselected package libjs-modernizr.
Preparing to unpack .../libjs-modernizr_2.6.2+ds1-1_all.deb ...
Unpacking libjs-modernizr (2.6.2+ds1-1) ...
Selecting previously unselected package sphinx-rtd-theme-common.
Preparing to unpack .../sphinx-rtd-theme-common_0.1.8-2_all.deb ...
Unpacking sphinx-rtd-theme-common (0.1.8-2) ...
Selecting previously unselected package python-sphinx-rtd-theme.
Preparing to unpack .../python-sphinx-rtd-theme_0.1.8-2_all.deb ...
Unpacking python-sphinx-rtd-theme (0.1.8-2) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../sphinx-common_1.3.1-4_all.deb ...
Unpacking sphinx-common (1.3.1-4) ...
Selecting previously unselected package python-sphinx.
Preparing to unpack .../python-sphinx_1.3.1-4_all.deb ...
Unpacking python-sphinx (1.3.1-4) ...
Selecting previously unselected package python-sqlalchemy.
Preparing to unpack .../python-sqlalchemy_1.0.8+ds1-1_all.deb ...
Unpacking python-sqlalchemy (1.0.8+ds1-1) ...
Selecting previously unselected package python-testscenarios.
Preparing to unpack .../python-testscenarios_0.4-4_all.deb ...
Unpacking python-testscenarios (0.4-4) ...
Selecting previously unselected package python-subunit.
Preparing to unpack .../python-subunit_0.0.18-4_all.deb ...
Unpacking python-subunit (0.0.18-4) ...
Selecting previously unselected package python-testrepository.
Preparing to unpack .../python-testrepository_0.0.20-2_all.deb ...
Unpacking python-testrepository (0.0.20-2) ...
Selecting previously unselected package python-testresources.
Preparing to unpack .../python-testresources_0.2.7-4_all.deb ...
Unpacking python-testresources (0.2.7-4) ...
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-coverage.
Preparing to unpack .../python3-coverage_3.7.1+dfsg.1-1+b1_amd64.deb ...
Unpacking python3-coverage (3.7.1+dfsg.1-1+b1) ...
Selecting previously unselected package python3-enum34.
Preparing to unpack .../python3-enum34_1.0.4-1_all.deb ...
Unpacking python3-enum34 (1.0.4-1) ...
Selecting previously unselected package python3-mimeparse.
Preparing to unpack .../python3-mimeparse_0.1.4-1_all.deb ...
Unpacking python3-mimeparse (0.1.4-1) ...
Selecting previously unselected package python3-testtools.
Preparing to unpack .../python3-testtools_0.9.39-1_all.deb ...
Unpacking python3-testtools (0.9.39-1) ...
Selecting previously unselected package python3-fixtures.
Preparing to unpack .../python3-fixtures_0.3.14-1.1_all.deb ...
Unpacking python3-fixtures (0.3.14-1.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-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-sqlalchemy.
Preparing to unpack .../python3-sqlalchemy_1.0.8+ds1-1_all.deb ...
Unpacking python3-sqlalchemy (1.0.8+ds1-1) ...
Selecting previously unselected package python3-subunit.
Preparing to unpack .../python3-subunit_0.0.18-4_all.deb ...
Unpacking python3-subunit (0.0.18-4) ...
Selecting previously unselected package python3-testrepository.
Preparing to unpack .../python3-testrepository_0.0.20-2_all.deb ...
Unpacking python3-testrepository (0.0.20-2) ...
Selecting previously unselected package python3-testresources.
Preparing to unpack .../python3-testresources_0.2.7-4_all.deb ...
Unpacking python3-testresources (0.2.7-4) ...
Selecting previously unselected package python3-testscenarios.
Preparing to unpack .../python3-testscenarios_0.4-4_all.deb ...
Unpacking python3-testscenarios (0.4-4) ...
Selecting previously unselected package subunit.
Preparing to unpack .../subunit_0.0.18-4_all.deb ...
Unpacking subunit (0.0.18-4) ...
Selecting previously unselected package testrepository.
Preparing to unpack .../testrepository_0.0.20-2_all.deb ...
Unpacking testrepository (0.0.20-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 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 fonts-lato (2.0-1) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libpython3.4-stdlib:amd64 (3.4.3-8) ...
Setting up python-extras (0.0.3-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-7) ...
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 python3.4 (3.4.3-8) ...
Setting up libpython3-stdlib:amd64 (3.4.3-4) ...
Setting up sgml-base (1.26+nmu4) ...
Setting up xml-core (0.13+nmu2) ...
Setting up fonts-font-awesome (4.3.0~dfsg-2) ...
Setting up libjs-jquery (1.7.2+dfsg-3.2) ...
Setting up libjs-underscore (1.7.0~dfsg-1) ...
Setting up libjs-sphinxdoc (1.3.1-4) ...
Setting up libsubunit-perl (0.0.18-4) ...
Setting up python-all (2.7.9-1) ...
Setting up python-babel-localedata (1.3+dfsg.1-5) ...
Setting up python-tz (2012c+dfsg-0.1) ...
Setting up python-babel (1.3+dfsg.1-5) ...
update-alternatives: using /usr/bin/pybabel-python2 to provide /usr/bin/pybabel
(pybabel) in auto mode
Setting up python-coverage (3.7.1+dfsg.1-1+b1) ...
Setting up python-roman (2.0.0-1) ...
Setting up python-enum34 (1.0.4-1) ...
Setting up python-mimeparse (0.1.4-1) ...
Setting up python-testtools (0.9.39-1) ...
Setting up python-fixtures (0.3.14-1.1) ...
Setting up python-funcsigs (0.4-1) ...
Setting up python-markupsafe (0.23-2) ...
Setting up python-jinja2 (2.8-1) ...
Setting up python-py (1.4.30-2) ...
Setting up python-pygments (2.0.1+dfsg-1.1) ...
Setting up python-pytest (2.7.2-2) ...
Setting up libjs-modernizr (2.6.2+ds1-1) ...
Setting up sphinx-rtd-theme-common (0.1.8-2) ...
Setting up python-sphinx-rtd-theme (0.1.8-2) ...
Setting up sphinx-common (1.3.1-4) ...
Setting up python-sqlalchemy (1.0.8+ds1-1) ...
Setting up python-testscenarios (0.4-4) ...
Setting up python-subunit (0.0.18-4) ...
Setting up python-testrepository (0.0.20-2) ...
update-alternatives: using /usr/bin/testr-python2 to provide /usr/bin/testr
(testr) in auto mode
Setting up python-testresources (0.2.7-4) ...
Setting up python3-mimeparse (0.1.4-1) ...
Setting up subunit (0.0.18-4) ...
Setting up python-mock (1.3.0-2.1) ...
Processing triggers for sgml-base (1.26+nmu4) ...
Setting up docutils-common (0.12+dfsg-1) ...
Processing triggers for sgml-base (1.26+nmu4) ...
Setting up python-docutils (0.12+dfsg-1) ...
update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to
provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to
provide /usr/bin/rst2html (rst2html) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to
provide /usr/bin/rst2latex (rst2latex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to
provide /usr/bin/rst2man (rst2man) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to
provide /usr/bin/rst2odt (rst2odt) in auto mode
update-alternatives: using
/usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide
/usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to
provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to
provide /usr/bin/rst2s5 (rst2s5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to
provide /usr/bin/rst2xetex (rst2xetex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to
provide /usr/bin/rst2xml (rst2xml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to
provide /usr/bin/rstpep2html (rstpep2html) in auto mode
Setting up python-alabaster (0.7.6-1) ...
Setting up python-sphinx (1.3.1-4) ...
Setting up python3 (3.4.3-4) ...
Setting up python3-extras (0.0.3-3) ...
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-7) ...
Setting up python3-pbr (0.11.0-1) ...
Setting up python3-all (3.4.3-4) ...
Setting up python3-coverage (3.7.1+dfsg.1-1+b1) ...
Setting up python3-enum34 (1.0.4-1) ...
Setting up python3-testtools (0.9.39-1) ...
Setting up python3-fixtures (0.3.14-1.1) ...
Setting up python3-funcsigs (0.4-1) ...
Setting up python3-py (1.4.30-2) ...
Setting up python3-pytest (2.7.2-2) ...
Setting up python3-sqlalchemy (1.0.8+ds1-1) ...
Setting up python3-subunit (0.0.18-4) ...
Setting up python3-testrepository (0.0.20-2) ...
Setting up python3-testresources (0.2.7-4) ...
Setting up python3-testscenarios (0.4-4) ...
Setting up testrepository (0.0.20-2) ...
Setting up python3-mock (1.3.0-2.1) ...
Setting up dh-python (2.20150728) ...
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 [python-pykmip_0.3.1-1.dsc]
I: copying [./python-pykmip_0.3.1.orig.tar.xz]
I: copying [./python-pykmip_0.3.1-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat May 2 08:45:37 2015 GMT+12 using RSA key ID AC6B43FE
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./python-pykmip_0.3.1-1.dsc
dpkg-source: info: extracting python-pykmip in python-pykmip-0.3.1
dpkg-source: info: unpacking python-pykmip_0.3.1.orig.tar.xz
dpkg-source: info: unpacking python-pykmip_0.3.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 python-pykmip
dpkg-buildpackage: source version 0.3.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Thomas Goirand <z...@debian.org>
dpkg-source --before-build python-pykmip-0.3.1
dpkg-buildpackage: host architecture amd64
dpkg-source: info: using options from
python-pykmip-0.3.1/debian/source/options:
--extend-diff-ignore=^[^/]*[.]egg-info/
fakeroot debian/rules clean
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from:
binary binary-arch binary-indep build build-arch build-indep clean install
install-arch install-indep)
dh clean --buildsystem=python_distutils --with python2,python3
dh_testdir -O--buildsystem=python_distutils
dh_auto_clean -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
python setup.py clean -a
running clean
'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
find . -name \*.pyc -exec rm {} \+
debian/rules override_dh_clean
make[1]: Entering directory '/tmp/buildd/python-pykmip-0.3.1'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from:
binary binary-arch binary-indep build build-arch build-indep clean install
install-arch install-indep)
dh_clean -O--buildsystem=python_distutils
rm -rf build
make[1]: Leaving directory '/tmp/buildd/python-pykmip-0.3.1'
debian/rules build
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from:
binary binary-arch binary-indep build build-arch build-indep clean install
install-arch install-indep)
dh build --buildsystem=python_distutils --with python2,python3
dh_testdir -O--buildsystem=python_distutils
dh_auto_configure -O--buildsystem=python_distutils
dh_auto_build -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
python setup.py build --force
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/kmip
copying kmip/__init__.py -> build/lib.linux-x86_64-2.7/kmip
creating build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/results.py -> build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/processor.py -> build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/kmip_server.py -> build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/kmip_protocol.py ->
build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/kmip_client.py -> build/lib.linux-x86_64-2.7/kmip/services
copying kmip/services/__init__.py -> build/lib.linux-x86_64-2.7/kmip/services
creating build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/utils.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/server.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/register.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/locate.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/get.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/destroy.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/create.py -> build/lib.linux-x86_64-2.7/kmip/demos
copying kmip/demos/__init__.py -> build/lib.linux-x86_64-2.7/kmip/demos
creating build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/utils.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/server.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/secrets.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/primitives.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/objects.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/misc.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/keys.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/errors.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/enums.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/config_helper.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/attributes.py -> build/lib.linux-x86_64-2.7/kmip/core
copying kmip/core/__init__.py -> build/lib.linux-x86_64-2.7/kmip/core
creating build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/register.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/query.py -> build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/locate.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/get.py -> build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/discover_versions.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/destroy.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/create_key_pair.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/create.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
copying kmip/demos/units/__init__.py ->
build/lib.linux-x86_64-2.7/kmip/demos/units
creating build/lib.linux-x86_64-2.7/kmip/core/repo
copying kmip/core/repo/repo.py -> build/lib.linux-x86_64-2.7/kmip/core/repo
copying kmip/core/repo/mem_repo.py -> build/lib.linux-x86_64-2.7/kmip/core/repo
copying kmip/core/repo/__init__.py -> build/lib.linux-x86_64-2.7/kmip/core/repo
creating build/lib.linux-x86_64-2.7/kmip/core/messages
copying kmip/core/messages/messages.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages
copying kmip/core/messages/contents.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages
copying kmip/core/messages/__init__.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages
creating build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/secrets.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/keys.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/credentials.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/attributes.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/attribute_values.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
copying kmip/core/factories/__init__.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories
creating build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/rekey_key_pair.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/register.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/query.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/locate.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/get.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/discover_versions.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/destroy.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/create_key_pair.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/create.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
copying kmip/core/messages/payloads/__init__.py ->
build/lib.linux-x86_64-2.7/kmip/core/messages/payloads
creating build/lib.linux-x86_64-2.7/kmip/core/factories/payloads
copying kmip/core/factories/payloads/response.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories/payloads
copying kmip/core/factories/payloads/request.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories/payloads
copying kmip/core/factories/payloads/__init__.py ->
build/lib.linux-x86_64-2.7/kmip/core/factories/payloads
copying kmip/logconfig.ini -> build/lib.linux-x86_64-2.7/kmip
creating build/lib.linux-x86_64-2.7/kmip/demos/certs
copying kmip/demos/certs/server.crt ->
build/lib.linux-x86_64-2.7/kmip/demos/certs
copying kmip/demos/certs/server.key ->
build/lib.linux-x86_64-2.7/kmip/demos/certs
debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/buildd/python-pykmip-0.3.1'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from:
binary binary-arch binary-indep build build-arch build-indep clean install
install-arch install-indep)
PYTHONPATH=. python-coverage run --source=kmip/ -m pytest --strict
============================= test session starts ==============================
platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.2
rootdir: /tmp/buildd/python-pykmip-0.3.1, inifile:
collected 550 items
test-requirements.txt .
kmip/tests/core/test_config_helper.py ......
kmip/tests/core/test_primitives.py
..................s........................................sssssssssssssss.......sssssssss..............................ssssssssssssss
kmip/tests/core/test_server.py ..............................
kmip/tests/core/test_utils.py .....s.sssss
kmip/tests/core/attributes/test_application_specific_information.py ..........
kmip/tests/core/attributes/test_attributes.py ssssssss.............
kmip/tests/core/attributes/test_digest.py ........................
kmip/tests/core/factories/test_attribute_values.py ....
kmip/tests/core/factories/payloads/test_payload.py
...............................
kmip/tests/core/factories/payloads/test_request.py
..............................
kmip/tests/core/factories/payloads/test_response.py
..............................
kmip/tests/core/messages/test_messages.py ..................
kmip/tests/core/messages/contents/test_protocol_version.py .................
kmip/tests/core/messages/payloads/test_create_key_pair.py ...................
kmip/tests/core/messages/payloads/test_discover_versions.py ....................
kmip/tests/core/messages/payloads/test_query.py ............................
kmip/tests/core/messages/payloads/test_rekey_key_pair.py .....................
kmip/tests/core/misc/test_misc.py .........
kmip/tests/core/misc/test_server_information.py ................
kmip/tests/core/objects/test_extension_information.py .........................
kmip/tests/core/objects/test_objects.py .........
kmip/tests/services/test_kmip_client.py FFFF...............................
=================================== FAILURES ===================================
____________________ TestKMIPClientIntegration.test_create _____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py", line
122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call -----------------------------
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using given value
'127.0.0.1' for host
2015-08-19 02:36:41,281 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for keyfile
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for certfile
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'CERT_NONE' for cert_reqs
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'None' for ca_certs
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'True' for do_handshake_on_connect
2015-08-19 02:36:41,282 - kmip.core.config_helper - DEBUG - Using given value
'True' for suppress_ragged_eofs
2015-08-19 02:36:41,282 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:42,167 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:42,168 - kmip.core.config_helper - DEBUG - Using value
'127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
keyfile
2015-08-19 02:36:42,169 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
certfile
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using value
'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using value
'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:42,170 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for ca_certs
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:42,171 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
username
2015-08-19 02:36:42,172 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
password
2015-08-19 02:36:42,172 - kmip.services.kmip_client - DEBUG - KMIPProxy
keyfile: None
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG - KMIPProxy
certfile: None
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG - KMIPProxy
cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG - KMIPProxy
ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:42,173 - kmip.services.kmip_client - DEBUG - KMIPProxy
ca_certs: /tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:42,174 - kmip.services.kmip_client - DEBUG - KMIPProxy
do_handshake_on_connect: True
2015-08-19 02:36:42,174 - kmip.services.kmip_client - DEBUG - KMIPProxy
suppress_ragged_eofs: True
____________________ TestKMIPClientIntegration.test_destroy ____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py", line
122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call -----------------------------
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using given value
'127.0.0.1' for host
2015-08-19 02:36:42,431 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for keyfile
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for certfile
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'CERT_NONE' for cert_reqs
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'None' for ca_certs
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'True' for do_handshake_on_connect
2015-08-19 02:36:42,432 - kmip.core.config_helper - DEBUG - Using given value
'True' for suppress_ragged_eofs
2015-08-19 02:36:42,432 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:43,323 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using value
'127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:43,324 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
keyfile
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
certfile
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using value
'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:43,325 - kmip.core.config_helper - DEBUG - Using value
'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:43,326 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for ca_certs
2015-08-19 02:36:43,326 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
username
2015-08-19 02:36:43,327 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
password
2015-08-19 02:36:43,328 - kmip.services.kmip_client - DEBUG - KMIPProxy
keyfile: None
2015-08-19 02:36:43,328 - kmip.services.kmip_client - DEBUG - KMIPProxy
certfile: None
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG - KMIPProxy
cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG - KMIPProxy
ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:43,330 - kmip.services.kmip_client - DEBUG - KMIPProxy
ca_certs: /tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:43,331 - kmip.services.kmip_client - DEBUG - KMIPProxy
do_handshake_on_connect: True
2015-08-19 02:36:43,331 - kmip.services.kmip_client - DEBUG - KMIPProxy
suppress_ragged_eofs: True
______________________ TestKMIPClientIntegration.test_get ______________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py", line
122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call -----------------------------
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'127.0.0.1' for host
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for keyfile
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for certfile
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'CERT_NONE' for cert_reqs
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'None' for ca_certs
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'True' for do_handshake_on_connect
2015-08-19 02:36:43,582 - kmip.core.config_helper - DEBUG - Using given value
'True' for suppress_ragged_eofs
2015-08-19 02:36:43,583 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:44,469 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:44,470 - kmip.core.config_helper - DEBUG - Using value
'127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
keyfile
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
certfile
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using value
'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using value
'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:44,471 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for ca_certs
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
username
2015-08-19 02:36:44,472 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
password
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
keyfile: None
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
certfile: None
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
ca_certs: /tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
do_handshake_on_connect: True
2015-08-19 02:36:44,473 - kmip.services.kmip_client - DEBUG - KMIPProxy
suppress_ragged_eofs: True
___________________ TestKMIPClientIntegration.test_register ____________________
NOTE: Incompatible Exception Representation, displaying natively:
_StringException: Traceback (most recent call last):
File
"/tmp/buildd/python-pykmip-0.3.1/kmip/tests/services/test_kmip_client.py", line
122, in setUp
raise e
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)
----------------------------- Captured stdout call -----------------------------
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'127.0.0.1' for host
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.key' for keyfile
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for certfile
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'CERT_NONE' for cert_reqs
2015-08-19 02:36:44,793 - kmip.core.config_helper - DEBUG - Using given value
'PROTOCOL_SSLv23' for ssl_version
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using given value
'None' for ca_certs
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using given value
'True' for do_handshake_on_connect
2015-08-19 02:36:44,794 - kmip.core.config_helper - DEBUG - Using given value
'True' for suppress_ragged_eofs
2015-08-19 02:36:44,794 - __main__ - INFO - Starting the KMIP server
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using config file
at /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using value
'127.0.0.1' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for host
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using given value
'9090' for port
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
keyfile
2015-08-19 02:36:45,624 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
certfile
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value
'CERT_REQUIRED' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for cert_reqs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value
'PROTOCOL_SSLv23' from configuration file
/tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for ssl_version
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using given value
'/tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt' for ca_certs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
do_handshake_on_connect
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value 'True'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
suppress_ragged_eofs
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
username
2015-08-19 02:36:45,625 - kmip.core.config_helper - DEBUG - Using value 'None'
from configuration file /tmp/buildd/python-pykmip-0.3.1/kmip/kmipconfig.ini for
password
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
keyfile: None
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
certfile: None
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
cert_reqs: 2 (CERT_REQUIRED: 2)
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
ssl_version: 2 (PROTOCOL_SSLv23: 2)
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
ca_certs: /tmp/buildd/python-pykmip-0.3.1/kmip/demos/certs/server.crt
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
do_handshake_on_connect: True
2015-08-19 02:36:45,626 - kmip.services.kmip_client - DEBUG - KMIPProxy
suppress_ragged_eofs: True
=============== 4 failed, 493 passed, 53 skipped in 6.86 seconds ===============
debian/rules:25: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/tmp/buildd/python-pykmip-0.3.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//5237 and its subdirectories
--- End Message ---