Your message dated Fri, 28 Jan 2022 13:33:44 +0000
with message-id <e1ndrno-000dl0...@fasolo.debian.org>
and subject line Bug#1004478: fixed in emscripten 3.1.2~dfsg+~1.39.6-3
has caused the Debian Bug report #1004478,
regarding emscripten: attempts internet communication during build
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.)


-- 
1004478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: emscripten
Version: 3.1.1~dfsg+~1.39.6-5
Severity: serious

Hello, some tests are trying to reach googleapis

test_global_inits (test_other.other) ... skipped 'relies on fastcomp 
EXIT_RUNTIME=0 optimization not implemented/disabled'
ports:INFO: retrieving port: giflib from 
https://storage.googleapis.com/webassembly/emscripten-ports/giflib-5.2.1.tar.gz
test_headless (test_other.other) ... ok (1.28s)
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in 
_new_conn
    conn = connection.create_connection(
  File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in 
create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in 
urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 382, in 
_make_request
    self._validate_conn(conn)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1012, 
in _validate_conn
    conn.connect()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in 
connect
    conn = self._new_conn()
  File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in 
_new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object 
at 0x7fb43b5b75b0>: Failed to establish a new connection: [Errno -2] Name or 
service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in 
urlopen
    retries = retries.increment(
  File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 574, in 
increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='storage.googleapis.com', 
port=443): Max retries exceeded with url: 
/webassembly/emscripten-ports/giflib-5.2.1.tar.gz (Caused by 
NewConnectionError('<urllib3.connection.HTTPSConnection object at 
0x7fb43b5b75b0>: Failed to establish a new connection: [Errno -2] Name or service 
not known'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 3912, in 
<module>
    sys.exit(main(sys.argv))
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 3905, in main
    ret = run(args)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 1117, in run
    linker_inputs = phase_compile_inputs(options, state, newargs, input_files)
  File "/usr/lib/python3.10/contextlib.py", line 79, in inner
    return func(*args, **kwds)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 2609, in 
phase_compile_inputs
    compile_source_file(i, input_file)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 2589, in 
compile_source_file
    cmd = get_clang_command(input_file)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 2530, in 
get_clang_command
    return get_compiler(src_file) + get_cflags(state.orig_args) + compile_args 
+ [src_file]
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/emcc.py", line 905, in 
get_cflags
    ports.add_cflags(cflags, settings)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/tools/ports/__init__.py", 
line 364, in add_cflags
    port.get(Ports, settings, shared)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/tools/ports/giflib.py", 
line 19, in get
    ports.fetch_project('giflib', 
f'https://storage.googleapis.com/webassembly/emscripten-ports/giflib-{VERSION}.tar.gz',
 f'giflib-{VERSION}', sha512hash=HASH)
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/tools/ports/__init__.py", 
line 258, in fetch_project
    retrieve()
  File "/<<BUILDDIR>>/emscripten-3.1.1~dfsg+~1.39.6/tools/ports/__init__.py", 
line 213, in retrieve
    response = requests.get(url)
  File "/usr/lib/python3/dist-packages/requests/api.py", line 76, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in 
request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: 
HTTPSConnectionPool(host='storage.googleapis.com', port=443): Max retries exceeded 
with url: /webassembly/emscripten-ports/giflib-5.2.1.tar.gz (Caused by 
NewConnectionError('<urllib3.connection.HTTPSConnection object at 
0x7fb43b5b75b0>: Failed to establish a new connection: [Errno -2] Name or service 
not known'))
test_giflib (test_other.other) ... FAIL


I think we should disable them.

G.

--- End Message ---
--- Begin Message ---
Source: emscripten
Source-Version: 3.1.2~dfsg+~1.39.6-3
Done: Jonas Smedegaard <d...@jones.dk>

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated emscripten 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: Fri, 28 Jan 2022 14:06:49 +0100
Source: emscripten
Architecture: source
Version: 3.1.2~dfsg+~1.39.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1004478
Changes:
 emscripten (3.1.2~dfsg+~1.39.6-3) unstable; urgency=medium
 .
   * fix avoid test test_giflib requiring download of Emscripten port;
     closes: bug#1004478, thanks to Gianfranco Costamagna
   * update testsuite coverage
Checksums-Sha1:
 f9ed492ad0a1614aed36c979bb9c140708dbd6d3 2976 
emscripten_3.1.2~dfsg+~1.39.6-3.dsc
 3ee8e52cb9069ae8c749633b0401ed60c633cb6f 83900 
emscripten_3.1.2~dfsg+~1.39.6-3.debian.tar.xz
 31b2374de7a15f872df4a7e456dbe0831dd0e1e5 12351 
emscripten_3.1.2~dfsg+~1.39.6-3_amd64.buildinfo
Checksums-Sha256:
 2018b0d5d12cff0c1d34b19eaa6eb9a804bb2c23495b0ccca781390e42cee0fc 2976 
emscripten_3.1.2~dfsg+~1.39.6-3.dsc
 3dfe5e5e72a9a4068555cdc4d48b48f945f34f5e0322b759be4ae558410f1d18 83900 
emscripten_3.1.2~dfsg+~1.39.6-3.debian.tar.xz
 a5894f36953ef311500fb66e252d44a9b73f89d90dd94530300d19bc00292616 12351 
emscripten_3.1.2~dfsg+~1.39.6-3_amd64.buildinfo
Files:
 c3fa86cf210c8e0ae6d9f1bd647fba94 2976 devel optional 
emscripten_3.1.2~dfsg+~1.39.6-3.dsc
 29a17605c04a4da8fad2491808bf3bdc 83900 devel optional 
emscripten_3.1.2~dfsg+~1.39.6-3.debian.tar.xz
 b79ff4236f3a90491c9a9ef9a77712f2 12351 devel optional 
emscripten_3.1.2~dfsg+~1.39.6-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmHz7MgACgkQLHwxRsGg
ASFtZw//TU06XKB3H7UAX8EEdnxQzkkQGDF8JddXf/Psvq/Qb/2LXfY5OAl0MRgY
IxUFmoHGqBkg8LCnyvrWh5xe3pVGrRYqQ+DFukEF7aKLYRHsI1KBEwo2Yy50Z/RL
OcI2CZ7fDGxsIbMb3S4f39OdcwoJ6i1d3bMwfMw5JoTvaRdtqJH8ZnWmwBDAtGLg
aPGOW9VmJJ1QWd9aesA8jADXj/9V/FwF3H58+lzetx1S1aceFhQF1P1NmX+C8glj
YgREqB4y9rBSRw5Mc6Ik53BQyvLjrskro6UiwmdzGfPAqKE8IXTqIM8BhEyiQAvi
fpDhmuf7hoW5rJkGw4wnIC82Y4EYOZrim9JBvATkW+sfBGLQY9UvaG9Q8zin96KA
CrC5F9q7wMg0CgkV0pIcEcsC1bweG1jjREnXxUp9Aus++WftSXrjg2SI8V1ay9Uw
Y1qrVJqzEYwRs6Kj208/XfuM+GaQIKk0oAPVuPXQpXv4sRkNbbL9BGu/t/WMYXGA
oGLRfnYEQp56Dn+kABZFQ6zbqddV0zhd89iH/QMJFbO9qNX0TAvV7RK+ffvNyCiK
LdKWlwYiO6Q8DRme626bng/OMslYxJ7J21FRzXWuV28FC8dQaMKyZMH0UmomnMzV
01bn+/CgL1T1uE/ov1cikEUYEens1vwp4MwPiViHmbE+dj4Q7zQ=
=lWM0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to