Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682179818.272912/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-kedro-0.18.7-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682179818.272912/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-kedro-0.18.7-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682179818.272912/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lVKowS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kedro-0.18.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/kedro-0.18.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kedro-0.18.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BRa5Z8 + umask 022 + cd /builddir/build/BUILD + cd kedro-0.18.7 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/kedro copying kedro/__init__.py -> build/lib/kedro copying kedro/utils.py -> build/lib/kedro copying kedro/__main__.py -> build/lib/kedro creating build/lib/kedro/ipython copying kedro/ipython/__init__.py -> build/lib/kedro/ipython creating build/lib/kedro/framework copying kedro/framework/__init__.py -> build/lib/kedro/framework copying kedro/framework/startup.py -> build/lib/kedro/framework creating build/lib/kedro/extras copying kedro/extras/__init__.py -> build/lib/kedro/extras creating build/lib/kedro/io copying kedro/io/__init__.py -> build/lib/kedro/io copying kedro/io/core.py -> build/lib/kedro/io copying kedro/io/memory_dataset.py -> build/lib/kedro/io copying kedro/io/cached_dataset.py -> build/lib/kedro/io copying kedro/io/data_catalog.py -> build/lib/kedro/io copying kedro/io/partitioned_dataset.py -> build/lib/kedro/io copying kedro/io/lambda_dataset.py -> build/lib/kedro/io creating build/lib/kedro/config copying kedro/config/__init__.py -> build/lib/kedro/config copying kedro/config/omegaconf_config.py -> build/lib/kedro/config copying kedro/config/templated_config.py -> build/lib/kedro/config copying kedro/config/abstract_config.py -> build/lib/kedro/config copying kedro/config/config.py -> build/lib/kedro/config copying kedro/config/common.py -> build/lib/kedro/config creating build/lib/kedro/runner copying kedro/runner/__init__.py -> build/lib/kedro/runner copying kedro/runner/runner.py -> build/lib/kedro/runner copying kedro/runner/parallel_runner.py -> build/lib/kedro/runner copying kedro/runner/sequential_runner.py -> build/lib/kedro/runner copying kedro/runner/thread_runner.py -> build/lib/kedro/runner creating build/lib/kedro/pipeline copying kedro/pipeline/__init__.py -> build/lib/kedro/pipeline copying kedro/pipeline/modular_pipeline.py -> build/lib/kedro/pipeline copying kedro/pipeline/node.py -> build/lib/kedro/pipeline copying kedro/pipeline/pipeline.py -> build/lib/kedro/pipeline creating build/lib/kedro/framework/cli copying kedro/framework/cli/__init__.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/registry.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/utils.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/project.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/catalog.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/jupyter.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/micropkg.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/starters.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/pipeline.py -> build/lib/kedro/framework/cli copying kedro/framework/cli/cli.py -> build/lib/kedro/framework/cli creating build/lib/kedro/framework/hooks copying kedro/framework/hooks/__init__.py -> build/lib/kedro/framework/hooks copying kedro/framework/hooks/markers.py -> build/lib/kedro/framework/hooks copying kedro/framework/hooks/manager.py -> build/lib/kedro/framework/hooks copying kedro/framework/hooks/specs.py -> build/lib/kedro/framework/hooks creating build/lib/kedro/framework/session copying kedro/framework/session/__init__.py -> build/lib/kedro/framework/session copying kedro/framework/session/session.py -> build/lib/kedro/framework/session copying kedro/framework/session/store.py -> build/lib/kedro/framework/session copying kedro/framework/session/shelvestore.py -> build/lib/kedro/framework/session creating build/lib/kedro/framework/project copying kedro/framework/project/__init__.py -> build/lib/kedro/framework/project creating build/lib/kedro/framework/context copying kedro/framework/context/__init__.py -> build/lib/kedro/framework/context copying kedro/framework/context/context.py -> build/lib/kedro/framework/context creating build/lib/kedro/framework/cli/hooks copying kedro/framework/cli/hooks/__init__.py -> build/lib/kedro/framework/cli/hooks copying kedro/framework/cli/hooks/markers.py -> build/lib/kedro/framework/cli/hooks copying kedro/framework/cli/hooks/manager.py -> build/lib/kedro/framework/cli/hooks copying kedro/framework/cli/hooks/specs.py -> build/lib/kedro/framework/cli/hooks creating build/lib/kedro/extras/logging copying kedro/extras/logging/__init__.py -> build/lib/kedro/extras/logging copying kedro/extras/logging/color_logger.py -> build/lib/kedro/extras/logging creating build/lib/kedro/extras/extensions copying kedro/extras/extensions/__init__.py -> build/lib/kedro/extras/extensions copying kedro/extras/extensions/ipython.py -> build/lib/kedro/extras/extensions creating build/lib/kedro/extras/datasets copying kedro/extras/datasets/__init__.py -> build/lib/kedro/extras/datasets creating build/lib/kedro/extras/datasets/spark copying kedro/extras/datasets/spark/__init__.py -> build/lib/kedro/extras/datasets/spark copying kedro/extras/datasets/spark/spark_hive_dataset.py -> build/lib/kedro/extras/datasets/spark copying kedro/extras/datasets/spark/deltatable_dataset.py -> build/lib/kedro/extras/datasets/spark copying kedro/extras/datasets/spark/spark_dataset.py -> build/lib/kedro/extras/datasets/spark copying kedro/extras/datasets/spark/spark_jdbc_dataset.py -> build/lib/kedro/extras/datasets/spark creating build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/__init__.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/excel_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/xml_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/hdf_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/sql_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/gbq_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/feather_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/parquet_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/json_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/generic_dataset.py -> build/lib/kedro/extras/datasets/pandas copying kedro/extras/datasets/pandas/csv_dataset.py -> build/lib/kedro/extras/datasets/pandas creating build/lib/kedro/extras/datasets/pickle copying kedro/extras/datasets/pickle/__init__.py -> build/lib/kedro/extras/datasets/pickle copying kedro/extras/datasets/pickle/pickle_dataset.py -> build/lib/kedro/extras/datasets/pickle creating build/lib/kedro/extras/datasets/tracking copying kedro/extras/datasets/tracking/__init__.py -> build/lib/kedro/extras/datasets/tracking copying kedro/extras/datasets/tracking/metrics_dataset.py -> build/lib/kedro/extras/datasets/tracking copying kedro/extras/datasets/tracking/json_dataset.py -> build/lib/kedro/extras/datasets/tracking creating build/lib/kedro/extras/datasets/redis copying kedro/extras/datasets/redis/__init__.py -> build/lib/kedro/extras/datasets/redis copying kedro/extras/datasets/redis/redis_dataset.py -> build/lib/kedro/extras/datasets/redis creating build/lib/kedro/extras/datasets/dask copying kedro/extras/datasets/dask/__init__.py -> build/lib/kedro/extras/datasets/dask copying kedro/extras/datasets/dask/parquet_dataset.py -> build/lib/kedro/extras/datasets/dask creating build/lib/kedro/extras/datasets/biosequence copying kedro/extras/datasets/biosequence/__init__.py -> build/lib/kedro/extras/datasets/biosequence copying kedro/extras/datasets/biosequence/biosequence_dataset.py -> build/lib/kedro/extras/datasets/biosequence creating build/lib/kedro/extras/datasets/email copying kedro/extras/datasets/email/__init__.py -> build/lib/kedro/extras/datasets/email copying kedro/extras/datasets/email/message_dataset.py -> build/lib/kedro/extras/datasets/email creating build/lib/kedro/extras/datasets/holoviews copying kedro/extras/datasets/holoviews/holoviews_writer.py -> build/lib/kedro/extras/datasets/holoviews copying kedro/extras/datasets/holoviews/__init__.py -> build/lib/kedro/extras/datasets/holoviews creating build/lib/kedro/extras/datasets/plotly copying kedro/extras/datasets/plotly/__init__.py -> build/lib/kedro/extras/datasets/plotly copying kedro/extras/datasets/plotly/plotly_dataset.py -> build/lib/kedro/extras/datasets/plotly copying kedro/extras/datasets/plotly/json_dataset.py -> build/lib/kedro/extras/datasets/plotly creating build/lib/kedro/extras/datasets/json copying kedro/extras/datasets/json/__init__.py -> build/lib/kedro/extras/datasets/json copying kedro/extras/datasets/json/json_dataset.py -> build/lib/kedro/extras/datasets/json creating build/lib/kedro/extras/datasets/video copying kedro/extras/datasets/video/__init__.py -> build/lib/kedro/extras/datasets/video copying kedro/extras/datasets/video/video_dataset.py -> build/lib/kedro/extras/datasets/video creating build/lib/kedro/extras/datasets/api copying kedro/extras/datasets/api/__init__.py -> build/lib/kedro/extras/datasets/api copying kedro/extras/datasets/api/api_dataset.py -> build/lib/kedro/extras/datasets/api creating build/lib/kedro/extras/datasets/networkx copying kedro/extras/datasets/networkx/__init__.py -> build/lib/kedro/extras/datasets/networkx copying kedro/extras/datasets/networkx/gml_dataset.py -> build/lib/kedro/extras/datasets/networkx copying kedro/extras/datasets/networkx/graphml_dataset.py -> build/lib/kedro/extras/datasets/networkx copying kedro/extras/datasets/networkx/json_dataset.py -> build/lib/kedro/extras/datasets/networkx creating build/lib/kedro/extras/datasets/yaml copying kedro/extras/datasets/yaml/__init__.py -> build/lib/kedro/extras/datasets/yaml copying kedro/extras/datasets/yaml/yaml_dataset.py -> build/lib/kedro/extras/datasets/yaml creating build/lib/kedro/extras/datasets/matplotlib copying kedro/extras/datasets/matplotlib/__init__.py -> build/lib/kedro/extras/datasets/matplotlib copying kedro/extras/datasets/matplotlib/matplotlib_writer.py -> build/lib/kedro/extras/datasets/matplotlib creating build/lib/kedro/extras/datasets/text copying kedro/extras/datasets/text/__init__.py -> build/lib/kedro/extras/datasets/text copying kedro/extras/datasets/text/text_dataset.py -> build/lib/kedro/extras/datasets/text creating build/lib/kedro/extras/datasets/geopandas copying kedro/extras/datasets/geopandas/__init__.py -> build/lib/kedro/extras/datasets/geopandas copying kedro/extras/datasets/geopandas/geojson_dataset.py -> build/lib/kedro/extras/datasets/geopandas creating build/lib/kedro/extras/datasets/tensorflow copying kedro/extras/datasets/tensorflow/__init__.py -> build/lib/kedro/extras/datasets/tensorflow copying kedro/extras/datasets/tensorflow/tensorflow_model_dataset.py -> build/lib/kedro/extras/datasets/tensorflow creating build/lib/kedro/extras/datasets/pillow copying kedro/extras/datasets/pillow/__init__.py -> build/lib/kedro/extras/datasets/pillow copying kedro/extras/datasets/pillow/image_dataset.py -> build/lib/kedro/extras/datasets/pillow creating build/lib/kedro/extras/datasets/svmlight copying kedro/extras/datasets/svmlight/__init__.py -> build/lib/kedro/extras/datasets/svmlight copying kedro/extras/datasets/svmlight/svmlight_dataset.py -> build/lib/kedro/extras/datasets/svmlight running egg_info writing kedro.egg-info/PKG-INFO writing dependency_links to kedro.egg-info/dependency_links.txt writing entry points to kedro.egg-info/entry_points.txt writing requirements to kedro.egg-info/requires.txt writing top-level names to kedro.egg-info/top_level.txt reading manifest file 'kedro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'templates' adding license file 'LICENSE.md' writing manifest file 'kedro.egg-info/SOURCES.txt' copying kedro/py.typed -> build/lib/kedro creating build/lib/kedro/templates creating build/lib/kedro/templates/pipeline copying kedro/templates/pipeline/cookiecutter.json -> build/lib/kedro/templates/pipeline creating build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/README.md -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/__init__.py -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/nodes.py -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/pipeline.py -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} creating build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config creating build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters/{{ cookiecutter.pipeline_name }}.yml -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters creating build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/__init__.py -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests copying kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/test_pipeline.py -> build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests creating build/lib/kedro/templates/project copying kedro/templates/project/cookiecutter.json -> build/lib/kedro/templates/project copying kedro/templates/project/prompts.yml -> build/lib/kedro/templates/project creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/.gitignore -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/README.md -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/pyproject.toml -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/setup.cfg -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }} creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/README.md -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/catalog.yml -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/logging.yml -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/parameters.yml -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local copying kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/credentials.yml -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting copying kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source copying kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source copying kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/index.rst -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/logs copying kedro/templates/project/{{ cookiecutter.repo_name }}/logs/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/logs creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks copying kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks/.gitkeep -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/requirements.txt -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/setup.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/__init__.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/test_run.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines/__init__.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__main__.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline_registry.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/settings.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} creating build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines copying kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/__init__.py -> build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines copying kedro/ipython/logo-32x32.png -> build/lib/kedro/ipython copying kedro/ipython/logo-64x64.png -> build/lib/kedro/ipython copying kedro/ipython/logo-svg.svg -> build/lib/kedro/ipython copying kedro/framework/project/default_logging.yml -> build/lib/kedro/framework/project + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SZrgB7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 + cd kedro-0.18.7 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro copying build/lib/kedro/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython copying build/lib/kedro/ipython/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython copying build/lib/kedro/ipython/logo-32x32.png -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython copying build/lib/kedro/ipython/logo-svg.svg -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython copying build/lib/kedro/ipython/logo-64x64.png -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/registry.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks copying build/lib/kedro/framework/cli/hooks/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks copying build/lib/kedro/framework/cli/hooks/markers.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks copying build/lib/kedro/framework/cli/hooks/manager.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks copying build/lib/kedro/framework/cli/hooks/specs.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks copying build/lib/kedro/framework/cli/utils.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/project.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/catalog.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/jupyter.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/micropkg.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/starters.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/pipeline.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/cli/cli.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli copying build/lib/kedro/framework/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks copying build/lib/kedro/framework/hooks/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks copying build/lib/kedro/framework/hooks/markers.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks copying build/lib/kedro/framework/hooks/manager.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks copying build/lib/kedro/framework/hooks/specs.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session copying build/lib/kedro/framework/session/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session copying build/lib/kedro/framework/session/session.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session copying build/lib/kedro/framework/session/store.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session copying build/lib/kedro/framework/session/shelvestore.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/project copying build/lib/kedro/framework/project/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/project copying build/lib/kedro/framework/project/default_logging.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/project creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/context copying build/lib/kedro/framework/context/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/context copying build/lib/kedro/framework/context/context.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/context copying build/lib/kedro/framework/startup.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework copying build/lib/kedro/utils.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras copying build/lib/kedro/extras/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/logging copying build/lib/kedro/extras/logging/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/logging copying build/lib/kedro/extras/logging/color_logger.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/logging creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/extensions copying build/lib/kedro/extras/extensions/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/extensions copying build/lib/kedro/extras/extensions/ipython.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/extensions creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets copying build/lib/kedro/extras/datasets/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark copying build/lib/kedro/extras/datasets/spark/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark copying build/lib/kedro/extras/datasets/spark/spark_hive_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark copying build/lib/kedro/extras/datasets/spark/deltatable_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark copying build/lib/kedro/extras/datasets/spark/spark_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark copying build/lib/kedro/extras/datasets/spark/spark_jdbc_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/excel_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/xml_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/hdf_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/sql_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/gbq_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/feather_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/parquet_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/json_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/generic_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas copying build/lib/kedro/extras/datasets/pandas/csv_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pickle copying build/lib/kedro/extras/datasets/pickle/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pickle copying build/lib/kedro/extras/datasets/pickle/pickle_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pickle creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking copying build/lib/kedro/extras/datasets/tracking/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking copying build/lib/kedro/extras/datasets/tracking/metrics_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking copying build/lib/kedro/extras/datasets/tracking/json_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/redis copying build/lib/kedro/extras/datasets/redis/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/redis copying build/lib/kedro/extras/datasets/redis/redis_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/redis creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/dask copying build/lib/kedro/extras/datasets/dask/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/dask copying build/lib/kedro/extras/datasets/dask/parquet_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/dask creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/biosequence copying build/lib/kedro/extras/datasets/biosequence/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/biosequence copying build/lib/kedro/extras/datasets/biosequence/biosequence_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/biosequence creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/email copying build/lib/kedro/extras/datasets/email/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/email copying build/lib/kedro/extras/datasets/email/message_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/email creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/holoviews copying build/lib/kedro/extras/datasets/holoviews/holoviews_writer.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/holoviews copying build/lib/kedro/extras/datasets/holoviews/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/holoviews creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly copying build/lib/kedro/extras/datasets/plotly/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly copying build/lib/kedro/extras/datasets/plotly/plotly_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly copying build/lib/kedro/extras/datasets/plotly/json_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/json copying build/lib/kedro/extras/datasets/json/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/json copying build/lib/kedro/extras/datasets/json/json_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/json creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/video copying build/lib/kedro/extras/datasets/video/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/video copying build/lib/kedro/extras/datasets/video/video_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/video creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/api copying build/lib/kedro/extras/datasets/api/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/api copying build/lib/kedro/extras/datasets/api/api_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/api creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx copying build/lib/kedro/extras/datasets/networkx/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx copying build/lib/kedro/extras/datasets/networkx/gml_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx copying build/lib/kedro/extras/datasets/networkx/graphml_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx copying build/lib/kedro/extras/datasets/networkx/json_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/yaml copying build/lib/kedro/extras/datasets/yaml/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/yaml copying build/lib/kedro/extras/datasets/yaml/yaml_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/yaml creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/matplotlib copying build/lib/kedro/extras/datasets/matplotlib/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/matplotlib copying build/lib/kedro/extras/datasets/matplotlib/matplotlib_writer.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/matplotlib creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/text copying build/lib/kedro/extras/datasets/text/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/text copying build/lib/kedro/extras/datasets/text/text_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/text creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/geopandas copying build/lib/kedro/extras/datasets/geopandas/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/geopandas copying build/lib/kedro/extras/datasets/geopandas/geojson_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/geopandas creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tensorflow copying build/lib/kedro/extras/datasets/tensorflow/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tensorflow copying build/lib/kedro/extras/datasets/tensorflow/tensorflow_model_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tensorflow creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pillow copying build/lib/kedro/extras/datasets/pillow/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pillow copying build/lib/kedro/extras/datasets/pillow/image_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pillow creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/svmlight copying build/lib/kedro/extras/datasets/svmlight/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/svmlight copying build/lib/kedro/extras/datasets/svmlight/svmlight_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/svmlight creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/core.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/memory_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/cached_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/data_catalog.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/partitioned_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/io/lambda_dataset.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io copying build/lib/kedro/__main__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }} creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/credentials.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/parameters.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/catalog.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/logging.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/conf/README.md -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/conf creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/index.rst -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/setup.cfg -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/pyproject.toml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/README.md -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/.gitignore -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }} creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/test_run.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/requirements.txt -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__main__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline_registry.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/settings.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }} creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/src/setup.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/logs copying build/lib/kedro/templates/project/{{ cookiecutter.repo_name }}/logs/.gitkeep -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/logs copying build/lib/kedro/templates/project/prompts.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project copying build/lib/kedro/templates/project/cookiecutter.json -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/test_pipeline.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/nodes.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/README.md -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters/{{ cookiecutter.pipeline_name }}.yml -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters copying build/lib/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/pipeline.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }} copying build/lib/kedro/templates/pipeline/cookiecutter.json -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/omegaconf_config.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/templated_config.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/abstract_config.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/config.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config copying build/lib/kedro/config/common.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/runner/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/runner/runner.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/runner/parallel_runner.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/runner/sequential_runner.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/runner/thread_runner.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner copying build/lib/kedro/py.typed -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro creating /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline copying build/lib/kedro/pipeline/__init__.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline copying build/lib/kedro/pipeline/modular_pipeline.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline copying build/lib/kedro/pipeline/node.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline copying build/lib/kedro/pipeline/pipeline.py -> /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/ipython/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks/markers.py to markers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/hooks/specs.py to specs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/project.py to project.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/jupyter.py to jupyter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/micropkg.py to micropkg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/starters.py to starters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/cli/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks/markers.py to markers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/hooks/specs.py to specs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session/session.py to session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session/store.py to store.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/session/shelvestore.py to shelvestore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/project/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/context/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/context/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/framework/startup.py to startup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/logging/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/logging/color_logger.py to color_logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/extensions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/extensions/ipython.py to ipython.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark/spark_hive_dataset.py to spark_hive_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark/deltatable_dataset.py to deltatable_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark/spark_dataset.py to spark_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/spark/spark_jdbc_dataset.py to spark_jdbc_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/excel_dataset.py to excel_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/xml_dataset.py to xml_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/hdf_dataset.py to hdf_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/sql_dataset.py to sql_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/gbq_dataset.py to gbq_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/feather_dataset.py to feather_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/parquet_dataset.py to parquet_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/json_dataset.py to json_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/generic_dataset.py to generic_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pandas/csv_dataset.py to csv_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pickle/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pickle/pickle_dataset.py to pickle_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking/metrics_dataset.py to metrics_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tracking/json_dataset.py to json_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/redis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/redis/redis_dataset.py to redis_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/dask/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/dask/parquet_dataset.py to parquet_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/biosequence/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/biosequence/biosequence_dataset.py to biosequence_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/email/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/email/message_dataset.py to message_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/holoviews/holoviews_writer.py to holoviews_writer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/holoviews/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly/plotly_dataset.py to plotly_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/plotly/json_dataset.py to json_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/json/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/json/json_dataset.py to json_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/video/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/video/video_dataset.py to video_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/api/api_dataset.py to api_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx/gml_dataset.py to gml_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx/graphml_dataset.py to graphml_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/networkx/json_dataset.py to json_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/yaml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/yaml/yaml_dataset.py to yaml_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/matplotlib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/matplotlib/matplotlib_writer.py to matplotlib_writer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/text/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/text/text_dataset.py to text_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/geopandas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/geopandas/geojson_dataset.py to geojson_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tensorflow/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/tensorflow/tensorflow_model_dataset.py to tensorflow_model_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pillow/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/pillow/image_dataset.py to image_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/svmlight/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/extras/datasets/svmlight/svmlight_dataset.py to svmlight_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/memory_dataset.py to memory_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/cached_dataset.py to cached_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/data_catalog.py to data_catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/partitioned_dataset.py to partitioned_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/io/lambda_dataset.py to lambda_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py to conf.cpython-39.pyc File "/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py", line 24 from {{ cookiecutter.python_package }} import __version__ as release ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/test_run.py to test_run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/tests/pipelines/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline_registry.py to pipeline_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/src/setup.py to setup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/test_pipeline.py to test_pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/nodes.py to nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/omegaconf_config.py to omegaconf_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/templated_config.py to templated_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/abstract_config.py to abstract_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/config/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner/parallel_runner.py to parallel_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner/sequential_runner.py to sequential_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/runner/thread_runner.py to thread_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline/modular_pipeline.py to modular_pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/pipeline/pipeline.py to pipeline.cpython-39.pyc writing byte-compilation script '/tmp/tmpwc8lruds.py' /usr/bin/python3 /tmp/tmpwc8lruds.py File "/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py", line 24 from {{ cookiecutter.python_package }} import __version__ as release ^ SyntaxError: invalid syntax removing /tmp/tmpwc8lruds.py running install_egg_info running egg_info writing kedro.egg-info/PKG-INFO writing dependency_links to kedro.egg-info/dependency_links.txt writing entry points to kedro.egg-info/entry_points.txt writing requirements to kedro.egg-info/requires.txt writing top-level names to kedro.egg-info/top_level.txt reading manifest file 'kedro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'templates' adding license file 'LICENSE.md' writing manifest file 'kedro.egg-info/SOURCES.txt' Copying kedro.egg-info to /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro-0.18.7-py3.9.egg-info running install_scripts Installing kedro script to /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64//usr/share/doc/python-kedro + '[' -d doc ']' ~/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 ~/build/BUILD/kedro-0.18.7 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/kedro-0.18.7 + mv /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.18.7-1 --unique-debug-suffix -0.18.7-1.x86_64 --unique-debug-src-base python-kedro-0.18.7-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/kedro-0.18.7 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-kedro-0.18.7-1.x86_64/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py'... File "/usr/lib/python3.9/site-packages/kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py", line 24 from {{ cookiecutter.python_package }} import __version__ as release ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.SZrgB7 (%install) Bad exit status from /var/tmp/rpm-tmp.SZrgB7 (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kedro.spec