Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-deap.spec'], chrootPath='/var/lib/mock/f31-build-19516544-1374391/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/python-deap.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1582070400 Wrote: /builddir/build/SRPMS/python-deap-1.3.1-1.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-deap.spec'], chrootPath='/var/lib/mock/f31-build-19516544-1374391/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/python-deap.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1582070400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rnOFSf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf deap-1.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-deap-1.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd deap-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/remove-sidebar.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i 's/\["git", "rev-parse", "HEAD"\]/["echo", "deap-1.3.1-1.fc31"]/' doc/conf.py + 2to3 -nw doc/conf.py RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored doc/conf.py RefactoringTool: Files that were modified: RefactoringTool: doc/conf.py --- doc/conf.py (original) +++ doc/conf.py (refactored) @@ -51,8 +51,8 @@ master_doc = 'index' # General information about the project. -project = u'DEAP' -copyright = u'2009-%s, DEAP Project' % time.strftime('%Y') +project = 'DEAP' +copyright = '2009-%s, DEAP Project' % time.strftime('%Y') # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -224,8 +224,8 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('contents', 'DEAP.tex', u'DEAP Documentation', - u'DEAP Project', 'manual'), + ('contents', 'DEAP.tex', 'DEAP Documentation', + 'DEAP Project', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -237,7 +237,7 @@ #latex_use_parts = False # Additional stuff for the LaTeX preamble. -latex_preamble = '\usepackage{amsmath,amssymb}' +latex_preamble = '\\usepackage{amsmath,amssymb}' # Documents to append as an appendix to all manuals. #latex_appendices = [] + sed -i -r 's|'\''matplotlib.sphinxext.only_directives'\'',||' doc/conf.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qHu8Zf + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-s390x-3.7 creating build/lib.linux-s390x-3.7/deap copying deap/cma.py -> build/lib.linux-s390x-3.7/deap copying deap/algorithms.py -> build/lib.linux-s390x-3.7/deap copying deap/gp.py -> build/lib.linux-s390x-3.7/deap copying deap/__init__.py -> build/lib.linux-s390x-3.7/deap copying deap/creator.py -> build/lib.linux-s390x-3.7/deap copying deap/base.py -> build/lib.linux-s390x-3.7/deap creating build/lib.linux-s390x-3.7/deap/tools copying deap/tools/emo.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/constraint.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/support.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/mutation.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/indicator.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/__init__.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/crossover.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/selection.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/init.py -> build/lib.linux-s390x-3.7/deap/tools copying deap/tools/migration.py -> build/lib.linux-s390x-3.7/deap/tools creating build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_statistics.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_pickle.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_benchmarks.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/__init__.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_logbook.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_init.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_creator.py -> build/lib.linux-s390x-3.7/deap/tests copying deap/tests/test_algorithms.py -> build/lib.linux-s390x-3.7/deap/tests creating build/lib.linux-s390x-3.7/deap/benchmarks copying deap/benchmarks/binary.py -> build/lib.linux-s390x-3.7/deap/benchmarks copying deap/benchmarks/gp.py -> build/lib.linux-s390x-3.7/deap/benchmarks copying deap/benchmarks/tools.py -> build/lib.linux-s390x-3.7/deap/benchmarks copying deap/benchmarks/__init__.py -> build/lib.linux-s390x-3.7/deap/benchmarks copying deap/benchmarks/movingpeaks.py -> build/lib.linux-s390x-3.7/deap/benchmarks creating build/lib.linux-s390x-3.7/deap/tools/_hypervolume copying deap/tools/_hypervolume/__init__.py -> build/lib.linux-s390x-3.7/deap/tools/_hypervolume copying deap/tools/_hypervolume/pyhv.py -> build/lib.linux-s390x-3.7/deap/tools/_hypervolume Fixing build/lib.linux-s390x-3.7/deap/cma.py build/lib.linux-s390x-3.7/deap/algorithms.py build/lib.linux-s390x-3.7/deap/gp.py build/lib.linux-s390x-3.7/deap/__init__.py build/lib.linux-s390x-3.7/deap/creator.py build/lib.linux-s390x-3.7/deap/base.py build/lib.linux-s390x-3.7/deap/tools/emo.py build/lib.linux-s390x-3.7/deap/tools/constraint.py build/lib.linux-s390x-3.7/deap/tools/support.py build/lib.linux-s390x-3.7/deap/tools/mutation.py build/lib.linux-s390x-3.7/deap/tools/indicator.py build/lib.linux-s390x-3.7/deap/tools/__init__.py build/lib.linux-s390x-3.7/deap/tools/crossover.py build/lib.linux-s390x-3.7/deap/tools/selection.py build/lib.linux-s390x-3.7/deap/tools/init.py build/lib.linux-s390x-3.7/deap/tools/migration.py build/lib.linux-s390x-3.7/deap/tests/test_statistics.py build/lib.linux-s390x-3.7/deap/tests/test_pickle.py build/lib.linux-s390x-3.7/deap/tests/test_benchmarks.py build/lib.linux-s390x-3.7/deap/tests/__init__.py build/lib.linux-s390x-3.7/deap/tests/test_logbook.py build/lib.linux-s390x-3.7/deap/tests/test_init.py build/lib.linux-s390x-3.7/deap/tests/test_creator.py build/lib.linux-s390x-3.7/deap/tests/test_algorithms.py build/lib.linux-s390x-3.7/deap/benchmarks/binary.py build/lib.linux-s390x-3.7/deap/benchmarks/gp.py build/lib.linux-s390x-3.7/deap/benchmarks/tools.py build/lib.linux-s390x-3.7/deap/benchmarks/__init__.py build/lib.linux-s390x-3.7/deap/benchmarks/movingpeaks.py build/lib.linux-s390x-3.7/deap/tools/_hypervolume/__init__.py build/lib.linux-s390x-3.7/deap/tools/_hypervolume/pyhv.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib.linux-s390x-3.7/deap/cma.py build/lib.linux-s390x-3.7/deap/algorithms.py build/lib.linux-s390x-3.7/deap/gp.py build/lib.linux-s390x-3.7/deap/__init__.py build/lib.linux-s390x-3.7/deap/creator.py build/lib.linux-s390x-3.7/deap/base.py build/lib.linux-s390x-3.7/deap/tools/emo.py build/lib.linux-s390x-3.7/deap/tools/constraint.py build/lib.linux-s390x-3.7/deap/tools/support.py build/lib.linux-s390x-3.7/deap/tools/mutation.py build/lib.linux-s390x-3.7/deap/tools/indicator.py build/lib.linux-s390x-3.7/deap/tools/__init__.py build/lib.linux-s390x-3.7/deap/tools/crossover.py build/lib.linux-s390x-3.7/deap/tools/selection.py build/lib.linux-s390x-3.7/deap/tools/init.py build/lib.linux-s390x-3.7/deap/tools/migration.py build/lib.linux-s390x-3.7/deap/tests/test_statistics.py build/lib.linux-s390x-3.7/deap/tests/test_pickle.py build/lib.linux-s390x-3.7/deap/tests/test_benchmarks.py build/lib.linux-s390x-3.7/deap/tests/__init__.py build/lib.linux-s390x-3.7/deap/tests/test_logbook.py build/lib.linux-s390x-3.7/deap/tests/test_init.py build/lib.linux-s390x-3.7/deap/tests/test_creator.py build/lib.linux-s390x-3.7/deap/tests/test_algorithms.py build/lib.linux-s390x-3.7/deap/benchmarks/binary.py build/lib.linux-s390x-3.7/deap/benchmarks/gp.py build/lib.linux-s390x-3.7/deap/benchmarks/tools.py build/lib.linux-s390x-3.7/deap/benchmarks/__init__.py build/lib.linux-s390x-3.7/deap/benchmarks/movingpeaks.py build/lib.linux-s390x-3.7/deap/tools/_hypervolume/__init__.py build/lib.linux-s390x-3.7/deap/tools/_hypervolume/pyhv.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext building 'deap.tools._hypervolume.hv' extension creating build/temp.linux-s390x-3.7 creating build/temp.linux-s390x-3.7/deap creating build/temp.linux-s390x-3.7/deap/tools creating build/temp.linux-s390x-3.7/deap/tools/_hypervolume gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c deap/tools/_hypervolume/_hv.c -o build/temp.linux-s390x-3.7/deap/tools/_hypervolume/_hv.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c deap/tools/_hypervolume/hv.cpp -o build/temp.linux-s390x-3.7/deap/tools/_hypervolume/hv.o g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-3.7/deap/tools/_hypervolume/_hv.o build/temp.linux-s390x-3.7/deap/tools/_hypervolume/hv.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-s390x-3.7/deap/tools/_hypervolume/hv.cpython-37m-s390x-linux-gnu.so + PYTHONPATH=build/lib.linux-s390x-3.7 + sphinx-build-3 doc build/html Running Sphinx v2.1.2 making output directory... done loading intersphinx inventory from http://docs.python.org/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 : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) 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 : HTTPConnectionPool(host='docs.scipy.org', port=80): Max retries exceeded with url: /doc/numpy/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) 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: 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 /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/cma.py:docstring of deap.cma.StrategyOnePlusLambda:34: WARNING: Explicit markup ends without a blank line; unexpected unindent. /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/emo.py:docstring of deap.tools.sortNondominated:14: WARNING: Duplicate explicit target name: "deb2002". /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/emo.py:docstring of deap.tools.sortNondominated:14: WARNING: duplicate citation Deb2002, other instance in /builddir/build/BUILD/deap-1.3.1/doc/api/tools.rst /builddir/build/BUILD/deap-1.3.1/doc/examples/bipop_cmaes.rst:41: WARNING: duplicate citation Hansen2001, other instance in /builddir/build/BUILD/deap-1.3.1/doc/api/algo.rst /builddir/build/BUILD/deap-1.3.1/doc/examples/cmaes.rst:30: WARNING: duplicate citation Hansen2001, other instance in /builddir/build/BUILD/deap-1.3.1/doc/examples/bipop_cmaes.rst /builddir/build/BUILD/deap-1.3.1/doc/examples/eda.rst:20: WARNING: Include file '/builddir/build/BUILD/deap-1.3.1/examples/eda/fctmin.py' not found or reading it failed /builddir/build/BUILD/deap-1.3.1/doc/examples/eda.rst:40: WARNING: Include file '/builddir/build/BUILD/deap-1.3.1/examples/eda/fctmin.py' not found or reading it failed /builddir/build/BUILD/deap-1.3.1/doc/examples/eda.rst:52: WARNING: Include file '/builddir/build/BUILD/deap-1.3.1/examples/eda/fctmin.py' not found or reading it failed /builddir/build/BUILD/deap-1.3.1/doc/examples/es_fctmin.rst:60: WARNING: duplicate citation Beyer2002, other instance in /builddir/build/BUILD/deap-1.3.1/doc/api/tools.rst /builddir/build/BUILD/deap-1.3.1/doc/examples/gp_symbreg.rst.rst:105: WARNING: line number spec is out of range(1-7): '9' /builddir/build/BUILD/deap-1.3.1/doc/examples/nsga3.rst:109: WARNING: duplicate citation Deb2014, other instance in /builddir/build/BUILD/deap-1.3.1/doc/api/tools.rst /builddir/build/BUILD/deap-1.3.1/doc/examples/pso_multiswarm.rst:14: WARNING: Include file '/builddir/build/BUILD/deap-1.3.1/doc/examples/pso/multiswarm.py' not found or reading it failed /builddir/build/BUILD/deap-1.3.1/doc/releases.rst:89: WARNING: Unknown target name: "type". looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/deap-1.3.1/doc/api/tools.rst:22: WARNING: Citation [Koza1989] is not referenced. 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 /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/creator.py:docstring of deap.creator.create:35: WARNING: unknown document: tutorials/advanced/numpy /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxOnePoint:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxTwoPoint:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxUniform:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxPartialyMatched:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxUniformPartialyMatched:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxOrdered:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxBlend:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxESBlend:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxESBlend:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxESTwoPoint:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxESTwoPoint:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxSimulatedBinary:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxSimulatedBinaryBounded:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxSimulatedBinaryBounded:10: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxSimulatedBinaryBounded:12: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/crossover.py:docstring of deap.tools.cxMessyOnePoint:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutGaussian:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutGaussian:7: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutGaussian:9: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutShuffleIndexes:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutFlipBit:1: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutUniformInt:4: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutUniformInt:5: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutUniformInt:8: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutPolynomialBounded:4: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutPolynomialBounded:8: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutPolynomialBounded:10: WARNING: term not in glossary: python:sequence /builddir/build/BUILD/deap-1.3.1/build/lib.linux-s390x-3.7/deap/tools/mutation.py:docstring of deap.tools.mutESLogNormal:13: WARNING: term not in glossary: sequence /builddir/build/BUILD/deap-1.3.1/doc/examples/ga_onemax_short.rst:7: WARNING: undefined label: -ga-onemax (if the link has no caption the label must precede a section header) /builddir/build/BUILD/deap-1.3.1/doc/tutorials/basic/part2.rst:35: WARNING: undefined label: core (if the link has no caption the label must precede a section header) generating indices... genindex py-modindex highlighting module code... [ 5%] deap.algorithms highlighting module code... [ 11%] deap.base highlighting module code... [ 16%] deap.benchmarks highlighting module code... [ 22%] deap.benchmarks.binary highlighting module code... [ 27%] deap.benchmarks.gp highlighting module code... [ 33%] deap.benchmarks.movingpeaks highlighting module code... [ 38%] deap.benchmarks.tools highlighting module code... [ 44%] deap.cma highlighting module code... [ 50%] deap.creator highlighting module code... [ 55%] deap.gp highlighting module code... [ 61%] deap.tools.constraint highlighting module code... [ 66%] deap.tools.crossover highlighting module code... [ 72%] deap.tools.emo highlighting module code... [ 77%] deap.tools.init highlighting module code... [ 83%] deap.tools.migration highlighting module code... [ 88%] deap.tools.mutation highlighting module code... [ 94%] deap.tools.selection highlighting module code... [100%] deap.tools.support writing additional pages... search copying images... [ 3%] _static/deap_long.png copying images... [ 7%] _static/lvsn.png copying images... [ 11%] _static/ul.gif copying images... [ 15%] api/../../build/html/plot_directive/code/benchmarks/ackley.png copying images... [ 19%] api/../../build/html/plot_directive/code/benchmarks/bohachevsky.png copying images... [ 23%] api/../../build/html/plot_directive/code/benchmarks/griewank.png copying images... [ 26%] api/../../build/html/plot_directive/code/benchmarks/h1.png copying images... [ 30%] api/../../build/html/plot_directive/code/benchmarks/himmelblau.png copying images... [ 34%] api/../../build/html/plot_directive/code/benchmarks/rastrigin.png copying images... [ 38%] api/../../build/html/plot_directive/code/benchmarks/rosenbrock.png copying images... [ 42%] api/../../build/html/plot_directive/code/benchmarks/schaffer.png copying images... [ 46%] api/../../build/html/plot_directive/code/benchmarks/schwefel.png copying images... [ 50%] api/../../build/html/plot_directive/code/benchmarks/shekel.png copying images... [ 53%] api/../../build/html/plot_directive/code/benchmarks/kursawe.png copying images... [ 57%] api/../../build/html/plot_directive/code/benchmarks/movingsc1.png copying images... [ 61%] _images/genealogy.png copying images... [ 65%] examples/../../build/html/examples/es/cma_plotting_01_00.png copying images... [ 69%] examples/../../build/html/plot_directive/code/examples/nsga3_ref_points.png copying images... [ 73%] _images/nsga3.png copying images... [ 76%] examples/../../build/html/plot_directive/code/examples/nsga3_ref_points_combined_plot.png copying images... [ 80%] _images/constraints.png copying images... [ 84%] _images/gptree.png copying images... [ 88%] _images/gptypedtrees.png copying images... [ 92%] _images/gptypederrtree.png copying images... [ 96%] _images/more.png copying images... [100%] _images/twin_logbook.png copying static files... WARNING: favicon file 'deap_orange_icon_32.ico' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 48 warnings. The HTML pages are in build/html. + rm -rf build/html/.doctrees build/html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XM8Dye + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x ++ dirname /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x + cd deap-1.3.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x running install running install_lib creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64 creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/cma.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/algorithms.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/gp.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/__init__.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/creator.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap copying build/lib.linux-s390x-3.7/deap/base.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/emo.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/constraint.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/support.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/mutation.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/indicator.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/__init__.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/crossover.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/selection.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/init.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools copying build/lib.linux-s390x-3.7/deap/tools/migration.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume copying build/lib.linux-s390x-3.7/deap/tools/_hypervolume/__init__.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume copying build/lib.linux-s390x-3.7/deap/tools/_hypervolume/pyhv.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume copying build/lib.linux-s390x-3.7/deap/tools/_hypervolume/hv.cpython-37m-s390x-linux-gnu.so -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/_hypervolume/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume/__pycache__ creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/constraint.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/crossover.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/emo.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/indicator.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/init.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/migration.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/mutation.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/selection.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ copying build/lib.linux-s390x-3.7/deap/tools/__pycache__/support.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/__pycache__ creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_statistics.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_pickle.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_benchmarks.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/__init__.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_logbook.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_init.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_creator.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests copying build/lib.linux-s390x-3.7/deap/tests/test_algorithms.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks copying build/lib.linux-s390x-3.7/deap/benchmarks/binary.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks copying build/lib.linux-s390x-3.7/deap/benchmarks/gp.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks copying build/lib.linux-s390x-3.7/deap/benchmarks/tools.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks copying build/lib.linux-s390x-3.7/deap/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks copying build/lib.linux-s390x-3.7/deap/benchmarks/movingpeaks.py -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ copying build/lib.linux-s390x-3.7/deap/benchmarks/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ copying build/lib.linux-s390x-3.7/deap/benchmarks/__pycache__/binary.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ copying build/lib.linux-s390x-3.7/deap/benchmarks/__pycache__/gp.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ copying build/lib.linux-s390x-3.7/deap/benchmarks/__pycache__/movingpeaks.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ copying build/lib.linux-s390x-3.7/deap/benchmarks/__pycache__/tools.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/benchmarks/__pycache__ creating /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/algorithms.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/cma.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/base.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/creator.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ copying build/lib.linux-s390x-3.7/deap/__pycache__/gp.cpython-37.pyc -> /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/__pycache__ byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume/pyhv.py to pyhv.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_statistics.py to test_statistics.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_pickle.py to test_pickle.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_benchmarks.py to test_benchmarks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_logbook.py to test_logbook.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_init.py to test_init.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_creator.py to test_creator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tests/test_algorithms.py to test_algorithms.cpython-37.pyc writing byte-compilation script '/tmp/tmp3kelifx9.py' /usr/bin/python3 /tmp/tmp3kelifx9.py removing /tmp/tmp3kelifx9.py running install_egg_info running egg_info writing deap.egg-info/PKG-INFO writing dependency_links to deap.egg-info/dependency_links.txt writing requirements to deap.egg-info/requires.txt writing top-level names to deap.egg-info/top_level.txt reading manifest file 'deap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.hpp' under directory 'deap' warning: no files found matching '*.h' under directory 'examples' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'deap.egg-info/SOURCES.txt' Copying deap.egg-info to /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap-1.3.1-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.3.1-1.fc31 --unique-debug-suffix -1.3.1-1.fc31.s390x --unique-debug-src-base python-deap-1.3.1-1.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/deap-1.3.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume/hv.cpython-37m-s390x-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7/site-packages/deap/tools/_hypervolume/hv.cpython-37m-s390x-linux-gnu.so original debug info size: 104kB, size after compression: 96kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 104 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qIFtsc + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + /usr/bin/python3 setup.py nosetests --exclude test_cma running nosetests writing deap.egg-info/PKG-INFO writing dependency_links to deap.egg-info/dependency_links.txt writing requirements to deap.egg-info/requires.txt writing top-level names to deap.egg-info/top_level.txt reading manifest file 'deap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.hpp' under directory 'deap' warning: no files found matching '*.h' under directory 'examples' no previously-included directories found matching 'doc/_build' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'deap.egg-info/SOURCES.txt' .......................... ---------------------------------------------------------------------- Ran 26 tests in 0.820s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-deap-1.3.1-1.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Teiu9f + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + cp -pr README.md /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FUcNng + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-deap = 1.3.1-1.fc31 python3-deap = 1.3.1-1.fc31 python3-deap(s390-64) = 1.3.1-1.fc31 python3.7dist(deap) = 1.3.1 python3dist(deap) = 1.3.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.7m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 3.7 python3.7dist(numpy) rtld(GNU_HASH) Obsoletes: python-deap < 1.3.1-1.fc31 Processing files: python-deap-doc-1.3.1-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fpfXif + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + cp -pr build/html /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/doc/python-deap + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8NKFRf + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x/usr/share/licenses/python-deap + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-deap-doc = 1.3.1-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-deap-debugsource-1.3.1-1.fc31.s390x Provides: python-deap-debugsource = 1.3.1-1.fc31 python-deap-debugsource(s390-64) = 1.3.1-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-deap-debuginfo-1.3.1-1.fc31.s390x Provides: debuginfo(build-id) = eba3324040fde4bce1a1aadd4f15b9b373dadeb1 python3-deap-debuginfo = 1.3.1-1.fc31 python3-deap-debuginfo(s390-64) = 1.3.1-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-deap-debugsource(s390-64) = 1.3.1-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x Wrote: /builddir/build/RPMS/python3-deap-1.3.1-1.fc31.s390x.rpm Wrote: /builddir/build/RPMS/python-deap-debugsource-1.3.1-1.fc31.s390x.rpm Wrote: /builddir/build/RPMS/python3-deap-debuginfo-1.3.1-1.fc31.s390x.rpm Wrote: /builddir/build/RPMS/python-deap-doc-1.3.1-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f1Nzod + umask 022 + cd /builddir/build/BUILD + cd deap-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-deap-1.3.1-1.fc31.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0