Mock Version: 1.4.19 Mock Version: 1.4.19 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/supervisor.spec'], chrootPath='/var/lib/mock/f32-build-18124532-1294990/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/supervisor.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1573257600 Wrote: /builddir/build/SRPMS/supervisor-4.0.4-3.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/supervisor.spec'], chrootPath='/var/lib/mock/f32-build-18124532-1294990/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/supervisor.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1573257600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oiqqyI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf supervisor-4.0.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/supervisor-4.0.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd supervisor-4.0.4 + /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.4gOWaJ + umask 022 + cd /builddir/build/BUILD + cd supervisor-4.0.4 + 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 -march=zEC12 -mtune=z13 -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' running build running build_py creating build creating build/lib creating build/lib/supervisor copying supervisor/childutils.py -> build/lib/supervisor copying supervisor/pidproxy.py -> build/lib/supervisor copying supervisor/socket_manager.py -> build/lib/supervisor copying supervisor/dispatchers.py -> build/lib/supervisor copying supervisor/http.py -> build/lib/supervisor copying supervisor/supervisorctl.py -> build/lib/supervisor copying supervisor/http_client.py -> build/lib/supervisor copying supervisor/__init__.py -> build/lib/supervisor copying supervisor/confecho.py -> build/lib/supervisor copying supervisor/options.py -> build/lib/supervisor copying supervisor/process.py -> build/lib/supervisor copying supervisor/compat.py -> build/lib/supervisor copying supervisor/web.py -> build/lib/supervisor copying supervisor/events.py -> build/lib/supervisor copying supervisor/poller.py -> build/lib/supervisor copying supervisor/datatypes.py -> build/lib/supervisor copying supervisor/states.py -> build/lib/supervisor copying supervisor/supervisord.py -> build/lib/supervisor copying supervisor/rpcinterface.py -> build/lib/supervisor copying supervisor/loggers.py -> build/lib/supervisor copying supervisor/xmlrpc.py -> build/lib/supervisor creating build/lib/supervisor/medusa copying supervisor/medusa/xmlrpc_handler.py -> build/lib/supervisor/medusa copying supervisor/medusa/http_date.py -> build/lib/supervisor/medusa copying supervisor/medusa/http_server.py -> build/lib/supervisor/medusa copying supervisor/medusa/asynchat_25.py -> build/lib/supervisor/medusa copying supervisor/medusa/counter.py -> build/lib/supervisor/medusa copying supervisor/medusa/__init__.py -> build/lib/supervisor/medusa copying supervisor/medusa/asyncore_25.py -> build/lib/supervisor/medusa copying supervisor/medusa/default_handler.py -> build/lib/supervisor/medusa copying supervisor/medusa/producers.py -> build/lib/supervisor/medusa copying supervisor/medusa/logger.py -> build/lib/supervisor/medusa copying supervisor/medusa/filesys.py -> build/lib/supervisor/medusa copying supervisor/medusa/util.py -> build/lib/supervisor/medusa copying supervisor/medusa/auth_handler.py -> build/lib/supervisor/medusa creating build/lib/supervisor/tests copying supervisor/tests/base.py -> build/lib/supervisor/tests copying supervisor/tests/test_events.py -> build/lib/supervisor/tests copying supervisor/tests/test_childutils.py -> build/lib/supervisor/tests copying supervisor/tests/test_supervisord.py -> build/lib/supervisor/tests copying supervisor/tests/test_loggers.py -> build/lib/supervisor/tests copying supervisor/tests/test_process.py -> build/lib/supervisor/tests copying supervisor/tests/test_dispatchers.py -> build/lib/supervisor/tests copying supervisor/tests/__init__.py -> build/lib/supervisor/tests copying supervisor/tests/test_supervisorctl.py -> build/lib/supervisor/tests copying supervisor/tests/test_options.py -> build/lib/supervisor/tests copying supervisor/tests/test_xmlrpc.py -> build/lib/supervisor/tests copying supervisor/tests/test_http.py -> build/lib/supervisor/tests copying supervisor/tests/test_web.py -> build/lib/supervisor/tests copying supervisor/tests/test_datatypes.py -> build/lib/supervisor/tests copying supervisor/tests/test_rpcinterfaces.py -> build/lib/supervisor/tests copying supervisor/tests/test_confecho.py -> build/lib/supervisor/tests copying supervisor/tests/test_http_client.py -> build/lib/supervisor/tests copying supervisor/tests/test_states.py -> build/lib/supervisor/tests copying supervisor/tests/test_socket_manager.py -> build/lib/supervisor/tests copying supervisor/tests/test_poller.py -> build/lib/supervisor/tests copying supervisor/tests/test_end_to_end.py -> build/lib/supervisor/tests running egg_info writing supervisor.egg-info/PKG-INFO writing dependency_links to supervisor.egg-info/dependency_links.txt writing entry points to supervisor.egg-info/entry_points.txt writing requirements to supervisor.egg-info/requires.txt writing top-level names to supervisor.egg-info/top_level.txt reading manifest file 'supervisor.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'docs/.build' writing manifest file 'supervisor.egg-info/SOURCES.txt' copying supervisor/version.txt -> build/lib/supervisor creating build/lib/supervisor/scripts copying supervisor/scripts/loop_eventgen.py -> build/lib/supervisor/scripts copying supervisor/scripts/loop_listener.py -> build/lib/supervisor/scripts copying supervisor/scripts/sample_commevent.py -> build/lib/supervisor/scripts copying supervisor/scripts/sample_eventlistener.py -> build/lib/supervisor/scripts copying supervisor/scripts/sample_exiting_eventlistener.py -> build/lib/supervisor/scripts creating build/lib/supervisor/skel copying supervisor/skel/sample.conf -> build/lib/supervisor/skel creating build/lib/supervisor/ui copying supervisor/ui/status.html -> build/lib/supervisor/ui copying supervisor/ui/tail.html -> build/lib/supervisor/ui creating build/lib/supervisor/ui/images copying supervisor/ui/images/button_refresh.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/button_restart.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/button_stop.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/icon.png -> build/lib/supervisor/ui/images copying supervisor/ui/images/rule.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state0.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state1.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state2.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/state3.gif -> build/lib/supervisor/ui/images copying supervisor/ui/images/supervisor.gif -> build/lib/supervisor/ui/images creating build/lib/supervisor/ui/stylesheets copying supervisor/ui/stylesheets/supervisor.css -> build/lib/supervisor/ui/stylesheets creating build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/donothing.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/include.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-1054.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-1224.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-1231.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-565.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-638.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-663.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-664.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-835.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/issue-836.conf -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/listener.py -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/spew.py -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/test_1231.py -> build/lib/supervisor/tests/fixtures copying supervisor/tests/fixtures/unkillable_spew.py -> build/lib/supervisor/tests/fixtures creating build/lib/supervisor/tests/fixtures/example copying supervisor/tests/fixtures/example/included.conf -> build/lib/supervisor/tests/fixtures/example + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MEfELJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch ++ dirname /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch + cd supervisor-4.0.4 + 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 -march=zEC12 -mtune=z13 -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 install -O1 --skip-build --root /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/childutils.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/pidproxy.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/socket_manager.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/dispatchers.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/http.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/xmlrpc_handler.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/http_date.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/http_server.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/asynchat_25.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/counter.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/__init__.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/asyncore_25.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/default_handler.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/producers.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/logger.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/filesys.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/util.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa copying build/lib/supervisor/medusa/auth_handler.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/spew.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-663.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-835.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-1231.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/include.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/unkillable_spew.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-1224.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-664.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-836.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/donothing.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-638.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/example copying build/lib/supervisor/tests/fixtures/example/included.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/example copying build/lib/supervisor/tests/fixtures/issue-1054.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/listener.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/issue-565.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/fixtures/test_1231.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures copying build/lib/supervisor/tests/base.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_events.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_childutils.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_supervisord.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_loggers.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_process.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_dispatchers.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/__init__.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_supervisorctl.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_options.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_xmlrpc.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_http.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_web.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_datatypes.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_rpcinterfaces.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_confecho.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_http_client.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_states.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_socket_manager.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_poller.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/tests/test_end_to_end.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests copying build/lib/supervisor/supervisorctl.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/skel copying build/lib/supervisor/skel/sample.conf -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/skel copying build/lib/supervisor/http_client.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/__init__.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/confecho.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/options.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/process.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/compat.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/web.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/scripts/loop_eventgen.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/scripts/sample_commevent.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/scripts/loop_listener.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/scripts/sample_eventlistener.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/scripts/sample_exiting_eventlistener.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts copying build/lib/supervisor/events.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/poller.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/datatypes.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/states.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/supervisord.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/rpcinterface.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/loggers.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui copying build/lib/supervisor/ui/tail.html -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/stylesheets copying build/lib/supervisor/ui/stylesheets/supervisor.css -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/stylesheets creating /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/icon.png -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/rule.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/supervisor.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/state0.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/state2.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/state1.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/button_refresh.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/button_restart.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/button_stop.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/images/state3.gif -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui/images copying build/lib/supervisor/ui/status.html -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/ui copying build/lib/supervisor/version.txt -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor copying build/lib/supervisor/xmlrpc.py -> /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/childutils.py to childutils.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/pidproxy.py to pidproxy.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/socket_manager.py to socket_manager.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/dispatchers.py to dispatchers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/http.py to http.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/xmlrpc_handler.py to xmlrpc_handler.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/http_date.py to http_date.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/http_server.py to http_server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/asynchat_25.py to asynchat_25.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/counter.py to counter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/asyncore_25.py to asyncore_25.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/default_handler.py to default_handler.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/producers.py to producers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/logger.py to logger.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py to filesys.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/util.py to util.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/medusa/auth_handler.py to auth_handler.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/spew.py to spew.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/unkillable_spew.py to unkillable_spew.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/listener.py to listener.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/fixtures/test_1231.py to test_1231.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/base.py to base.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_events.py to test_events.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_childutils.py to test_childutils.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_supervisord.py to test_supervisord.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_loggers.py to test_loggers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_process.py to test_process.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_dispatchers.py to test_dispatchers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_supervisorctl.py to test_supervisorctl.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_options.py to test_options.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_xmlrpc.py to test_xmlrpc.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_http.py to test_http.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_web.py to test_web.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_datatypes.py to test_datatypes.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_rpcinterfaces.py to test_rpcinterfaces.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_confecho.py to test_confecho.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_http_client.py to test_http_client.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_states.py to test_states.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_socket_manager.py to test_socket_manager.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_poller.py to test_poller.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/tests/test_end_to_end.py to test_end_to_end.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/supervisorctl.py to supervisorctl.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/http_client.py to http_client.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/confecho.py to confecho.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/options.py to options.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/process.py to process.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/compat.py to compat.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/web.py to web.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts/loop_eventgen.py to loop_eventgen.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts/sample_commevent.py to sample_commevent.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts/loop_listener.py to loop_listener.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts/sample_eventlistener.py to sample_eventlistener.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/scripts/sample_exiting_eventlistener.py to sample_exiting_eventlistener.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/events.py to events.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/poller.py to poller.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/datatypes.py to datatypes.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/states.py to states.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/supervisord.py to supervisord.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/rpcinterface.py to rpcinterface.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/loggers.py to loggers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor/xmlrpc.py to xmlrpc.cpython-38.pyc writing byte-compilation script '/tmp/tmpjhvz8pa9.py' /usr/bin/python3 /tmp/tmpjhvz8pa9.py /usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py:218: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py:225: SyntaxWarning: "is not" with a literal. Did you mean "!="? removing /tmp/tmpjhvz8pa9.py running install_egg_info running egg_info writing supervisor.egg-info/PKG-INFO writing dependency_links to supervisor.egg-info/dependency_links.txt writing entry points to supervisor.egg-info/entry_points.txt writing requirements to supervisor.egg-info/requires.txt writing top-level names to supervisor.egg-info/top_level.txt reading manifest file 'supervisor.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py:218: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py:225: SyntaxWarning: "is not" with a literal. Did you mean "!="? warning: no previously-included files matching '*' found under directory 'docs/.build' writing manifest file 'supervisor.egg-info/SOURCES.txt' Copying supervisor.egg-info to /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8/site-packages/supervisor-4.0.4-py3.8.egg-info running install_scripts Installing echo_supervisord_conf script to /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/bin Installing pidproxy script to /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/bin Installing supervisorctl script to /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/bin Installing supervisord script to /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/bin + mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//etc + mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//etc/supervisord.d + mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//etc/logrotate.d/ + mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/systemd/system + mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//var/log/supervisor + chmod 755 /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//var/log/supervisor + install -p -m 644 /builddir/build/SOURCES/supervisord.service /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/systemd/system/supervisord.service + install -p -m 644 /builddir/build/SOURCES/supervisord.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//etc/supervisord.conf + install -p -m 644 /builddir/build/SOURCES/supervisor.logrotate /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//etc/logrotate.d/supervisor + install -D -p -m 0644 /builddir/build/SOURCES/supervisor.tmpfiles /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/tmpfiles.d/supervisor.conf ++ find /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ -type f + sed -i 's/^#!.*//' /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/childutils.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/pidproxy.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/socket_manager.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/dispatchers.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/http.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/xmlrpc_handler.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/http_date.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/http_server.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/asynchat_25.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/counter.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__init__.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/asyncore_25.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/default_handler.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/counter.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/http_date.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/util.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/default_handler.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/logger.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/filesys.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/auth_handler.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/asynchat_25.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/default_handler.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/asyncore_25.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/auth_handler.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/asyncore_25.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/util.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/__init__.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/http_server.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/producers.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/xmlrpc_handler.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/counter.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/http_date.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/logger.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/filesys.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/xmlrpc_handler.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/asynchat_25.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/producers.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/__init__.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/__pycache__/http_server.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/producers.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/logger.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/filesys.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/util.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/medusa/auth_handler.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/spew.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-663.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-835.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-1231.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/include.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/unkillable_spew.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-1224.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/test_1231.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/unkillable_spew.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/spew.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/listener.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/test_1231.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/unkillable_spew.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/spew.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/__pycache__/listener.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-664.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-836.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/donothing.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-638.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/example/included.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-1054.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/listener.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/issue-565.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/fixtures/test_1231.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/base.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_events.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_childutils.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_supervisord.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_loggers.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_process.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_dispatchers.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__init__.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_supervisorctl.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_options.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_datatypes.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_childutils.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_states.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_process.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_end_to_end.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_xmlrpc.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_http.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_supervisorctl.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_socket_manager.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_rpcinterfaces.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_dispatchers.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_events.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_supervisord.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_poller.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/base.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_http.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/__init__.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_dispatchers.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_socket_manager.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_rpcinterfaces.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_web.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_end_to_end.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_loggers.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_http_client.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_poller.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_states.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_options.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_datatypes.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_xmlrpc.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_confecho.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_confecho.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_supervisord.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_supervisorctl.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_process.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_http_client.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/base.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_events.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_childutils.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_loggers.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_web.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/test_options.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/__pycache__/__init__.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_xmlrpc.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_http.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_web.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_datatypes.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_rpcinterfaces.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_confecho.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_http_client.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_states.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_socket_manager.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_poller.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/tests/test_end_to_end.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/supervisorctl.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/skel/sample.conf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/http_client.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__init__.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/confecho.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/options.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/process.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/childutils.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/events.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/web.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/socket_manager.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/dispatchers.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/options.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/compat.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/rpcinterface.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/dispatchers.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/poller.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/datatypes.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/confecho.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/datatypes.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/process.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/loggers.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/compat.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/__init__.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/supervisord.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/states.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/http.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/states.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/socket_manager.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/poller.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/http.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/events.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/process.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/options.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/supervisorctl.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/supervisorctl.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/rpcinterface.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/xmlrpc.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/xmlrpc.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/pidproxy.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/loggers.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/childutils.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/web.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/http_client.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/supervisord.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/pidproxy.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/__init__.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/confecho.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/__pycache__/http_client.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/compat.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/web.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/loop_eventgen.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/sample_commevent.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_commevent.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_eventlistener.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_eventlistener.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_exiting_eventlistener.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_commevent.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/loop_listener.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/loop_listener.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/loop_eventgen.cpython-38.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/loop_eventgen.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/__pycache__/sample_exiting_eventlistener.cpython-38.opt-1.pyc /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/loop_listener.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/sample_eventlistener.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/scripts/sample_exiting_eventlistener.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/events.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/poller.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/datatypes.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/states.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/supervisord.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/rpcinterface.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/loggers.py /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/tail.html /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/stylesheets/supervisor.css /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/icon.png /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/rule.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/supervisor.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/state0.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/state2.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/state1.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/button_refresh.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/button_restart.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/button_stop.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/images/state3.gif /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/ui/status.html /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/version.txt /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/xmlrpc.py + rm -rf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch//usr/lib/python3.8/site-packages/supervisor/meld3/ + rm -f '/builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/doc/*.txt' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.0.4-3.fc32 --unique-debug-suffix -4.0.4-3.fc32.noarch --unique-debug-src-base supervisor-4.0.4-3.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/supervisor-4.0.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 /usr/lib/python3.8/filesys.py:218: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.8/filesys.py:225: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.8/filesys.py:218: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.8/filesys.py:225: SyntaxWarning: "is not" with a literal. Did you mean "!="? + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/tests/fixtures/spew.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/tests/fixtures/unkillable_spew.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/scripts/loop_eventgen.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/scripts/sample_commevent.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/scripts/loop_listener.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/scripts/sample_eventlistener.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/lib/python3.8/site-packages/supervisor/scripts/sample_exiting_eventlistener.py is executable but has empty or no shebang, removing executable bit Processing files: supervisor-4.0.4-3.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jZut9G + umask 022 + cd /builddir/build/BUILD + cd supervisor-4.0.4 + DOCDIR=/builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/doc/supervisor + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/doc/supervisor + cp -pr CHANGES.rst /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/doc/supervisor + cp -pr README.rst /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/doc/supervisor + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.D5jybK + umask 022 + cd /builddir/build/BUILD + cd supervisor-4.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/licenses/supervisor + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/licenses/supervisor + cp -pr COPYRIGHT.txt /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/licenses/supervisor + cp -pr LICENSES.txt /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch/usr/share/licenses/supervisor + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(supervisor) = 4.0.4-3.fc32 python3.8dist(supervisor) = 4.0.4 python3dist(supervisor) = 4.0.4 supervisor = 4.0.4-3.fc32 Requires(interp): /bin/sh /bin/sh /bin/sh 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(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python3 python(abi) = 3.8 python3.8dist(meld3) >= 1 python3.8dist(setuptools) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch Wrote: /builddir/build/RPMS/supervisor-4.0.4-3.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w1aQtK + umask 022 + cd /builddir/build/BUILD + cd supervisor-4.0.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/supervisor-4.0.4-3.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0