Your message dated Fri, 30 Mar 2018 12:06:37 +0000
with message-id <e1f1snl-000c85...@fasolo.debian.org>
and subject line Bug#893360: fixed in pyzmq 17.0.0-1
has caused the Debian Bug report #893360,
regarding ipykernel FTBFS: test failures
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.)


-- 
893360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ipykernel
Version: 4.8.2-2
Severity: serious
Control: affects -1 src:jupyter-notebook

Some recent change in unstable makes ipykernel FTBFS:

https://tests.reproducible-builds.org/debian/history/ipykernel.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ipykernel.html

...
======================================================================
ERROR: IPython.embed_kernel() is basically functional
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 76, in test_embed_kernel_basic
    with setup_kernel(cmd) as client:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 46, in setup_kernel
    raise IOError("Kernel failed to start:\n%s" % e)
IOError: Kernel failed to start:
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "<string>", line 5, in go
  File "/usr/lib/python2.7/dist-packages/IPython/__init__.py", line 91, in 
embed_kernel
    real_embed_kernel(module=module, local_ns=local_ns, **kwargs)
  File "ipykernel/embed.py", line 38, in embed_kernel
    app.initialize([])
  File "<decorator-gen-121>", line 2, in initialize
  File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 
87, in catch_config_error
    return method(app, *args, **kwargs)
  File "ipykernel/kernelapp.py", line 452, in initialize
    zmq_ioloop.install()
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py", line 210, in 
install
    assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'


======================================================================
ERROR: IPython.embed_kernel() inherits calling namespace
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 108, in test_embed_kernel_namespace
    with setup_kernel(cmd) as client:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 46, in setup_kernel
    raise IOError("Kernel failed to start:\n%s" % e)
IOError: Kernel failed to start:
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "<string>", line 5, in go
  File "/usr/lib/python2.7/dist-packages/IPython/__init__.py", line 91, in 
embed_kernel
    real_embed_kernel(module=module, local_ns=local_ns, **kwargs)
  File "ipykernel/embed.py", line 38, in embed_kernel
    app.initialize([])
  File "<decorator-gen-121>", line 2, in initialize
  File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 
87, in catch_config_error
    return method(app, *args, **kwargs)
  File "ipykernel/kernelapp.py", line 452, in initialize
    zmq_ioloop.install()
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py", line 210, in 
install
    assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'


======================================================================
ERROR: IPython.embed_kernel() can be called multiple times
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 146, in test_embed_kernel_reentrant
    with setup_kernel(cmd) as client:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_embed_kernel.py",
 line 46, in setup_kernel
    raise IOError("Kernel failed to start:\n%s" % e)
IOError: Kernel failed to start:
Traceback (most recent call last):
  File "<string>", line 8, in <module>
  File "<string>", line 5, in go
  File "/usr/lib/python2.7/dist-packages/IPython/__init__.py", line 91, in 
embed_kernel
    real_embed_kernel(module=module, local_ns=local_ns, **kwargs)
  File "ipykernel/embed.py", line 38, in embed_kernel
    app.initialize([])
  File "<decorator-gen-121>", line 2, in initialize
  File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 
87, in catch_config_error
    return method(app, *args, **kwargs)
  File "ipykernel/kernelapp.py", line 452, in initialize
    zmq_ioloop.install()
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py", line 210, in 
install
    assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'


======================================================================
ERROR: test suite for <module 'ipykernel.tests.test_eventloop' from 
'/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_eventloop.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 209, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 292, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 315, in 
setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 471, in try_run
    return func()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_eventloop.py",
 line 15, in setup
    KM, KC = start_new_kernel()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/utils.py",
 line 41, in start_new_kernel
    return manager.start_new_kernel(startup_timeout=STARTUP_TIMEOUT, **kwargs)
  File "/usr/lib/python2.7/dist-packages/jupyter_client/manager.py", line 471, 
in start_new_kernel
    kc.wait_for_ready(timeout=startup_timeout)
  File "/usr/lib/python2.7/dist-packages/jupyter_client/blocking/client.py", 
line 120, in wait_for_ready
    raise RuntimeError('Kernel died before replying to kernel_info')
RuntimeError: Kernel died before replying to kernel_info
-------------------- >> begin captured logging << --------------------
traitlets: DEBUG: Starting kernel: [u'/usr/bin/python2.7', u'-m', 
u'ipykernel_launcher', u'-f', u'/tmp/tmp6Q6riw.json']
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:34747
traitlets: DEBUG: connecting shell channel to tcp://127.0.0.1:34749
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:34749
traitlets: DEBUG: connecting iopub channel to tcp://127.0.0.1:55891
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:55891
traitlets: DEBUG: connecting stdin channel to tcp://127.0.0.1:54657
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:54657
traitlets: DEBUG: connecting heartbeat channel to tcp://127.0.0.1:34963
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: simple print statement in kernel
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/test_kernel.py",
 line 42, in test_simple_print
    with kernel() as kc:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/utils.py",
 line 104, in kernel
    yield start_global_kernel()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/utils.py",
 line 88, in start_global_kernel
    KM, KC = start_new_kernel()
  File 
"/build/1st/ipykernel-4.8.2/.pybuild/cpython2_2.7/build/ipykernel/tests/utils.py",
 line 41, in start_new_kernel
    return manager.start_new_kernel(startup_timeout=STARTUP_TIMEOUT, **kwargs)
  File "/usr/lib/python2.7/dist-packages/jupyter_client/manager.py", line 471, 
in start_new_kernel
    kc.wait_for_ready(timeout=startup_timeout)
  File "/usr/lib/python2.7/dist-packages/jupyter_client/blocking/client.py", 
line 120, in wait_for_ready
    raise RuntimeError('Kernel died before replying to kernel_info')
RuntimeError: Kernel died before replying to kernel_info
-------------------- >> begin captured logging << --------------------
traitlets: DEBUG: Starting kernel: [u'/usr/bin/python2.7', u'-m', 
u'ipykernel_launcher', u'-f', u'/tmp/tmpsYBJuT.json']
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:58943
traitlets: DEBUG: connecting shell channel to tcp://127.0.0.1:36615
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:36615
traitlets: DEBUG: connecting iopub channel to tcp://127.0.0.1:47469
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:47469
traitlets: DEBUG: connecting stdin channel to tcp://127.0.0.1:56429
traitlets: DEBUG: Connecting to: tcp://127.0.0.1:56429
traitlets: DEBUG: connecting heartbeat channel to tcp://127.0.0.1:39085
--------------------- >> end captured logging << ---------------------
...

--- End Message ---
--- Begin Message ---
Source: pyzmq
Source-Version: 17.0.0-1

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

Debian distribution maintenance software
pp.
Julian Taylor <jtaylor.deb...@googlemail.com> (supplier of updated pyzmq 
package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 30 Mar 2018 13:26:37 +0200
Source: pyzmq
Binary: python-zmq python-zmq-dbg python3-zmq python3-zmq-dbg pypy-zmq
Architecture: source amd64
Version: 17.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Julian Taylor <jtaylor.deb...@googlemail.com>
Description:
 pypy-zmq   - PyPy bindings for 0MQ library
 python-zmq - Python bindings for 0MQ library
 python-zmq-dbg - Python bindings for 0MQ library - debugging files
 python3-zmq - Python3 bindings for 0MQ library
 python3-zmq-dbg - Python3 bindings for 0MQ library - debugging files
Closes: 893360 894437
Changes:
 pyzmq (17.0.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/control: Deprecating priority extra as per policy 4.0.1
   * d/changelog: Remove trailing whitespaces
 .
   [ Julian Taylor ]
   * New upstream release
   * bump standard to 4.1.1, no changes necessary
   * 0004-tornado-5-compat.patch: fix compatibility with tornado 5
     Closes: #894437, #893360
Checksums-Sha1:
 291015b27a1b9b8bebcc845c7e874c83f01a8c2b 2988 pyzmq_17.0.0-1.dsc
 7a9cd00b1ef4b0438118104f7c8ff6617a7f8499 372895 pyzmq_17.0.0.orig.tar.gz
 c734e05ebe5b2ec6f3847185491d58cf47e77827 11268 pyzmq_17.0.0-1.debian.tar.xz
 af501a2fd7b808cd64b6437b4e441ff475f53ea4 115332 pypy-zmq_17.0.0-1_amd64.deb
 105eb50c875ecfc6b5dae175ceeac2c151eff3c2 196456 
python-zmq-dbg_17.0.0-1_amd64.deb
 793179ec7016954b4b49326578e094beb8377262 252660 python-zmq_17.0.0-1_amd64.deb
 45024bed5c666e2a060641a25395171cb1b3248a 196408 
python3-zmq-dbg_17.0.0-1_amd64.deb
 a876b15eabfce973134dd83099aca30fc120ef0b 254064 python3-zmq_17.0.0-1_amd64.deb
 339a5738cd892168803d90785f3862f11840f4a1 10168 pyzmq_17.0.0-1_amd64.buildinfo
Checksums-Sha256:
 5e612062b63dac25f2bb3a1b283383264588343c6a18b14a59bda093ac1ea960 2988 
pyzmq_17.0.0-1.dsc
 e6c6394bfe32e81b4ccb917fe24c3d7637c894f3c5f4698ccac513bda1f675d9 372895 
pyzmq_17.0.0.orig.tar.gz
 db0daf9cccc4fdfc9fbf4548163626c2aa33d790a1815cf8c564551772b2b96a 11268 
pyzmq_17.0.0-1.debian.tar.xz
 2988b65c1ebd71cd12fa5057864dbb879ce268e30cb92724a874cc863c01c061 115332 
pypy-zmq_17.0.0-1_amd64.deb
 2f9be468e72d3f1f3633709548f156eb7bd14ee70813fabd18756c13c0646732 196456 
python-zmq-dbg_17.0.0-1_amd64.deb
 cb60fd6595f7f63ef1a125ff50518fab5e82c821a99ec2ceb36b2e9bb5a90aed 252660 
python-zmq_17.0.0-1_amd64.deb
 9e1ded5922e2b0b80d72af0d8edf593a95c10d364fd3d4c200e88ff6f440bdc6 196408 
python3-zmq-dbg_17.0.0-1_amd64.deb
 6567acde49444356a65e75ece60c590d6c9354e5517745a63d1e76d4e176e202 254064 
python3-zmq_17.0.0-1_amd64.deb
 dcd653af72484ebad0566e63b4bff28bfc2cd0142457e7d08769943d023090eb 10168 
pyzmq_17.0.0-1_amd64.buildinfo
Files:
 91aee295326331fff3d2ea50b90db1b5 2988 python optional pyzmq_17.0.0-1.dsc
 29dcd90cd6e862ce9b4a0e5efd74ada8 372895 python optional 
pyzmq_17.0.0.orig.tar.gz
 233bcba1e8ad7f926147f6c6470bec5d 11268 python optional 
pyzmq_17.0.0-1.debian.tar.xz
 26a91cf76fdf43cd4b8f4223bdf6f85f 115332 python optional 
pypy-zmq_17.0.0-1_amd64.deb
 7968903bce7abcda12fe9619882ee2cf 196456 debug optional 
python-zmq-dbg_17.0.0-1_amd64.deb
 4de96141a52ca01f9d5ff63ce2c43e4c 252660 python optional 
python-zmq_17.0.0-1_amd64.deb
 8e74f26bd3ce4fa924f427fea16f4c7d 196408 debug optional 
python3-zmq-dbg_17.0.0-1_amd64.deb
 d69438fe132768c9c49fe5d8ea08a0c6 254064 python optional 
python3-zmq_17.0.0-1_amd64.deb
 7988c6d862ae6123ad59af495d8d1d88 10168 python optional 
pyzmq_17.0.0-1_amd64.buildinfo

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

iQIcBAEBCAAGBQJaviP8AAoJEDLMSqwCh1b/24wQAJsnL9/rI7NpDdaPmI/QwXOG
O7m/JYTvgjmtL4c0xstrxcW1MtlCgvEsI13QOcxsbHQwxGiMcN6hviLofpC7qtUW
kGu3Vu8bUUVJmhwjkIRL8s68JBAc7BDyOw8N2suOfLmCkL7BUjw90iX+2eHWY4cT
lClWBE2ZYaixYoaL7bTxJlYZpP9FnBWwhTQGkQebQMp6vZ5FAdidyZ7kjB620Uk3
h8AYUVpPdXE+60ilz8Z3i2lfBB42M23/Ko2Ni1dzmw9mRj9RH52wbgwIiZixbHhG
1EaTekHTDnB/nYl4+jEwPXYc2KqErJjNr2j+fckm15cDZo2L8mqRpYOWdgzWR2Zx
3uBipubS5UQ+TpZClN5RKpONeryWY+Vtu3zM2UTQYIUgIs8wci+Azvjh7qQiAaOi
bczAcCP+5sy/fj7KRPmfMfeg0pK2LHMI/M9Z72sTPEjMyoyxD5iY9BEFuk3Q1e0e
ljdesVgW07HQMRhkxvtME5cyK7Sp/TJwQB9k2pKr7jOihJmu+t1xJIEsyT1ANJ1M
2LYZ1OPo3UJAevDfnQgy0szDz+hsRYLjtW5DHm2J+d4o2jhqJc/QtAtvZ5jW6Ktq
p+bPRRIck2shr4vw4RijLT/OA+ZTmFnXRthXj6DqJ0kHgtNnOaw72enhi8NxHoGf
CxRVPwmVynSFoRLkkIuQ
=YtY3
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to