[Reproducible-builds] Bug#796160: python-pykmip: FTBFS: Test certificates expired
Chris Lamb
lamby at debian.org
Wed Aug 19 20:34:38 UTC 2015
Source: python-pykmip
Version: 0.3.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at 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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: python-pykmip.0.3.1-1.unstable.amd64.log.txt
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150819/c5b1100f/attachment.txt>
More information about the Reproducible-builds
mailing list