<86>Nov 3 03:23:01 userdel[93902]: delete user 'rooter' <86>Nov 3 03:23:01 userdel[93902]: removed group 'rooter' owned by 'rooter' <86>Nov 3 03:23:01 userdel[93902]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 3 03:23:01 groupadd[93907]: group added to /etc/group: name=rooter, GID=573 <86>Nov 3 03:23:01 groupadd[93907]: group added to /etc/gshadow: name=rooter <86>Nov 3 03:23:01 groupadd[93907]: new group: name=rooter, GID=573 <86>Nov 3 03:23:01 useradd[93911]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Nov 3 03:23:01 userdel[93920]: delete user 'builder' <86>Nov 3 03:23:01 userdel[93920]: removed group 'builder' owned by 'builder' <86>Nov 3 03:23:01 userdel[93920]: removed shadow group 'builder' owned by 'builder' <86>Nov 3 03:23:01 groupadd[93925]: group added to /etc/group: name=builder, GID=574 <86>Nov 3 03:23:01 groupadd[93925]: group added to /etc/gshadow: name=builder <86>Nov 3 03:23:01 groupadd[93925]: new group: name=builder, GID=574 <86>Nov 3 03:23:01 useradd[93929]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Nov 3 03:23:06 rpmi: libp11-kit-0.23.15-alt1 sisyphus+226408.100.2.1 1554288187 installed <13>Nov 3 03:23:06 rpmi: libtasn1-4.14-alt1 sisyphus+235791.100.1.1 1565282369 installed <13>Nov 3 03:23:06 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Nov 3 03:23:06 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Nov 3 03:23:06 rpmi: ca-certificates-2019.10.28-alt1 sisyphus+239875.300.1.1 1572267834 installed <13>Nov 3 03:23:06 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Nov 3 03:23:06 rpmi: p11-kit-trust-0.23.15-alt1 sisyphus+226408.100.2.1 1554288187 installed <13>Nov 3 03:23:06 rpmi: libcrypto1.1-1.1.1d-alt1.1 sisyphus+237931.100.2.1 1569235630 installed <13>Nov 3 03:23:06 rpmi: libssl1.1-1.1.1d-alt1.1 sisyphus+237931.100.2.1 1569235630 installed <13>Nov 3 03:23:06 rpmi: libssl-devel-1.1.1d-alt1.1 sisyphus+237931.100.2.1 1569235630 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mini_httpd-1.19-alt2.1.nosrc.rpm Installing mini_httpd-1.19-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.12304 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mini_httpd-1.19 + echo 'Source #0 (mini_httpd-1.19.tar):' Source #0 (mini_httpd-1.19.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mini_httpd-1.19.tar + cd mini_httpd-1.19 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.12304 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mini_httpd-1.19 + make BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing ' make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c mini_httpd.c: In function 'main': mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 623 | if ( setgroups( 0, (gid_t*) 0 ) < 0 ) | ^~~~~~~~~ | getgroups mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 637 | if ( initgroups( user, gid ) < 0 ) | ^~~~~~~~~~ | getgroups mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 678 | if ( logfile != (char*) 0 ) | ^ mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 808 | conn_fd = accept( listen4_fd, &usa.sa, &sz ); | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 810 | conn_fd = accept( listen6_fd, &usa.sa, &sz ); | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ mini_httpd.c: In function 'file_details': mini_httpd.c:1650:64: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] 1650 | buf, sizeof( buf ), "%-32.32s %15s %14lld\n", | ~~~~~^ | | | long long int | %14ld 1651 | encname, name, f_time, (int64_t) sb.st_size ); | ~~~~~~~~~~~~~~~~~~~~ | | | long int mini_httpd.c: In function 'virtual_file': mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 2322 | if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 ) | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ mini_httpd.c: In function 'add_headers': mini_httpd.c:2490:44: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] 2490 | buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes ); | ~~~^ ~~~~~~~~~~~~~~~ | | | | | long int | long long int | %ld mini_httpd.c: In function 'make_log_entry': mini_httpd.c:2736:40: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] 2736 | bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes ); | ~~~^ ~~~~~~~~~~~~~~~ | | | | | long int | long long int | %ld mini_httpd.c: In function 'main': mini_httpd.c:660:12: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] 660 | (void) getcwd( cwd, sizeof(cwd) - 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'do_cgi': mini_httpd.c:1821:12: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] 1821 | (void) nice( CGI_NICE ); | ^~~~~~~~~~~~~~~~ mini_httpd.c:1834:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] 1834 | (void) chdir( directory ); /* ignore errors */ | ^~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'post_post_garbage_hack': mini_httpd.c:1922:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 1922 | (void) read( conn_fd, buf, sizeof(buf) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: mini_httpd.c:2581:1: warning: 'send_via_write' defined but not used [-Wunused-function] 2581 | send_via_write( int fd, off_t size ) | ^~~~~~~~~~~~~~ mini_httpd.c: In function 'make_envp': mini_httpd.c:2141:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=] 2141 | (void) snprintf( buf, sizeof(buf), "%s%s", cwd, pathinfo ); | ^~ ~~~ In file included from /usr/include/stdio.h:862, from mini_httpd.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 4096) into a destination of size 256 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'add_headers': mini_httpd.c:2758:46: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 99 [-Wformat-truncation=] 2758 | (void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone ); | ^~ mini_httpd.c:2758:42: note: directive argument in the range [0, 2147483647] 2758 | (void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from mini_httpd.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 7 and 112 bytes into a destination of size 100 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:507, from mini_httpd.c:35: In function 'strncpy', inlined from 'do_file' at mini_httpd.c:1459:12: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 10000 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c match.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lcrypt -o mini_httpd gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c htpasswd.c: In function 'main': htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] 216 | system(command); | ^~~~~~~~~~~~~~~ htpasswd.c: In function 'add_password': htpasswd.c:117:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 117 | (void) fgets( pass, sizeof(pass), stdin ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19' + mv mini_httpd mini_httpd-single + make clean make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mini_httpd mime_encodings.h mime_types.h htpasswd mini_httpd.rnd *.o core core.* *.core make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19' + make SSL_INCDIR=/usr/include/openssl SSL_LIBDIR=/usr/lib64 SSL_DEFS=-DUSE_SSL SSL_INC=-I/usr/include/openssl 'SSL_LIBS=-lssl -lcrypto' BINDIR=/usr/bin MANDIR=/usr/share/man 'CFLAGS=-DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing ' make: Entering directory '/usr/src/RPM/BUILD/mini_httpd-1.19' rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c mini_httpd.c mini_httpd.c: In function 'main': mini_httpd.c:623:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 623 | if ( setgroups( 0, (gid_t*) 0 ) < 0 ) | ^~~~~~~~~ | getgroups mini_httpd.c:637:7: warning: implicit declaration of function 'initgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 637 | if ( initgroups( user, gid ) < 0 ) | ^~~~~~~~~~ | getgroups mini_httpd.c:678:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 678 | if ( logfile != (char*) 0 ) | ^ mini_httpd.c:808:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 808 | conn_fd = accept( listen4_fd, &usa.sa, &sz ); | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ mini_httpd.c:810:45: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 810 | conn_fd = accept( listen6_fd, &usa.sa, &sz ); | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ mini_httpd.c: In function 'file_details': mini_httpd.c:1650:64: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'long int' [-Wformat=] 1650 | buf, sizeof( buf ), "%-32.32s %15s %14lld\n", | ~~~~~^ | | | long long int | %14ld 1651 | encname, name, f_time, (int64_t) sb.st_size ); | ~~~~~~~~~~~~~~~~~~~~ | | | long int mini_httpd.c: In function 'virtual_file': mini_httpd.c:2322:38: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 2322 | if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 ) | ^~~ | | | int * In file included from mini_httpd.c:49: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ mini_httpd.c: In function 'add_headers': mini_httpd.c:2490:44: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] 2490 | buf, sizeof(buf), "Content-Length: %lld\015\012", (int64_t) bytes ); | ~~~^ ~~~~~~~~~~~~~~~ | | | | | long int | long long int | %ld mini_httpd.c: In function 'make_log_entry': mini_httpd.c:2736:40: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=] 2736 | bytes_str, sizeof(bytes_str), "%lld", (int64_t) bytes ); | ~~~^ ~~~~~~~~~~~~~~~ | | | | | long int | long long int | %ld mini_httpd.c: In function 'main': mini_httpd.c:660:12: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] 660 | (void) getcwd( cwd, sizeof(cwd) - 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'do_cgi': mini_httpd.c:1821:12: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] 1821 | (void) nice( CGI_NICE ); | ^~~~~~~~~~~~~~~~ mini_httpd.c:1834:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] 1834 | (void) chdir( directory ); /* ignore errors */ | ^~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'post_post_garbage_hack': mini_httpd.c:1922:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 1922 | (void) read( conn_fd, buf, sizeof(buf) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'make_envp': mini_httpd.c:2141:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 256 [-Wformat-truncation=] 2141 | (void) snprintf( buf, sizeof(buf), "%s%s", cwd, pathinfo ); | ^~ ~~~ In file included from /usr/include/stdio.h:862, from mini_httpd.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 4096) into a destination of size 256 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mini_httpd.c: In function 'add_headers': mini_httpd.c:2758:46: warning: '%c' directive output may be truncated writing 1 byte into a region of size between 0 and 99 [-Wformat-truncation=] 2758 | (void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone ); | ^~ mini_httpd.c:2758:42: note: directive argument in the range [0, 2147483647] 2758 | (void) snprintf( date, sizeof(date), "%s %c%04d", date_nozone, sign, zone ); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from mini_httpd.c:34: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 7 and 112 bytes into a destination of size 100 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:507, from mini_httpd.c:35: In function 'strncpy', inlined from 'do_file' at mini_httpd.c:1459:12: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 10000 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c match.c gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c tdate_parse.c gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s mini_httpd.o match.o tdate_parse.o -lssl -lcrypto -lcrypt -o mini_httpd gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -c htpasswd.c htpasswd.c: In function 'main': htpasswd.c:216:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] 216 | system(command); | ^~~~~~~~~~~~~~~ htpasswd.c: In function 'add_password': htpasswd.c:117:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 117 | (void) fgets( pass, sizeof(pass), stdin ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DUSE_SSL -I/usr/include/openssl -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -s htpasswd.o -lcrypt -o htpasswd make: Leaving directory '/usr/src/RPM/BUILD/mini_httpd-1.19' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93024 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mini_httpd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mini_httpd-buildroot + cd mini_httpd-1.19 + rm -rf /usr/src/tmp/mini_httpd-buildroot + install -d /usr/src/tmp/mini_httpd-buildroot/etc/rc.d/init.d + install -d /usr/src/tmp/mini_httpd-buildroot/usr/bin + install -d /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8 + install -d /usr/src/tmp/mini_httpd-buildroot/etc/sysconfig + install mini_httpd /usr/src/tmp/mini_httpd-buildroot/usr/bin + install mini_httpd-single /usr/src/tmp/mini_httpd-buildroot/usr/bin + install htpasswd /usr/src/tmp/mini_httpd-buildroot/usr/bin/htpasswd + install htpasswd.1 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1 + install mini_httpd.8 /usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8 + install /usr/src/RPM/SOURCES/mini_httpd.init /usr/src/tmp/mini_httpd-buildroot//etc/rc.d/init.d/mini_httpd + sed -e s,@DOCROOT@,/var/www/html, /usr/src/RPM/SOURCES/mini_httpd.config + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mini_httpd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mini_httpd-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/mini_httpd-buildroot/ (default) Compressing files in /usr/src/tmp/mini_httpd-buildroot (auto) mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man8/mini_httpd.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/mini_httpd-buildroot/usr/share/man/man1/htpasswd.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/mini_httpd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: mini_httpd-1.19-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.50129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mini_httpd-1.19 + DOCDIR=/usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + export DOCDIR + rm -rf /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + /bin/mkdir -p /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + cp -prL README /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + chmod -R go-w /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + chmod -R a+rX /usr/src/tmp/mini_httpd-buildroot/usr/share/doc/mini_httpd-1.19 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ra6ui2 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5wjuKc find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xWOLOq Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Fvso6H Requires: webserver-common, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), libcrypto.so.1.1()(64bit) >= set:qpa523, libcrypto.so.1.1(OPENSSL_1_1_0)(64bit), libssl.so.1.1()(64bit) >= set:mikIZjAvO5QmaGG0ZAGmx4uVoawPI2h9kmatqve, libssl.so.1.1(OPENSSL_1_1_0)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7c52n3 Processing files: mini_httpd-htpasswd-1.19-alt2.1 warning: File listed twice: /usr/bin/htpasswd Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zofyCs find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5NXLhV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: htpasswd Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: htpasswd Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3lnROr Processing files: mini_httpd-single-1.19-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x243I1 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f0hrDF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libcrypt.so.1()(64bit) >= set:ihuTa, libcrypt.so.1(XCRYPT_2.0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bltn7m Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-1.19-alt2.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/mini_httpd-single-1.19-alt2.1.x86_64.rpm 7.78user 1.55system 0:21.77elapsed 42%CPU (0avgtext+0avgdata 60332maxresident)k 0inputs+0outputs (0major+467843minor)pagefaults 0swaps 14.65user 5.37system 0:35.57elapsed 56%CPU (0avgtext+0avgdata 113288maxresident)k 0inputs+0outputs (0major+814468minor)pagefaults 0swaps --- mini_httpd-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000 +++ mini_httpd-1.19-alt2.1.x86_64.rpm.hasher 2019-11-03 03:23:34.467574617 +0000 @@ -9,3 +9,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -26,6 +25,6 @@ Requires: libc.so.6(GLIBC_2.7)(64bit) -Requires: libcrypt.so.1()(64bit) >= set:hguT2 +Requires: libcrypt.so.1()(64bit) >= set:ihuTa Requires: rpmlib(SetVersions) Requires: libcrypt.so.1(XCRYPT_2.0)(64bit) -Requires: libcrypto.so.1.1()(64bit) >= set:poB2x1 +Requires: libcrypto.so.1.1()(64bit) >= set:qpa523 Requires: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) --- mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000 +++ mini_httpd-htpasswd-1.19-alt2.1.x86_64.rpm.hasher 2019-11-03 03:23:34.654576218 +0000 @@ -7,3 +7,3 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypt.so.1()(64bit) >= set:hguT2 +Requires: libcrypt.so.1()(64bit) >= set:ihuTa Requires: rpmlib(SetVersions) --- mini_httpd-single-1.19-alt2.1.x86_64.rpm.repo 2018-09-01 01:45:15.000000000 +0000 +++ mini_httpd-single-1.19-alt2.1.x86_64.rpm.hasher 2019-11-03 03:23:34.708576680 +0000 @@ -8,3 +8,3 @@ Requires: libc.so.6(GLIBC_2.7)(64bit) -Requires: libcrypt.so.1()(64bit) >= set:hguT2 +Requires: libcrypt.so.1()(64bit) >= set:ihuTa Requires: rpmlib(SetVersions)