Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681859326.141349/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pyuwsgi-2.0.21-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681859326.141349/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-pyuwsgi-2.0.21-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681859326.141349/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KqE675 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyuwsgi-2.0.21 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyuwsgi-2.0.21.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyuwsgi-2.0.21 + /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.1mvAKb + umask 022 + cd /builddir/build/BUILD + cd pyuwsgi-2.0.21 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-x86_64-3.9 copying uwsgidecorators.py -> build/lib.linux-x86_64-3.9 running build_ext core/lock.c: In function ‘uwsgi_lock_fast_init’: core/lock.c:114:3: warning: ‘pthread_mutexattr_setrobust_np’ is deprecated: pthread_mutexattr_setrobust_np is deprecated, use pthread_mutexattr_setrobust [-Wdeprecated-declarations] 114 | if (pthread_mutexattr_setrobust(&attr, PTHREAD_MUTEX_ROBUST)) { | ^~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ./uwsgi.h:165, from core/lock.c:1: /usr/include/pthread.h:951:12: note: declared here 951 | extern int __REDIRECT_NTH (pthread_mutexattr_setrobust_np, | ^~~~~~~~~~~~~~ core/lock.c: In function ‘uwsgi_lock_fast’: core/lock.c:176:3: warning: ‘pthread_mutex_consistent_np’ is deprecated: pthread_mutex_consistent_np is deprecated, use pthread_mutex_consistent [-Wdeprecated-declarations] 176 | pthread_mutex_consistent((pthread_mutex_t *) uli->lock_ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/features.h:488, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ./uwsgi.h:165, from core/lock.c:1: /usr/include/pthread.h:859:12: note: declared here 859 | extern int __REDIRECT_NTH (pthread_mutex_consistent_np, (pthread_mutex_t *), | ^~~~~~~~~~~~~~ plugins/pyuwsgi/pyuwsgi.c:168:3: warning: cast between incompatible function types from ‘PyObject * (*)(PyObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *, struct _object *)’} to ‘PyObject * (*)(PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *)’} [-Wcast-function-type] 168 | (PyCFunction) pyuwsgi_run, | ^ plugins/pyuwsgi/pyuwsgi.c:173:3: warning: cast between incompatible function types from ‘PyObject * (*)(PyObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *, struct _object *)’} to ‘PyObject * (*)(PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *)’} [-Wcast-function-type] 173 | (PyCFunction) pyuwsgi_init, | ^ plugins/pyuwsgi/pyuwsgi.c:178:3: warning: cast between incompatible function types from ‘PyObject * (*)(PyObject *, PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *, struct _object *)’} to ‘PyObject * (*)(PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *)’} [-Wcast-function-type] 178 | (PyCFunction) pyuwsgi_setup, | ^ using profile: buildconf/pyuwsgi.ini detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/10.3.1/include', '/usr/local/include', '/usr/include'] detected CPU cores: 64 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -fPIC -DUWSGI_AS_SHARED_LIBRARY -DUWSGI_VERSION="\"2.0.21\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="21" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(pyuwsgi);UDEP(python);UDEP(gevent);UDEP(stats_pusher_statsd);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(pyuwsgi);ULEP(python);ULEP(gevent);ULEP(stats_pusher_statsd);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" *** uWSGI compiling server core *** [thread 1][gcc] core/utils.o [thread 2][gcc] core/protocol.o [thread 3][gcc] core/socket.o [thread 7][gcc] core/logging.o [thread 5][gcc] core/master.o [thread 6][gcc] core/master_utils.o [thread 4][gcc] core/emperor.o [thread 8][gcc] core/notify.o [thread 9][gcc] core/mule.o [thread 11][gcc] core/subscription.o [thread 10][gcc] core/stats.o [thread 12][gcc] core/sendfile.o [thread 13][gcc] core/async.o [thread 14][gcc] core/master_checks.o [thread 15][gcc] core/fifo.o [thread 16][gcc] core/offload.o [thread 17][gcc] core/io.o [thread 18][gcc] core/static.o [thread 19][gcc] core/websockets.o [thread 20][gcc] core/spooler.o [thread 21][gcc] core/snmp.o [thread 22][gcc] core/exceptions.o [thread 23][gcc] core/config.o [thread 25][gcc] core/setup_utils.o [thread 24][gcc] core/clock.o [thread 26][gcc] core/init.o [thread 27][gcc] core/buffer.o [thread 28][gcc] core/reader.o [thread 29][gcc] core/writer.o [thread 30][gcc] core/alarm.o [thread 31][gcc] core/cron.o [thread 32][gcc] core/hooks.o [thread 33][gcc] core/plugins.o [thread 34][gcc] core/lock.o [thread 35][gcc] core/cache.o [thread 36][gcc] core/daemons.o [thread 37][gcc] core/errors.o [thread 38][gcc] core/hash.o [thread 39][gcc] core/master_events.o [thread 40][gcc] core/chunked.o [thread 41][gcc] core/queue.o [thread 42][gcc] core/event.o [thread 43][gcc] core/signal.o [thread 44][gcc] core/strings.o [thread 46][gcc] core/progress.o [thread 45][gcc] core/timebomb.o [thread 47][gcc] core/ini.o [thread 48][gcc] core/fsmon.o [thread 49][gcc] core/mount.o [thread 50][gcc] core/metrics.o [thread 51][gcc] core/plugins_builder.o [thread 53][gcc] core/sharedarea.o [thread 52][gcc] core/rpc.o [thread 54][gcc] core/gateway.o [thread 56][gcc] core/loop.o [thread 55][gcc] core/cookie.o [thread 0][gcc] core/querystring.o [thread 57][gcc] core/rb_timers.o [thread 58][gcc] core/transformations.o [thread 59][gcc] core/uwsgi.o [thread 63][gcc] proto/base.o [thread 60][gcc] proto/uwsgi.o [thread 61][gcc] proto/http.o [thread 62][gcc] proto/fastcgi.o [thread 8][gcc] proto/scgi.o [thread 12][gcc] proto/puwsgi.o [thread 38][gcc] lib/linux_ns.o [thread 45][gcc] core/yaml.o [thread 47][gcc] core/dot_h.o [thread 51][gcc] core/config_py.o *** uWSGI compiling embedded plugins *** [thread 55][gcc] plugins/pyuwsgi/pyuwsgi.o [thread 37][gcc] plugins/python/python_plugin.o [thread 25][gcc] plugins/python/pyutils.o [thread 0][gcc] plugins/python/pyloader.o [thread 46][gcc] plugins/python/wsgi_handlers.o [thread 60][gcc] plugins/python/wsgi_headers.o [thread 31][gcc] plugins/python/wsgi_subhandler.o [thread 24][gcc] plugins/python/web3_subhandler.o [thread 58][gcc] plugins/python/pump_subhandler.o [thread 40][gcc] plugins/python/gil.o [thread 49][gcc] plugins/python/uwsgi_pymodule.o [thread 47][gcc] plugins/python/profiler.o [thread 48][gcc] plugins/python/symimporter.o [thread 51][gcc] plugins/python/tracebacker.o [thread 41][gcc] plugins/python/raw.o [thread 54][gcc] plugins/gevent/gevent.o [thread 56][gcc] plugins/gevent/hooks.o [thread 21][gcc] plugins/stats_pusher_statsd/plugin.o [thread 52][gcc] plugins/ping/ping_plugin.o [thread 34][gcc] plugins/cache/cache.o [thread 15][gcc] plugins/nagios/nagios.o [thread 39][gcc] plugins/rrdtool/rrdtool.o [thread 26][gcc] plugins/carbon/carbon.o [thread 30][gcc] plugins/rpc/rpc_plugin.o [thread 57][gcc] plugins/corerouter/cr_common.o [thread 14][gcc] plugins/corerouter/cr_map.o [thread 8][gcc] plugins/corerouter/corerouter.o [thread 62][gcc] plugins/fastrouter/fastrouter.o [thread 44][gcc] plugins/http/http.o [thread 22][gcc] plugins/http/keepalive.o [thread 13][gcc] plugins/http/https.o [thread 33][gcc] plugins/http/spdy3.o [thread 63][gcc] plugins/ugreen/ugreen.o [thread 42][gcc] plugins/signal/signal_plugin.o [thread 19][gcc] plugins/syslog/syslog_plugin.o [thread 18][gcc] plugins/rsyslog/rsyslog_plugin.o [thread 10][gcc] plugins/logsocket/logsocket_plugin.o [thread 53][gcc] plugins/router_uwsgi/router_uwsgi.o [thread 36][gcc] plugins/router_redirect/router_redirect.o [thread 27][gcc] plugins/router_basicauth/router_basicauth.o [thread 11][gcc] plugins/zergpool/zergpool.o [thread 43][gcc] plugins/redislog/redislog_plugin.o [thread 16][gcc] plugins/mongodblog/mongodblog_plugin.o [thread 12][gcc] plugins/router_rewrite/router_rewrite.o [thread 9][gcc] plugins/router_http/router_http.o [thread 20][gcc] plugins/logfile/logfile.o [thread 45][gcc] plugins/router_cache/router_cache.o [thread 32][gcc] plugins/rawrouter/rawrouter.o [thread 29][gcc] plugins/router_static/router_static.o [thread 40][gcc] plugins/sslrouter/sslrouter.o [thread 28][gcc] plugins/spooler/spooler_plugin.o [thread 38][gcc] plugins/cheaper_busyness/cheaper_busyness.o [thread 2][gcc] plugins/symcall/symcall_plugin.o [thread 47][gcc] plugins/transformation_tofile/tofile.o [thread 15][gcc] plugins/transformation_gzip/gzip.o [thread 52][gcc] plugins/transformation_chunked/chunked.o [thread 13][gcc] plugins/transformation_offload/offload.o [thread 23][gcc] plugins/router_memcached/router_memcached.o [thread 61][gcc] plugins/router_redis/router_redis.o [thread 39][gcc] plugins/router_hash/router_hash.o [thread 21][gcc] plugins/router_expires/expires.o [thread 36][gcc] plugins/router_metrics/plugin.o [thread 24][gcc] plugins/transformation_template/tt.o [thread 33][gcc] plugins/stats_pusher_socket/plugin.o *** uWSGI linking *** gcc -o build/lib.linux-x86_64-3.9/pyuwsgi.cpython-39-x86_64-linux-gnu.so -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -shared -fPIC core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o lib/linux_ns.o core/yaml.o core/dot_h.o core/config_py.o plugins/pyuwsgi/pyuwsgi.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/stats_pusher_statsd/plugin.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -rdynamic -ldl -lcrypt ################# uWSGI configuration ################# kernel = Linux execinfo = False ifaddrs = True locking = pthread_mutex event = epoll timer = timerfd filemonitor = inotify pcre = False routing = False capabilities = False yaml = embedded json = False ssl = False xml = False debug = False plugin_dir = . zlib = False ucontext = True malloc = libc ############## end of uWSGI configuration ############# total build time: 13 seconds *** uWSGI shared library (build/lib.linux-x86_64-3.9/pyuwsgi.cpython-39-x86_64-linux-gnu.so) is ready, move it to a library directory *** + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Fr8uRf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 + cd pyuwsgi-2.0.21 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages copying build/lib.linux-x86_64-3.9/pyuwsgi.cpython-39-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages copying build/lib.linux-x86_64-3.9/uwsgidecorators.py -> /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages byte-compiling /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages/uwsgidecorators.py to uwsgidecorators.cpython-39.pyc writing byte-compilation script '/tmp/tmpcz8uus8w.py' /usr/bin/python3 /tmp/tmpcz8uus8w.py removing /tmp/tmpcz8uus8w.py running install_egg_info running egg_info writing pyuwsgi.egg-info/PKG-INFO writing dependency_links to pyuwsgi.egg-info/dependency_links.txt writing entry points to pyuwsgi.egg-info/entry_points.txt writing top-level names to pyuwsgi.egg-info/top_level.txt reading manifest file 'pyuwsgi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyuwsgi.egg-info/SOURCES.txt' Copying pyuwsgi.egg-info to /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages/pyuwsgi-2.0.21-py3.9.egg-info running install_scripts Installing pyuwsgi script to /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/bin Installing uwsgi script to /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64//usr/share/doc/python-pyuwsgi + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64//usr/share/doc/python-pyuwsgi + pushd /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 ~/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64 ~/build/BUILD/pyuwsgi-2.0.21 + '[' -d usr/lib ']' + '[' -d usr/lib64 ']' + find usr/lib64 -type f -printf '/%h/%f\n' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/pyuwsgi-2.0.21 + popd + mv /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.21-1 --unique-debug-suffix -2.0.21-1.x86_64 --unique-debug-src-base python-pyuwsgi-2.0.21-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pyuwsgi-2.0.21 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages/pyuwsgi.cpython-39-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9/site-packages/pyuwsgi.cpython-39-x86_64-linux-gnu.so 4918 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib64/python3.9 using /usr/bin/python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib/debug/usr/lib64/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pyuwsgi-2.0.21-1.noarch error: Directory not found: /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib/python3.9/site-packages/* RPM build errors: Directory not found: /builddir/build/BUILDROOT/python-pyuwsgi-2.0.21-1.x86_64/usr/lib/python3.9/site-packages/* Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pyuwsgi.spec