Your message dated Sat, 11 Jul 2020 15:06:41 +0000
with message-id <e1juh5n-000ai8...@fasolo.debian.org>
and subject line Bug#964640: fixed in patsy 0.5.1-2
has caused the Debian Bug report #964640,
regarding patsy: FTBFS: RuntimeError: Non Expected warning in
`/<<PKGBUILDDIR>>/doc/spline-regression.rst` line 205
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.)
--
964640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: patsy
Version: 0.5.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> sphinx-build -b html -d _build/doctrees . _build/html
> Running Sphinx v2.4.3
> WARNING: Support for evaluating Python 2 syntax is deprecated and will be
> removed in Sphinx 4.0. Convert /<<PKGBUILDDIR>>/doc/conf.py to Python 3
> syntax.
> python exec: /usr/bin/python3
> sys.path: ['/usr/share/sphinx/scripts/python3', '/usr/lib/python38.zip',
> '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload',
> '/usr/local/lib/python3.8/dist-packages', '/usr/lib/python3/dist-packages']
> numpy: 1.19.0, /usr/lib/python3/dist-packages/numpy/__init__.py
> matplotlib: 3.2.2, /usr/lib/python3/dist-packages/matplotlib/__init__.py
> ipython: 7.16.1, /usr/lib/python3/dist-packages/IPython/__init__.py
> making output directory... done
> loading intersphinx inventory from http://docs.python.org/objects.inv...
> loading intersphinx inventory from
> http://docs.scipy.org/doc/numpy/objects.inv...
> loading intersphinx inventory from
> http://pandas.pydata.org/pandas-docs/stable/objects.inv...
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://docs.scipy.org/doc/numpy/objects.inv' not
> fetchable due to <class 'requests.exceptions.ProxyError'>:
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url:
> http://docs.scipy.org/doc/numpy/objects.inv (Caused by ProxyError('Cannot
> connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection
> object at 0x7f7411457490>: Failed to establish a new connection: [Errno 111]
> Connection refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due
> to <class 'requests.exceptions.ProxyError'>:
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url:
> http://docs.python.org/objects.inv (Caused by ProxyError('Cannot connect to
> proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at
> 0x7f7411457070>: Failed to establish a new connection: [Errno 111] Connection
> refused')))
> WARNING: failed to reach any of the inventories with the following issues:
> intersphinx inventory
> 'http://pandas.pydata.org/pandas-docs/stable/objects.inv' not fetchable due
> to <class 'requests.exceptions.ProxyError'>:
> HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url:
> http://pandas.pydata.org/pandas-docs/stable/objects.inv (Caused by
> ProxyError('Cannot connect to proxy.',
> NewConnectionError('<urllib3.connection.HTTPConnection object at
> 0x7f7411457880>: Failed to establish a new connection: [Errno 111] Connection
> refused')))
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 14 source files that are out of date
> updating environment: [new config] 14 added, 0 changed, 0 removed
> reading sources... [ 7%] API-reference
> reading sources... [ 14%] R-comparison
> reading sources... [ 21%] builtins-reference
> reading sources... [ 28%] categorical-coding
> reading sources... [ 35%] changes
> reading sources... [ 42%] expert-model-specification
> reading sources... [ 50%] formulas
> reading sources... [ 57%] index
> reading sources... [ 64%] library-developers
> reading sources... [ 71%] overview
> reading sources... [ 78%] py2-versus-py3
> reading sources... [ 85%] quickstart
> reading sources... [ 92%] spline-regression
>
> Exception occurred:
> File
> "/usr/lib/python3/dist-packages/IPython/sphinxext/ipython_directive.py", line
> 586, in process_input
> raise RuntimeError('Non Expected warning in `{}` line
> {}'.format(filename, lineno))
> RuntimeError: Non Expected warning in
> `/<<PKGBUILDDIR>>/doc/spline-regression.rst` line 205
> The full traceback has been saved in /tmp/sphinx-err-9vjsafgr.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
>
>
> >>>-------------------------------------------------------------------------
> Warning in /<<PKGBUILDDIR>>/doc/spline-regression.rst at block ending on line
> 205
> Specify :okwarning: as an option in the ipython:: block to suppress this
> message
> ----------------------------------------------------------------------------
> /usr/lib/python3/dist-packages/numpy/core/_asarray.py:136:
> VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences
> (which is a list-or-tuple of lists-or-tuples-or ndarrays with different
> lengths or shapes) is deprecated. If you meant to do this, you must specify
> 'dtype=object' when creating the ndarray
> return array(a, dtype, copy=False, order=order, subok=True)
> <<<-------------------------------------------------------------------------
> make[2]: *** [Makefile:33: html] Error 2
The full build log is available from:
http://qa-logs.debian.net/2020/07/09/patsy_0.5.1-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: patsy
Source-Version: 0.5.1-2
Done: Nilesh Patra <npatra...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
patsy, 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 964...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated patsy 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: Sat, 11 Jul 2020 14:13:25 +0000
Source: patsy
Architecture: source
Version: 0.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 964640
Changes:
patsy (0.5.1-2) unstable; urgency=medium
.
* Team Upload.
* Allow warnings in ipython docs (Closes: #964640)
* Remove External image links : privacy breach fix
* Fix copyright
* Fix Build-Deps, compat version: 13, Rules-Requires-Root:no
* Fix Deprecated adttmp
* s/http/https/
* Fix with cme
* Fix lintian
Checksums-Sha1:
a1e90d72bf1272cd5ae9998229b84691f9e84135 2292 patsy_0.5.1-2.dsc
134dc6bd4a302dc08ad5a94e3fa96270e23bff5c 9600 patsy_0.5.1-2.debian.tar.xz
528f4c200fb515cf8ad2b9124eedea96a2f0acae 8249 patsy_0.5.1-2_amd64.buildinfo
Checksums-Sha256:
470450ce630c7af9f731129080c66f39777e1f1558140aa6d58e7d2c99938b74 2292
patsy_0.5.1-2.dsc
355fbab947de39412920649c00356a422276867a4b04beb5b9b9041249ad2f0f 9600
patsy_0.5.1-2.debian.tar.xz
e373819cea8b11c1bfddd5a66d19cb9442f163f7a208c6d9035bd36414b2382d 8249
patsy_0.5.1-2_amd64.buildinfo
Files:
1dff5bd7a351ea47b8a6077ded63bcfe 2292 python optional patsy_0.5.1-2.dsc
0b2d97c6b45fb2cd22b22922664f0b5e 9600 python optional
patsy_0.5.1-2.debian.tar.xz
6e9bb8d13f8f5977db8b05ca85e4b9c9 8249 python optional
patsy_0.5.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl8Jz6QUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafEzFw/6An3Mjnz4iEtOyrYxE/sd52XVk/ks
e5ju94H7VauDc1AV0wMRJTNVHLSYYBTOT4Ef8xHJpJap+pMjss/9wE0RQWip2ulH
pjNM8PbTnVscwSAj7ZpB6n9ad0v3IvDtzv9Pd7fUZlU6/17IMiU2iDfDjUnNd153
tmpnFg/Vi8ee6psUPnWFgZfKXV+/LaZydbCraLw4FilMQmLOm0mP6PzarWB1lt/W
+VPZ9zub8Cq89PDnLAOATiSgfyovKElLw7h39QQBEKWc/px6r4rKZa3EccEnwIgM
w6j9s3MiGQVHglIrsZtGbV9llTfzLo3tbcVCGT9w2M1KRZwYmPya1ESccFkaF+ku
pE0YQdklD2px5HH2gHZvmRC3Vg7Q21Klbs7E0k2x06Ll9fCAH34Ou2dW9C0y8wkm
yqPoQBfyQwftTr1CfYa3uGQ0/GZiGHhR+qTxIiq817CB/qFnkzlwg9OzreL2ec7G
o+xxp5E+RlytYHGMC3hEFw+FrOZjhWsQwYlhn1vQz3kGrDhuZdoML6deJr01X0nT
EJl8QPJ+gd55VXbdO88YSn37UHGAaJ+dvQfEuY20pznQ3/xzHEEj7RkX46BooOBf
cjbeuOjVrNUS9dJL5MwyHUZnrZH389vNa16xy5jwNbK89pN+tqaYGFSDHX+HO06z
cK+bZVTwGlWm+QM=
=9ZZV
-----END PGP SIGNATURE-----
--- End Message ---