Mock Version: 1.2.13 Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/http-parser.spec'], chrootPath='/var/lib/mock/epel7-build-4545706-554377/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=172800logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/http-parser.spec'] with env {'LANG': 'en_US.UTF-8', '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 warning: Could not canonicalize hostname: buildppc-01.phx2.fedoraproject.org Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/http-parser-2.0-5.20121128gitcd01361.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/http-parser.spec '], chrootPath='/var/lib/mock/epel7-build-4545706-554377/root'shell=Falseuid=1000env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=172800private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/http-parser.spec '] with env {'LANG': 'en_US.UTF-8', '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: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bplSSm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf joyent-http-parser-cd01361 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/joyent-http-parser-v2.0-7-gcd01361.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd joyent-http-parser-cd01361 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (http-parser-gyp-sharedlib.patch):' Patch #1 (http-parser-gyp-sharedlib.patch): + /usr/bin/patch -p0 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/http-parser-gyp-sharedlib.patch patching file http_parser.gyp + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JlWP3t + umask 022 + cd /builddir/build/BUILD + cd joyent-http-parser-cd01361 + export 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power7 -fPIC' + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power7 -fPIC' ++ pwd + gyp -f make --depth=/builddir/build/BUILD/joyent-http-parser-cd01361 http_parser.gyp + make -j4 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.2 SOLINK(target) out/Release/obj.target/libhttp_parser_strict.so.2 SOLINK(target) out/Release/obj.target/libhttp_parser.so.2: Finished COPY out/Release/lib.target/libhttp_parser.so.2 CC(target) out/Release/obj.target/test-nonstrict/test.o SOLINK(target) out/Release/obj.target/libhttp_parser_strict.so.2: Finished COPY out/Release/lib.target/libhttp_parser_strict.so.2 test.c: In function 'request_url_cb': test.c:1484: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:1495: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:1514: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:1557: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:1567:32: warning: unused parameter 'p' [-Wunused-parameter] message_begin_cb (http_parser *p) ^ test.c: In function 'headers_complete_cb': test.c:1575:35: warning: unused parameter 'p' [-Wunused-parameter] headers_complete_cb (http_parser *p) ^ CC(target) out/Release/obj.target/test-strict/test.o test.c: In function 'request_url_cb': test.c:1484: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:1495: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:1514: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:1557: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:1567:32: warning: unused parameter 'p' [-Wunused-parameter] message_begin_cb (http_parser *p) ^ test.c: In function 'headers_complete_cb': test.c:1575:35: warning: unused parameter 'p' [-Wunused-parameter] headers_complete_cb (http_parser *p) ^ 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.NqR2PB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 ++ dirname /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 + cd joyent-http-parser-cd01361 + rm -rf /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 + install -d /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/include + install -d /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64 + install -pm644 http_parser.h /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/include + install out/Release/lib.target/libhttp_parser.so.2 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser.so.2.0 + ln -sf libhttp_parser.so.2.0 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser.so.2 + ln -sf libhttp_parser.so.2.0 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser.so + install out/Release/lib.target/libhttp_parser_strict.so.2 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser_strict.so.2.0 + ln -sf libhttp_parser_strict.so.2.0 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser_strict.so.2 + ln -sf libhttp_parser_strict.so.2.0 /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/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 50000000 /builddir/build/BUILD/joyent-http-parser-cd01361 extracting debug info from /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser_strict.so.2.0 extracting debug info from /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/lib64/libhttp_parser.so.2.0 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libhttp_parser.so.2.0.debug to /usr/lib/debug/usr/lib64/libhttp_parser.so.2.debug symlinked /usr/lib/debug/usr/lib64/libhttp_parser_strict.so.2.0.debug to /usr/lib/debug/usr/lib64/libhttp_parser_strict.so.2.debug symlinked /usr/lib/debug/usr/lib64/libhttp_parser_strict.so.2.0.debug to /usr/lib/debug/usr/lib64/libhttp_parser_strict.so.debug symlinked /usr/lib/debug/usr/lib64/libhttp_parser.so.2.0.debug to /usr/lib/debug/usr/lib64/libhttp_parser.so.debug 142 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/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.F440RJ + umask 022 + cd /builddir/build/BUILD + cd joyent-http-parser-cd01361 + export LD_LIBRARY_PATH=./out/Release/lib.target + LD_LIBRARY_PATH=./out/Release/lib.target + ./out/Release/test-nonstrict 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 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: http-parser-2.0-5.20121128gitcd01361.el7.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iZ0TmY + umask 022 + cd /builddir/build/BUILD + cd joyent-http-parser-cd01361 + DOCDIR=/builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + cp -pr CONTRIBUTIONS /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + cp -pr LICENSE-MIT /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + cp -pr README.md /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64/usr/share/doc/http-parser-2.0 + exit 0 Provides: http-parser = 2.0-5.20121128gitcd01361.el7 http-parser(ppc-64) = 2.0-5.20121128gitcd01361.el7 libhttp_parser.so.2()(64bit) libhttp_parser_strict.so.2()(64bit) 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.3)(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) rtld(GNU_HASH) Processing files: http-parser-devel-2.0-5.20121128gitcd01361.el7.ppc64 Provides: http-parser-devel = 2.0-5.20121128gitcd01361.el7 http-parser-devel(ppc-64) = 2.0-5.20121128gitcd01361.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libhttp_parser.so.2()(64bit) libhttp_parser_strict.so.2()(64bit) Processing files: http-parser-debuginfo-2.0-5.20121128gitcd01361.el7.ppc64 Provides: http-parser-debuginfo = 2.0-5.20121128gitcd01361.el7 http-parser-debuginfo(ppc-64) = 2.0-5.20121128gitcd01361.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/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 warning: Could not canonicalize hostname: buildppc-01.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/http-parser-2.0-5.20121128gitcd01361.el7.ppc64.rpm Wrote: /builddir/build/RPMS/http-parser-devel-2.0-5.20121128gitcd01361.el7.ppc64.rpm Wrote: /builddir/build/RPMS/http-parser-debuginfo-2.0-5.20121128gitcd01361.el7.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Yn5nEU + umask 022 + cd /builddir/build/BUILD + cd joyent-http-parser-cd01361 + rm -rf /builddir/build/BUILDROOT/http-parser-2.0-5.20121128gitcd01361.el7.ppc64 + exit 0 Child return code was: 0 LEAVE do -->