Your message dated Wed, 1 Mar 2023 16:55:14 +0100
with message-id <94f1b2ec-2797-99a2-2853-9090bedc0...@debian.org>
and subject line #1031586 (deap FTBFS): No longer applies in current bookworm
has caused the Debian Bug report #1031586,
regarding deap: FTBFS in testing: AttributeError: module 'numpy' has no 
attribute 'bool'
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.)


-- 
1031586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: deap
Version: 1.3.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230217 ftbfs-bookworm

Hi,

During a rebuild of all packages in testing (bookworm), your package failed
to build on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> PYTHONPATH=/<<PKGBUILDDIR>>/../ sphinx-build -b html -d _build/doctrees   . 
> _build/html       
> Running Sphinx v5.3.0
> Matplotlib created a temporary config/cache directory at 
> /tmp/matplotlib-sjrce1n5 because the default path 
> (/sbuild-nonexistent/.config/matplotlib) is not a writable directory; it is 
> highly recommended to set the MPLCONFIGDIR environment variable to a writable 
> directory, in particular to speed up the import of Matplotlib and to better 
> support multiprocessing.
> making output directory... done
> WARNING: favicon file 'deap_orange_icon_32.ico' does not exist
> loading intersphinx inventory from http://docs.python.org/objects.inv...
> loading intersphinx inventory from 
> http://docs.scipy.org/doc/numpy/objects.inv...
> 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 
> 0x7f2346f40b10>: 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.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 0x7f2346f43550>: Failed to establish a new connection: [Errno 111] 
> Connection refused')))
> WARNING: extlinks: Sphinx-6.0 will require a caption string to contain 
> exactly one '%s' and all other '%' need to be escaped as '%%'.
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 43 source files that are out of date
> updating environment: [new config] 43 added, 0 changed, 0 removed
> reading sources... [  2%] about
> reading sources... [  4%] api/algo
> reading sources... [  6%] api/base
> reading sources... [  9%] api/benchmarks
> reading sources... [ 11%] api/creator
> reading sources... [ 13%] api/gp
> reading sources... [ 16%] api/index
> reading sources... [ 18%] api/tools
> reading sources... [ 20%] contributing
> reading sources... [ 23%] examples/bipop_cmaes
> reading sources... [ 25%] examples/cmaes
> reading sources... [ 27%] examples/cmaes_plotting
> reading sources... [ 30%] examples/coev_coop
> reading sources... [ 32%] examples/eda
> reading sources... [ 34%] examples/es_fctmin
> reading sources... [ 37%] examples/es_onefifth
> reading sources... [ 39%] examples/ga_knapsack
> reading sources... [ 41%] examples/ga_onemax
> reading sources... [ 44%] examples/ga_onemax_numpy
> reading sources... [ 46%] examples/ga_onemax_short
> reading sources... [ 48%] examples/gp_ant
> reading sources... [ 51%] examples/gp_multiplexer
> reading sources... [ 53%] examples/gp_parity
> reading sources... [ 55%] examples/gp_spambase
> reading sources... [ 58%] examples/gp_symbreg
> reading sources... [ 60%] examples/index
> reading sources... [ 62%] examples/nsga3
> reading sources... [ 65%] examples/pso_basic
> reading sources... [ 67%] examples/pso_multiswarm
> reading sources... [ 69%] index
> reading sources... [ 72%] installation
> reading sources... [ 74%] overview
> reading sources... [ 76%] porting
> reading sources... [ 79%] releases
> reading sources... [ 81%] tutorials/advanced/benchmarking
> reading sources... [ 83%] tutorials/advanced/checkpoint
> reading sources... [ 86%] tutorials/advanced/constraints
> reading sources... [ 88%] tutorials/advanced/gp
> reading sources... [ 90%] tutorials/advanced/numpy
> reading sources... [ 93%] tutorials/basic/part1
> reading sources... [ 95%] tutorials/basic/part2
> reading sources... [ 97%] tutorials/basic/part3
> reading sources... [100%] tutorials/basic/part4
> 
> WARNING: autodoc: failed to import module 'algorithms' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.eaSimple' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.eaMuPlusLambda' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.eaMuCommaLambda' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.eaGenerateUpdate' 
> from module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.varAnd' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'algorithms.varOr' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import module 'cma' from module 'deap'; the 
> following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'cma.Strategy' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'cma.StrategyOnePlusLambda' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'cma.StrategyMultiObjective' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.ackley:12: WARNING: Exception occurred in plotting ackley
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/ackley.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.bohachevsky:12: WARNING: Exception occurred in plotting 
> bohachevsky
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/bohachevsky.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.griewank:12: WARNING: Exception occurred in plotting griewank
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/griewank.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.h1:16: WARNING: Exception occurred in plotting h1
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/h1.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.himmelblau:20: WARNING: Exception occurred in plotting 
> himmelblau
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/himmelblau.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.rastrigin:12: WARNING: Exception occurred in plotting 
> rastrigin
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/rastrigin.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 20, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.rosenbrock:12: WARNING: Exception occurred in plotting 
> rosenbrock
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/rosenbrock.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 22, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.schaffer:12: WARNING: Exception occurred in plotting schaffer
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/schaffer.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.schwefel:13: WARNING: Exception occurred in plotting schwefel
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/schwefel.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 21, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/__init__.py:docstring of 
> deap.benchmarks.shekel:13: WARNING: Exception occurred in plotting shekel
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/shekel.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 29, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> /<<PKGBUILDDIR>>/doc/../deap/benchmarks/movingpeaks.py:docstring of 
> deap.benchmarks.movingpeaks.MovingPeaks:46: WARNING: Exception occurred in 
> plotting movingsc1
>  from /<<PKGBUILDDIR>>/doc/code/benchmarks/movingsc1.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 27, in <module>
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'float'
> WARNING: autodoc: failed to import module 'gp' from module 'deap'; the 
> following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.PrimitiveTree' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.PrimitiveSet' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.Primitive' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.Terminal' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.Ephemeral' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.compile' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.compileADF' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import class 'gp.PrimitiveSetTyped' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.graph' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.genFull' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.genGrow' from module 'deap'; 
> the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.genHalfAndHalf' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.genRamped' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.cxOnePoint' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.cxOnePointLeafBiased' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.cxSemantic' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutShrink' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutUniform' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutNodeReplacement' from 
> module 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutEphemeral' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutInsert' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> WARNING: autodoc: failed to import function 'gp.mutSemantic' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> /<<PKGBUILDDIR>>/doc/../deap/tools/emo.py:docstring of 
> deap.tools.emo.sortNondominated:14: WARNING: Duplicate explicit target name: 
> "deb2002".
> WARNING: autodoc: failed to import function 'gp.staticLimit' from module 
> 'deap'; the following exception was raised:
> No module named 'tools'
> /<<PKGBUILDDIR>>/deap/tools/emo.py:docstring of 
> deap.tools.emo.sortNondominated:14: WARNING: duplicate citation Deb2002, 
> other instance in /<<PKGBUILDDIR>>/doc/api/tools.rst
> /<<PKGBUILDDIR>>/doc/examples/cmaes.rst:30: WARNING: duplicate citation 
> Hansen2001, other instance in /<<PKGBUILDDIR>>/doc/examples/bipop_cmaes.rst
> /<<PKGBUILDDIR>>/doc/examples/cmaes_plotting.rst:54: WARNING: Exception 
> occurred in plotting cma_plotting
>  from /<<PKGBUILDDIR>>/doc/../examples/es/cma_plotting.py:
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/matplotlib/sphinxext/plot_directive.py", line 
> 517, in _run_code
>     exec(code, ns)
>   File "<string>", line 18, in <module>
>   File "/<<PKGBUILDDIR>>/doc/../deap/algorithms.py", line 30, in <module>
>     import tools
> ModuleNotFoundError: No module named 'tools'
> /<<PKGBUILDDIR>>/doc/examples/eda.rst:20: WARNING: Include file 
> '/<<PKGBUILDDIR>>/examples/eda/fctmin.py' not found or reading it failed
> /<<PKGBUILDDIR>>/doc/examples/eda.rst:40: WARNING: Include file 
> '/<<PKGBUILDDIR>>/examples/eda/fctmin.py' not found or reading it failed
> /<<PKGBUILDDIR>>/doc/examples/eda.rst:52: WARNING: Include file 
> '/<<PKGBUILDDIR>>/examples/eda/fctmin.py' not found or reading it failed
> /<<PKGBUILDDIR>>/doc/examples/es_fctmin.rst:60: WARNING: duplicate citation 
> Beyer2002, other instance in /<<PKGBUILDDIR>>/doc/api/tools.rst
> /<<PKGBUILDDIR>>/doc/examples/gp_symbreg.rst.rst:105: WARNING: line number 
> spec is out of range(1-7): '9'
> /<<PKGBUILDDIR>>/doc/examples/nsga3.rst:109: WARNING: duplicate citation 
> Deb2014, other instance in /<<PKGBUILDDIR>>/doc/api/tools.rst
> /<<PKGBUILDDIR>>/doc/examples/pso_multiswarm.rst:14: WARNING: Include file 
> '/<<PKGBUILDDIR>>/doc/examples/pso/multiswarm.py' not found or reading it 
> failed
> /<<PKGBUILDDIR>>/doc/releases.rst:89: ERROR: Unknown target name: "type".
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  2%] about
> writing output... [  4%] api/algo
> writing output... [  6%] api/base
> writing output... [  9%] api/benchmarks
> writing output... [ 11%] api/creator
> writing output... [ 13%] api/gp
> writing output... [ 16%] api/index
> writing output... [ 18%] api/tools
> writing output... [ 20%] contributing
> writing output... [ 23%] examples/bipop_cmaes
> writing output... [ 25%] examples/cmaes
> writing output... [ 27%] examples/cmaes_plotting
> writing output... [ 30%] examples/coev_coop
> writing output... [ 32%] examples/eda
> writing output... [ 34%] examples/es_fctmin
> writing output... [ 37%] examples/es_onefifth
> writing output... [ 39%] examples/ga_knapsack
> writing output... [ 41%] examples/ga_onemax
> writing output... [ 44%] examples/ga_onemax_numpy
> writing output... [ 46%] examples/ga_onemax_short
> writing output... [ 48%] examples/gp_ant
> writing output... [ 51%] examples/gp_multiplexer
> writing output... [ 53%] examples/gp_parity
> writing output... [ 55%] examples/gp_spambase
> writing output... [ 58%] examples/gp_symbreg
> writing output... [ 60%] examples/index
> writing output... [ 62%] examples/nsga3
> writing output... [ 65%] examples/pso_basic
> writing output... [ 67%] examples/pso_multiswarm
> writing output... [ 69%] index
> writing output... [ 72%] installation
> writing output... [ 74%] overview
> writing output... [ 76%] porting
> writing output... [ 79%] releases
> writing output... [ 81%] tutorials/advanced/benchmarking
> writing output... [ 83%] tutorials/advanced/checkpoint
> writing output... [ 86%] tutorials/advanced/constraints
> writing output... [ 88%] tutorials/advanced/gp
> writing output... [ 90%] tutorials/advanced/numpy
> writing output... [ 93%] tutorials/basic/part1
> writing output... [ 95%] tutorials/basic/part2
> writing output... [ 97%] tutorials/basic/part3
> writing output... [100%] tutorials/basic/part4
> 
> /<<PKGBUILDDIR>>/deap/creator.py:docstring of deap.creator.create:31: 
> WARNING: unknown document: 'tutorials/advanced/numpy'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxOnePoint:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxTwoPoint:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxUniform:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxPartialyMatched:1: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxUniformPartialyMatched:1: WARNING: term not in 
> glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxOrdered:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxBlend:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxESBlend:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxESBlend:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxESTwoPoint:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxESTwoPoint:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxSimulatedBinary:1: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxSimulatedBinaryBounded:1: WARNING: term not in 
> glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxSimulatedBinaryBounded:6: WARNING: term not in 
> glossary: 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxSimulatedBinaryBounded:8: WARNING: term not in 
> glossary: 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/crossover.py:docstring of 
> deap.tools.crossover.cxMessyOnePoint:1: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutGaussian:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutGaussian:3: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutGaussian:5: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutShuffleIndexes:1: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutFlipBit:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutUniformInt:1: WARNING: term not in glossary: 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutUniformInt:1: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutUniformInt:4: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutPolynomialBounded:1: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutPolynomialBounded:4: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutPolynomialBounded:6: WARNING: term not in glossary: 
> 'python:sequence'
> /<<PKGBUILDDIR>>/deap/tools/mutation.py:docstring of 
> deap.tools.mutation.mutESLogNormal:9: WARNING: term not in glossary: 
> 'sequence'
> /<<PKGBUILDDIR>>/doc/examples/ga_onemax_short.rst:7: WARNING: undefined 
> label: '-ga-onemax'
> /<<PKGBUILDDIR>>/doc/tutorials/basic/part2.rst:35: WARNING: undefined label: 
> 'core'
> generating indices... genindex py-modindex done
> highlighting module code... [  6%] deap.base
> highlighting module code... [ 13%] deap.benchmarks
> highlighting module code... [ 20%] deap.benchmarks.binary
> highlighting module code... [ 26%] deap.benchmarks.gp
> highlighting module code... [ 33%] deap.benchmarks.movingpeaks
> highlighting module code... [ 40%] deap.benchmarks.tools
> highlighting module code... [ 46%] deap.creator
> highlighting module code... [ 53%] deap.tools.constraint
> highlighting module code... [ 60%] deap.tools.crossover
> highlighting module code... [ 66%] deap.tools.emo
> highlighting module code... [ 73%] deap.tools.init
> highlighting module code... [ 80%] deap.tools.migration
> highlighting module code... [ 86%] deap.tools.mutation
> highlighting module code... [ 93%] deap.tools.selection
> highlighting module code... [100%] deap.tools.support
> 
> writing additional pages... search done
> copying images... [  7%] _static/deap_long.png
> copying images... [ 14%] _static/lvsn.png
> copying images... [ 21%] _static/ul.gif
> copying images... [ 28%] _build/plot_directive/code/benchmarks/kursawe.png
> copying images... [ 35%] _images/genealogy.png
> copying images... [ 42%] 
> _build/plot_directive/code/examples/nsga3_ref_points.png
> copying images... [ 50%] _images/nsga3.png
> copying images... [ 57%] 
> _build/plot_directive/code/examples/nsga3_ref_points_combined_plot.png
> copying images... [ 64%] _images/constraints.png
> copying images... [ 71%] _images/gptree.png
> copying images... [ 78%] _images/gptypedtrees.png
> copying images... [ 85%] _images/gptypederrtree.png
> copying images... [ 92%] _images/more.png
> copying images... [100%] _images/twin_logbook.png
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 93 warnings.
> 
> The HTML pages are in _build/html.
> 
> Build finished. The HTML pages are in _build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build; 
> python3.11 -m nose -v 
> deap.tests.test_algorithms.test_cma ... ok
> deap.tests.test_algorithms.test_nsga2 ... ok
> deap.tests.test_algorithms.test_mo_cma_es ... ok
> deap.tests.test_algorithms.test_nsga3 ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build/deap/tools/emo.py:624: 
> FutureWarning: In the future `np.bool` will be defined as the corresponding 
> NumPy scalar.  (This may have returned Python scalars in past versions.
>   available = numpy.ones(len(individuals), dtype=numpy.bool)
> ERROR
> test_bin2float (deap.tests.test_benchmarks.BenchmarkTest.test_bin2float) ... 
> ok
> deap.tests.test_creator.test_create ... ok
> deap.tests.test_creator.test_attribute ... ok
> deap.tests.test_creator.test_array ... ok
> deap.tests.test_creator.test_numpy_nocopy ... ok
> deap.tests.test_creator.test_numpy_copy ... ok
> test_statistics_compile 
> (deap.tests.test_init.LogbookTest.test_statistics_compile) ... ok
> test_multi_chapters (deap.tests.test_logbook.LogbookTest.test_multi_chapters) 
> ... ok
> test_no_chapters (deap.tests.test_logbook.LogbookTest.test_no_chapters) ... ok
> test_one_big_chapter 
> (deap.tests.test_logbook.LogbookTest.test_one_big_chapter) ... ok
> test_one_chapter (deap.tests.test_logbook.LogbookTest.test_one_chapter) ... ok
> test_pickle_fitness (deap.tests.test_pickle.Pickling.test_pickle_fitness) ... 
> ok
> test_pickle_ind_array (deap.tests.test_pickle.Pickling.test_pickle_ind_array) 
> ... ok
> test_pickle_ind_list (deap.tests.test_pickle.Pickling.test_pickle_ind_list) 
> ... ok
> test_pickle_ind_ndarray 
> (deap.tests.test_pickle.Pickling.test_pickle_ind_ndarray) ... ok
> test_pickle_logbook (deap.tests.test_pickle.Pickling.test_pickle_logbook) ... 
> ok
> test_pickle_partial (deap.tests.test_pickle.Pickling.test_pickle_partial) ... 
> ok
> test_pickle_population 
> (deap.tests.test_pickle.Pickling.test_pickle_population) ... ok
> test_pickle_tree_ephemeral 
> (deap.tests.test_pickle.Pickling.test_pickle_tree_ephemeral) ... ok
> test_pickle_tree_input 
> (deap.tests.test_pickle.Pickling.test_pickle_tree_input) ... ok
> test_pickle_tree_term (deap.tests.test_pickle.Pickling.test_pickle_tree_term) 
> ... ok
> test_multi_statistics_compile 
> (deap.tests.test_statistics.LogbookTest.test_multi_statistics_compile) ... ok
> test_statistics_compile 
> (deap.tests.test_statistics.LogbookTest.test_statistics_compile) ... ok
> 
> ======================================================================
> ERROR: deap.tests.test_algorithms.test_nsga3
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build/deap/tests/test_algorithms.py",
>  line 213, in test_nsga3
>     pop = toolbox.select(pop, len(pop))
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build/deap/tools/emo.py", line 
> 554, in selNSGA3
>     selected = niching(pareto_fronts[-1], n, niches[sel_count:], 
> dist[sel_count:], niche_counts)
>                
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build/deap/tools/emo.py", line 
> 624, in niching
>     available = numpy.ones(len(individuals), dtype=numpy.bool)
>                                                    ^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in 
> __getattr__
>     raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'bool'
> 
> ----------------------------------------------------------------------
> Ran 27 tests in 1.201s
> 
> FAILED (errors=1)
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build; python3.11 -m nose -v 
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/02/17/deap_1.3.1-3_testing.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230217;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230217&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Hi,

I'm looking at #1031586 because deap is in the dependency chain of packages of mine, but I can't seem to reproduce it. I created a bookworm chroot with cowbuilder and ran the build, and  didn't get the error you mention. This is likely caused by the new version of numpy that migrated to testing on 2023-02-19, one day after this bug was submitted (bad luck :-)

Closing accordingly.

Roland.

--- End Message ---

Reply via email to