Your message dated Thu, 08 Nov 2018 00:36:21 +0000
with message-id <e1gkyj3-0006jo...@fasolo.debian.org>
and subject line Bug#912103: fixed in python-certbot-dns-route53 0.28.0-1
has caused the Debian Bug report #912103,
regarding python-certbot-dns-route53 FTBFS: ConnectionRefusedError: [Errno 111] 
Connection refused
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
912103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912103
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-certbot-dns-route53
Version: 0.23.0-2
Severity: serious
Tags: ftbfs

Some recent change in unstable makes python-certbot-dns-route53 FTBFS:

https://tests.reproducible-builds.org/debian/history/python-certbot-dns-route53.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-certbot-dns-route53.html

...
======================================================================
ERROR: test_cleanup (certbot_dns_route53.dns_route53_test.AuthenticatorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 141, in 
_new_conn
    (self.host, self.port), self.timeout, **extra_kw)
  File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 83, in 
create_connection
    raise err
  File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in 
create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in 
urlopen
    chunked=chunked)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 357, in 
_make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.6/http/client.py", line 1239, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 125, in 
_send_request
    method, url, body, headers, *args, **kwargs)
  File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 152, in 
_send_output
    self.send(msg)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 236, in 
send
    return super(AWSConnection, self).send(str)
  File "/usr/lib/python3.6/http/client.py", line 964, in send
    self.connect()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 166, in 
connect
    conn = self._new_conn()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 150, in 
_new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <botocore.awsrequest.AWSHTTPConnection 
object at 0x7fe256361358>: Failed to establish a new connection: [Errno 111] 
Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/botocore/httpsession.py", line 242, in 
send
    decode_content=False,
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 639, in 
urlopen
    _stacktrace=sys.exc_info()[2])
  File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 333, in 
increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/usr/lib/python3/dist-packages/six.py", line 692, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in 
urlopen
    chunked=chunked)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 357, in 
_make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.6/http/client.py", line 1239, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 125, in 
_send_request
    method, url, body, headers, *args, **kwargs)
  File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 152, in 
_send_output
    self.send(msg)
  File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 236, in 
send
    return super(AWSConnection, self).send(str)
  File "/usr/lib/python3.6/http/client.py", line 964, in send
    self.connect()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 166, in 
connect
    conn = self._new_conn()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 150, in 
_new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.ProxyError: ('Cannot connect to proxy.', 
NewConnectionError('<botocore.awsrequest.AWSHTTPConnection object at 
0x7fe256361358>: Failed to establish a new connection: [Errno 111] Connection 
refused',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/build/1st/python-certbot-dns-route53-0.23.0/certbot_dns_route53/dns_route53_test.py",
 line 23, in setUp
    self.auth = Authenticator(self.config, "route53")
  File 
"/build/1st/python-certbot-dns-route53-0.23.0/certbot_dns_route53/dns_route53.py",
 line 36, in __init__
    self.r53 = boto3.client("route53")
  File "/usr/lib/python3/dist-packages/boto3/__init__.py", line 91, in client
    return _get_default_session().client(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/boto3/session.py", line 263, in client
    aws_session_token=aws_session_token, config=config)
  File "/usr/lib/python3/dist-packages/botocore/session.py", line 878, in 
create_client
    credentials = self.get_credentials()
  File "/usr/lib/python3/dist-packages/botocore/session.py", line 479, in 
get_credentials
    'credential_provider').load_credentials()
  File "/usr/lib/python3/dist-packages/botocore/credentials.py", line 1663, in 
load_credentials
    creds = provider.load()
  File "/usr/lib/python3/dist-packages/botocore/credentials.py", line 842, in 
load
    metadata = fetcher.retrieve_iam_role_credentials()
  File "/usr/lib/python3/dist-packages/botocore/utils.py", line 291, in 
retrieve_iam_role_credentials
    r = self._get_request(url, timeout, num_attempts)
  File "/usr/lib/python3/dist-packages/botocore/utils.py", line 276, in 
_get_request
    response = self._session.send(request.prepare())
  File "/usr/lib/python3/dist-packages/botocore/httpsession.py", line 264, in 
send
    raise ProxyConnectionError(proxy_url=proxy_url, error=e)
botocore.exceptions.ProxyConnectionError: Failed to connect to proxy URL: 
"http://127.0.0.1:9/";
...
Ran 17 tests in 0.061s

FAILED (errors=17)
Test failed: <unittest.runner.TextTestResult run=17 errors=17 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=17 errors=17 failures=0>
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: 
python3.6 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13
make: *** [debian/rules:6: build] Error 25

--- End Message ---
--- Begin Message ---
Source: python-certbot-dns-route53
Source-Version: 0.28.0-1

We believe that the bug you reported is fixed in the latest version of
python-certbot-dns-route53, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 912...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Harlan Lieberman-Berg <hlieber...@debian.org> (supplier of updated 
python-certbot-dns-route53 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 07 Nov 2018 19:00:19 -0500
Source: python-certbot-dns-route53
Binary: python3-certbot-dns-route53 python-certbot-dns-route53-doc
Architecture: source
Version: 0.28.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Let's Encrypt Team <team+letsencr...@tracker.debian.org>
Changed-By: Harlan Lieberman-Berg <hlieber...@debian.org>
Description:
 python-certbot-dns-route53-doc - Documentation for the Route53 DNS plugin for 
Certbot
 python3-certbot-dns-route53 - Route53 DNS plugin for Certbot
Closes: 912103
Changes:
 python-certbot-dns-route53 (0.28.0-1) unstable; urgency=medium
 .
   * New upstream version 0.28.0 (Closes: #912103)
   * Bump dep on python3-acme to match upstream
   * Add R-R-R; bump S-V to latest.
Checksums-Sha1:
 45523745b5cf4b3ff1656cc9809b7c578803de37 2969 
python-certbot-dns-route53_0.28.0-1.dsc
 534933889d794d8baaeb5735d23b50fc61110d67 14497 
python-certbot-dns-route53_0.28.0.orig.tar.gz
 f8adb52b986141833fec447abbad157d29e1a479 488 
python-certbot-dns-route53_0.28.0.orig.tar.gz.asc
 9665fa86b910be1c6fb531c56e99625b70ee7050 4552 
python-certbot-dns-route53_0.28.0-1.debian.tar.xz
 1bcbcfc48812b509bb52accc104adf6b1741f38c 8668 
python-certbot-dns-route53_0.28.0-1_amd64.buildinfo
Checksums-Sha256:
 e74c74ec2c945ec72a27623b116149539b2e39ba8feca780b5a4408519f51c99 2969 
python-certbot-dns-route53_0.28.0-1.dsc
 3b5799563cff43e0602404a9adaa30c94ac38be6f3eb372536b8740472eae0e1 14497 
python-certbot-dns-route53_0.28.0.orig.tar.gz
 39a2158b081c270874d23587929d26ed17c9d9cba0915de683d1264f8f751d11 488 
python-certbot-dns-route53_0.28.0.orig.tar.gz.asc
 be6f1eec3be5d4b3f3a1072d724c457555d978e6cced57db919f219ee0be7dab 4552 
python-certbot-dns-route53_0.28.0-1.debian.tar.xz
 9c4ac4d82ce80924f0688df12a598b863b791ed0debeab9c363e8107a982d456 8668 
python-certbot-dns-route53_0.28.0-1_amd64.buildinfo
Files:
 2fb41aebc456f6872c9621a635e9f079 2969 python optional 
python-certbot-dns-route53_0.28.0-1.dsc
 a330853ef205bd5440d0d23ffb4900a6 14497 python optional 
python-certbot-dns-route53_0.28.0.orig.tar.gz
 64cc595538ae700b3dbb1d9bf16f18ba 488 python optional 
python-certbot-dns-route53_0.28.0.orig.tar.gz.asc
 ecd630a1244cf9cb143b933705225a2e 4552 python optional 
python-certbot-dns-route53_0.28.0-1.debian.tar.xz
 bd856583da439b759e7d7289debf6655 8668 python optional 
python-certbot-dns-route53_0.28.0-1_amd64.buildinfo

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

iQKqBAEBCgCUFiEEAUCsXNRiG9DwejN3fudPmcDF31sFAlvjgHZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDAx
NDBBQzVDRDQ2MjFCRDBGMDdBMzM3NzdFRTc0Rjk5QzBDNURGNUIWHGhsaWViZXJt
YW5AZGViaWFuLm9yZwAKCRB+50+ZwMXfW9VKD/9FIgEssUf6qhz/TZKF5ZwtYG39
IZTPBZoZtE5j3GFDMccQ0dPF2DCAUukZJ3e1xpNGDj+NqpFQBYy9VnSFj4f+wRSa
rtNdia8lirqAi2wX1NcTWbyfIT89m1qoiHa6wZqR81hVBkTCE4KWS7u9s5K4LPfr
mtmKG5/TVpFQj3dpzQxQLI16xaiunfexL1XYcWDuA+70+HSLVCaj54BC2ssCALx0
0pSNids+HSv2fKnwDKT1ZtdkqhhSn4qWiISKYyg+9/64yBYCVqVVtNUiayU6t0ho
0MU6+cMeChBTpQHi8IfUGpzzn6T5EoyzkZ1ZzhQoTM1c8C9h+6QBN1gADc3FviKh
0Fri4gyZHdn2MgDKsOYJXZD2Azc7VxiFS5p9l1oM/Ex/UrriLyGmGTbHZ7bqGVDE
WjfSNOyFJ2eIXlRw9FDHgVV0iVa5XSlfwEDFdJEdYc5PMYxNtwJ9eoASe4KA7P+A
rtuN9y1FRcDtUuW1o/wGcHVUXjHbyHv3GQJusjXaP/eh//LFWo0gX3duqSW1tjJi
39M9WwBTeoWhlvCgWXnvMJ4Cb3fI6soyjZhwFiZ995u/rKDLm3Jnc1RJFCGWD24o
Jt1TVz8wXbDhgmNtJHTdNARru5tYpwIea4BHTSWy/GAY+mX1yTofBw8Ijf3uWEbI
t0d+sm+70nn3F5UcQA==
=1hf+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to