--- Begin Message ---
Source: deap
Version: 1.3.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm
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'
> 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-8zp2ay5m 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.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 0x7f0e663ebfd0>: 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
> 0x7f0e66394d10>: 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.10_deap/build;
> python3.10 -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.10_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) ... 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) ... ok
> test_multi_chapters (deap.tests.test_logbook.LogbookTest) ... ok
> test_no_chapters (deap.tests.test_logbook.LogbookTest) ... ok
> test_one_big_chapter (deap.tests.test_logbook.LogbookTest) ... ok
> test_one_chapter (deap.tests.test_logbook.LogbookTest) ... ok
> test_pickle_fitness (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_ind_array (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_ind_list (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_ind_ndarray (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_logbook (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_partial (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_population (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_tree_ephemeral (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_tree_input (deap.tests.test_pickle.Pickling) ... ok
> test_pickle_tree_term (deap.tests.test_pickle.Pickling) ... ok
> test_multi_statistics_compile (deap.tests.test_statistics.LogbookTest) ... ok
> test_statistics_compile (deap.tests.test_statistics.LogbookTest) ... 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.10_deap/build/deap/tests/test_algorithms.py",
> line 213, in test_nsga3
> pop = toolbox.select(pop, len(pop))
> File
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_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.10_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 0.754s
>
> FAILED (errors=1)
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_deap/build; python3.10 -m nose -v
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_deap/build;
> python3.11 -m nose -v
> deap.tests.test_algorithms.test_cma ... FAIL
> 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'
>
> ======================================================================
> FAIL: deap.tests.test_algorithms.test_cma
> ----------------------------------------------------------------------
> 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 66, in test_cma
> assert best.fitness.values < (1e-8,), "CMA algorithm did not converged
> properly."
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> AssertionError: CMA algorithm did not converged properly.
> -------------------- >> begin captured stdout << ---------------------
> gen nevals
> 0 8
> 1 8
> 2 8
> 3 8
> 4 8
> 5 8
> 6 8
> 7 8
> 8 8
> 9 8
> 10 8
> 11 8
> 12 8
> 13 8
> 14 8
> 15 8
> 16 8
> 17 8
> 18 8
> 19 8
> 20 8
> 21 8
> 22 8
> 23 8
> 24 8
> 25 8
> 26 8
> 27 8
> 28 8
> 29 8
> 30 8
> 31 8
> 32 8
> 33 8
> 34 8
> 35 8
> 36 8
> 37 8
> 38 8
> 39 8
> 40 8
> 41 8
> 42 8
> 43 8
> 44 8
> 45 8
> 46 8
> 47 8
> 48 8
> 49 8
> 50 8
> 51 8
> 52 8
> 53 8
> 54 8
> 55 8
> 56 8
> 57 8
> 58 8
> 59 8
> 60 8
> 61 8
> 62 8
> 63 8
> 64 8
> 65 8
> 66 8
> 67 8
> 68 8
> 69 8
> 70 8
> 71 8
> 72 8
> 73 8
> 74 8
> 75 8
> 76 8
> 77 8
> 78 8
> 79 8
> 80 8
> 81 8
> 82 8
> 83 8
> 84 8
> 85 8
> 86 8
> 87 8
> 88 8
> 89 8
> 90 8
> 91 8
> 92 8
> 93 8
> 94 8
> 95 8
> 96 8
> 97 8
> 98 8
> 99 8
>
> --------------------- >> end captured stdout << ----------------------
>
> ----------------------------------------------------------------------
> Ran 27 tests in 0.724s
>
> FAILED (errors=1, failures=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.10
> 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/01/13/deap_1.3.1-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&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 ---