>>> jsoncpp: Building community/jsoncpp 1.9.4-r0 (using abuild 3.7.0_rc1-r1) started Fri, 18 Dec 2020 19:33:53 +0000 >>> jsoncpp: Checking sanity of /home/buildozer/aports/community/jsoncpp/APKBUILD... >>> jsoncpp: Analyzing dependencies... >>> jsoncpp: Installing for build: build-base meson (1/16) Installing samurai (1.2-r0) (2/16) Installing libbz2 (1.0.8-r1) (3/16) Installing libffi (3.3-r2) (4/16) Installing gdbm (1.18.1-r0) (5/16) Installing xz-libs (5.2.5-r0) (6/16) Installing readline (8.0.4-r0) (7/16) Installing sqlite-libs (3.34.0-r0) (8/16) Installing python3 (3.8.6-r0) (9/16) Installing py3-ordered-set (4.0.2-r0) (10/16) Installing py3-appdirs (1.4.4-r1) (11/16) Installing py3-parsing (2.4.7-r1) (12/16) Installing py3-six (1.15.0-r0) (13/16) Installing py3-packaging (20.8-r0) (14/16) Installing py3-setuptools (51.0.0-r0) (15/16) Installing meson (0.56.0-r0) (16/16) Installing .makedepends-jsoncpp (20201218.193355) Executing busybox-1.32.0-r8.trigger OK: 365 MiB in 102 packages >>> jsoncpp: Cleaning up srcdir >>> jsoncpp: Cleaning up pkgdir >>> jsoncpp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/jsoncpp-1.9.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 209k 100 209k 0 0 2613k 0 --:--:-- --:--:-- --:--:-- 2613k >>> jsoncpp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/jsoncpp-1.9.4.tar.gz >>> jsoncpp: Checking sha512sums... jsoncpp-1.9.4.tar.gz: OK >>> jsoncpp: Unpacking /var/cache/distfiles/v3.13/jsoncpp-1.9.4.tar.gz... The Meson build system Version: 0.56.0 Source dir: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4 Build dir: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build Build type: native build Project name: jsoncpp Project version: 1.9.4 Using 'CXX' from environment with value: 'g++' Using 'CXXFLAGS' from environment with value: '-Os -fomit-frame-pointer' Using 'LDFLAGS' from environment with value: '-Wl,--as-needed' Using 'CPPFLAGS' from environment with value: '-Os -fomit-frame-pointer' C++ compiler for the host machine: g++ (gcc 10.2.1 "g++ (Alpine 10.2.1_pre1) 10.2.1 20201203") C++ linker for the host machine: g++ ld.bfd 2.35.1 Using 'CXX' from environment with value: 'g++' Using 'CXXFLAGS' from environment with value: '-Os -fomit-frame-pointer' Using 'LDFLAGS' from environment with value: '-Wl,--as-needed' Using 'CPPFLAGS' from environment with value: '-Os -fomit-frame-pointer' Host machine cpu family: x86 Host machine cpu: i686 Program python3 found: YES (/usr/bin/python3) Build targets in project: 4 Option buildtype is: plain [default: release] Found ninja-1.9 at /usr/bin/ninja ninja: entering directory 'build' [1/12] Compiling C++ object jsontestrunner.p/src_jsontestrunner_main.cpp.o [2/12] Compiling C++ object jsoncpp_test.p/src_test_lib_json_fuzz.cpp.o [3/12] Compiling C++ object jsoncpp_test.p/src_test_lib_json_main.cpp.o [4/12] Compiling C++ object jsoncpp_test.p/src_test_lib_json_jsontest.cpp.o [5/12] Compiling C++ object libjsoncpp.so.24.p/src_lib_json_json_writer.cpp.o [6/12] Compiling C++ object libjsoncpp.so.24.p/src_lib_json_json_value.cpp.o [7/12] Compiling C++ object libjsoncpp.so.24.p/src_lib_json_json_reader.cpp.o ../src/lib_json/json_reader.cpp:756:34: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations] 756 | Reader::Char Reader::getNextChar() { | ^ In file included from ../src/lib_json/json_reader.cpp:10: ../include/json/reader.h:37:63: note: declared here 37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader { | ^~~~~~ ../src/lib_json/json_reader.cpp:810:21: warning: 'Reader' is deprecated: Use CharReader and CharReaderBuilder instead. [-Wdeprecated-declarations] 810 | std::vector Reader::getStructuredErrors() const { | ^~~~~~~~~~~~~~~ In file included from ../src/lib_json/json_reader.cpp:10: ../include/json/reader.h:37:63: note: declared here 37 | "Use CharReader and CharReaderBuilder instead.") JSON_API Reader { | ^~~~~~ [8/12] Linking static target libjsoncpp.a [9/12] Linking target libjsoncpp.so.24 [10/12] Generating symbol file libjsoncpp.so.24.p/libjsoncpp.so.24.symbols [11/12] Linking target jsontestrunner [12/12] Linking target jsoncpp_test Found runner: ['/usr/bin/ninja'] Testing ValueTest/checkNormalizeFloatingPointStr: OK Testing ValueTest/memberCount: OK Testing ValueTest/objects: OK Testing ValueTest/arrays: OK Testing ValueTest/resizeArray: 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 All 117 tests passed Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json"Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name Unhandled exception: Exceeded stackLimit in readValue(). Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json"Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json"Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json"Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK All 63 tests passed. Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json"Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name Unhandled exception: Exceeded stackLimit in readValue(). Failed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 17 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 1 A valid JSON document must be either an array or an object value. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 2 '0e' is not a number. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.jsonFailed to parse input file: * Line 1, Column 18 Missing ':' after object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json"Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 8 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json"Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name Unhandled exception: Exceeded stackLimit in readValue(). OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.jsonFailed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 17 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json"Failed to parse input file: * Line 1, Column 1 A valid JSON document must be either an array or an object value. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 2 '0e' is not a number. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 18 Missing ':' after object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 8 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json"Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.jsonUnhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_invalid_quote.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json"Failed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 17 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 1 A valid JSON document must be either an array or an object value. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 2 '0e' is not a number. Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration Failed to parse input file: * Line 1, Column 18 Missing ':' after object member name Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 8 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name Failed to parse input file: * Line 1, Column 2 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json"Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json" OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail32.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail17.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/test/data/../jsonchecker/fail3.json OK All 63 tests passed. 1/3 unittest_jsoncpp_test OK 0.04s 2/3 unittest_jsontestrunner OK 2.02s 3/3 jsonchecker_jsontestrunner OK 2.68s Ok: 3 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 >>> jsoncpp: Entering fakeroot... Installing libjsoncpp.so.24 to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/lib Installing libjsoncpp.a to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/lib Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/allocator.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/assertions.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/config.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/json_features.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/forwards.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/json.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/reader.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/value.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/version.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/include/json/writer.h to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/include/json Installing /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.4/build/meson-private/jsoncpp.pc to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/lib/pkgconfig >>> jsoncpp-static*: Running split function static... >>> jsoncpp-static*: Preparing subpackage jsoncpp-static... >>> jsoncpp-static*: Stripping binaries >>> jsoncpp-static*: Running postcheck for jsoncpp-static >>> jsoncpp-dev*: Running split function dev... >>> jsoncpp-dev*: Preparing subpackage jsoncpp-dev... >>> jsoncpp-dev*: Stripping binaries >>> jsoncpp-dev*: Running postcheck for jsoncpp-dev >>> jsoncpp*: Running postcheck for jsoncpp >>> jsoncpp*: Preparing package jsoncpp... >>> jsoncpp*: Stripping binaries >>> jsoncpp-dev*: Scanning shared objects >>> jsoncpp-static*: Scanning shared objects >>> jsoncpp*: Scanning shared objects >>> jsoncpp-dev*: Tracing dependencies... jsoncpp=1.9.4-r0 pkgconfig >>> jsoncpp-dev*: Package size: 120.0 KB >>> jsoncpp-dev*: Compressing data... >>> jsoncpp-dev*: Create checksum... >>> jsoncpp-dev*: Create jsoncpp-dev-1.9.4-r0.apk >>> jsoncpp-static*: Tracing dependencies... >>> jsoncpp-static*: Package size: 296.0 KB >>> jsoncpp-static*: Compressing data... >>> jsoncpp-static*: Create checksum... >>> jsoncpp-static*: Create jsoncpp-static-1.9.4-r0.apk >>> jsoncpp*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> jsoncpp*: Package size: 200.0 KB >>> jsoncpp*: Compressing data... >>> jsoncpp*: Create checksum... >>> jsoncpp*: Create jsoncpp-1.9.4-r0.apk >>> jsoncpp: Build complete at Fri, 18 Dec 2020 19:34:19 +0000 elapsed time 0h 0m 26s >>> jsoncpp: Cleaning up srcdir >>> jsoncpp: Cleaning up pkgdir >>> jsoncpp: Uninstalling dependencies... (1/16) Purging .makedepends-jsoncpp (20201218.193355) (2/16) Purging meson (0.56.0-r0) (3/16) Purging samurai (1.2-r0) (4/16) Purging py3-setuptools (51.0.0-r0) (5/16) Purging py3-ordered-set (4.0.2-r0) (6/16) Purging py3-appdirs (1.4.4-r1) (7/16) Purging py3-packaging (20.8-r0) (8/16) Purging py3-parsing (2.4.7-r1) (9/16) Purging py3-six (1.15.0-r0) (10/16) Purging python3 (3.8.6-r0) (11/16) Purging libbz2 (1.0.8-r1) (12/16) Purging libffi (3.3-r2) (13/16) Purging gdbm (1.18.1-r0) (14/16) Purging xz-libs (5.2.5-r0) (15/16) Purging readline (8.0.4-r0) (16/16) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> jsoncpp: Updating the community/x86 repository index... >>> jsoncpp: Signing the index...