Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-scss.spec'], chrootPath='/var/lib/mock/f33-build-179880-45118/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-scss.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': 'en_US.UTF-8'} and shell False warning: Macro expanded in comment on line 17: %{name}-%{version}-%{shortcommit}.tar.gz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Wrote: /builddir/build/SRPMS/python-scss-1.3.5-10.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-scss.spec'], chrootPath='/var/lib/mock/f33-build-179880-45118/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-scss.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': 'en_US.UTF-8'} and shell False warning: Macro expanded in comment on line 17: %{name}-%{version}-%{shortcommit}.tar.gz Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LXNmI8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyScss-1.3.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-scss-1.3.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyScss-1.3.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + pathfix.py -pni '/usr/bin/python3 -s' . recursedown('.') recursedown('./docs') recursedown('./scss') recursedown('./scss/extension') recursedown('./scss/extension/compass') recursedown('./scss/grammar') recursedown('./scss/src') recursedown('./scss/tests') recursedown('./scss/tests/extension') recursedown('./scss/tests/extension/compass') recursedown('./scss/tests/files') recursedown('./scss/tests/files/bugs') recursedown('./scss/tests/files/compass') recursedown('./scss/tests/files/cursors') recursedown('./scss/tests/files/fonts') recursedown('./scss/tests/files/fonts/static') recursedown('./scss/tests/files/fonts/static/assets') recursedown('./scss/tests/files/fonts/static/fontsheet') recursedown('./scss/tests/files/from-sassc') recursedown('./scss/tests/files/general') recursedown('./scss/tests/files/general/include') recursedown('./scss/tests/files/images') recursedown('./scss/tests/files/kronuz') recursedown('./scss/tests/files/kronuz/include') recursedown('./scss/tests/files/kronuz/static') recursedown('./scss/tests/files/kronuz/static/assets') recursedown('./scss/tests/files/kronuz/static/menus') recursedown('./scss/tests/files/kronuz/static/squares') recursedown('./scss/tests/files/original-doctests') recursedown('./scss/tests/files/regressions') recursedown('./scss/tests/files/regressions/include') recursedown('./scss/tests/from_ruby') ./conftest.py: no change ./setup.py: updating ./yapps2.py: updating ./docs/conf.py: no change ./scss/__init__.py: no change ./scss/__main__.py: no change ./scss/ast.py: no change ./scss/calculator.py: no change ./scss/compiler.py: no change ./scss/config.py: no change ./scss/cssdefs.py: no change ./scss/errors.py: no change ./scss/legacy.py: no change ./scss/less2scss.py: no change ./scss/namespace.py: no change ./scss/rule.py: no change ./scss/scss_meta.py: no change ./scss/selector.py: no change ./scss/setup.py: no change ./scss/source.py: no change ./scss/tool.py: updating ./scss/types.py: no change ./scss/util.py: no change ./scss/extension/__init__.py: no change ./scss/extension/api.py: no change ./scss/extension/bootstrap.py: no change ./scss/extension/core.py: no change ./scss/extension/extra.py: no change ./scss/extension/fonts.py: no change ./scss/extension/compass/__init__.py: no change ./scss/extension/compass/gradients.py: no change ./scss/extension/compass/helpers.py: no change ./scss/extension/compass/images.py: no change ./scss/extension/compass/layouts.py: no change ./scss/extension/compass/sprites.py: no change ./scss/grammar/__init__.py: no change ./scss/grammar/expression.py: no change ./scss/grammar/scanner.py: no change ./scss/src/build.py: updating ./scss/tests/__init__.py: no change ./scss/tests/test_cli.py: no change ./scss/tests/test_expression.py: no change ./scss/tests/test_interactive.py: no change ./scss/tests/test_misc.py: no change ./scss/tests/test_types.py: no change ./scss/tests/util.py: no change ./scss/tests/extension/test_core.py: no change ./scss/tests/extension/test_extra.py: no change ./scss/tests/extension/compass/test_gradients.py: no change ./scss/tests/extension/compass/test_helpers.py: no change ./scss/tests/extension/compass/test_images.py: no change ./scss/tests/files/from-sassc/copy-tests-from-sassc.py: updating ./scss/tests/from_ruby/__init__.py: no change ./scss/tests/from_ruby/_test_scss.py: no change ./scss/tests/from_ruby/test_extend.py: no change + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PdSuza + umask 022 + cd /builddir/build/BUILD + cd pyScss-1.3.5 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Traceback (most recent call last): File "setup.py", line 9, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/usr/lib/python3.8/site-packages/setuptools/__init__.py) error: Bad exit status from /var/tmp/rpm-tmp.PdSuza (%build) RPM build errors: Macro expanded in comment on line 17: %{name}-%{version}-%{shortcommit}.tar.gz Bad exit status from /var/tmp/rpm-tmp.PdSuza (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, 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 riscv64 --nodeps /builddir/build/SPECS/python-scss.spec