Mock Version: 1.4.11 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ipywidgets.spec'], chrootPath='/var/lib/mock/780182-fedora-rawhide-x86_64-1532375489.885781/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '35830e259ae3496abde887d336120c32', '-D', '/var/lib/mock/780182-fedora-rawhide-x86_64-1532375489.885781/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ipywidgets.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 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-ipywidgets-7.3.0-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ipywidgets.spec'], chrootPath='/var/lib/mock/780182-fedora-rawhide-x86_64-1532375489.885781/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '13c2081d20e64628be632c56c2dfbc80', '-D', '/var/lib/mock/780182-fedora-rawhide-x86_64-1532375489.885781/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ipywidgets.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 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Po21cZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ipywidgets-7.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/ipywidgets-7.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ipywidgets-7.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Xg4QnW + umask 022 + cd /builddir/build/BUILD + cd ipywidgets-7.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/ipywidgets copying ipywidgets/__init__.py -> build/lib/ipywidgets copying ipywidgets/_version.py -> build/lib/ipywidgets copying ipywidgets/embed.py -> build/lib/ipywidgets creating build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_selectioncontainer.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_int.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/domwidget.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_image.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_layout.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/valuewidget.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_selection.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_date.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/__init__.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_link.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_color.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_button.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/docutils.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_style.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_box.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_float.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_controller.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/interaction.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_output.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_bool.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/trait_types.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_description.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_core.py -> build/lib/ipywidgets/widgets copying ipywidgets/widgets/widget_string.py -> build/lib/ipywidgets/widgets creating build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_widget_float.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_widget.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/utils.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_widget_box.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_interaction.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/__init__.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_send_state.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_widget_image.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_traits.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_link.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_selectioncontainer.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_set_state.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_widget_output.py -> build/lib/ipywidgets/widgets/tests copying ipywidgets/widgets/tests/test_docutils.py -> build/lib/ipywidgets/widgets/tests creating build/lib/ipywidgets/tests copying ipywidgets/tests/test_embed.py -> build/lib/ipywidgets/tests copying ipywidgets/tests/__init__.py -> build/lib/ipywidgets/tests copying ipywidgets/state.schema.json -> build/lib/ipywidgets copying ipywidgets/view.schema.json -> build/lib/ipywidgets creating build/lib/ipywidgets/widgets/tests/data copying ipywidgets/widgets/tests/data/jupyter-logo-transparent.png -> build/lib/ipywidgets/widgets/tests/data + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.L3fNHX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 + cd ipywidgets-7.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets copying build/lib/ipywidgets/view.schema.json -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets copying build/lib/ipywidgets/state.schema.json -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/tests copying build/lib/ipywidgets/tests/__init__.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/tests copying build/lib/ipywidgets/tests/test_embed.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/tests creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests creating /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/data copying build/lib/ipywidgets/widgets/tests/data/jupyter-logo-transparent.png -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/data copying build/lib/ipywidgets/widgets/tests/test_docutils.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_widget_output.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_set_state.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_selectioncontainer.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_link.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_traits.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_widget_image.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_send_state.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/__init__.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_interaction.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_widget_box.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/utils.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_widget.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/tests/test_widget_float.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests copying build/lib/ipywidgets/widgets/widget_string.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_core.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_description.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/trait_types.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_bool.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_output.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/interaction.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_controller.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_float.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_box.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_style.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/docutils.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_button.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_color.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_link.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/__init__.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_date.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_selection.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/valuewidget.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_layout.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_image.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/domwidget.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_int.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/widgets/widget_selectioncontainer.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets copying build/lib/ipywidgets/embed.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets copying build/lib/ipywidgets/_version.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets copying build/lib/ipywidgets/__init__.py -> /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/tests/test_embed.py to test_embed.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_docutils.py to test_docutils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_widget_output.py to test_widget_output.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_set_state.py to test_set_state.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_selectioncontainer.py to test_selectioncontainer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_link.py to test_link.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_traits.py to test_traits.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_widget_image.py to test_widget_image.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_send_state.py to test_send_state.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_interaction.py to test_interaction.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_widget_box.py to test_widget_box.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_widget.py to test_widget.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/tests/test_widget_float.py to test_widget_float.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_string.py to widget_string.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_core.py to widget_core.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_description.py to widget_description.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/trait_types.py to trait_types.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget.py to widget.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_bool.py to widget_bool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_output.py to widget_output.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/interaction.py to interaction.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_controller.py to widget_controller.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_float.py to widget_float.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_box.py to widget_box.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_style.py to widget_style.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/docutils.py to docutils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_button.py to widget_button.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_color.py to widget_color.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_link.py to widget_link.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_date.py to widget_date.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_selection.py to widget_selection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/valuewidget.py to valuewidget.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_layout.py to widget_layout.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_image.py to widget_image.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/domwidget.py to domwidget.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_int.py to widget_int.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/widgets/widget_selectioncontainer.py to widget_selectioncontainer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/embed.py to embed.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/_version.py to _version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpxfecpdvw.py' /usr/bin/python3 /tmp/tmpxfecpdvw.py removing /tmp/tmpxfecpdvw.py running install_egg_info Writing /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7/site-packages/ipywidgets-7.3.0-py3.7.egg-info + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 7.3.0-1.fc29 --unique-debug-suffix -7.3.0-1.fc29.x86_64 --unique-debug-src-base python-ipywidgets-7.3.0-1.fc29.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/ipywidgets-7.3.0 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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-ipywidgets-7.3.0-1.fc29.x86_64/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: /usr/share/lmod/lmod/init/bash: line 15: __lmod_vx: unbound variable Processing files: python3-ipywidgets-7.3.0-1.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BHuIi3 + umask 022 + cd /builddir/build/BUILD + cd ipywidgets-7.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/doc/python3-ipywidgets + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/doc/python3-ipywidgets + cp -pr README.md /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/doc/python3-ipywidgets + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TGQkV8 + umask 022 + cd /builddir/build/BUILD + cd ipywidgets-7.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/licenses/python3-ipywidgets + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/licenses/python3-ipywidgets + cp -pr LICENSE /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64/usr/share/licenses/python3-ipywidgets + exit 0 Provides: python3-ipywidgets = 7.3.0-1.fc29 python3.7dist(ipywidgets) = 7.3.0 python3dist(ipywidgets) = 7.3.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 Wrote: /builddir/build/RPMS/python3-ipywidgets-7.3.0-1.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9xJhDE + umask 022 + cd /builddir/build/BUILD + cd ipywidgets-7.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ipywidgets-7.3.0-1.fc29.x86_64 + exit 0 Child return code was: 0