Mock Version: 1.2.9 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/picojson.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6450/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=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/picojson.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: copr-builder-678852799 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/picojson-1.1.1-2.05f8f10.el7.centos.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/picojson.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6450/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=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/picojson.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RZcIRR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + /usr/bin/gzip -dc /builddir/build/SOURCES/picojson-1.1.1-05f8f10.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pep9Z0 + umask 022 + cd /builddir/build/BUILD + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + echo 'Nothing to do' Nothing to do + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dp2V89 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + mkdir -p /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/include + install -p -m 0644 picojson.h /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/include/picojson.h + /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/picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /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.mVJWlj + umask 022 + cd /builddir/build/BUILD + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + make test make test-core make[1]: Entering directory `/builddir/build/BUILD/picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8' g++ -o test-core -Wall -DTEST_PICOJSON -x c++ - < picojson.h && ./test-core ok 1 - picojson::value(true) ok 2 - picojson::value(false) ok 3 - picojson::value(42.0) ok 4 - picojson::value(string("hello")) ok 5 - picojson::value("hello") ok 6 - picojson::value("hello", 4) ok 7 - false no error ok 8 - false check type ok 9 - false correct output ok 10 - false read to eof ok 11 - false serialize ok 12 - true no error ok 13 - true check type ok 14 - true correct output ok 15 - true read to eof ok 16 - true serialize ok 17 - 90.5 no error ok 18 - 90.5 check type ok 19 - 90.5 correct output ok 20 - 90.5 read to eof ok 21 - 1.7976931348623157e+308 no error ok 22 - 1.7976931348623157e+308 check type ok 23 - 1.7976931348623157e+308 correct output ok 24 - 1.7976931348623157e+308 read to eof ok 25 - "hello" no error ok 26 - "hello" check type ok 27 - "hello" correct output ok 28 - "hello" read to eof ok 29 - "hello" serialize ok 30 - "\"\\\/\b\f\n\r\t" no error ok 31 - "\"\\\/\b\f\n\r\t" check type ok 32 - "\"\\\/\b\f\n\r\t" correct output ok 33 - "\"\\\/\b\f\n\r\t" read to eof ok 34 - "\"\\\/\b\f\n\r\t" serialize ok 35 - "\u0061\u30af\u30ea\u30b9" no error ok 36 - "\u0061\u30af\u30ea\u30b9" check type ok 37 - "\u0061\u30af\u30ea\u30b9" correct output ok 38 - "\u0061\u30af\u30ea\u30b9" read to eof ok 39 - "\ud840\udc0b" no error ok 40 - "\ud840\udc0b" check type ok 41 - "\ud840\udc0b" correct output ok 42 - "\ud840\udc0b" read to eof ok 43 - empty array no error ok 44 - empty array check type ok 45 - check array array size ok 46 - empty object no error ok 47 - empty object check type ok 48 - check object array size ok 49 - array no error ok 50 - array check type ok 51 - check array size ok 52 - check contains array[0] ok 53 - check array[0] type ok 54 - check array[0] value ok 55 - check contains array[1] ok 56 - check array[1] type ok 57 - check array[1] value ok 58 - check contains array[2] ok 59 - check array[2] type ok 60 - check array[2] value ok 61 - check not contains array[3] ok 62 - object no error ok 63 - object check type ok 64 - check object size ok 65 - check contains property ok 66 - check bool property exists ok 67 - check bool property value ok 68 - serialize object ok 69 - check not contains property ok 70 - 1 near: oa ok 71 - 1 near: ] ok 72 - 2 near: bell ok 73 - 1 near: ok 74 - check == operator in deep comparison ok 75 - check != operator for array in deep comparison ok 76 - check != operator for object in deep comparison ok 77 - check erase() ok 78 - integral number should be serialized as a integer ok 79 - null_parse_context ok 80 - swap (null) ok 81 - swap (bool) ok 82 - swap (dobule) ok 83 - swap (string) ok 84 - swap (array) ok 85 - swap (object) ok 86 - parse test data for prettifying output ok 87 - non-prettifying output ok 88 - prettifying output ok 89 - should not accept NaN ok 90 - is() should return false ok 91 - get() should raise an error 1..91 make[1]: Leaving directory `/builddir/build/BUILD/picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8' make test-core TEST_OPTS=-DPICOJSON_USE_INT64 make[1]: Entering directory `/builddir/build/BUILD/picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8' g++ -o test-core -Wall -DPICOJSON_USE_INT64 -DTEST_PICOJSON -x c++ - < picojson.h && ./test-core ok 1 - picojson::value(true) ok 2 - picojson::value(false) ok 3 - picojson::value(42.0) ok 4 - picojson::value(string("hello")) ok 5 - picojson::value("hello") ok 6 - picojson::value("hello", 4) ok 7 - false no error ok 8 - false check type ok 9 - false correct output ok 10 - false read to eof ok 11 - false serialize ok 12 - true no error ok 13 - true check type ok 14 - true correct output ok 15 - true read to eof ok 16 - true serialize ok 17 - 90.5 no error ok 18 - 90.5 check type ok 19 - 90.5 correct output ok 20 - 90.5 read to eof ok 21 - 1.7976931348623157e+308 no error ok 22 - 1.7976931348623157e+308 check type ok 23 - 1.7976931348623157e+308 correct output ok 24 - 1.7976931348623157e+308 read to eof ok 25 - "hello" no error ok 26 - "hello" check type ok 27 - "hello" correct output ok 28 - "hello" read to eof ok 29 - "hello" serialize ok 30 - "\"\\\/\b\f\n\r\t" no error ok 31 - "\"\\\/\b\f\n\r\t" check type ok 32 - "\"\\\/\b\f\n\r\t" correct output ok 33 - "\"\\\/\b\f\n\r\t" read to eof ok 34 - "\"\\\/\b\f\n\r\t" serialize ok 35 - "\u0061\u30af\u30ea\u30b9" no error ok 36 - "\u0061\u30af\u30ea\u30b9" check type ok 37 - "\u0061\u30af\u30ea\u30b9" correct output ok 38 - "\u0061\u30af\u30ea\u30b9" read to eof ok 39 - "\ud840\udc0b" no error ok 40 - "\ud840\udc0b" check type ok 41 - "\ud840\udc0b" correct output ok 42 - "\ud840\udc0b" read to eof ok 43 - 0 no error ok 44 - 0 check type ok 45 - 0 correct output ok 46 - 0 read to eof ok 47 - 0 serialize ok 48 - -9223372036854775808 no error ok 49 - -9223372036854775808 check type ok 50 - -9223372036854775808 correct output ok 51 - -9223372036854775808 read to eof ok 52 - -9223372036854775808 serialize ok 53 - 9223372036854775807 no error ok 54 - 9223372036854775807 check type ok 55 - 9223372036854775807 correct output ok 56 - 9223372036854775807 read to eof ok 57 - 9223372036854775807 serialize ok 58 - empty array no error ok 59 - empty array check type ok 60 - check array array size ok 61 - empty object no error ok 62 - empty object check type ok 63 - check object array size ok 64 - array no error ok 65 - array check type ok 66 - check array size ok 67 - check contains array[0] ok 68 - check array[0] type ok 69 - check array[0] value ok 70 - check contains array[1] ok 71 - check array[1] type ok 72 - check array[1] value ok 73 - check contains array[2] ok 74 - check array[2] type ok 75 - check array[2] value ok 76 - check not contains array[3] ok 77 - object no error ok 78 - object check type ok 79 - check object size ok 80 - check contains property ok 81 - check bool property exists ok 82 - check bool property value ok 83 - serialize object ok 84 - check not contains property ok 85 - 1 near: oa ok 86 - 1 near: ] ok 87 - 2 near: bell ok 88 - 1 near: ok 89 - check == operator in deep comparison ok 90 - check != operator for array in deep comparison ok 91 - check != operator for object in deep comparison ok 92 - check erase() ok 93 - integral number should be serialized as a integer ok 94 - null_parse_context ok 95 - swap (null) ok 96 - swap (bool) ok 97 - swap (dobule) ok 98 - swap (string) ok 99 - swap (array) ok 100 - swap (object) ok 101 - parse test data for prettifying output ok 102 - non-prettifying output ok 103 - prettifying output ok 104 - should not accept NaN ok 105 - is() should return false ok 106 - get() should raise an error ok 107 - is int64_t ok 108 - is double as well ok 109 - serialize the value ok 110 - value is correct as int64_t ok 111 - value is correct as double ok 112 - is no more int64_type once get() is called ok 113 - and is still a double ok 114 - parse underflowing int64_t ok 115 - underflowing int is not int64_t ok 116 - underflowing int is double ok 117 - double value is somewhat correct 1..117 make[1]: Leaving directory `/builddir/build/BUILD/picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8' + exit 0 Processing files: picojson-devel-1.1.1-2.05f8f10.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dHDF0v + umask 022 + cd /builddir/build/BUILD + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + DOCDIR=/builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/share/doc/picojson-devel-1.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/share/doc/picojson-devel-1.1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/share/doc/picojson-devel-1.1.1 + cp -pr README.mkdn /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/share/doc/picojson-devel-1.1.1 + cp -pr examples /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64/usr/share/doc/picojson-devel-1.1.1 + exit 0 Provides: picojson-devel = 1.1.1-2.05f8f10.el7.centos picojson-devel(x86-64) = 1.1.1-2.05f8f10.el7.centos picojson-static = 1.1.1-2.05f8f10.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: picojson-debuginfo-1.1.1-2.05f8f10.el7.centos.x86_64 Provides: picojson-debuginfo = 1.1.1-2.05f8f10.el7.centos picojson-debuginfo(x86-64) = 1.1.1-2.05f8f10.el7.centos 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/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-678852799 Wrote: /builddir/build/RPMS/picojson-devel-1.1.1-2.05f8f10.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/picojson-debuginfo-1.1.1-2.05f8f10.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.olZZqa + umask 022 + cd /builddir/build/BUILD + cd picojson-05f8f10a2ae77a55da6724e7cdabc4dec97941e8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/picojson-1.1.1-2.05f8f10.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->