Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/monkey.spec'], chrootPath='/var/lib/mock/1124859-epel-6-x86_64-1575586114.619965/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/monkey.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False warning: Could not canonicalize hostname: ip-172-30-2-216.ec2.internal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/monkey-1.5.6-1.kng.el6.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/monkey.spec'], chrootPath='/var/lib/mock/1124859-epel-6-x86_64-1575586114.619965/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/monkey.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FbaBpr + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf monkey-1.5.6 + /bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/monkey-1.5.6.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd monkey-1.5.6 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.llNgQB + umask 022 + cd /builddir/build/BUILD + cd monkey-1.5.6 + LANG=C + export LANG + unset DISPLAY + ./configure --default-port=80 --default-user=apache --prefix=/usr --sysconfdir=/etc/monkey --bindir=/usr/bin --mandir=/usr/share/man/man1 --plugdir=/usr/lib64/monkeyd/plugins --datadir=/var/www/html --libdir=/usr/lib64 --enable-shared --enable-plugins=auth,cgi,cheetah,dirlisting,fastcgi,liana,logger,mandril,proxy_reverse --safe-free ******************************************** Monkey HTTP Server v1.5.6 * monkey-project.com * * ---------------------------------------- * * We need beta testers, developers and * * translators!, if you want to contribute * * to this wonderful project, contact us ! * * * * irc.freenode.net #monkey * * * * Thanks for using Monkey!!! * * * ******************************************** System : Linux 5.3.11-300.fc31.x86_64 === Checking dependencies === + Checking for accept4() function ... Yes + Checking for pthread headers ... Yes + Checking for backtrace support ... Yes === Plugins included === + Auth + Cgi + Cheetah + Dirlisting + Fastcgi + Liana + Logger + Mandril + Proxy_reverse === Creating Makefiles and scripts === + Creating conf/monkey.conf + Creating src/Makefile + Creating plugins/Make.common + Creating src/include/mk_info.h + Creating bin/banana script + Creating Makefile === Configuring Memory Allocator === + Jemalloc configured === Monkey Configuration === Platform = generic Compiler = gcc CFLAGS = -std=gnu99 -Wall -Wextra -fvisibility=hidden -O2 LDFLAGS = DEFS = -DSAFE_FREE -DMALLOC_JEMALLOC -DJEMALLOC_MANGLE Shared library = enabled Relaxed plugins = disabled Prefix = /usr Bindir = /usr/bin Libdir = /usr/lib64 Incdir = /usr/include Sysconfdir = /etc/monkey Datadir = /var/www/html Mandir = /usr/share/man/man1 Logdir = /usr/logs PidFile = /builddir/build/BUILD/monkey-1.5.6/logs/monkey.pid Plugdir = /usr/lib64/monkeyd/plugins Systemddir = -- Monkey configuration is done!, to build type 'make' Have fun! ;) + make -j2 CC jemalloc [all] CC src/monkey.o CC src/mk_method.o CC src/mk_mimetype.o CC src/mk_vhost.o CC src/mk_request.o CC src/mk_header.o CC src/mk_config.o CC src/mk_signals.o CC src/mk_user.o CC src/mk_utils.o CC src/mk_epoll.o mk_epoll.c: In function 'mk_epoll_add': mk_epoll.c:337: warning: comparison between signed and unsigned integer expressions mk_epoll.c: In function 'mk_epoll_change_mode': mk_epoll.c:438: warning: comparison between signed and unsigned integer expressions CC src/mk_scheduler.o CC src/mk_string.o CC src/mk_memory.o CC src/mk_connection.o CC src/mk_iov.o CC src/mk_http.o CC src/mk_file.o CC src/mk_socket.o CC src/mk_clock.o CC src/mk_cache.o CC src/mk_server.o CC src/mk_kernel.o CC src/mk_rbtree.o CC src/mk_plugin.o CC src/mk_lib.o CC src/monkey.lo CC src/mk_method.lo CC src/mk_mimetype.lo CC src/mk_vhost.lo CC src/mk_request.lo CC src/mk_header.lo CC src/mk_config.lo CC src/mk_signals.lo CC src/mk_user.lo CC src/mk_utils.lo CC src/mk_epoll.lo mk_epoll.c: In function 'mk_epoll_add': mk_epoll.c:337: warning: comparison between signed and unsigned integer expressions mk_epoll.c: In function 'mk_epoll_change_mode': mk_epoll.c:438: warning: comparison between signed and unsigned integer expressions CC src/mk_scheduler.lo CC src/mk_string.lo CC src/mk_memory.lo CC src/mk_connection.lo CC src/mk_iov.lo CC src/mk_http.lo CC src/mk_file.lo CC src/mk_socket.lo CC src/mk_clock.lo CC src/mk_cache.lo CC src/mk_server.lo CC src/mk_kernel.lo CC src/mk_rbtree.lo CC src/mk_plugin.lo CC src/mk_lib.lo CC plugins/auth/sha1.o CC plugins/auth/tools/../../../bin/mk_passwd CC plugins/auth/base64.o CC plugins/auth/conf.o CC plugins/auth/auth.o CC plugins/auth/monkey-auth.so CC plugins/cgi/cgi.o CC plugins/cgi/request.o CC plugins/cgi/event.o CC plugins/cgi/monkey-cgi.so CC plugins/cheetah/cheetah.o CC plugins/cheetah/loop.o CC plugins/cheetah/cmd.o CC plugins/cheetah/cutils.o CC plugins/cheetah/monkey-cheetah.so CC plugins/dirlisting/dirlisting.o CC plugins/dirlisting/monkey-dirlisting.so CC plugins/fastcgi/fastcgi.o CC plugins/fastcgi/protocol.o CC plugins/fastcgi/chunk.o CC plugins/fastcgi/request.o CC plugins/fastcgi/fcgi_fd.o CC plugins/fastcgi/fcgi_config.o CC plugins/fastcgi/fcgi_context.o CC plugins/fastcgi/fcgi_env.o CC plugins/fastcgi/monkey-fastcgi.so CC plugins/liana/liana.o CC plugins/liana/monkey-liana.so CC plugins/logger/pointers.o CC plugins/logger/logger.o CC plugins/logger/monkey-logger.so CC plugins/mandril/mandril.o CC plugins/mandril/monkey-mandril.so CC plugins/proxy_reverse/dictionary.o CC plugins/proxy_reverse/string.o CC plugins/proxy_reverse/config.o CC plugins/proxy_reverse/proxy.o CC plugins/proxy_reverse/balancer.o CC plugins/proxy_reverse/monkey-proxy_reverse.so DONE + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lF9KnH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 + cd monkey-1.5.6 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 + /usr/bin/install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/log/monkey + /usr/bin/install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/monkey/cgi-bin + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 /usr/bin/make -C src all make[1]: Entering directory `/builddir/build/BUILD/monkey-1.5.6/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/monkey-1.5.6/src' install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/bin install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/pkgconfig install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/include install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/share/man/man1/man1 install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/share/man/man1/man3 install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/sites install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/imgs install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/php install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/docs install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/logs install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins install -m 755 bin/* /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/bin install -m 644 ./conf/*.* /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey install -m 644 src/include/*.h /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/include cp -r conf/plugins/auth /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/cgi /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/cheetah /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/dirlisting /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/fastcgi /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/logger /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/mandril /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ cp -r conf/plugins/proxy_reverse /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/plugins/ install -m 644 plugins/auth/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/cgi/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/cheetah/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/dirlisting/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/fastcgi/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/liana/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/logger/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/mandril/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 plugins/proxy_reverse/*.so /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/monkeyd/plugins/ install -m 644 ./conf/sites/* /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/monkey/sites install -m 644 ./man/*.1 /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/share/man/man1/man1 install -m 644 ./man/*.3 /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/share/man/man1/man3 install -m 644 src/include/public/libmonkey.h /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/include install -m 644 src/libmonkey.so.1.5 /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64 install -m 644 monkey.pc /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/pkgconfig ln -sf libmonkey.so.1.5 /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/lib64/libmonkey.so install -m 644 ./htdocs/index.html /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html install -m 644 ./htdocs/404.html /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html install -m 644 ./htdocs/favicon.ico /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/imgs install -m 644 ./htdocs/imgs/monkey_logo.png /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/imgs install -m 644 ./htdocs/imgs/info_pic.jpg /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/imgs install -d /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/css install -m 644 ./htdocs/css/bootstrap.min.css /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/var/www/html/css Running Monkey : ---------------- # /usr/bin/monkey For more help use '-h' option + /bin/sed -i 's/User nobody/User monkey/g' /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64//etc/monkey/monkey.conf + /bin/sed -i 's/Port 2001/Port 80/g' /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64//etc/monkey/monkey.conf + /bin/sed -i 's/PidFile \/var\/log\/monkey\/monkey.pid/PidFile \/var\/run\/monkey.pid/g' /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64//etc/monkey/monkey.conf + /bin/sed -i 's/PIDFILE=\"\/var\/log\/monkey\/monkey.pid\"/PIDFILE=\"\/var\/run\/monkey.pid\"/g' /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64//usr/bin/banana + /bin/mkdir -p /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/rc.d/init.d + /bin/mv -f /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/bin/banana /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/rc.d/init.d/monkey + /bin/sed -i s/banana/monkey/g /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/rc.d/init.d/monkey + /bin/sed -i s/Banana/Monkey/g /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/etc/rc.d/init.d/monkey + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/monkey-1.5.6 extracting debug info from /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/bin/monkey extracting debug info from /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64/usr/bin/mk_passwd 1119 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: monkey-1.5.6-1.kng.el6.x86_64 Provides: libmonkey.so.1.5()(64bit) monkey-auth.so()(64bit) monkey-cgi.so()(64bit) monkey-cheetah.so()(64bit) monkey-dirlisting.so()(64bit) monkey-fastcgi.so()(64bit) monkey-liana.so()(64bit) monkey-logger.so()(64bit) monkey-mandril.so()(64bit) monkey-proxy_reverse.so()(64bit) pkgconfig(monkey) = 1.5.6 Requires(interp): /bin/sh /bin/sh /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires(pre): /bin/sh Requires(post): /sbin/ldconfig Requires(postun): /bin/sh Requires: /bin/sh /usr/bin/pkg-config libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libmonkey.so.1.5()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: monkey-debuginfo-1.5.6-1.kng.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 warning: Could not canonicalize hostname: ip-172-30-2-216.ec2.internal Wrote: /builddir/build/RPMS/monkey-1.5.6-1.kng.el6.x86_64.rpm Wrote: /builddir/build/RPMS/monkey-debuginfo-1.5.6-1.kng.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ktRYG4 + umask 022 + cd /builddir/build/BUILD + cd monkey-1.5.6 + /bin/rm -rf /builddir/build/BUILDROOT/monkey-1.5.6-1.kng.el6.x86_64 + exit 0 Child return code was: 0