Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686422526.224238/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-carpentry-ci-0.3.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686422526.224238/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-carpentry-ci-0.3.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686422526.224238/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3zb1S0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf carpentry-ci-0.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/carpentry-ci-0.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd carpentry-ci-0.3.0 + /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.H5izpL + umask 022 + cd /builddir/build/BUILD + cd carpentry-ci-0.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/carpentry copying carpentry/version.py -> build/lib/carpentry copying carpentry/registry.py -> build/lib/carpentry copying carpentry/cli.py -> build/lib/carpentry copying carpentry/routes.py -> build/lib/carpentry copying carpentry/wsgi.py -> build/lib/carpentry copying carpentry/conf.py -> build/lib/carpentry copying carpentry/util.py -> build/lib/carpentry copying carpentry/models.py -> build/lib/carpentry copying carpentry/__init__.py -> build/lib/carpentry copying carpentry/server.py -> build/lib/carpentry creating build/lib/carpentry/api copying carpentry/api/resources.py -> build/lib/carpentry/api copying carpentry/api/__init__.py -> build/lib/carpentry/api copying carpentry/api/core.py -> build/lib/carpentry/api creating build/lib/carpentry/workers copying carpentry/workers/pipelines.py -> build/lib/carpentry/workers copying carpentry/workers/__init__.py -> build/lib/carpentry/workers copying carpentry/workers/steps.py -> build/lib/carpentry/workers running egg_info writing carpentry_ci.egg-info/PKG-INFO writing dependency_links to carpentry_ci.egg-info/dependency_links.txt writing entry points to carpentry_ci.egg-info/entry_points.txt writing requirements to carpentry_ci.egg-info/requires.txt writing top-level names to carpentry_ci.egg-info/top_level.txt reading manifest file 'carpentry_ci.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'carpentry_ci.egg-info/SOURCES.txt' creating build/lib/carpentry/static copying carpentry/static/404.html -> build/lib/carpentry/static copying carpentry/static/500.html -> build/lib/carpentry/static creating build/lib/carpentry/static/css copying carpentry/static/css/ansi.css -> build/lib/carpentry/static/css copying carpentry/static/css/buildbottv.css -> build/lib/carpentry/static/css copying carpentry/static/css/carpentry-icon-96.png -> build/lib/carpentry/static/css copying carpentry/static/css/carpentry-icon.png -> build/lib/carpentry/static/css copying carpentry/static/css/carpentry.css -> build/lib/carpentry/static/css copying carpentry/static/css/fullscreen.css -> build/lib/carpentry/static/css copying carpentry/static/css/paper.css -> build/lib/carpentry/static/css copying carpentry/static/css/tango.css -> build/lib/carpentry/static/css creating build/lib/carpentry/static/img copying carpentry/static/img/android-icon-144x144.png -> build/lib/carpentry/static/img copying carpentry/static/img/android-icon-192x192.png -> build/lib/carpentry/static/img copying carpentry/static/img/android-icon-36x36.png -> build/lib/carpentry/static/img copying carpentry/static/img/android-icon-48x48.png -> build/lib/carpentry/static/img copying carpentry/static/img/android-icon-72x72.png -> build/lib/carpentry/static/img copying carpentry/static/img/android-icon-96x96.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-114x114.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-120x120.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-144x144.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-152x152.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-180x180.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-57x57.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-60x60.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-72x72.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-76x76.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon-precomposed.png -> build/lib/carpentry/static/img copying carpentry/static/img/apple-icon.png -> build/lib/carpentry/static/img copying carpentry/static/img/browserconfig.xml -> build/lib/carpentry/static/img copying carpentry/static/img/docker-logo.png -> build/lib/carpentry/static/img copying carpentry/static/img/favicon-16x16.png -> build/lib/carpentry/static/img copying carpentry/static/img/favicon-32x32.png -> build/lib/carpentry/static/img copying carpentry/static/img/favicon-96x96.png -> build/lib/carpentry/static/img copying carpentry/static/img/favicon.ico -> build/lib/carpentry/static/img copying carpentry/static/img/manifest.json -> build/lib/carpentry/static/img copying carpentry/static/img/ms-icon-144x144.png -> build/lib/carpentry/static/img copying carpentry/static/img/ms-icon-150x150.png -> build/lib/carpentry/static/img copying carpentry/static/img/ms-icon-310x310.png -> build/lib/carpentry/static/img copying carpentry/static/img/ms-icon-70x70.png -> build/lib/carpentry/static/img copying carpentry/static/img/navbar-logo.png -> build/lib/carpentry/static/img creating build/lib/carpentry/static/js copying carpentry/static/js/app.0.common.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.0.models.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.1.auth.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.10.userprofile.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.11.docker.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.2.index.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.3.newbuilder.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.4.build.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.5.preferences.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.6.fullscreen.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.7.splash.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.8.show.builder.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.9.editbuilder.js -> build/lib/carpentry/static/js copying carpentry/static/js/app.js -> build/lib/carpentry/static/js creating build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/build-detail.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/docker.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/edit-builder.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/fullscreen.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/index.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/navbar.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/new-builder.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/preferences.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/profile.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/show-builder.html -> build/lib/carpentry/static/js/templates copying carpentry/static/js/templates/splash.html -> build/lib/carpentry/static/js/templates creating build/lib/carpentry/static/vendor creating build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/.bower.json -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/CONTRIBUTING.md -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/CONTRIBUTORS.md -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/Gruntfile.js -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/LICENSE -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/README.md -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/angucomplete-alt.css -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/angucomplete-alt.js -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/bower.json -> build/lib/carpentry/static/vendor/angucomplete-alt copying carpentry/static/vendor/angucomplete-alt/package.json -> build/lib/carpentry/static/vendor/angucomplete-alt creating build/lib/carpentry/static/vendor/angucomplete-alt/dist copying carpentry/static/vendor/angucomplete-alt/dist/angucomplete-alt.min.js -> build/lib/carpentry/static/vendor/angucomplete-alt/dist creating build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/.bower.json -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/README.md -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/angular-csp.css -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/angular.js -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/angular.min.js -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/angular.min.js.gzip -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/angular.min.js.map -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/bower.json -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/index.js -> build/lib/carpentry/static/vendor/angular copying carpentry/static/vendor/angular/package.json -> build/lib/carpentry/static/vendor/angular creating build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/.bower.json -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/bower.json -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/ui-bootstrap-csp.css -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/ui-bootstrap-tpls.js -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/ui-bootstrap.js -> build/lib/carpentry/static/vendor/angular-bootstrap copying carpentry/static/vendor/angular-bootstrap/ui-bootstrap.min.js -> build/lib/carpentry/static/vendor/angular-bootstrap creating build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/.bower.json -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/README.md -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/angular-cookies.js -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/angular-cookies.min.js -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/angular-cookies.min.js.map -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/bower.json -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/index.js -> build/lib/carpentry/static/vendor/angular-cookies copying carpentry/static/vendor/angular-cookies/package.json -> build/lib/carpentry/static/vendor/angular-cookies creating build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/.bower.json -> build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/Gruntfile.js -> build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/LICENSE -> build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/README.md -> build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/bower.json -> build/lib/carpentry/static/vendor/angular-hotkeys copying carpentry/static/vendor/angular-hotkeys/package.json -> build/lib/carpentry/static/vendor/angular-hotkeys creating build/lib/carpentry/static/vendor/angular-hotkeys/build copying carpentry/static/vendor/angular-hotkeys/build/hotkeys.css -> build/lib/carpentry/static/vendor/angular-hotkeys/build copying carpentry/static/vendor/angular-hotkeys/build/hotkeys.js -> build/lib/carpentry/static/vendor/angular-hotkeys/build copying carpentry/static/vendor/angular-hotkeys/build/hotkeys.min.css -> build/lib/carpentry/static/vendor/angular-hotkeys/build copying carpentry/static/vendor/angular-hotkeys/build/hotkeys.min.js -> build/lib/carpentry/static/vendor/angular-hotkeys/build creating build/lib/carpentry/static/vendor/angular-hotkeys/src copying carpentry/static/vendor/angular-hotkeys/src/hotkeys.css -> build/lib/carpentry/static/vendor/angular-hotkeys/src copying carpentry/static/vendor/angular-hotkeys/src/hotkeys.js -> build/lib/carpentry/static/vendor/angular-hotkeys/src creating build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/.bower.json -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/CHANGELOG.md -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/Gruntfile.js -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/LICENSE -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/README.md -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/bower.json -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/index.js -> build/lib/carpentry/static/vendor/angular-loading-bar copying carpentry/static/vendor/angular-loading-bar/package.json -> build/lib/carpentry/static/vendor/angular-loading-bar creating build/lib/carpentry/static/vendor/angular-loading-bar/build copying carpentry/static/vendor/angular-loading-bar/build/loading-bar.css -> build/lib/carpentry/static/vendor/angular-loading-bar/build copying carpentry/static/vendor/angular-loading-bar/build/loading-bar.js -> build/lib/carpentry/static/vendor/angular-loading-bar/build copying carpentry/static/vendor/angular-loading-bar/build/loading-bar.min.css -> build/lib/carpentry/static/vendor/angular-loading-bar/build copying carpentry/static/vendor/angular-loading-bar/build/loading-bar.min.js -> build/lib/carpentry/static/vendor/angular-loading-bar/build creating build/lib/carpentry/static/vendor/angular-loading-bar/src copying carpentry/static/vendor/angular-loading-bar/src/loading-bar.css -> build/lib/carpentry/static/vendor/angular-loading-bar/src copying carpentry/static/vendor/angular-loading-bar/src/loading-bar.js -> build/lib/carpentry/static/vendor/angular-loading-bar/src creating build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/.bower.json -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/LICENSE -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/README.md -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/angular-notify.css -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/angular-notify.html -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/angular-notify.js -> build/lib/carpentry/static/vendor/angular-notify copying carpentry/static/vendor/angular-notify/bower.json -> build/lib/carpentry/static/vendor/angular-notify creating build/lib/carpentry/static/vendor/angular-notify/dist copying carpentry/static/vendor/angular-notify/dist/angular-notify.css -> build/lib/carpentry/static/vendor/angular-notify/dist copying carpentry/static/vendor/angular-notify/dist/angular-notify.js -> build/lib/carpentry/static/vendor/angular-notify/dist copying carpentry/static/vendor/angular-notify/dist/angular-notify.min.css -> build/lib/carpentry/static/vendor/angular-notify/dist copying carpentry/static/vendor/angular-notify/dist/angular-notify.min.js -> build/lib/carpentry/static/vendor/angular-notify/dist creating build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/.bower.json -> build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/README.md -> build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/bower.json -> build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/example.html -> build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/karma.conf.js -> build/lib/carpentry/static/vendor/angular-scroll-glue copying carpentry/static/vendor/angular-scroll-glue/package.json -> build/lib/carpentry/static/vendor/angular-scroll-glue creating build/lib/carpentry/static/vendor/angular-scroll-glue/src copying carpentry/static/vendor/angular-scroll-glue/src/LICENSE -> build/lib/carpentry/static/vendor/angular-scroll-glue/src copying carpentry/static/vendor/angular-scroll-glue/src/scrollglue.js -> build/lib/carpentry/static/vendor/angular-scroll-glue/src creating build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/.bower.json -> build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/CHANGELOG.md -> build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/CONTRIBUTING.md -> build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/LICENSE -> build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/README.md -> build/lib/carpentry/static/vendor/angular-ui-router copying carpentry/static/vendor/angular-ui-router/bower.json -> build/lib/carpentry/static/vendor/angular-ui-router creating build/lib/carpentry/static/vendor/angular-ui-router/api copying carpentry/static/vendor/angular-ui-router/api/angular-ui-router.d.ts -> build/lib/carpentry/static/vendor/angular-ui-router/api creating build/lib/carpentry/static/vendor/angular-ui-router/release copying carpentry/static/vendor/angular-ui-router/release/angular-ui-router.js -> build/lib/carpentry/static/vendor/angular-ui-router/release copying carpentry/static/vendor/angular-ui-router/release/angular-ui-router.min.js -> build/lib/carpentry/static/vendor/angular-ui-router/release creating build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/common.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/resolve.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/state.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/stateDirectives.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/stateFilters.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/templateFactory.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/urlMatcherFactory.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/urlRouter.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/view.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/viewDirective.js -> build/lib/carpentry/static/vendor/angular-ui-router/src copying carpentry/static/vendor/angular-ui-router/src/viewScroll.js -> build/lib/carpentry/static/vendor/angular-ui-router/src creating build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/.bower.json -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/Gruntfile.js -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/LICENSE -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/README.md -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/bower.json -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/package.js -> build/lib/carpentry/static/vendor/bootstrap copying carpentry/static/vendor/bootstrap/package.json -> build/lib/carpentry/static/vendor/bootstrap creating build/lib/carpentry/static/vendor/bootstrap/dist creating build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.css -> build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.css.map -> build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.min.css -> build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap.css -> build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap.css.map -> build/lib/carpentry/static/vendor/bootstrap/dist/css copying carpentry/static/vendor/bootstrap/dist/css/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootstrap/dist/css creating build/lib/carpentry/static/vendor/bootstrap/dist/fonts copying carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -> build/lib/carpentry/static/vendor/bootstrap/dist/fonts copying carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg -> build/lib/carpentry/static/vendor/bootstrap/dist/fonts copying carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -> build/lib/carpentry/static/vendor/bootstrap/dist/fonts copying carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -> build/lib/carpentry/static/vendor/bootstrap/dist/fonts copying carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -> build/lib/carpentry/static/vendor/bootstrap/dist/fonts creating build/lib/carpentry/static/vendor/bootstrap/dist/js copying carpentry/static/vendor/bootstrap/dist/js/bootstrap.js -> build/lib/carpentry/static/vendor/bootstrap/dist/js copying carpentry/static/vendor/bootstrap/dist/js/bootstrap.min.js -> build/lib/carpentry/static/vendor/bootstrap/dist/js copying carpentry/static/vendor/bootstrap/dist/js/npm.js -> build/lib/carpentry/static/vendor/bootstrap/dist/js creating build/lib/carpentry/static/vendor/bootstrap/fonts copying carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot -> build/lib/carpentry/static/vendor/bootstrap/fonts copying carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg -> build/lib/carpentry/static/vendor/bootstrap/fonts copying carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf -> build/lib/carpentry/static/vendor/bootstrap/fonts copying carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff -> build/lib/carpentry/static/vendor/bootstrap/fonts copying carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 -> build/lib/carpentry/static/vendor/bootstrap/fonts creating build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/.jshintrc -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/bs-commonjs-generator.js -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/bs-glyphicons-data-generator.js -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/bs-lessdoc-parser.js -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/bs-raw-files-generator.js -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/configBridge.json -> build/lib/carpentry/static/vendor/bootstrap/grunt copying carpentry/static/vendor/bootstrap/grunt/sauce_browsers.yml -> build/lib/carpentry/static/vendor/bootstrap/grunt creating build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/.jscsrc -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/.jshintrc -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/affix.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/alert.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/button.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/carousel.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/collapse.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/dropdown.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/modal.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/popover.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/scrollspy.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/tab.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/tooltip.js -> build/lib/carpentry/static/vendor/bootstrap/js copying carpentry/static/vendor/bootstrap/js/transition.js -> build/lib/carpentry/static/vendor/bootstrap/js creating build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/.csscomb.json -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/.csslintrc -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/alerts.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/badges.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/bootstrap.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/breadcrumbs.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/button-groups.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/buttons.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/carousel.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/close.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/code.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/component-animations.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/dropdowns.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/forms.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/glyphicons.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/grid.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/input-groups.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/jumbotron.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/labels.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/list-group.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/media.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/mixins.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/modals.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/navbar.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/navs.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/normalize.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/pager.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/pagination.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/panels.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/popovers.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/print.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/progress-bars.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/responsive-embed.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/responsive-utilities.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/scaffolding.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/tables.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/theme.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/thumbnails.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/tooltip.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/type.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/utilities.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/variables.less -> build/lib/carpentry/static/vendor/bootstrap/less copying carpentry/static/vendor/bootstrap/less/wells.less -> build/lib/carpentry/static/vendor/bootstrap/less creating build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/alerts.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/background-variant.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/border-radius.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/buttons.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/center-block.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/clearfix.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/forms.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/gradients.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/grid-framework.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/grid.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/hide-text.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/image.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/labels.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/list-group.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/nav-divider.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/nav-vertical-align.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/opacity.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/pagination.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/panels.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/progress-bar.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/reset-filter.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/reset-text.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/resize.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/responsive-visibility.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/size.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/tab-focus.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/table-row.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/text-emphasis.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/text-overflow.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins copying carpentry/static/vendor/bootstrap/less/mixins/vendor-prefixes.less -> build/lib/carpentry/static/vendor/bootstrap/less/mixins creating build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/.bower.json -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/Gruntfile.js -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/README.md -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.js -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/bower.json -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/composer.json -> build/lib/carpentry/static/vendor/bootstrap3-typeahead copying carpentry/static/vendor/bootstrap3-typeahead/package.json -> build/lib/carpentry/static/vendor/bootstrap3-typeahead creating build/lib/carpentry/static/vendor/bootswatch copying carpentry/static/vendor/bootswatch/.bower.json -> build/lib/carpentry/static/vendor/bootswatch copying carpentry/static/vendor/bootswatch/LICENSE -> build/lib/carpentry/static/vendor/bootswatch copying carpentry/static/vendor/bootswatch/README.md -> build/lib/carpentry/static/vendor/bootswatch copying carpentry/static/vendor/bootswatch/bower.json -> build/lib/carpentry/static/vendor/bootswatch creating build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/cerulean copying carpentry/static/vendor/bootswatch/cerulean/variables.less -> build/lib/carpentry/static/vendor/bootswatch/cerulean creating build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/cosmo copying carpentry/static/vendor/bootswatch/cosmo/variables.less -> build/lib/carpentry/static/vendor/bootswatch/cosmo creating build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/cyborg copying carpentry/static/vendor/bootswatch/cyborg/variables.less -> build/lib/carpentry/static/vendor/bootswatch/cyborg creating build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/darkly copying carpentry/static/vendor/bootswatch/darkly/variables.less -> build/lib/carpentry/static/vendor/bootswatch/darkly creating build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/flatly copying carpentry/static/vendor/bootswatch/flatly/variables.less -> build/lib/carpentry/static/vendor/bootswatch/flatly creating build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/journal copying carpentry/static/vendor/bootswatch/journal/variables.less -> build/lib/carpentry/static/vendor/bootswatch/journal creating build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/lumen copying carpentry/static/vendor/bootswatch/lumen/variables.less -> build/lib/carpentry/static/vendor/bootswatch/lumen creating build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/paper copying carpentry/static/vendor/bootswatch/paper/variables.less -> build/lib/carpentry/static/vendor/bootswatch/paper creating build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/readable copying carpentry/static/vendor/bootswatch/readable/variables.less -> build/lib/carpentry/static/vendor/bootswatch/readable creating build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/sandstone copying carpentry/static/vendor/bootswatch/sandstone/variables.less -> build/lib/carpentry/static/vendor/bootswatch/sandstone creating build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/simplex copying carpentry/static/vendor/bootswatch/simplex/variables.less -> build/lib/carpentry/static/vendor/bootswatch/simplex creating build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/slate copying carpentry/static/vendor/bootswatch/slate/variables.less -> build/lib/carpentry/static/vendor/bootswatch/slate creating build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/spacelab copying carpentry/static/vendor/bootswatch/spacelab/variables.less -> build/lib/carpentry/static/vendor/bootswatch/spacelab creating build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/superhero copying carpentry/static/vendor/bootswatch/superhero/variables.less -> build/lib/carpentry/static/vendor/bootswatch/superhero creating build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/united copying carpentry/static/vendor/bootswatch/united/variables.less -> build/lib/carpentry/static/vendor/bootswatch/united creating build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/_bootswatch.scss -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/_variables.scss -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/bootstrap.css -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/bootstrap.min.css -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/bootswatch.less -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/thumbnail.png -> build/lib/carpentry/static/vendor/bootswatch/yeti copying carpentry/static/vendor/bootswatch/yeti/variables.less -> build/lib/carpentry/static/vendor/bootswatch/yeti creating build/lib/carpentry/static/vendor/font-awesome copying carpentry/static/vendor/font-awesome/.bower.json -> build/lib/carpentry/static/vendor/font-awesome copying carpentry/static/vendor/font-awesome/.gitignore -> build/lib/carpentry/static/vendor/font-awesome copying carpentry/static/vendor/font-awesome/.npmignore -> build/lib/carpentry/static/vendor/font-awesome copying carpentry/static/vendor/font-awesome/bower.json -> build/lib/carpentry/static/vendor/font-awesome creating build/lib/carpentry/static/vendor/font-awesome/css copying carpentry/static/vendor/font-awesome/css/font-awesome.css -> build/lib/carpentry/static/vendor/font-awesome/css copying carpentry/static/vendor/font-awesome/css/font-awesome.css.map -> build/lib/carpentry/static/vendor/font-awesome/css copying carpentry/static/vendor/font-awesome/css/font-awesome.min.css -> build/lib/carpentry/static/vendor/font-awesome/css creating build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/FontAwesome.otf -> build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.eot -> build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.svg -> build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.ttf -> build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.woff -> build/lib/carpentry/static/vendor/font-awesome/fonts copying carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.woff2 -> build/lib/carpentry/static/vendor/font-awesome/fonts creating build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/animated.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/bordered-pulled.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/core.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/fixed-width.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/font-awesome.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/icons.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/larger.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/list.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/mixins.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/path.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/rotated-flipped.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/stacked.less -> build/lib/carpentry/static/vendor/font-awesome/less copying carpentry/static/vendor/font-awesome/less/variables.less -> build/lib/carpentry/static/vendor/font-awesome/less creating build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_animated.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_bordered-pulled.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_core.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_fixed-width.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_icons.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_larger.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_list.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_mixins.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_path.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_rotated-flipped.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_stacked.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/_variables.scss -> build/lib/carpentry/static/vendor/font-awesome/scss copying carpentry/static/vendor/font-awesome/scss/font-awesome.scss -> build/lib/carpentry/static/vendor/font-awesome/scss creating build/lib/carpentry/static/vendor/jquery copying carpentry/static/vendor/jquery/.bower.json -> build/lib/carpentry/static/vendor/jquery copying carpentry/static/vendor/jquery/MIT-LICENSE.txt -> build/lib/carpentry/static/vendor/jquery copying carpentry/static/vendor/jquery/bower.json -> build/lib/carpentry/static/vendor/jquery creating build/lib/carpentry/static/vendor/jquery/dist copying carpentry/static/vendor/jquery/dist/jquery.js -> build/lib/carpentry/static/vendor/jquery/dist copying carpentry/static/vendor/jquery/dist/jquery.min.js -> build/lib/carpentry/static/vendor/jquery/dist copying carpentry/static/vendor/jquery/dist/jquery.min.map -> build/lib/carpentry/static/vendor/jquery/dist creating build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/ajax.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/attributes.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/callbacks.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/core.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/css.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/data.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/deferred.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/deprecated.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/dimensions.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/effects.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/event.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/intro.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/jquery.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/manipulation.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/offset.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/outro.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/queue.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/selector-native.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/selector-sizzle.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/selector.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/serialize.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/traversing.js -> build/lib/carpentry/static/vendor/jquery/src copying carpentry/static/vendor/jquery/src/wrap.js -> build/lib/carpentry/static/vendor/jquery/src creating build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/jsonp.js -> build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/load.js -> build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/parseJSON.js -> build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/parseXML.js -> build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/script.js -> build/lib/carpentry/static/vendor/jquery/src/ajax copying carpentry/static/vendor/jquery/src/ajax/xhr.js -> build/lib/carpentry/static/vendor/jquery/src/ajax creating build/lib/carpentry/static/vendor/jquery/src/ajax/var copying carpentry/static/vendor/jquery/src/ajax/var/nonce.js -> build/lib/carpentry/static/vendor/jquery/src/ajax/var copying carpentry/static/vendor/jquery/src/ajax/var/rquery.js -> build/lib/carpentry/static/vendor/jquery/src/ajax/var creating build/lib/carpentry/static/vendor/jquery/src/attributes copying carpentry/static/vendor/jquery/src/attributes/attr.js -> build/lib/carpentry/static/vendor/jquery/src/attributes copying carpentry/static/vendor/jquery/src/attributes/classes.js -> build/lib/carpentry/static/vendor/jquery/src/attributes copying carpentry/static/vendor/jquery/src/attributes/prop.js -> build/lib/carpentry/static/vendor/jquery/src/attributes copying carpentry/static/vendor/jquery/src/attributes/support.js -> build/lib/carpentry/static/vendor/jquery/src/attributes copying carpentry/static/vendor/jquery/src/attributes/val.js -> build/lib/carpentry/static/vendor/jquery/src/attributes creating build/lib/carpentry/static/vendor/jquery/src/core copying carpentry/static/vendor/jquery/src/core/access.js -> build/lib/carpentry/static/vendor/jquery/src/core copying carpentry/static/vendor/jquery/src/core/init.js -> build/lib/carpentry/static/vendor/jquery/src/core copying carpentry/static/vendor/jquery/src/core/parseHTML.js -> build/lib/carpentry/static/vendor/jquery/src/core copying carpentry/static/vendor/jquery/src/core/ready.js -> build/lib/carpentry/static/vendor/jquery/src/core creating build/lib/carpentry/static/vendor/jquery/src/core/var copying carpentry/static/vendor/jquery/src/core/var/rsingleTag.js -> build/lib/carpentry/static/vendor/jquery/src/core/var creating build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/addGetHookIf.js -> build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/curCSS.js -> build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/defaultDisplay.js -> build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/hiddenVisibleSelectors.js -> build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/support.js -> build/lib/carpentry/static/vendor/jquery/src/css copying carpentry/static/vendor/jquery/src/css/swap.js -> build/lib/carpentry/static/vendor/jquery/src/css creating build/lib/carpentry/static/vendor/jquery/src/css/var copying carpentry/static/vendor/jquery/src/css/var/cssExpand.js -> build/lib/carpentry/static/vendor/jquery/src/css/var copying carpentry/static/vendor/jquery/src/css/var/getStyles.js -> build/lib/carpentry/static/vendor/jquery/src/css/var copying carpentry/static/vendor/jquery/src/css/var/isHidden.js -> build/lib/carpentry/static/vendor/jquery/src/css/var copying carpentry/static/vendor/jquery/src/css/var/rmargin.js -> build/lib/carpentry/static/vendor/jquery/src/css/var copying carpentry/static/vendor/jquery/src/css/var/rnumnonpx.js -> build/lib/carpentry/static/vendor/jquery/src/css/var creating build/lib/carpentry/static/vendor/jquery/src/data copying carpentry/static/vendor/jquery/src/data/Data.js -> build/lib/carpentry/static/vendor/jquery/src/data copying carpentry/static/vendor/jquery/src/data/accepts.js -> build/lib/carpentry/static/vendor/jquery/src/data creating build/lib/carpentry/static/vendor/jquery/src/data/var copying carpentry/static/vendor/jquery/src/data/var/data_priv.js -> build/lib/carpentry/static/vendor/jquery/src/data/var copying carpentry/static/vendor/jquery/src/data/var/data_user.js -> build/lib/carpentry/static/vendor/jquery/src/data/var creating build/lib/carpentry/static/vendor/jquery/src/effects copying carpentry/static/vendor/jquery/src/effects/Tween.js -> build/lib/carpentry/static/vendor/jquery/src/effects copying carpentry/static/vendor/jquery/src/effects/animatedSelector.js -> build/lib/carpentry/static/vendor/jquery/src/effects creating build/lib/carpentry/static/vendor/jquery/src/event copying carpentry/static/vendor/jquery/src/event/ajax.js -> build/lib/carpentry/static/vendor/jquery/src/event copying carpentry/static/vendor/jquery/src/event/alias.js -> build/lib/carpentry/static/vendor/jquery/src/event copying carpentry/static/vendor/jquery/src/event/support.js -> build/lib/carpentry/static/vendor/jquery/src/event creating build/lib/carpentry/static/vendor/jquery/src/exports copying carpentry/static/vendor/jquery/src/exports/amd.js -> build/lib/carpentry/static/vendor/jquery/src/exports copying carpentry/static/vendor/jquery/src/exports/global.js -> build/lib/carpentry/static/vendor/jquery/src/exports creating build/lib/carpentry/static/vendor/jquery/src/manipulation copying carpentry/static/vendor/jquery/src/manipulation/_evalUrl.js -> build/lib/carpentry/static/vendor/jquery/src/manipulation copying carpentry/static/vendor/jquery/src/manipulation/support.js -> build/lib/carpentry/static/vendor/jquery/src/manipulation creating build/lib/carpentry/static/vendor/jquery/src/manipulation/var copying carpentry/static/vendor/jquery/src/manipulation/var/rcheckableType.js -> build/lib/carpentry/static/vendor/jquery/src/manipulation/var creating build/lib/carpentry/static/vendor/jquery/src/queue copying carpentry/static/vendor/jquery/src/queue/delay.js -> build/lib/carpentry/static/vendor/jquery/src/queue creating build/lib/carpentry/static/vendor/jquery/src/sizzle creating build/lib/carpentry/static/vendor/jquery/src/sizzle/dist copying carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.js -> build/lib/carpentry/static/vendor/jquery/src/sizzle/dist copying carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.min.js -> build/lib/carpentry/static/vendor/jquery/src/sizzle/dist copying carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.min.map -> build/lib/carpentry/static/vendor/jquery/src/sizzle/dist creating build/lib/carpentry/static/vendor/jquery/src/traversing copying carpentry/static/vendor/jquery/src/traversing/findFilter.js -> build/lib/carpentry/static/vendor/jquery/src/traversing creating build/lib/carpentry/static/vendor/jquery/src/traversing/var copying carpentry/static/vendor/jquery/src/traversing/var/rneedsContext.js -> build/lib/carpentry/static/vendor/jquery/src/traversing/var creating build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/arr.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/class2type.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/concat.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/hasOwn.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/indexOf.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/pnum.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/push.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/rnotwhite.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/slice.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/strundefined.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/support.js -> build/lib/carpentry/static/vendor/jquery/src/var copying carpentry/static/vendor/jquery/src/var/toString.js -> build/lib/carpentry/static/vendor/jquery/src/var creating build/lib/carpentry/templates copying carpentry/templates/index.html -> build/lib/carpentry/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LAjz8r + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 + cd carpentry-ci-0.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/version.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/registry.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/cli.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/routes.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/wsgi.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/conf.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/util.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/models.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry copying build/lib/carpentry/__init__.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api copying build/lib/carpentry/api/resources.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api copying build/lib/carpentry/api/__init__.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api copying build/lib/carpentry/api/core.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.10.userprofile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.5.preferences.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.0.models.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.11.docker.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.0.common.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.2.index.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.8.show.builder.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.9.editbuilder.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.7.splash.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.3.newbuilder.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.4.build.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/js/app.1.auth.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/docker.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/splash.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/new-builder.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/show-builder.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/edit-builder.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/build-detail.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/navbar.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/index.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/preferences.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/fullscreen.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/templates/profile.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js/templates copying build/lib/carpentry/static/js/app.6.fullscreen.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/js copying build/lib/carpentry/static/404.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch copying build/lib/carpentry/static/vendor/bootswatch/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch copying build/lib/carpentry/static/vendor/bootswatch/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/paper/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/paper copying build/lib/carpentry/static/vendor/bootswatch/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch copying build/lib/carpentry/static/vendor/bootswatch/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen copying build/lib/carpentry/static/vendor/bootswatch/lumen/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/lumen creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate copying build/lib/carpentry/static/vendor/bootswatch/slate/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/slate creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero copying build/lib/carpentry/static/vendor/bootswatch/superhero/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/superhero creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united copying build/lib/carpentry/static/vendor/bootswatch/united/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/united creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal copying build/lib/carpentry/static/vendor/bootswatch/journal/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/journal creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex copying build/lib/carpentry/static/vendor/bootswatch/simplex/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/simplex creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo copying build/lib/carpentry/static/vendor/bootswatch/cosmo/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cosmo creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone copying build/lib/carpentry/static/vendor/bootswatch/sandstone/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/sandstone creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti copying build/lib/carpentry/static/vendor/bootswatch/yeti/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/yeti creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean copying build/lib/carpentry/static/vendor/bootswatch/cerulean/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cerulean creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable copying build/lib/carpentry/static/vendor/bootswatch/readable/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/readable creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly copying build/lib/carpentry/static/vendor/bootswatch/flatly/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/flatly creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab copying build/lib/carpentry/static/vendor/bootswatch/spacelab/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/spacelab creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg copying build/lib/carpentry/static/vendor/bootswatch/cyborg/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/cyborg creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/thumbnail.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/bootswatch.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/_bootswatch.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly copying build/lib/carpentry/static/vendor/bootswatch/darkly/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootswatch/darkly creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/angular-notify.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/angular-notify.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify copying build/lib/carpentry/static/vendor/angular-notify/angular-notify.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify/dist copying build/lib/carpentry/static/vendor/angular-notify/dist/angular-notify.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify/dist copying build/lib/carpentry/static/vendor/angular-notify/dist/angular-notify.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify/dist copying build/lib/carpentry/static/vendor/angular-notify/dist/angular-notify.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify/dist copying build/lib/carpentry/static/vendor/angular-notify/dist/angular-notify.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-notify/dist creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router copying build/lib/carpentry/static/vendor/angular-ui-router/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router copying build/lib/carpentry/static/vendor/angular-ui-router/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router copying build/lib/carpentry/static/vendor/angular-ui-router/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router copying build/lib/carpentry/static/vendor/angular-ui-router/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router copying build/lib/carpentry/static/vendor/angular-ui-router/CHANGELOG.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/release copying build/lib/carpentry/static/vendor/angular-ui-router/release/angular-ui-router.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/release copying build/lib/carpentry/static/vendor/angular-ui-router/release/angular-ui-router.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/release creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/urlMatcherFactory.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/viewDirective.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/common.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/state.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/view.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/stateDirectives.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/urlRouter.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/stateFilters.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/templateFactory.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/viewScroll.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src copying build/lib/carpentry/static/vendor/angular-ui-router/src/resolve.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/api copying build/lib/carpentry/static/vendor/angular-ui-router/api/angular-ui-router.d.ts -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router/api copying build/lib/carpentry/static/vendor/angular-ui-router/CONTRIBUTING.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-ui-router creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/Gruntfile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar copying build/lib/carpentry/static/vendor/angular-loading-bar/CHANGELOG.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/src copying build/lib/carpentry/static/vendor/angular-loading-bar/src/loading-bar.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/src copying build/lib/carpentry/static/vendor/angular-loading-bar/src/loading-bar.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/src copying build/lib/carpentry/static/vendor/angular-loading-bar/index.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/build copying build/lib/carpentry/static/vendor/angular-loading-bar/build/loading-bar.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/build copying build/lib/carpentry/static/vendor/angular-loading-bar/build/loading-bar.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/build copying build/lib/carpentry/static/vendor/angular-loading-bar/build/loading-bar.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/build copying build/lib/carpentry/static/vendor/angular-loading-bar/build/loading-bar.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-loading-bar/build creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome copying build/lib/carpentry/static/vendor/font-awesome/.npmignore -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome copying build/lib/carpentry/static/vendor/font-awesome/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome copying build/lib/carpentry/static/vendor/font-awesome/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_mixins.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_bordered-pulled.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/font-awesome.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_variables.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_fixed-width.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_icons.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_animated.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_stacked.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_list.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_larger.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_path.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_rotated-flipped.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss copying build/lib/carpentry/static/vendor/font-awesome/scss/_core.scss -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/scss creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/css copying build/lib/carpentry/static/vendor/font-awesome/css/font-awesome.css.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/css copying build/lib/carpentry/static/vendor/font-awesome/css/font-awesome.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/css copying build/lib/carpentry/static/vendor/font-awesome/css/font-awesome.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/css copying build/lib/carpentry/static/vendor/font-awesome/.gitignore -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/animated.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/stacked.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/larger.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/bordered-pulled.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/core.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/list.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/path.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/icons.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/mixins.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/rotated-flipped.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/fixed-width.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less copying build/lib/carpentry/static/vendor/font-awesome/less/font-awesome.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/less creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/FontAwesome.otf -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.eot -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.svg -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.woff2 -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.woff -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts copying build/lib/carpentry/static/vendor/font-awesome/fonts/fontawesome-webfont.ttf -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/font-awesome/fonts creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/Gruntfile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys copying build/lib/carpentry/static/vendor/angular-hotkeys/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/src copying build/lib/carpentry/static/vendor/angular-hotkeys/src/hotkeys.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/src copying build/lib/carpentry/static/vendor/angular-hotkeys/src/hotkeys.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/build copying build/lib/carpentry/static/vendor/angular-hotkeys/build/hotkeys.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/build copying build/lib/carpentry/static/vendor/angular-hotkeys/build/hotkeys.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/build copying build/lib/carpentry/static/vendor/angular-hotkeys/build/hotkeys.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/build copying build/lib/carpentry/static/vendor/angular-hotkeys/build/hotkeys.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-hotkeys/build creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/angular.min.js.gzip -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/angular.min.js.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/angular.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/angular.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/angular-csp.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular copying build/lib/carpentry/static/vendor/angular/index.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/angucomplete-alt.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/Gruntfile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/CONTRIBUTORS.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/angucomplete-alt.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt copying build/lib/carpentry/static/vendor/angucomplete-alt/CONTRIBUTING.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt/dist copying build/lib/carpentry/static/vendor/angucomplete-alt/dist/angucomplete-alt.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angucomplete-alt/dist creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/.jscsrc -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/popover.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/button.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/.jshintrc -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/alert.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/dropdown.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/tooltip.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/tab.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/affix.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/modal.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/transition.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/carousel.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/collapse.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/js/scrollspy.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/js copying build/lib/carpentry/static/vendor/bootstrap/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap copying build/lib/carpentry/static/vendor/bootstrap/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap copying build/lib/carpentry/static/vendor/bootstrap/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap copying build/lib/carpentry/static/vendor/bootstrap/Gruntfile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap copying build/lib/carpentry/static/vendor/bootstrap/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap copying build/lib/carpentry/static/vendor/bootstrap/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/bs-glyphicons-data-generator.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/bs-lessdoc-parser.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/.jshintrc -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/bs-commonjs-generator.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/bs-raw-files-generator.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/configBridge.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt copying build/lib/carpentry/static/vendor/bootstrap/grunt/sauce_browsers.yml -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/grunt creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/grid.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/popovers.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/close.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/input-groups.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/pager.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/labels.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/tables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/button-groups.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/buttons.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/list-group.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/navbar.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/responsive-embed.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/breadcrumbs.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/tooltip.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/dropdowns.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/wells.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/bootstrap.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/media.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/carousel.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/.csscomb.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/modals.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/grid.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/vendor-prefixes.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/table-row.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/reset-text.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/gradients.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/image.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/labels.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/buttons.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/list-group.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/tab-focus.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/reset-filter.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/background-variant.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/resize.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/forms.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/grid-framework.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/nav-divider.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/responsive-visibility.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/hide-text.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/size.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/opacity.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/border-radius.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/text-overflow.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/pagination.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/alerts.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/text-emphasis.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/center-block.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/panels.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/clearfix.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/nav-vertical-align.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins/progress-bar.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less/mixins copying build/lib/carpentry/static/vendor/bootstrap/less/mixins.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/component-animations.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/badges.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/forms.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/progress-bars.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/type.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/glyphicons.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/theme.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/navs.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/pagination.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/scaffolding.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/.csslintrc -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/thumbnails.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/variables.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/code.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/alerts.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/responsive-utilities.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/panels.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/jumbotron.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/utilities.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/normalize.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/less/print.less -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/less copying build/lib/carpentry/static/vendor/bootstrap/package.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/js copying build/lib/carpentry/static/vendor/bootstrap/dist/js/bootstrap.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/js copying build/lib/carpentry/static/vendor/bootstrap/dist/js/npm.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/js copying build/lib/carpentry/static/vendor/bootstrap/dist/js/bootstrap.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/js creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.css.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap-theme.min.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap.css.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css copying build/lib/carpentry/static/vendor/bootstrap/dist/css/bootstrap.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/css creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts copying build/lib/carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts copying build/lib/carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts copying build/lib/carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts copying build/lib/carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts copying build/lib/carpentry/static/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/dist/fonts creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts copying build/lib/carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts copying build/lib/carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts copying build/lib/carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts copying build/lib/carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts copying build/lib/carpentry/static/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap/fonts creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/ui-bootstrap-csp.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/ui-bootstrap.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/ui-bootstrap.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap copying build/lib/carpentry/static/vendor/angular-bootstrap/ui-bootstrap-tpls.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-bootstrap creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/angular-cookies.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/angular-cookies.min.js.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/index.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies copying build/lib/carpentry/static/vendor/angular-cookies/angular-cookies.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-cookies creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery copying build/lib/carpentry/static/vendor/jquery/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery copying build/lib/carpentry/static/vendor/jquery/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery copying build/lib/carpentry/static/vendor/jquery/MIT-LICENSE.txt -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/data.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/effects.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/manipulation.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/offset.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/outro.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data copying build/lib/carpentry/static/vendor/jquery/src/data/Data.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data/var copying build/lib/carpentry/static/vendor/jquery/src/data/var/data_priv.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data/var copying build/lib/carpentry/static/vendor/jquery/src/data/var/data_user.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data/var copying build/lib/carpentry/static/vendor/jquery/src/data/accepts.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/data creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/effects copying build/lib/carpentry/static/vendor/jquery/src/effects/Tween.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/effects copying build/lib/carpentry/static/vendor/jquery/src/effects/animatedSelector.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/effects copying build/lib/carpentry/static/vendor/jquery/src/serialize.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core copying build/lib/carpentry/static/vendor/jquery/src/core/parseHTML.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core copying build/lib/carpentry/static/vendor/jquery/src/core/ready.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core/var copying build/lib/carpentry/static/vendor/jquery/src/core/var/rsingleTag.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core/var copying build/lib/carpentry/static/vendor/jquery/src/core/access.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core copying build/lib/carpentry/static/vendor/jquery/src/core/init.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/core creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/traversing copying build/lib/carpentry/static/vendor/jquery/src/traversing/findFilter.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/traversing creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/traversing/var copying build/lib/carpentry/static/vendor/jquery/src/traversing/var/rneedsContext.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/traversing/var copying build/lib/carpentry/static/vendor/jquery/src/intro.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/core.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/exports copying build/lib/carpentry/static/vendor/jquery/src/exports/amd.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/exports copying build/lib/carpentry/static/vendor/jquery/src/exports/global.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/exports creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/manipulation copying build/lib/carpentry/static/vendor/jquery/src/manipulation/support.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/manipulation copying build/lib/carpentry/static/vendor/jquery/src/manipulation/_evalUrl.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/manipulation creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/manipulation/var copying build/lib/carpentry/static/vendor/jquery/src/manipulation/var/rcheckableType.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/manipulation/var copying build/lib/carpentry/static/vendor/jquery/src/dimensions.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css copying build/lib/carpentry/static/vendor/jquery/src/css/addGetHookIf.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css copying build/lib/carpentry/static/vendor/jquery/src/css/swap.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css copying build/lib/carpentry/static/vendor/jquery/src/css/defaultDisplay.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css copying build/lib/carpentry/static/vendor/jquery/src/css/curCSS.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css copying build/lib/carpentry/static/vendor/jquery/src/css/support.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/var/rmargin.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/var/isHidden.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/var/getStyles.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/var/rnumnonpx.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/var/cssExpand.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css/var copying build/lib/carpentry/static/vendor/jquery/src/css/hiddenVisibleSelectors.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/css creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/queue copying build/lib/carpentry/static/vendor/jquery/src/queue/delay.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/queue creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax copying build/lib/carpentry/static/vendor/jquery/src/ajax/xhr.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax copying build/lib/carpentry/static/vendor/jquery/src/ajax/parseXML.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax copying build/lib/carpentry/static/vendor/jquery/src/ajax/load.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax copying build/lib/carpentry/static/vendor/jquery/src/ajax/jsonp.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax copying build/lib/carpentry/static/vendor/jquery/src/ajax/script.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax/var copying build/lib/carpentry/static/vendor/jquery/src/ajax/var/nonce.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax/var copying build/lib/carpentry/static/vendor/jquery/src/ajax/var/rquery.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax/var copying build/lib/carpentry/static/vendor/jquery/src/ajax/parseJSON.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/ajax creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/sizzle creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/sizzle/dist copying build/lib/carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/sizzle/dist copying build/lib/carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.min.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/sizzle/dist copying build/lib/carpentry/static/vendor/jquery/src/sizzle/dist/sizzle.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/sizzle/dist copying build/lib/carpentry/static/vendor/jquery/src/jquery.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/wrap.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/traversing.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/queue.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/event.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/ajax.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/css.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/deprecated.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/arr.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/push.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/rnotwhite.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/class2type.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/toString.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/hasOwn.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/slice.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/strundefined.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/indexOf.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/support.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/pnum.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/var/concat.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/var copying build/lib/carpentry/static/vendor/jquery/src/callbacks.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/deferred.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/attributes/val.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/attributes/classes.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/attributes/prop.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/attributes/attr.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/attributes/support.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/attributes copying build/lib/carpentry/static/vendor/jquery/src/selector-sizzle.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/selector.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/event copying build/lib/carpentry/static/vendor/jquery/src/event/alias.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/event copying build/lib/carpentry/static/vendor/jquery/src/event/support.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/event copying build/lib/carpentry/static/vendor/jquery/src/event/ajax.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src/event copying build/lib/carpentry/static/vendor/jquery/src/selector-native.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src copying build/lib/carpentry/static/vendor/jquery/src/attributes.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/dist copying build/lib/carpentry/static/vendor/jquery/dist/jquery.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/dist copying build/lib/carpentry/static/vendor/jquery/dist/jquery.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/dist copying build/lib/carpentry/static/vendor/jquery/dist/jquery.min.map -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/jquery/dist creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/Gruntfile.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead copying build/lib/carpentry/static/vendor/bootstrap3-typeahead/composer.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/bootstrap3-typeahead creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/README.md -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/.bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/package.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/bower.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/karma.conf.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue copying build/lib/carpentry/static/vendor/angular-scroll-glue/example.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue/src copying build/lib/carpentry/static/vendor/angular-scroll-glue/src/LICENSE -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue/src copying build/lib/carpentry/static/vendor/angular-scroll-glue/src/scrollglue.js -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/vendor/angular-scroll-glue/src creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/carpentry-icon-96.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/paper.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/fullscreen.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/ansi.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/tango.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/carpentry-icon.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/buildbottv.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css copying build/lib/carpentry/static/css/carpentry.css -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/css creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-144x144.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/manifest.json -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/favicon-96x96.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-192x192.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-48x48.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-152x152.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-precomposed.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-76x76.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/ms-icon-310x310.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-96x96.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/ms-icon-70x70.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/favicon-16x16.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/favicon-32x32.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-120x120.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-144x144.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/browserconfig.xml -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/navbar-logo.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/ms-icon-150x150.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/favicon.ico -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-72x72.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-114x114.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/ms-icon-144x144.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-72x72.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-60x60.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-180x180.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/android-icon-36x36.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/docker-logo.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/img/apple-icon-57x57.png -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static/img copying build/lib/carpentry/static/500.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/static creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers copying build/lib/carpentry/workers/pipelines.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers copying build/lib/carpentry/workers/__init__.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers copying build/lib/carpentry/workers/steps.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers creating /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/templates copying build/lib/carpentry/templates/index.html -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/templates copying build/lib/carpentry/server.py -> /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/cli.py to cli.cpython-39.pyc File "/usr/lib/python3.9/site-packages/carpentry/cli.py", line 62 print this_node.join('static') ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/routes.py to routes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api/resources.py to resources.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/api/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers/pipelines.py to pipelines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers/steps.py to steps.cpython-39.pyc File "/usr/lib/python3.9/site-packages/carpentry/workers/steps.py", line 129 def write_file(self, path, filename, contents, mode=0755): ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers byte-compiling /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/server.py to server.cpython-39.pyc writing byte-compilation script '/tmp/tmp2lbafd7z.py' /usr/bin/python3 /tmp/tmp2lbafd7z.py File "/usr/lib/python3.9/site-packages/carpentry/cli.py", line 62 print this_node.join('static') ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/carpentry/workers/steps.py", line 129 def write_file(self, path, filename, contents, mode=0755): ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers removing /tmp/tmp2lbafd7z.py running install_egg_info running egg_info writing carpentry_ci.egg-info/PKG-INFO writing dependency_links to carpentry_ci.egg-info/dependency_links.txt writing entry points to carpentry_ci.egg-info/entry_points.txt writing requirements to carpentry_ci.egg-info/requires.txt writing top-level names to carpentry_ci.egg-info/top_level.txt reading manifest file 'carpentry_ci.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'carpentry_ci.egg-info/SOURCES.txt' Copying carpentry_ci.egg-info to /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry_ci-0.3.0-py3.9.egg-info running install_scripts Installing carpentry script to /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64//usr/share/doc/python-carpentry-ci + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 ~/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64 ~/build/BUILD/carpentry-ci-0.3.0 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '"/%h/%f"\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/carpentry-ci-0.3.0 + mv /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.3.0-1 --unique-debug-suffix -0.3.0-1.x86_64 --unique-debug-src-base python-carpentry-ci-0.3.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/carpentry-ci-0.3.0 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-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/cli.py'... File "/usr/lib/python3.9/site-packages/carpentry/cli.py", line 62 print this_node.join('static') ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-carpentry-ci-0.3.0-1.x86_64/usr/lib/python3.9/site-packages/carpentry/workers/steps.py'... File "/usr/lib/python3.9/site-packages/carpentry/workers/steps.py", line 129 def write_file(self, path, filename, contents, mode=0755): ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers error: Bad exit status from /var/tmp/rpm-tmp.LAjz8r (%install) Bad exit status from /var/tmp/rpm-tmp.LAjz8r (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-carpentry-ci.spec