>>> jsoncpp: Building community/jsoncpp 1.9.5-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 01:47:59 +0000 >>> jsoncpp: Checking sanity of /home/buildozer/aports/community/jsoncpp/APKBUILD... >>> jsoncpp: Analyzing dependencies... >>> jsoncpp: Installing for build: build-base meson (1/11) Installing samurai (1.2-r1) (2/11) Installing libbz2 (1.0.8-r1) (3/11) Installing libffi (3.4.2-r1) (4/11) Installing gdbm (1.23-r0) (5/11) Installing xz-libs (5.2.5-r1) (6/11) Installing mpdecimal (2.5.1-r1) (7/11) Installing readline (8.1.2-r0) (8/11) Installing sqlite-libs (3.38.0-r0) (9/11) Installing python3 (3.10.3-r0) (10/11) Installing meson (0.62.0-r0) (11/11) Installing .makedepends-jsoncpp (20220415.014804) Executing busybox-1.35.0-r8.trigger OK: 379 MiB in 99 packages >>> jsoncpp: Cleaning up srcdir >>> jsoncpp: Cleaning up pkgdir >>> jsoncpp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/jsoncpp-1.9.5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 210k 100 210k 0 0 334k 0 --:--:-- --:--:-- --:--:-- 334k >>> jsoncpp: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/jsoncpp-1.9.5.tar.gz >>> jsoncpp: Checking sha512sums... jsoncpp-1.9.5.tar.gz: OK >>> jsoncpp: Unpacking /var/cache/distfiles/v3.16/jsoncpp-1.9.5.tar.gz... The Meson build system Version: 0.62.0 Source dir: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5 Build dir: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build Build type: native build Project name: jsoncpp Project version: 1.9.4 C++ compiler for the host machine: g++ (gcc 11.2.1 "g++ (Alpine 11.2.1_git20220219) 11.2.1 20220219") C++ linker for the host machine: g++ ld.bfd 2.38 Host machine cpu family: s390x Host machine cpu: s390x Program python3 found: YES (/usr/bin/python3) Build targets in project: 4 jsoncpp 1.9.4 User defined options auto_features : auto bindir : /usr/bin buildtype : plain datadir : /usr/share default_library: both includedir : /usr/include infodir : /usr/share/info libdir : /usr/lib libexecdir : /usr/libexec localedir : /usr/share/locale localstatedir : /var mandir : /usr/share/man prefix : /usr sbindir : /usr/sbin sharedstatedir : /var/lib sysconfdir : /etc wrap_mode : nodownload b_lto : false b_pie : true b_staticpic : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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.25.p/src_lib_json_json_writer.cpp.o [6/12] Compiling C++ object libjsoncpp.so.25.p/src_lib_json_json_value.cpp.o [7/12] Compiling C++ object libjsoncpp.so.25.p/src_lib_json_json_reader.cpp.o [8/12] Linking static target libjsoncpp.a [9/12] Linking target libjsoncpp.so.25 [10/12] Generating symbol file libjsoncpp.so.25.p/libjsoncpp.so.25.symbols [11/12] Linking target jsontestrunner [12/12] Linking target jsoncpp_test 1/3 unittest_jsoncpp_test RUNNING >>> MALLOC_PERTURB_=129 /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsoncpp_test 2/3 unittest_jsontestrunner RUNNING >>> PATH=/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/:/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=178 /usr/bin/python3 -B /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/runjsontests.py ./jsontestrunner /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data 1/3 unittest_jsoncpp_test OK 0.07s ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― Testing ValueTest/checkNormalizeFloatingPointStr: OK Testing ValueTest/memberCount: OK Testing ValueTest/objects: OK Testing ValueTest/arrays: OK Testing ValueTest/resizeArray: OK Testing ValueTest/resizePopulatesAllMissingElements: OK Testing ValueTest/getArrayValue: OK Testing ValueTest/arrayIssue252: OK Testing ValueTest/arrayInsertAtRandomIndex: OK Testing ValueTest/null: OK Testing ValueTest/strings: OK Testing ValueTest/bools: OK Testing ValueTest/integers: OK Testing ValueTest/nonIntegers: OK Testing ValueTest/compareNull: OK Testing ValueTest/compareInt: OK Testing ValueTest/compareUInt: OK Testing ValueTest/compareDouble: OK Testing ValueTest/compareString: OK Testing ValueTest/compareBoolean: OK Testing ValueTest/compareArray: OK Testing ValueTest/compareObject: OK Testing ValueTest/compareType: OK Testing ValueTest/CopyObject: OK Testing ValueTest/typeChecksThrowExceptions: OK Testing ValueTest/offsetAccessors: OK Testing ValueTest/StaticString: OK Testing ValueTest/WideString: OK Testing ValueTest/CommentBefore: OK Testing ValueTest/zeroes: OK Testing ValueTest/zeroesInKeys: OK Testing ValueTest/specialFloats: OK Testing ValueTest/precision: OK Testing ValueTest/searchValueByPath: OK Testing FastWriterTest/dropNullPlaceholders: OK Testing FastWriterTest/enableYAMLCompatibility: OK Testing FastWriterTest/omitEndingLineFeed: OK Testing FastWriterTest/writeNumericValue: OK Testing FastWriterTest/writeArrays: OK Testing FastWriterTest/writeNestedObjects: OK Testing StyledWriterTest/writeNumericValue: OK Testing StyledWriterTest/writeArrays: OK Testing StyledWriterTest/writeNestedObjects: OK Testing StyledWriterTest/multiLineArray: OK Testing StyledWriterTest/writeValueWithComment: OK Testing StyledStreamWriterTest/writeNumericValue: OK Testing StyledStreamWriterTest/writeArrays: OK Testing StyledStreamWriterTest/writeNestedObjects: OK Testing StyledStreamWriterTest/multiLineArray: OK Testing StyledStreamWriterTest/writeValueWithComment: OK Testing StreamWriterTest/writeNumericValue: OK Testing StreamWriterTest/writeArrays: OK Testing StreamWriterTest/writeNestedObjects: OK Testing StreamWriterTest/multiLineArray: OK Testing StreamWriterTest/dropNullPlaceholders: OK Testing StreamWriterTest/enableYAMLCompatibility: OK Testing StreamWriterTest/indentation: OK Testing StreamWriterTest/writeZeroes: OK Testing StreamWriterTest/unicode: OK Testing StreamWriterTest/escapeControlCharacters: OK Testing ReaderTest/parseWithNoErrors: OK Testing ReaderTest/parseObject: OK Testing ReaderTest/parseArray: OK Testing ReaderTest/parseString: OK Testing ReaderTest/parseComment: OK Testing ReaderTest/streamParseWithNoErrors: OK Testing ReaderTest/parseWithNoErrorsTestingOffsets: OK Testing ReaderTest/parseWithOneError: OK Testing ReaderTest/parseSpecialFloat: OK Testing ReaderTest/strictModeParseNumber: OK Testing ReaderTest/parseChineseWithOneError: OK Testing ReaderTest/parseWithDetailError: OK Testing ReaderTest/pushErrorTest: OK Testing ReaderTest/allowNumericKeysTest: OK Testing CharReaderTest/parseWithNoErrors: OK Testing CharReaderTest/parseWithNoErrorsTestingOffsets: OK Testing CharReaderTest/parseNumber: OK Testing CharReaderTest/parseString: OK Testing CharReaderTest/parseComment: OK Testing CharReaderTest/parseObjectWithErrors: OK Testing CharReaderTest/parseArrayWithErrors: OK Testing CharReaderTest/parseWithOneError: OK Testing CharReaderTest/parseChineseWithOneError: OK Testing CharReaderTest/parseWithDetailError: OK Testing CharReaderTest/parseWithStackLimit: OK Testing CharReaderTest/testOperator: OK Testing CharReaderStrictModeTest/dupKeys: OK Testing CharReaderFailIfExtraTest/issue164: OK Testing CharReaderFailIfExtraTest/issue107: OK Testing CharReaderFailIfExtraTest/commentAfterObject: OK Testing CharReaderFailIfExtraTest/commentAfterArray: OK Testing CharReaderFailIfExtraTest/commentAfterBool: OK Testing CharReaderFailIfExtraTest/parseComment: OK Testing CharReaderAllowDropNullTest/issue178: OK Testing CharReaderAllowNumericKeysTest/allowNumericKeys: OK Testing CharReaderAllowSingleQuotesTest/issue182: OK Testing CharReaderAllowZeroesTest/issue176: OK Testing CharReaderAllowSpecialFloatsTest/specialFloat: OK Testing CharReaderAllowSpecialFloatsTest/issue209: OK Testing EscapeSequenceTest/readerParseEscapeSequence: OK Testing EscapeSequenceTest/charReaderParseEscapeSequence: OK Testing EscapeSequenceTest/writeEscapeSequence: OK Testing BuilderTest/settings: OK Testing BomTest/skipBom: OK Testing BomTest/notSkipBom: OK Testing IteratorTest/convert: OK Testing IteratorTest/decrement: OK Testing IteratorTest/reverseIterator: OK Testing IteratorTest/distance: OK Testing IteratorTest/nullValues: OK Testing IteratorTest/staticStringKey: OK Testing IteratorTest/names: OK Testing IteratorTest/indexes: OK Testing IteratorTest/constness: OK Testing RValueTest/moveConstruction: OK Testing FuzzTest/fuzzDoesntCrash: OK Testing MemberTemplateAs/BehavesSameAsNamedAs: OK Testing MemberTemplateIs/BehavesSameAsNamedIs: OK Testing VersionTest/VersionNumbersMatch: OK All 119 tests passed ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 2/3 unittest_jsontestrunner OK 2.07s ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― stdout: TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK All 63 tests passed. stderr: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 3/3 jsonchecker_jsontestrunner RUNNING >>> MALLOC_PERTURB_=225 PATH=/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/:/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin /usr/bin/python3 -B /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/runjsontests.py --with-json-checker ../../build/jsontestrunner /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json" Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json" Failed to parse input file: * Line 1, Column 18 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json" Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json" Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json" Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json OK /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json" Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json" Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json" Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json" Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json" Failed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json" Failed to parse input file: * Line 1, Column 2 '0e' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json" Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json" Failed to parse input file: * Line 1, Column 18 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json" Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json" Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json" Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json" Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json" Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json" Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json" Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json" 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.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json" Failed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json" Failed to parse input file: * Line 1, Column 2 '0e' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer StyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json" Failed to parse input file: * Line 1, Column 18 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json" Failed to parse input file: * Line 1, Column 4 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json" TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json OK All 63 tests passed. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_08_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_large_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_array_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_00.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_09.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_invalid_quote.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/test_object_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_06_64bits.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_06.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_comment_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_07.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_07_64bits.json OK /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json" Failed to parse input file: * Line 1, Column 5 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json" Unhandled exception: Exceeded stackLimit in readValue(). /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json" Failed to parse input file: * Line 1, Column 28 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json" 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.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json" Failed to parse input file: * Line 1, Column 18 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/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. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json" Failed to parse input file: * Line 1, Column 15 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json" 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.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json" Failed to parse input file: * Line 1, Column 24 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json" Failed to parse input file: * Line 1, Column 41 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json" Failed to parse input file: * Line 1, Column 26 Missing ':' after object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json" Failed to parse input file: * Line 1, Column 2 Missing '}' or object member name /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json" Failed to parse input file: * Line 1, Column 12 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json" Failed to parse input file: * Line 1, Column 5 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json" Failed to parse input file: * Line 1, Column 23 Syntax error: value, object or array expected. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json" 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.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json" Failed to parse input file: * Line 1, Column 2 '0e+' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json" /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json" Failed to parse input file: * Line 1, Column 26 Missing ',' or '}' in object declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 2, Column 1 for detail. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json" Failed to parse input file: * Line 1, Column 18 Missing ',' or ']' in array declaration /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json" Failed to parse input file: * Line 1, Column 2 '0e' is not a number. /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/jsontestrunner --json-checker --json-writer BuiltStyledStreamWriter "/home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json" Failed to parse input file: * Line 1, Column 2 Bad escape sequence in string See Line 1, Column 31 for detail. TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_array_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/fail_test_stack_limit.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_10.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_unicode_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_basic_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_real_08.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_preserve_comment_01.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_02.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_integer_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_04.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_array_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_object_03.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/legacy_test_string_05.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail14.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail15.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail22.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail16.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail19.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail26.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail23.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail20.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass1.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail12.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail32.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail21.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail30.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail33.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail6.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail5.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail24.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail31.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/pass3.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail11.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail28.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail2.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail29.json OK TESTING: /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/test/data/../jsonchecker/fail17.json OK All 63 tests passed. ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― 3/3 jsonchecker_jsontestrunner OK 3.58s Ok: 3 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /home/buildozer/aports/community/jsoncpp/src/jsoncpp-1.9.5/build/meson-logs/testlog.txt >>> jsoncpp: Entering fakeroot... Installing libjsoncpp.so.25 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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/build/meson-private/jsoncpp.pc to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/lib/pkgconfig Installing symlink pointing to libjsoncpp.so.25 to /home/buildozer/aports/community/jsoncpp/pkg/jsoncpp/usr/lib/libjsoncpp.so >>> 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.5-r0 pkgconfig >>> jsoncpp-dev*: Package size: 120.0 KB >>> jsoncpp-dev*: Compressing data... >>> jsoncpp-dev*: Create checksum... >>> jsoncpp-dev*: Create jsoncpp-dev-1.9.5-r0.apk >>> jsoncpp-static*: Tracing dependencies... >>> jsoncpp-static*: Package size: 368.0 KB >>> jsoncpp-static*: Compressing data... >>> jsoncpp-static*: Create checksum... >>> jsoncpp-static*: Create jsoncpp-static-1.9.5-r0.apk >>> jsoncpp*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> jsoncpp*: Package size: 212.0 KB >>> jsoncpp*: Compressing data... >>> jsoncpp*: Create checksum... >>> jsoncpp*: Create jsoncpp-1.9.5-r0.apk >>> jsoncpp: Build complete at Fri, 15 Apr 2022 01:48:28 +0000 elapsed time 0h 0m 29s >>> jsoncpp: Cleaning up srcdir >>> jsoncpp: Cleaning up pkgdir >>> jsoncpp: Uninstalling dependencies... (1/11) Purging .makedepends-jsoncpp (20220415.014804) (2/11) Purging meson (0.62.0-r0) (3/11) Purging samurai (1.2-r1) (4/11) Purging python3 (3.10.3-r0) (5/11) Purging libbz2 (1.0.8-r1) (6/11) Purging libffi (3.4.2-r1) (7/11) Purging gdbm (1.23-r0) (8/11) Purging xz-libs (5.2.5-r1) (9/11) Purging mpdecimal (2.5.1-r1) (10/11) Purging readline (8.1.2-r0) (11/11) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 323 MiB in 88 packages >>> jsoncpp: Updating the community/s390x repository index... >>> jsoncpp: Signing the index...