Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681681828.038913/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 aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-cartoframes-1.2.5-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681681828.038913/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 aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-cartoframes-1.2.5-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1681681828.038913/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 aarch64 --nodeps /builddir/build/SPECS/python-cartoframes.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mlChdS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cartoframes-1.2.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/cartoframes-1.2.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cartoframes-1.2.5 + /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.HTaC0N + umask 022 + cd /builddir/build/BUILD + cd cartoframes-1.2.5 + 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 -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/cartoframes copying cartoframes/_version.py -> build/lib/cartoframes copying cartoframes/__init__.py -> build/lib/cartoframes copying cartoframes/exceptions.py -> build/lib/cartoframes creating build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/cartoframes/io copying cartoframes/io/dataset_info.py -> build/lib/cartoframes/io copying cartoframes/io/carto.py -> build/lib/cartoframes/io copying cartoframes/io/__init__.py -> build/lib/cartoframes/io creating build/lib/cartoframes/viz copying cartoframes/viz/layer.py -> build/lib/cartoframes/viz copying cartoframes/viz/popup.py -> build/lib/cartoframes/viz copying cartoframes/viz/widget_list.py -> build/lib/cartoframes/viz copying cartoframes/viz/map.py -> build/lib/cartoframes/viz copying cartoframes/viz/style.py -> build/lib/cartoframes/viz copying cartoframes/viz/themes.py -> build/lib/cartoframes/viz copying cartoframes/viz/popup_list.py -> build/lib/cartoframes/viz copying cartoframes/viz/defaults.py -> build/lib/cartoframes/viz copying cartoframes/viz/kuviz.py -> build/lib/cartoframes/viz copying cartoframes/viz/basemaps.py -> build/lib/cartoframes/viz copying cartoframes/viz/palettes.py -> build/lib/cartoframes/viz copying cartoframes/viz/widget.py -> build/lib/cartoframes/viz copying cartoframes/viz/source.py -> build/lib/cartoframes/viz copying cartoframes/viz/constants.py -> build/lib/cartoframes/viz copying cartoframes/viz/__init__.py -> build/lib/cartoframes/viz copying cartoframes/viz/layout.py -> build/lib/cartoframes/viz copying cartoframes/viz/legend.py -> build/lib/cartoframes/viz copying cartoframes/viz/legend_list.py -> build/lib/cartoframes/viz creating build/lib/cartoframes/data copying cartoframes/data/__init__.py -> build/lib/cartoframes/data creating build/lib/cartoframes/auth copying cartoframes/auth/credentials.py -> build/lib/cartoframes/auth copying cartoframes/auth/defaults.py -> build/lib/cartoframes/auth copying cartoframes/auth/__init__.py -> build/lib/cartoframes/auth creating build/lib/cartoframes/utils copying cartoframes/utils/utils.py -> build/lib/cartoframes/utils copying cartoframes/utils/logger.py -> build/lib/cartoframes/utils copying cartoframes/utils/__init__.py -> build/lib/cartoframes/utils copying cartoframes/utils/geom_utils.py -> build/lib/cartoframes/utils copying cartoframes/utils/columns.py -> build/lib/cartoframes/utils copying cartoframes/utils/metrics.py -> build/lib/cartoframes/utils creating build/lib/cartoframes/analysis copying cartoframes/analysis/grid.py -> build/lib/cartoframes/analysis copying cartoframes/analysis/__init__.py -> build/lib/cartoframes/analysis creating build/lib/cartoframes/io/managers copying cartoframes/io/managers/source_manager.py -> build/lib/cartoframes/io/managers copying cartoframes/io/managers/__init__.py -> build/lib/cartoframes/io/managers copying cartoframes/io/managers/context_manager.py -> build/lib/cartoframes/io/managers creating build/lib/cartoframes/viz/popups copying cartoframes/viz/popups/default_popup_element.py -> build/lib/cartoframes/viz/popups copying cartoframes/viz/popups/__init__.py -> build/lib/cartoframes/viz/popups copying cartoframes/viz/popups/popup_element.py -> build/lib/cartoframes/viz/popups creating build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/size_bins_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/cluster_size_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/animation_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/color_category_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/utils.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/color_continuous_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/size_continuous_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/color_bins_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/isolines_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/__init__.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/size_category_style.py -> build/lib/cartoframes/viz/styles copying cartoframes/viz/styles/basic_style.py -> build/lib/cartoframes/viz/styles creating build/lib/cartoframes/viz/html copying cartoframes/viz/html/html_layout.py -> build/lib/cartoframes/viz/html copying cartoframes/viz/html/html_map.py -> build/lib/cartoframes/viz/html copying cartoframes/viz/html/utils.py -> build/lib/cartoframes/viz/html copying cartoframes/viz/html/__init__.py -> build/lib/cartoframes/viz/html creating build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/category_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/time_series_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/histogram_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/animation_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/default_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/__init__.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/formula_widget.py -> build/lib/cartoframes/viz/widgets copying cartoframes/viz/widgets/basic_widget.py -> build/lib/cartoframes/viz/widgets creating build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/size_continuous_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/default_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/size_bins_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/color_category_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/__init__.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/color_bins_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/color_continuous_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/basic_legend.py -> build/lib/cartoframes/viz/legends copying cartoframes/viz/legends/size_category_legend.py -> build/lib/cartoframes/viz/legends creating build/lib/cartoframes/data/services copying cartoframes/data/services/isolines.py -> build/lib/cartoframes/data/services copying cartoframes/data/services/service.py -> build/lib/cartoframes/data/services copying cartoframes/data/services/geocoding.py -> build/lib/cartoframes/data/services copying cartoframes/data/services/__init__.py -> build/lib/cartoframes/data/services creating build/lib/cartoframes/data/observatory copying cartoframes/data/observatory/__init__.py -> build/lib/cartoframes/data/observatory creating build/lib/cartoframes/data/clients copying cartoframes/data/clients/auth_api_client.py -> build/lib/cartoframes/data/clients copying cartoframes/data/clients/sql_client.py -> build/lib/cartoframes/data/clients copying cartoframes/data/clients/__init__.py -> build/lib/cartoframes/data/clients creating build/lib/cartoframes/data/services/utils copying cartoframes/data/services/utils/geocoding_constants.py -> build/lib/cartoframes/data/services/utils copying cartoframes/data/services/utils/table_geocoding_lock.py -> build/lib/cartoframes/data/services/utils copying cartoframes/data/services/utils/__init__.py -> build/lib/cartoframes/data/services/utils copying cartoframes/data/services/utils/geocoding_utils.py -> build/lib/cartoframes/data/services/utils creating build/lib/cartoframes/data/observatory/enrichment copying cartoframes/data/observatory/enrichment/enrichment_service.py -> build/lib/cartoframes/data/observatory/enrichment copying cartoframes/data/observatory/enrichment/enrichment.py -> build/lib/cartoframes/data/observatory/enrichment copying cartoframes/data/observatory/enrichment/__init__.py -> build/lib/cartoframes/data/observatory/enrichment creating build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/provider.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/catalog.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/variable_group.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/country.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/subscriptions.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/utils.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/summary.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/geography.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/entity.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/category.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/__init__.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/dataset.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/subscription_info.py -> build/lib/cartoframes/data/observatory/catalog copying cartoframes/data/observatory/catalog/variable.py -> build/lib/cartoframes/data/observatory/catalog creating build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/dataset_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/geography_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/variable_group_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/category_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/provider_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/constants.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/__init__.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/repo_client.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/entity_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/country_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository copying cartoframes/data/observatory/catalog/repository/variable_repo.py -> build/lib/cartoframes/data/observatory/catalog/repository creating build/lib/tests/unit copying tests/unit/__init__.py -> build/lib/tests/unit creating build/lib/tests/e2e copying tests/e2e/helpers.py -> build/lib/tests/e2e copying tests/e2e/__init__.py -> build/lib/tests/e2e creating build/lib/tests/unit/io copying tests/unit/io/test_carto.py -> build/lib/tests/unit/io copying tests/unit/io/test_crs.py -> build/lib/tests/unit/io copying tests/unit/io/__init__.py -> build/lib/tests/unit/io creating build/lib/tests/unit/viz copying tests/unit/viz/test_layout.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_widget_list.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_layer.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_widget.py -> build/lib/tests/unit/viz copying tests/unit/viz/utils.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_legend.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_style.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_basemaps.py -> build/lib/tests/unit/viz copying tests/unit/viz/__init__.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_palettes.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_source.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_kuviz.py -> build/lib/tests/unit/viz copying tests/unit/viz/test_map.py -> build/lib/tests/unit/viz creating build/lib/tests/unit/data copying tests/unit/data/__init__.py -> build/lib/tests/unit/data creating build/lib/tests/unit/mocks copying tests/unit/mocks/map_mock.py -> build/lib/tests/unit/mocks copying tests/unit/mocks/api_key_mock.py -> build/lib/tests/unit/mocks copying tests/unit/mocks/__init__.py -> build/lib/tests/unit/mocks copying tests/unit/mocks/kuviz_mock.py -> build/lib/tests/unit/mocks creating build/lib/tests/unit/auth copying tests/unit/auth/test_credentials.py -> build/lib/tests/unit/auth copying tests/unit/auth/test_auth_api_client.py -> build/lib/tests/unit/auth copying tests/unit/auth/__init__.py -> build/lib/tests/unit/auth creating build/lib/tests/unit/utils copying tests/unit/utils/test_columns.py -> build/lib/tests/unit/utils copying tests/unit/utils/test_utils.py -> build/lib/tests/unit/utils copying tests/unit/utils/__init__.py -> build/lib/tests/unit/utils copying tests/unit/utils/test_geom_utils.py -> build/lib/tests/unit/utils creating build/lib/tests/unit/analysis copying tests/unit/analysis/test_grid.py -> build/lib/tests/unit/analysis copying tests/unit/analysis/__init__.py -> build/lib/tests/unit/analysis creating build/lib/tests/unit/io/managers copying tests/unit/io/managers/test_context_manager.py -> build/lib/tests/unit/io/managers copying tests/unit/io/managers/__init__.py -> build/lib/tests/unit/io/managers creating build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_animation_widget.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_formula_widget.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_time_series_widget.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_histogram_widget.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_basic_widget.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/__init__.py -> build/lib/tests/unit/viz/widgets copying tests/unit/viz/widgets/test_category_widget.py -> build/lib/tests/unit/viz/widgets creating build/lib/tests/unit/data/client copying tests/unit/data/client/test_sql_client.py -> build/lib/tests/unit/data/client copying tests/unit/data/client/__init__.py -> build/lib/tests/unit/data/client creating build/lib/tests/unit/data/observatory copying tests/unit/data/observatory/__init__.py -> build/lib/tests/unit/data/observatory creating build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_category.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_variable_group.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/examples.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_geography.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_catalog.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_country.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/__init__.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_dataset.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_provider.py -> build/lib/tests/unit/data/observatory/catalog copying tests/unit/data/observatory/catalog/test_variable.py -> build/lib/tests/unit/data/observatory/catalog creating build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_category_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_repo_client.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_country_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_variable_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/__init__.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_dataset_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_provider_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_geography_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository copying tests/unit/data/observatory/catalog/repository/test_variable_group_repo.py -> build/lib/tests/unit/data/observatory/catalog/repository creating build/lib/tests/e2e/data copying tests/e2e/data/__init__.py -> build/lib/tests/e2e/data creating build/lib/tests/e2e/data/services copying tests/e2e/data/services/test_geocoding.py -> build/lib/tests/e2e/data/services copying tests/e2e/data/services/test_isolines.py -> build/lib/tests/e2e/data/services copying tests/e2e/data/services/__init__.py -> build/lib/tests/e2e/data/services creating build/lib/tests/e2e/data/client copying tests/e2e/data/client/__init__.py -> build/lib/tests/e2e/data/client creating build/lib/tests/e2e/data/observatory copying tests/e2e/data/observatory/__init__.py -> build/lib/tests/e2e/data/observatory creating build/lib/tests/e2e/data/observatory/enrichment copying tests/e2e/data/observatory/enrichment/test_enrichment.py -> build/lib/tests/e2e/data/observatory/enrichment copying tests/e2e/data/observatory/enrichment/__init__.py -> build/lib/tests/e2e/data/observatory/enrichment running egg_info writing cartoframes.egg-info/PKG-INFO writing dependency_links to cartoframes.egg-info/dependency_links.txt writing requirements to cartoframes.egg-info/requires.txt writing top-level names to cartoframes.egg-info/top_level.txt reading manifest file 'cartoframes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NEWS.rst' adding license file 'LICENSE' writing manifest file 'cartoframes.egg-info/SOURCES.txt' creating build/lib/cartoframes/assets copying cartoframes/assets/init.js.j2 -> build/lib/cartoframes/assets copying cartoframes/assets/init_layout.js.j2 -> build/lib/cartoframes/assets creating build/lib/cartoframes/assets/src copying cartoframes/assets/src/bundle.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/constants.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/index.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/layers.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/legends.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/map.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/utils.js -> build/lib/cartoframes/assets/src copying cartoframes/assets/src/widgets.js -> build/lib/cartoframes/assets/src creating build/lib/cartoframes/assets/src/errors copying cartoframes/assets/src/errors/display.js -> build/lib/cartoframes/assets/src/errors copying cartoframes/assets/src/errors/parse.js -> build/lib/cartoframes/assets/src/errors creating build/lib/cartoframes/assets/src/map copying cartoframes/assets/src/map/SourceFactory.js -> build/lib/cartoframes/assets/src/map copying cartoframes/assets/src/map/interactivity.js -> build/lib/cartoframes/assets/src/map copying cartoframes/assets/src/map/popups.js -> build/lib/cartoframes/assets/src/map creating build/lib/cartoframes/assets/style copying cartoframes/assets/style/common.html.j2 -> build/lib/cartoframes/assets/style copying cartoframes/assets/style/error.html.j2 -> build/lib/cartoframes/assets/style copying cartoframes/assets/style/layout.html.j2 -> build/lib/cartoframes/assets/style copying cartoframes/assets/style/map.html.j2 -> build/lib/cartoframes/assets/style copying cartoframes/assets/style/popup.html.j2 -> build/lib/cartoframes/assets/style copying cartoframes/assets/style/widgets.html.j2 -> build/lib/cartoframes/assets/style creating build/lib/cartoframes/assets/style/themes copying cartoframes/assets/style/themes/dark.html.j2 -> build/lib/cartoframes/assets/style/themes copying cartoframes/assets/style/themes/light.html.j2 -> build/lib/cartoframes/assets/style/themes creating build/lib/cartoframes/assets/templates copying cartoframes/assets/templates/iframe.html.j2 -> build/lib/cartoframes/assets/templates creating build/lib/cartoframes/assets/templates/error copying cartoframes/assets/templates/error/basic.html.j2 -> build/lib/cartoframes/assets/templates/error creating build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/basic.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/footer.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/layout.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/legends.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/legends_layout.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/main.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/main_layout.html.j2 -> build/lib/cartoframes/assets/templates/viz copying cartoframes/assets/templates/viz/widgets.html.j2 -> build/lib/cartoframes/assets/templates/viz creating build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/animation.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/basic.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/category.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/formula.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/histogram.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets copying cartoframes/assets/templates/viz/widgets/time-series.html.j2 -> build/lib/cartoframes/assets/templates/viz/widgets + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tYDbqt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 + cd cartoframes-1.2.5 + 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 -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-cartoframes-1.2.5-1.aarch64 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-cartoframes-1.2.5-1.aarch64/usr creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers copying build/lib/cartoframes/io/managers/source_manager.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers copying build/lib/cartoframes/io/managers/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers copying build/lib/cartoframes/io/managers/context_manager.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers copying build/lib/cartoframes/io/dataset_info.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io copying build/lib/cartoframes/io/carto.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io copying build/lib/cartoframes/io/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/map copying build/lib/cartoframes/assets/src/map/interactivity.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/map copying build/lib/cartoframes/assets/src/map/popups.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/map copying build/lib/cartoframes/assets/src/map/SourceFactory.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/map copying build/lib/cartoframes/assets/src/utils.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/layers.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/widgets.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/constants.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/index.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/errors copying build/lib/cartoframes/assets/src/errors/display.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/errors copying build/lib/cartoframes/assets/src/errors/parse.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src/errors copying build/lib/cartoframes/assets/src/bundle.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/map.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src copying build/lib/cartoframes/assets/src/legends.js -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/src creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/error copying build/lib/cartoframes/assets/templates/error/basic.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/error creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/layout.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/basic.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/widgets.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/animation.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/formula.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/basic.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/histogram.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/time-series.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/widgets/category.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz/widgets copying build/lib/cartoframes/assets/templates/viz/main.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/footer.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/main_layout.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/legends.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/viz/legends_layout.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates/viz copying build/lib/cartoframes/assets/templates/iframe.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/templates copying build/lib/cartoframes/assets/init.js.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/popup.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/layout.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/common.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/map.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/widgets.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style copying build/lib/cartoframes/assets/style/error.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style/themes copying build/lib/cartoframes/assets/style/themes/dark.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style/themes copying build/lib/cartoframes/assets/style/themes/light.html.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets/style/themes copying build/lib/cartoframes/assets/init_layout.js.j2 -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/assets creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/layer.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups copying build/lib/cartoframes/viz/popups/default_popup_element.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups copying build/lib/cartoframes/viz/popups/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups copying build/lib/cartoframes/viz/popups/popup_element.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups copying build/lib/cartoframes/viz/popup.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/size_bins_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/cluster_size_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/animation_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/color_category_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/color_continuous_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/size_continuous_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/color_bins_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/isolines_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/size_category_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/styles/basic_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles copying build/lib/cartoframes/viz/widget_list.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/map.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html copying build/lib/cartoframes/viz/html/html_layout.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html copying build/lib/cartoframes/viz/html/html_map.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html copying build/lib/cartoframes/viz/html/utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html copying build/lib/cartoframes/viz/html/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html copying build/lib/cartoframes/viz/style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/themes.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/popup_list.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/defaults.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/category_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/time_series_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/histogram_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/animation_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/default_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/formula_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/widgets/basic_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets copying build/lib/cartoframes/viz/kuviz.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/basemaps.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/palettes.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/source.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/constants.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/layout.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/size_continuous_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/default_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/size_bins_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/color_category_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/color_bins_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/color_continuous_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/basic_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legends/size_category_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends copying build/lib/cartoframes/viz/legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz copying build/lib/cartoframes/viz/legend_list.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services copying build/lib/cartoframes/data/services/isolines.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services copying build/lib/cartoframes/data/services/service.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services copying build/lib/cartoframes/data/services/geocoding.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services copying build/lib/cartoframes/data/services/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils copying build/lib/cartoframes/data/services/utils/geocoding_constants.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils copying build/lib/cartoframes/data/services/utils/table_geocoding_lock.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils copying build/lib/cartoframes/data/services/utils/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils copying build/lib/cartoframes/data/services/utils/geocoding_utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment copying build/lib/cartoframes/data/observatory/enrichment/enrichment_service.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment copying build/lib/cartoframes/data/observatory/enrichment/enrichment.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment copying build/lib/cartoframes/data/observatory/enrichment/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/provider.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/catalog.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/variable_group.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/country.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/subscriptions.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/dataset_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/geography_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/variable_group_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/category_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/provider_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/constants.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/repo_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/entity_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/country_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/repository/variable_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository copying build/lib/cartoframes/data/observatory/catalog/summary.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/geography.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/entity.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/category.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/dataset.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/subscription_info.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/catalog/variable.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog copying build/lib/cartoframes/data/observatory/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients copying build/lib/cartoframes/data/clients/auth_api_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients copying build/lib/cartoframes/data/clients/sql_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients copying build/lib/cartoframes/data/clients/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients copying build/lib/cartoframes/data/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data copying build/lib/cartoframes/_version.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes copying build/lib/cartoframes/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth copying build/lib/cartoframes/auth/credentials.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth copying build/lib/cartoframes/auth/defaults.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth copying build/lib/cartoframes/auth/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth copying build/lib/cartoframes/exceptions.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/logger.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/geom_utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/columns.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils copying build/lib/cartoframes/utils/metrics.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/analysis copying build/lib/cartoframes/analysis/grid.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/analysis copying build/lib/cartoframes/analysis/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/analysis creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io copying build/lib/tests/unit/io/test_carto.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/managers copying build/lib/tests/unit/io/managers/test_context_manager.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/managers copying build/lib/tests/unit/io/managers/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/managers copying build/lib/tests/unit/io/test_crs.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io copying build/lib/tests/unit/io/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_layout.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_widget_list.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_layer.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_legend.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_animation_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_formula_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_time_series_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_histogram_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_basic_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/widgets/test_category_widget.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets copying build/lib/tests/unit/viz/test_style.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_basemaps.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_palettes.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_source.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_kuviz.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz copying build/lib/tests/unit/viz/test_map.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/client copying build/lib/tests/unit/data/client/test_sql_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/client copying build/lib/tests/unit/data/client/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/client creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_category.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_variable_group.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_category_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_repo_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_country_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_variable_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_dataset_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_provider_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_geography_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/repository/test_variable_group_repo.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository copying build/lib/tests/unit/data/observatory/catalog/examples.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_geography.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_catalog.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_country.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_dataset.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_provider.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/catalog/test_variable.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog copying build/lib/tests/unit/data/observatory/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory copying build/lib/tests/unit/data/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks copying build/lib/tests/unit/mocks/map_mock.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks copying build/lib/tests/unit/mocks/api_key_mock.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks copying build/lib/tests/unit/mocks/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks copying build/lib/tests/unit/mocks/kuviz_mock.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks copying build/lib/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth copying build/lib/tests/unit/auth/test_credentials.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth copying build/lib/tests/unit/auth/test_auth_api_client.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth copying build/lib/tests/unit/auth/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils copying build/lib/tests/unit/utils/test_columns.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils copying build/lib/tests/unit/utils/test_utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils copying build/lib/tests/unit/utils/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils copying build/lib/tests/unit/utils/test_geom_utils.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/analysis copying build/lib/tests/unit/analysis/test_grid.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/analysis copying build/lib/tests/unit/analysis/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/analysis copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e copying build/lib/tests/e2e/helpers.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services copying build/lib/tests/e2e/data/services/test_geocoding.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services copying build/lib/tests/e2e/data/services/test_isolines.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services copying build/lib/tests/e2e/data/services/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/client copying build/lib/tests/e2e/data/client/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/client creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory creating /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/enrichment copying build/lib/tests/e2e/data/observatory/enrichment/test_enrichment.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/enrichment copying build/lib/tests/e2e/data/observatory/enrichment/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/enrichment copying build/lib/tests/e2e/data/observatory/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory copying build/lib/tests/e2e/data/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data copying build/lib/tests/e2e/__init__.py -> /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers/source_manager.py to source_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/managers/context_manager.py to context_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/dataset_info.py to dataset_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/carto.py to carto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/layer.py to layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups/default_popup_element.py to default_popup_element.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popups/popup_element.py to popup_element.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popup.py to popup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/size_bins_style.py to size_bins_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/cluster_size_style.py to cluster_size_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/animation_style.py to animation_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/color_category_style.py to color_category_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/color_continuous_style.py to color_continuous_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/size_continuous_style.py to size_continuous_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/color_bins_style.py to color_bins_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/isolines_style.py to isolines_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/size_category_style.py to size_category_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/styles/basic_style.py to basic_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widget_list.py to widget_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html/html_layout.py to html_layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html/html_map.py to html_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/html/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/style.py to style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/themes.py to themes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/popup_list.py to popup_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/category_widget.py to category_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/time_series_widget.py to time_series_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/histogram_widget.py to histogram_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/animation_widget.py to animation_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/default_widget.py to default_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/formula_widget.py to formula_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widgets/basic_widget.py to basic_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/kuviz.py to kuviz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/basemaps.py to basemaps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/palettes.py to palettes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/widget.py to widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/source.py to source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/layout.py to layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/size_continuous_legend.py to size_continuous_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/default_legend.py to default_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/size_bins_legend.py to size_bins_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/color_category_legend.py to color_category_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/color_bins_legend.py to color_bins_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/color_continuous_legend.py to color_continuous_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/basic_legend.py to basic_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legends/size_category_legend.py to size_category_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legend.py to legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/viz/legend_list.py to legend_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/isolines.py to isolines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/service.py to service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/geocoding.py to geocoding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils/geocoding_constants.py to geocoding_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils/table_geocoding_lock.py to table_geocoding_lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/services/utils/geocoding_utils.py to geocoding_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment/enrichment_service.py to enrichment_service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment/enrichment.py to enrichment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/enrichment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/provider.py to provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/catalog.py to catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/variable_group.py to variable_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/country.py to country.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/subscriptions.py to subscriptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/dataset_repo.py to dataset_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/geography_repo.py to geography_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/variable_group_repo.py to variable_group_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/category_repo.py to category_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/provider_repo.py to provider_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/repo_client.py to repo_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/entity_repo.py to entity_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/country_repo.py to country_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/repository/variable_repo.py to variable_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/summary.py to summary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/geography.py to geography.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/entity.py to entity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/category.py to category.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/dataset.py to dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/subscription_info.py to subscription_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/catalog/variable.py to variable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/observatory/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients/auth_api_client.py to auth_api_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients/sql_client.py to sql_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/clients/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth/credentials.py to credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/geom_utils.py to geom_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/columns.py to columns.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/utils/metrics.py to metrics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/analysis/grid.py to grid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes/analysis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/test_carto.py to test_carto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/managers/test_context_manager.py to test_context_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/managers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/test_crs.py to test_crs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_layout.py to test_layout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_widget_list.py to test_widget_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_layer.py to test_layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_widget.py to test_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_legend.py to test_legend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_animation_widget.py to test_animation_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_formula_widget.py to test_formula_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_time_series_widget.py to test_time_series_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_histogram_widget.py to test_histogram_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_basic_widget.py to test_basic_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/widgets/test_category_widget.py to test_category_widget.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_style.py to test_style.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_basemaps.py to test_basemaps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_palettes.py to test_palettes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_source.py to test_source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_kuviz.py to test_kuviz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/viz/test_map.py to test_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/client/test_sql_client.py to test_sql_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/client/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_category.py to test_category.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_variable_group.py to test_variable_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_category_repo.py to test_category_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_repo_client.py to test_repo_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_country_repo.py to test_country_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_variable_repo.py to test_variable_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_dataset_repo.py to test_dataset_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_provider_repo.py to test_provider_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_geography_repo.py to test_geography_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/repository/test_variable_group_repo.py to test_variable_group_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/examples.py to examples.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_geography.py to test_geography.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_catalog.py to test_catalog.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_country.py to test_country.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_dataset.py to test_dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_provider.py to test_provider.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/catalog/test_variable.py to test_variable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/observatory/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks/map_mock.py to map_mock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks/api_key_mock.py to api_key_mock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/mocks/kuviz_mock.py to kuviz_mock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth/test_credentials.py to test_credentials.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth/test_auth_api_client.py to test_auth_api_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils/test_columns.py to test_columns.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/utils/test_geom_utils.py to test_geom_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/analysis/test_grid.py to test_grid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/unit/analysis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services/test_geocoding.py to test_geocoding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services/test_isolines.py to test_isolines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/services/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/client/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/enrichment/test_enrichment.py to test_enrichment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/enrichment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/observatory/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/data/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/tests/e2e/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp6hztwwlw.py' /usr/bin/python3 /tmp/tmp6hztwwlw.py removing /tmp/tmp6hztwwlw.py running install_egg_info running egg_info writing cartoframes.egg-info/PKG-INFO writing dependency_links to cartoframes.egg-info/dependency_links.txt writing requirements to cartoframes.egg-info/requires.txt writing top-level names to cartoframes.egg-info/top_level.txt reading manifest file 'cartoframes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NEWS.rst' adding license file 'LICENSE' writing manifest file 'cartoframes.egg-info/SOURCES.txt' Copying cartoframes.egg-info to /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9/site-packages/cartoframes-1.2.5-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64//usr/share/doc/python-cartoframes + '[' -d doc ']' ~/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 ~/build/BUILD/cartoframes-1.2.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/cartoframes-1.2.5 + popd + mv /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.2.5-1 --unique-debug-suffix -1.2.5-1.aarch64 --unique-debug-src-base python-cartoframes-1.2.5-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/cartoframes-1.2.5 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-cartoframes-1.2.5-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-cartoframes-1.2.5-1.noarch Provides: python-cartoframes python3-cartoframes = 1.2.5-1 python3.9dist(cartoframes) = 1.2.5 python3dist(cartoframes) = 1.2.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(appdirs) >= 1.4.3 python3.9dist(appdirs) < 2 python3.9dist(carto) >= 1.11.3 python3.9dist(carto) < 2 python3.9dist(geopandas) >= 0.6 python3.9dist(geopandas) < 1 python3.9dist(jinja2) >= 2.10.1 python3.9dist(jinja2) < 3 python3.9dist(markupsafe) <= 2.0.1 python3.9dist(pandas) >= 0.25 python3.9dist(semantic-version) >= 2.8 python3.9dist(semantic-version) < 3 python3.9dist(unidecode) >= 1.1 python3.9dist(unidecode) < 2 Processing files: python-cartoframes-help-1.2.5-1.noarch warning: Empty %files file /builddir/build/BUILD/cartoframes-1.2.5/doclist.lst Provides: python-cartoframes-help = 1.2.5-1 python3-cartoframes-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 Wrote: /builddir/build/RPMS/python-cartoframes-help-1.2.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-cartoframes-1.2.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.obwWBL + umask 022 + cd /builddir/build/BUILD + cd cartoframes-1.2.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cartoframes-1.2.5-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0