Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/http-parser.spec'], chrootPath='/var/lib/mock/sclo7-rh-nodejs6-rh-el7-build-25905-36574/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/http-parser.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rh-nodejs6-http-parser-2.7.0-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/http-parser.spec '], chrootPath='/var/lib/mock/sclo7-rh-nodejs6-rh-el7-build-25905-36574/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/http-parser.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.McyLqV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf http-parser-2.7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v2.7.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd http-parser-2.7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (http-parser-gyp-sharedlib.patch): + echo 'Patch #1 (http-parser-gyp-sharedlib.patch):' + /usr/bin/cat /builddir/build/SOURCES/http-parser-gyp-sharedlib.patch + /usr/bin/patch -p0 --fuzz=0 patching file http_parser.gyp + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WAvhmd + umask 022 + cd /builddir/build/BUILD + cd http-parser-2.7.0 ++ pwd + scl enable rh-nodejs6 ' # TODO: fix -fPIC upstream export CFLAGS='\''-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC'\'' gyp -f make -Dsoname_version=rh-nodejs6-2.7.0 --depth=/builddir/build/BUILD/http-parser-2.7.0 http_parser.gyp make -j16 BUILDTYPE=Release ' CC(target) out/Release/obj.target/http_parser/http_parser.o CC(target) out/Release/obj.target/http_parser_strict/http_parser.o SOLINK(target) out/Release/obj.target/libhttp_parser.so.rh-nodejs6-2.7.0 SOLINK(target) out/Release/obj.target/libhttp_parser.so.rh-nodejs6-2.7.0: Finished SOLINK(target) out/Release/obj.target/libhttp_parser_strict.so.rh-nodejs6-2.7.0 COPY out/Release/lib.target/libhttp_parser.so.rh-nodejs6-2.7.0 CC(target) out/Release/obj.target/test-nonstrict/test.o SOLINK(target) out/Release/obj.target/libhttp_parser_strict.so.rh-nodejs6-2.7.0: Finished COPY out/Release/lib.target/libhttp_parser_strict.so.rh-nodejs6-2.7.0 CC(target) out/Release/obj.target/test-strict/test.o test.c: In function 'request_url_cb': test.c:1819:30: warning: unused parameter 'p' [-Wunused-parameter] request_url_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'header_field_cb': test.c:1830:31: warning: unused parameter 'p' [-Wunused-parameter] header_field_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'header_value_cb': test.c:1849:31: warning: unused parameter 'p' [-Wunused-parameter] header_value_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'count_body_cb': test.c:1892:44: warning: unused parameter 'buf' [-Wunused-parameter] count_body_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'message_begin_cb': test.c:1902:32: warning: unused parameter 'p' [-Wunused-parameter] message_begin_cb (http_parser *p) ^ test.c: In function 'headers_complete_cb': test.c:1910:35: warning: unused parameter 'p' [-Wunused-parameter] headers_complete_cb (http_parser *p) ^ test.c: In function 'response_status_cb': test.c:1955:34: warning: unused parameter 'p' [-Wunused-parameter] response_status_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'chunk_complete_cb': test.c:1979:33: warning: unused parameter 'p' [-Wunused-parameter] chunk_complete_cb (http_parser *p) ^ test.c: In function 'test_header_nread_value': test.c:3499:10: warning: variable 'parsed' set but not used [-Wunused-but-set-variable] size_t parsed; ^ test.c: In function 'test_message_connect': test.c:3853:10: warning: variable 'nread' set but not used [-Wunused-but-set-variable] size_t nread; ^ test.c: In function 'request_url_cb': test.c:1819:30: warning: unused parameter 'p' [-Wunused-parameter] request_url_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'header_field_cb': test.c:1830:31: warning: unused parameter 'p' [-Wunused-parameter] header_field_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'header_value_cb': test.c:1849:31: warning: unused parameter 'p' [-Wunused-parameter] header_value_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'count_body_cb': test.c:1892:44: warning: unused parameter 'buf' [-Wunused-parameter] count_body_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'message_begin_cb': test.c:1902:32: warning: unused parameter 'p' [-Wunused-parameter] message_begin_cb (http_parser *p) ^ test.c: In function 'headers_complete_cb': test.c:1910:35: warning: unused parameter 'p' [-Wunused-parameter] headers_complete_cb (http_parser *p) ^ test.c: In function 'response_status_cb': test.c:1955:34: warning: unused parameter 'p' [-Wunused-parameter] response_status_cb (http_parser *p, const char *buf, size_t len) ^ test.c: In function 'chunk_complete_cb': test.c:1979:33: warning: unused parameter 'p' [-Wunused-parameter] chunk_complete_cb (http_parser *p) ^ test.c: In function 'test_header_nread_value': test.c:3499:10: warning: variable 'parsed' set but not used [-Wunused-but-set-variable] size_t parsed; ^ test.c: In function 'test_message_connect': test.c:3853:10: warning: variable 'nread' set but not used [-Wunused-but-set-variable] size_t nread; ^ LINK(target) out/Release/test-nonstrict LINK(target) out/Release/test-strict LINK(target) out/Release/test-nonstrict: Finished LINK(target) out/Release/test-strict: Finished + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4dAyuy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 + cd http-parser-2.7.0 + rm -rf /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 + install -d /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/include + install -d /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64 + install -pm644 http_parser.h /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/include + install out/Release/lib.target/libhttp_parser.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.rh-nodejs6-2.7.0 + ln -sf libhttp_parser.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.2 + ln -sf libhttp_parser.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so + install out/Release/lib.target/libhttp_parser_strict.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.rh-nodejs6-2.7.0 + ln -sf libhttp_parser_strict.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.2 + ln -sf libhttp_parser_strict.so.rh-nodejs6-2.7.0 /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/http-parser-2.7.0 extracting debug info from /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.rh-nodejs6-2.7.0 extracting debug info from /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.rh-nodejs6-2.7.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.rh-nodejs6-2.7.0.debug to /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.2.debug symlinked /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.rh-nodejs6-2.7.0.debug to /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser.so.debug symlinked /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.rh-nodejs6-2.7.0.debug to /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.2.debug symlinked /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.rh-nodejs6-2.7.0.debug to /usr/lib/debug/opt/rh/rh-nodejs6/root/usr/lib64/libhttp_parser_strict.so.debug 167 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/rh-nodejs6/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/rh-nodejs6/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.QOp6cV + umask 022 + cd /builddir/build/BUILD + cd http-parser-2.7.0 + export LD_LIBRARY_PATH=./out/Release/lib.target + LD_LIBRARY_PATH=./out/Release/lib.target + ./out/Release/test-nonstrict http_parser v2.7.0 (0x020700) 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% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99%100%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.7.0 (0x020700) 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% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99%100%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 + exit 0 Processing files: rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.O1Tdbi + umask 022 + cd /builddir/build/BUILD + cd http-parser-2.7.0 + DOCDIR=/builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/doc/rh-nodejs6-http-parser-2.7.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/doc/rh-nodejs6-http-parser-2.7.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/doc/rh-nodejs6-http-parser-2.7.0 + cp -pr README.md /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/doc/rh-nodejs6-http-parser-2.7.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ubqPaF + umask 022 + cd /builddir/build/BUILD + cd http-parser-2.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/licenses/rh-nodejs6-http-parser-2.7.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/licenses/rh-nodejs6-http-parser-2.7.0 + cp -pr LICENSE-MIT /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64/opt/rh/rh-nodejs6/root/usr/share/licenses/rh-nodejs6-http-parser-2.7.0 + exit 0 Provides: libhttp_parser.so.rh-nodejs6-2.7.0()(64bit) libhttp_parser_strict.so.rh-nodejs6-2.7.0()(64bit) rh-nodejs6-http-parser = 2.7.0-2.el7 rh-nodejs6-http-parser(x86-64) = 2.7.0-2.el7 scl-package(rh-nodejs6) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) rh-nodejs6-runtime rtld(GNU_HASH) Processing files: rh-nodejs6-http-parser-devel-2.7.0-2.el7.x86_64 Provides: rh-nodejs6-http-parser-devel = 2.7.0-2.el7 rh-nodejs6-http-parser-devel(x86-64) = 2.7.0-2.el7 scl-package(rh-nodejs6) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libhttp_parser.so.rh-nodejs6-2.7.0()(64bit) libhttp_parser_strict.so.rh-nodejs6-2.7.0()(64bit) rh-nodejs6-runtime Processing files: rh-nodejs6-http-parser-debuginfo-2.7.0-2.el7.x86_64 Provides: scl-package(rh-nodejs6) rh-nodejs6-http-parser-debuginfo = 2.7.0-2.el7 rh-nodejs6-http-parser-debuginfo(x86-64) = 2.7.0-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 Wrote: /builddir/build/RPMS/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-nodejs6-http-parser-devel-2.7.0-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-nodejs6-http-parser-debuginfo-2.7.0-2.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UTMeMa + umask 022 + cd /builddir/build/BUILD + cd http-parser-2.7.0 + rm -rf /builddir/build/BUILDROOT/rh-nodejs6-http-parser-2.7.0-2.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->