D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/http-parser-2.9.4-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mqrIoD + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf http-parser-2.9.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/http-parser-2.9.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd http-parser-2.9.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-url-treat-empty-port-as-default.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/http-parser-gyp-sharedlib.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.15GU3E + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd http-parser-2.9.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC' ++ pwd + gyp -f make --depth=/home/iurt/rpmbuild/BUILD/http-parser-2.9.4 http_parser.gyp + /usr/bin/make -O -j8 V=1 VERBOSE=1 BUILDTYPE=Release cc '-DHTTP_PARSER_STRICT=1' '-DNDEBUG' -I. -Wall -Wextra -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MMD -MF out/Release/.deps/out/Release/obj.target/http_parser_strict/http_parser.o.d.raw -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o out/Release/obj.target/http_parser_strict/http_parser.o http_parser.c g++ -shared -Wl,-soname=libhttp_parser_strict.so.2 -o out/Release/obj.target/libhttp_parser_strict.so.2 -Wl,--whole-archive out/Release/obj.target/http_parser_strict/http_parser.o -Wl,--no-whole-archive ln -f "out/Release/obj.target/libhttp_parser_strict.so.2" "out/Release/lib.target/libhttp_parser_strict.so.2" 2>/dev/null || (rm -rf "out/Release/lib.target/libhttp_parser_strict.so.2" && cp -af "out/Release/obj.target/libhttp_parser_strict.so.2" "out/Release/lib.target/libhttp_parser_strict.so.2") cc '-DHTTP_PARSER_STRICT=0' '-DNDEBUG' -I. -Wall -Wextra -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MMD -MF out/Release/.deps/out/Release/obj.target/http_parser/http_parser.o.d.raw -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o out/Release/obj.target/http_parser/http_parser.o http_parser.c g++ -shared -Wl,-soname=libhttp_parser.so.2 -o out/Release/obj.target/libhttp_parser.so.2 -Wl,--whole-archive out/Release/obj.target/http_parser/http_parser.o -Wl,--no-whole-archive ln -f "out/Release/obj.target/libhttp_parser.so.2" "out/Release/lib.target/libhttp_parser.so.2" 2>/dev/null || (rm -rf "out/Release/lib.target/libhttp_parser.so.2" && cp -af "out/Release/obj.target/libhttp_parser.so.2" "out/Release/lib.target/libhttp_parser.so.2") cc '-DHTTP_PARSER_STRICT=0' '-DNDEBUG' -I. -Wall -Wextra -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MMD -MF out/Release/.deps/out/Release/obj.target/test-nonstrict/test.o.d.raw -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o out/Release/obj.target/test-nonstrict/test.o test.c test.c: In function 'request_url_cb': test.c:2106:30: warning: unused parameter 'p' [-Wunused-parameter] 2106 | request_url_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'header_field_cb': test.c:2117:31: warning: unused parameter 'p' [-Wunused-parameter] 2117 | header_field_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'header_value_cb': test.c:2136:31: warning: unused parameter 'p' [-Wunused-parameter] 2136 | header_value_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'count_body_cb': test.c:2179:44: warning: unused parameter 'buf' [-Wunused-parameter] 2179 | count_body_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~^~~ test.c: In function 'message_begin_cb': test.c:2189:32: warning: unused parameter 'p' [-Wunused-parameter] 2189 | message_begin_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'headers_complete_cb': test.c:2198:35: warning: unused parameter 'p' [-Wunused-parameter] 2198 | headers_complete_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'response_status_cb': test.c:2244:34: warning: unused parameter 'p' [-Wunused-parameter] 2244 | response_status_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'chunk_complete_cb': test.c:2271:33: warning: unused parameter 'p' [-Wunused-parameter] 2271 | chunk_complete_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'test_header_nread_value': test.c:3853:10: warning: variable 'parsed' set but not used [-Wunused-but-set-variable] 3853 | size_t parsed; | ^~~~~~ cc '-DHTTP_PARSER_STRICT=1' '-DNDEBUG' -I. -Wall -Wextra -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MMD -MF out/Release/.deps/out/Release/obj.target/test-strict/test.o.d.raw -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o out/Release/obj.target/test-strict/test.o test.c test.c: In function 'request_url_cb': test.c:2106:30: warning: unused parameter 'p' [-Wunused-parameter] 2106 | request_url_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'header_field_cb': test.c:2117:31: warning: unused parameter 'p' [-Wunused-parameter] 2117 | header_field_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'header_value_cb': test.c:2136:31: warning: unused parameter 'p' [-Wunused-parameter] 2136 | header_value_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'count_body_cb': test.c:2179:44: warning: unused parameter 'buf' [-Wunused-parameter] 2179 | count_body_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~^~~ test.c: In function 'message_begin_cb': test.c:2189:32: warning: unused parameter 'p' [-Wunused-parameter] 2189 | message_begin_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'headers_complete_cb': test.c:2198:35: warning: unused parameter 'p' [-Wunused-parameter] 2198 | headers_complete_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'response_status_cb': test.c:2244:34: warning: unused parameter 'p' [-Wunused-parameter] 2244 | response_status_cb (http_parser *p, const char *buf, size_t len) | ~~~~~~~~~~~~~^ test.c: In function 'chunk_complete_cb': test.c:2271:33: warning: unused parameter 'p' [-Wunused-parameter] 2271 | chunk_complete_cb (http_parser *p) | ~~~~~~~~~~~~~^ test.c: In function 'test_header_nread_value': test.c:3853:10: warning: variable 'parsed' set but not used [-Wunused-but-set-variable] 3853 | size_t parsed; | ^~~~~~ g++ -Wl,-rpath=\$ORIGIN/lib.target/ -Wl,-rpath-link=\out/Release/lib.target/ -o out/Release/test-strict -Wl,--start-group out/Release/obj.target/test-strict/test.o out/Release/obj.target/libhttp_parser_strict.so.2 -Wl,--end-group g++ -Wl,-rpath=\$ORIGIN/lib.target/ -Wl,-rpath-link=\out/Release/lib.target/ -o out/Release/test-nonstrict -Wl,--start-group out/Release/obj.target/test-nonstrict/test.o out/Release/obj.target/libhttp_parser.so.2 -Wl,--end-group + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NoZn6C + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 + cd http-parser-2.9.4 + '[' 1 -eq 1 ']' + install -d /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/include + install -d /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64 + install -pm644 http_parser.h /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/include + install out/Release/lib.target/libhttp_parser.so.2 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser.so.2.0 + ln -sf libhttp_parser.so.2.0 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser.so.2 + ln -sf libhttp_parser.so.2.0 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser.so + install out/Release/lib.target/libhttp_parser_strict.so.2 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser_strict.so.2.0 + ln -sf libhttp_parser_strict.so.2.0 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser_strict.so.2 + ln -sf libhttp_parser_strict.so.2.0 /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser_strict.so + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.9.4-1.mga8 --unique-debug-suffix -2.9.4-1.mga8.x86_64 --unique-debug-src-base http-parser-2.9.4-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/http-parser-2.9.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser.so.2.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser.so.2.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser_strict.so.2.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/lib64/libhttp_parser_strict.so.2.0 original debug info size: 180kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 185 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files Warning: unused libraries in /usr/lib64/libhttp_parser.so.2.0: libm.so.6 libgcc_s.so.1 Warning: unused libraries in /usr/lib64/libhttp_parser_strict.so.2.0: libm.so.6 libgcc_s.so.1 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.g7OgnE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd http-parser-2.9.4 + '[' 1 -eq 1 ']' + export LD_LIBRARY_PATH=./out/Release/lib.target + LD_LIBRARY_PATH=./out/Release/lib.target + ./out/Release/test-nonstrict http_parser v2.9.4 (0x020904) sizeof(http_parser) = 32 response scan 1/2  0% 2% 4% 6% 8% 10% 12% 14% 16% 18% 20% 22% 24% 26% 28% 30% 32% 34% 36% 38% 40% 42% 44% 46% 48% 50% 52% 54% 56% 58% 60% 62% 63% 65% 67% 69% 71% 73% 75% 77% 79% 81% 83% 85% 87% 89% 91% 93% 95% 97% 99%100% response scan 2/2  0% 0% 1% 1% 1% 1% 2% 2% 2% 3% 3% 3% 4% 4% 4% 4% 5% 5% 5% 6% 6% 6% 7% 7% 7% 7% 8% 8% 8% 9% 9% 9% 9% 10% 10% 10% 11% 11% 11% 12% 12% 12% 12% 13% 13% 13% 14% 14% 14% 15% 15% 15% 15% 16% 16% 16% 17% 17% 17% 18% 18% 18% 18% 19% 19% 19% 20% 20% 20% 20% 21% 21% 21% 22% 22% 22% 23% 23% 23% 23% 24% 24% 24% 25% 25% 25% 26% 26% 26% 26% 27% 27% 27% 28% 28% 28% 28% 29% 29% 29% 30% 30% 30% 31% 31% 31% 31% 32% 32% 32% 33% 33% 33% 34% 34% 34% 34% 35% 35% 35% 36% 36% 36% 37% 37% 37% 37% 38% 38% 38% 39% 39% 39% 39% 40% 40% 40% 41% 41% 41% 42% 42% 42% 42% 43% 43% 43% 44% 44% 44% 45% 45% 45% 45% 46% 46% 46% 47% 47% 47% 47% 48% 48% 48% 49% 49% 49% 50% 50% 50% 50% 51% 51% 51% 52% 52% 52% 53% 53% 53% 53% 54% 54% 54% 55% 55% 55% 55% 56% 56% 56% 57% 57% 57% 58% 58% 58% 58% 59% 59% 59% 60% 60% 60% 61% 61% 61% 61% 62% 62% 62% 63% 63% 63% 64% 64% 64% 64% 65% 65% 65% 66% 66% 66% 66% 67% 67% 67% 68% 68% 68% 69% 69% 69% 69% 70% 70% 70% 71% 71% 71% 72% 72% 72% 72% 73% 73% 73% 74% 74% 74% 74% 75% 75% 75% 76% 76% 76% 77% 77% 77% 77% 78% 78% 78% 79% 79% 79% 80% 80% 80% 80% 81% 81% 81% 82% 82% 82% 82% 83% 83% 83% 84% 84% 84% 85% 85% 85% 85% 86% 86% 86% 87% 87% 87% 88% 88% 88% 88% 89% 89% 89% 90% 90% 90% 91% 91% 91% 91% 92% 92% 92% 93% 93% 93% 93% 94% 94% 94% 95% 95% 95% 96% 96% 96% 96% 97% 97% 97% 98% 98% 98% 99% 99% 99% 99%100%100% responses okay request scan 1/4  0% 5% 10% 15% 19% 24% 29% 34% 39% 44% 49% 53% 58% 63% 68% 73% 78% 83% 87% 92% 97%100% request scan 2/4  0% 1% 3% 4% 5% 6% 8% 9% 10% 11% 13% 14% 15% 16% 18% 19% 20% 21% 23% 24% 25% 26% 28% 29% 30% 31% 33% 34% 35% 36% 38% 39% 40% 41% 43% 44% 45% 46% 48% 49% 50% 51% 53% 54% 55% 56% 58% 59% 60% 61% 63% 64% 65% 66% 68% 69% 70% 71% 73% 74% 75% 76% 78% 79% 80% 81% 83% 84% 85% 86% 88% 89% 90% 91% 93% 94% 95% 96% 98% 99%100% request scan 3/4  0% 1% 1% 2% 3% 3% 4% 4% 5% 6% 6% 7% 8% 8% 9% 10% 10% 11% 12% 12% 13% 13% 14% 15% 15% 16% 17% 17% 18% 19% 19% 20% 21% 21% 22% 22% 23% 24% 24% 25% 26% 26% 27% 28% 28% 29% 30% 30% 31% 31% 32% 33% 33% 34% 35% 35% 36% 37% 37% 38% 39% 39% 40% 40% 41% 42% 42% 43% 44% 44% 45% 46% 46% 47% 48% 48% 49% 49% 50% 51% 51% 52% 53% 53% 54% 55% 55% 56% 57% 57% 58% 58% 59% 60% 60% 61% 62% 62% 63% 64% 64% 65% 66% 66% 67% 67% 68% 69% 69% 70% 71% 71% 72% 73% 73% 74% 75% 75% 76% 76% 77% 78% 78% 79% 80% 80% 81% 82% 82% 83% 84% 84% 85% 85% 86% 87% 87% 88% 89% 89% 90% 91% 91% 92% 93% 93% 94% 94% 95% 96% 96% 97% 98% 98% 99%100%100% request scan 4/4  0% 2% 5% 7% 9% 11% 14% 16% 18% 21% 23% 25% 27% 30% 32% 34% 36% 39% 41% 43% 46% 48% 50% 52% 55% 57% 59% 62% 64% 66% 68% 71% 73% 75% 77% 80% 82% 84% 87% 89% 91% 93% 96% 98%100% requests okay + ./out/Release/test-strict http_parser v2.9.4 (0x020904) sizeof(http_parser) = 32 response scan 1/2  0% 2% 4% 6% 8% 10% 12% 14% 16% 18% 20% 22% 24% 26% 28% 30% 32% 34% 36% 38% 40% 42% 44% 46% 48% 50% 52% 54% 56% 58% 60% 62% 63% 65% 67% 69% 71% 73% 75% 77% 79% 81% 83% 85% 87% 89% 91% 93% 95% 97% 99%100% response scan 2/2  0% 0% 1% 1% 1% 1% 2% 2% 2% 3% 3% 3% 4% 4% 4% 4% 5% 5% 5% 6% 6% 6% 7% 7% 7% 7% 8% 8% 8% 9% 9% 9% 9% 10% 10% 10% 11% 11% 11% 12% 12% 12% 12% 13% 13% 13% 14% 14% 14% 15% 15% 15% 15% 16% 16% 16% 17% 17% 17% 18% 18% 18% 18% 19% 19% 19% 20% 20% 20% 20% 21% 21% 21% 22% 22% 22% 23% 23% 23% 23% 24% 24% 24% 25% 25% 25% 26% 26% 26% 26% 27% 27% 27% 28% 28% 28% 28% 29% 29% 29% 30% 30% 30% 31% 31% 31% 31% 32% 32% 32% 33% 33% 33% 34% 34% 34% 34% 35% 35% 35% 36% 36% 36% 37% 37% 37% 37% 38% 38% 38% 39% 39% 39% 39% 40% 40% 40% 41% 41% 41% 42% 42% 42% 42% 43% 43% 43% 44% 44% 44% 45% 45% 45% 45% 46% 46% 46% 47% 47% 47% 47% 48% 48% 48% 49% 49% 49% 50% 50% 50% 50% 51% 51% 51% 52% 52% 52% 53% 53% 53% 53% 54% 54% 54% 55% 55% 55% 55% 56% 56% 56% 57% 57% 57% 58% 58% 58% 58% 59% 59% 59% 60% 60% 60% 61% 61% 61% 61% 62% 62% 62% 63% 63% 63% 64% 64% 64% 64% 65% 65% 65% 66% 66% 66% 66% 67% 67% 67% 68% 68% 68% 69% 69% 69% 69% 70% 70% 70% 71% 71% 71% 72% 72% 72% 72% 73% 73% 73% 74% 74% 74% 74% 75% 75% 75% 76% 76% 76% 77% 77% 77% 77% 78% 78% 78% 79% 79% 79% 80% 80% 80% 80% 81% 81% 81% 82% 82% 82% 82% 83% 83% 83% 84% 84% 84% 85% 85% 85% 85% 86% 86% 86% 87% 87% 87% 88% 88% 88% 88% 89% 89% 89% 90% 90% 90% 91% 91% 91% 91% 92% 92% 92% 93% 93% 93% 93% 94% 94% 94% 95% 95% 95% 96% 96% 96% 96% 97% 97% 97% 98% 98% 98% 99% 99% 99% 99%100%100% responses okay request scan 1/4  0% 5% 10% 15% 19% 24% 29% 34% 39% 44% 49% 53% 58% 63% 68% 73% 78% 83% 87% 92% 97%100% request scan 2/4  0% 1% 3% 4% 5% 6% 8% 9% 10% 11% 13% 14% 15% 16% 18% 19% 20% 21% 23% 24% 25% 26% 28% 29% 30% 31% 33% 34% 35% 36% 38% 39% 40% 41% 43% 44% 45% 46% 48% 49% 50% 51% 53% 54% 55% 56% 58% 59% 60% 61% 63% 64% 65% 66% 68% 69% 70% 71% 73% 74% 75% 76% 78% 79% 80% 81% 83% 84% 85% 86% 88% 89% 90% 91% 93% 94% 95% 96% 98% 99%100% request scan 3/4  0% 1% 1% 2% 3% 3% 4% 4% 5% 6% 6% 7% 8% 8% 9% 10% 10% 11% 12% 12% 13% 13% 14% 15% 15% 16% 17% 17% 18% 19% 19% 20% 21% 21% 22% 22% 23% 24% 24% 25% 26% 26% 27% 28% 28% 29% 30% 30% 31% 31% 32% 33% 33% 34% 35% 35% 36% 37% 37% 38% 39% 39% 40% 40% 41% 42% 42% 43% 44% 44% 45% 46% 46% 47% 48% 48% 49% 49% 50% 51% 51% 52% 53% 53% 54% 55% 55% 56% 57% 57% 58% 58% 59% 60% 60% 61% 62% 62% 63% 64% 64% 65% 66% 66% 67% 67% 68% 69% 69% 70% 71% 71% 72% 73% 73% 74% 75% 75% 76% 76% 77% 78% 78% 79% 80% 80% 81% 82% 82% 83% 84% 84% 85% 85% 86% 87% 87% 88% 89% 89% 90% 91% 91% 92% 93% 93% 94% 94% 95% 96% 96% 97% 98% 98% 99%100%100% request scan 4/4  0% 2% 5% 7% 9% 11% 14% 16% 18% 21% 23% 25% 27% 30% 32% 34% 36% 39% 41% 43% 46% 48% 50% 52% 55% 57% 59% 62% 64% 66% 68% 71% 73% 75% 77% 80% 82% 84% 87% 89% 91% 93% 96% 98%100% requests okay + RPM_EC=0 ++ jobs -p + exit 0 Processing files: lib64http-parser2-2.9.4-1.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ufmRyE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd http-parser-2.9.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/share/doc/lib64http-parser2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/share/doc/lib64http-parser2 + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64/usr/share/doc/lib64http-parser2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: http-parser = 2.9.4-1.mga8 lib64http-parser2 = 2.9.4-1.mga8 lib64http-parser2(x86-64) = 2.9.4-1.mga8 libhttp_parser.so.2()(64bit) libhttp_parser_strict.so.2()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) Processing files: lib64http-parser-devel-2.9.4-1.mga8.x86_64 Provides: devel(libhttp_parser(64bit)) devel(libhttp_parser_strict(64bit)) http-parser-devel = 2.9.4-1.mga8 lib64http-parser-devel = 2.9.4-1.mga8 lib64http-parser-devel(x86-64) = 2.9.4-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libgcc_s(64bit)) devel(libm(64bit)) devel(libstdc++(64bit)) Processing files: http-parser-debugsource-2.9.4-1.mga8.x86_64 Provides: http-parser-debugsource = 2.9.4-1.mga8 http-parser-debugsource(x86-64) = 2.9.4-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64http-parser2-debuginfo-2.9.4-1.mga8.x86_64 Provides: debuginfo(build-id) = 6593ba091a4eade98314cd222159bb7ca87d287c debuginfo(build-id) = ab8bed7d871a43cbc311ee071f9e1b2a002a3331 lib64http-parser2-debuginfo = 2.9.4-1.mga8 lib64http-parser2-debuginfo(x86-64) = 2.9.4-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: http-parser-debugsource(x86-64) = 2.9.4-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64http-parser-devel-2.9.4-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64http-parser2-2.9.4-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/http-parser-debugsource-2.9.4-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64http-parser2-debuginfo-2.9.4-1.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y0T0nE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd http-parser-2.9.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/http-parser-2.9.4-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uQ7JcF + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf http-parser-2.9.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!