gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/jsoncpp-1.9.5.tar.gz... not found, skipping file copy Source https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.9.5.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok CMake Warning: Ignoring extra path from command line: "/jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/amd64/LDFLAGS=-m64" CMake Warning: Ignoring extra path from command line: "PKG_CONFIG_PATH=/usr/openssl/1.0/lib/64/pkgconfig:/usr/lib/amd64/pkgconfig:/usr/lib/pkgconfig" -- The CXX compiler identification is GNU 7.5.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/gcc/7/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- JsonCpp Version: 1.9.5 -- Looking for C++ include clocale -- Looking for C++ include clocale - found -- Looking for localeconv -- Looking for localeconv - found -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Check size of lconv -- Check size of lconv - done -- Performing Test HAVE_DECIMAL_POINT -- Performing Test HAVE_DECIMAL_POINT - Success -- Found Python3: /usr/bin/python3.9 (found version "3.9.13") found components: Interpreter -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_COMPILER CMAKE_C_FLAGS CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS LIBEXEC_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX -- Build files have been written to: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/amd64 [ 5%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_object.dir/json_reader.cpp.o [ 11%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_lib.dir/json_reader.cpp.o [ 17%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_lib.dir/json_value.cpp.o [ 23%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_object.dir/json_writer.cpp.o [ 29%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_lib.dir/json_writer.cpp.o [ 35%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_object.dir/json_value.cpp.o [ 41%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_static.dir/json_reader.cpp.o [ 47%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_static.dir/json_value.cpp.o [ 52%] Building CXX object src/lib_json/CMakeFiles/jsoncpp_static.dir/json_writer.cpp.o [ 52%] Built target jsoncpp_object [ 58%] Linking CXX shared library ../../lib/libjsoncpp.so [ 58%] Built target jsoncpp_lib [ 64%] Building CXX object src/jsontestrunner/CMakeFiles/jsontestrunner_exe.dir/main.cpp.o [ 70%] Building CXX object src/test_lib_json/CMakeFiles/jsoncpp_test.dir/fuzz.cpp.o [ 76%] Building CXX object src/test_lib_json/CMakeFiles/jsoncpp_test.dir/jsontest.cpp.o [ 82%] Building CXX object src/test_lib_json/CMakeFiles/jsoncpp_test.dir/main.cpp.o [ 88%] Linking CXX static library ../../lib/libjsoncpp.a [ 88%] Built target jsoncpp_static [ 94%] Linking CXX executable ../../bin/jsontestrunner_exe [ 94%] Built target jsontestrunner_exe [100%] Linking CXX executable ../../bin/jsoncpp_test Testing ValueTest/checkNormalizeFloatingPointStr: OK Testing ValueTest/memberCount: OK Testing ValueTest/objects: OK Testing ValueTest/arrays: OK Testing ValueTest/resizeArray: OK Testing ValueTest/resizePopulatesAllMissingElements: OK Testing ValueTest/getArrayValue: OK Testing ValueTest/arrayIssue252: OK Testing ValueTest/arrayInsertAtRandomIndex: OK Testing ValueTest/null: OK Testing ValueTest/strings: OK Testing ValueTest/bools: OK Testing ValueTest/integers: OK Testing ValueTest/nonIntegers: OK Testing ValueTest/compareNull: OK Testing ValueTest/compareInt: OK Testing ValueTest/compareUInt: OK Testing ValueTest/compareDouble: OK Testing ValueTest/compareString: OK Testing ValueTest/compareBoolean: OK Testing ValueTest/compareArray: OK Testing ValueTest/compareObject: OK Testing ValueTest/compareType: OK Testing ValueTest/CopyObject: OK Testing ValueTest/typeChecksThrowExceptions: OK Testing ValueTest/offsetAccessors: OK Testing ValueTest/StaticString: OK Testing ValueTest/WideString: OK Testing ValueTest/CommentBefore: OK Testing ValueTest/zeroes: OK Testing ValueTest/zeroesInKeys: OK Testing ValueTest/specialFloats: OK Testing ValueTest/precision: OK Testing ValueTest/searchValueByPath: OK Testing FastWriterTest/dropNullPlaceholders: OK Testing FastWriterTest/enableYAMLCompatibility: OK Testing FastWriterTest/omitEndingLineFeed: OK Testing FastWriterTest/writeNumericValue: OK Testing FastWriterTest/writeArrays: OK Testing FastWriterTest/writeNestedObjects: OK Testing StyledWriterTest/writeNumericValue: OK Testing StyledWriterTest/writeArrays: OK Testing StyledWriterTest/writeNestedObjects: OK Testing StyledWriterTest/multiLineArray: OK Testing StyledWriterTest/writeValueWithComment: OK Testing StyledStreamWriterTest/writeNumericValue: OK Testing StyledStreamWriterTest/writeArrays: OK Testing StyledStreamWriterTest/writeNestedObjects: OK Testing StyledStreamWriterTest/multiLineArray: OK Testing StyledStreamWriterTest/writeValueWithComment: OK Testing StreamWriterTest/writeNumericValue: OK Testing StreamWriterTest/writeArrays: OK Testing StreamWriterTest/writeNestedObjects: OK Testing StreamWriterTest/multiLineArray: OK Testing StreamWriterTest/dropNullPlaceholders: OK Testing StreamWriterTest/enableYAMLCompatibility: OK Testing StreamWriterTest/indentation: OK Testing StreamWriterTest/writeZeroes: OK Testing StreamWriterTest/unicode: OK Testing StreamWriterTest/escapeControlCharacters: OK Testing ReaderTest/parseWithNoErrors: OK Testing ReaderTest/parseObject: OK Testing ReaderTest/parseArray: OK Testing ReaderTest/parseString: OK Testing ReaderTest/parseComment: OK Testing ReaderTest/streamParseWithNoErrors: OK Testing ReaderTest/parseWithNoErrorsTestingOffsets: OK Testing ReaderTest/parseWithOneError: OK Testing ReaderTest/parseSpecialFloat: OK Testing ReaderTest/strictModeParseNumber: OK Testing ReaderTest/parseChineseWithOneError: OK Testing ReaderTest/parseWithDetailError: OK Testing ReaderTest/pushErrorTest: OK Testing ReaderTest/allowNumericKeysTest: OK Testing CharReaderTest/parseWithNoErrors: OK Testing CharReaderTest/parseWithNoErrorsTestingOffsets: OK Testing CharReaderTest/parseNumber: OK Testing CharReaderTest/parseString: OK Testing CharReaderTest/parseComment: OK Testing CharReaderTest/parseObjectWithErrors: OK Testing CharReaderTest/parseArrayWithErrors: OK Testing CharReaderTest/parseWithOneError: OK Testing CharReaderTest/parseChineseWithOneError: OK Testing CharReaderTest/parseWithDetailError: OK Testing CharReaderTest/parseWithStackLimit: OK Testing CharReaderTest/testOperator: OK Testing CharReaderStrictModeTest/dupKeys: OK Testing CharReaderFailIfExtraTest/issue164: OK Testing CharReaderFailIfExtraTest/issue107: OK Testing CharReaderFailIfExtraTest/commentAfterObject: OK Testing CharReaderFailIfExtraTest/commentAfterArray: OK Testing CharReaderFailIfExtraTest/commentAfterBool: OK Testing CharReaderFailIfExtraTest/parseComment: OK Testing CharReaderAllowDropNullTest/issue178: OK Testing CharReaderAllowNumericKeysTest/allowNumericKeys: OK Testing CharReaderAllowSingleQuotesTest/issue182: OK Testing CharReaderAllowZeroesTest/issue176: OK Testing CharReaderAllowSpecialFloatsTest/specialFloat: OK Testing CharReaderAllowSpecialFloatsTest/issue209: OK Testing EscapeSequenceTest/readerParseEscapeSequence: OK Testing EscapeSequenceTest/charReaderParseEscapeSequence: OK Testing EscapeSequenceTest/writeEscapeSequence: OK Testing BuilderTest/settings: OK Testing BomTest/skipBom: OK Testing BomTest/notSkipBom: OK Testing IteratorTest/convert: OK Testing IteratorTest/decrement: OK Testing IteratorTest/reverseIterator: OK Testing IteratorTest/distance: OK Testing IteratorTest/nullValues: OK Testing IteratorTest/staticStringKey: OK Testing IteratorTest/names: OK Testing IteratorTest/indexes: OK Testing IteratorTest/constness: OK Testing RValueTest/moveConstruction: OK Testing FuzzTest/fuzzDoesntCrash: OK Testing MemberTemplateAs/BehavesSameAsNamedAs: OK Testing MemberTemplateIs/BehavesSameAsNamedIs: OK Testing VersionTest/VersionNumbersMatch: OK All 119 tests passed [100%] Built target jsoncpp_test Consolidate compiler generated dependencies of target jsoncpp_lib [ 23%] Built target jsoncpp_lib Consolidate compiler generated dependencies of target jsoncpp_static [ 47%] Built target jsoncpp_static Consolidate compiler generated dependencies of target jsoncpp_object [ 64%] Built target jsoncpp_object Consolidate compiler generated dependencies of target jsontestrunner_exe [ 76%] Built target jsontestrunner_exe Consolidate compiler generated dependencies of target jsoncpp_test [100%] Built target jsoncpp_test Install the project... -- Install configuration: "Release" -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/pkgconfig/jsoncpp.pc -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/cmake/jsoncpp/jsoncpp-targets.cmake -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/cmake/jsoncpp/jsoncpp-targets-release.cmake -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/cmake/jsoncpp/jsoncppConfigVersion.cmake -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/cmake/jsoncpp/jsoncppConfig.cmake -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/cmake/jsoncpp/jsoncpp-namespaced-targets.cmake -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/libjsoncpp.so.1.9.5 -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/libjsoncpp.so.25 -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/libjsoncpp.so -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/libjsoncpp.a -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/objects-Release/jsoncpp_object/json_reader.cpp.o -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/objects-Release/jsoncpp_object/json_value.cpp.o -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/lib/amd64/objects-Release/jsoncpp_object/json_writer.cpp.o -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/allocator.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/assertions.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/config.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/forwards.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/json.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/json_features.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/reader.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/value.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/version.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/prototype/i386/usr/include/json/writer.h VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/jsoncpp/build/manifest-i386-jsoncpp.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: library/jsoncpp pkg://openindiana.org/library/jsoncpp@1.9.5,5.11-2022.0.0.0:20220703T164655Z PUBLISHED