Package evaluation to test YYJSON on Julia 1.14.0-DEV.2705 (2f35a920f0*) started at 2026-07-19T13:11:49.623 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.37s ################################################################################ # Installation # Installing YYJSON... Resolving package versions... Installed yyjson_jll ── v0.10.0+0 Installed JLLWrappers ─ v1.8.0 Installed Preferences ─ v1.5.2 Installed YYJSON ────── v1.1.1 Installing 1 artifacts Installed artifact yyjson 134.1 KiB Updating `~/.julia/environments/v1.14/Project.toml` [dad5a794] + YYJSON v1.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [692b3bcd] + JLLWrappers v1.8.0 [21216c6a] + Preferences v1.5.2 [dad5a794] + YYJSON v1.1.1 [c205f263] + yyjson_jll v0.10.0+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.37s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.5 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.3 s ✓ Preferences 1.5 s ✓ JLLWrappers 1.7 s ✓ yyjson_jll 1.3 s ✓ YYJSON 4 dependencies successfully precompiled in 6 seconds. 12 already precompiled. Precompilation completed after 34.95s ################################################################################ # Testing # Testing YYJSON Status `/tmp/jl_tfguun/Project.toml` [dad5a794] YYJSON v1.1.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_tfguun/Manifest.toml` [692b3bcd] JLLWrappers v1.8.0 [21216c6a] Preferences v1.5.2 [dad5a794] YYJSON v1.1.1 [c205f263] yyjson_jll v0.10.0+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Case №2: Integers: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:65 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("b" => 2, "a" => 1, "c" => 3) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [6] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [7] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:49 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:65 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №3: Floats: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:94 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("b" => 2.0, "a" => 1.0, "c" => 3.0) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [6] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [7] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:87 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:94 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №3: Floats: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:103 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("b" => 2.0, "a" => 1.0, "c" => 3.0) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [6] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [7] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:87 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:103 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №4: Null: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:141 Test threw exception Expression: isequal(parse_json(str_json, null = missing), Dict{String, Any}("b" => missing, "a" => 1, "c" => 3)) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Missing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Missing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Missing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Missing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [6] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:125 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:141 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №6: Arrays: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:223 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("a" => Any["1", "2", "3"], "b" => Any[1, 2, 3], "c" => Any[1.0, 2.0, 3.0]) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_arr(arr_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:49 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:81 [5] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [6] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [7] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [8] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [9] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [11] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:201 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:223 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №8: Different types: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:321 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("another" => "key", "str" => "John Doe", "obj" => Dict{String, Any}("b" => 2, "a" => 1), "array" => Any[1, 2, Dict{String, Any}("b" => 4, "a" => 3)], "num" => "30", "bool" => false) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_arr(arr_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:49 [6] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:81 [7] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [8] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [9] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [10] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [11] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:294 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:321 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №8: Different types: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:340 Test threw exception Expression: parse_json(str_json) == Dict{String, Any}("another" => "key", "str" => "John Doe", "obj" => Dict{String, Any}("b" => nothing, "a" => 1), "array" => Any[1, 2, Dict{String, Any}("b" => nothing, "a" => 3)], "num" => "30", "bool" => false) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_arr(arr_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:49 [6] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:81 [7] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [8] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [9] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [10] parse_json(json::String) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:129 [11] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [13] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:294 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:340 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Case №10: Options: Error During Test at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:436 Test threw exception Expression: isequal(parse_json(str_json, allow_inf_and_nan = true), Dict{String, Any}("c" => Inf, "b" => NaN, "a" => NaN, "d" => -Inf)) Invalid JSON value type. Stacktrace: [1] parse_none(none_ptr::Ptr{YYJSONVal}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:19 [inlined] [2] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:85 [3] parse_obj(obj_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:62 [4] parse_value(val_ptr::Ptr{YYJSONVal}, dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:79 [5] parse_json(json::String; dict_type::Core.TypeEgal{Dict{String, Any}}, null::Nothing, kw::@Kwargs{allow_inf_and_nan::Bool}) @ YYJSON.ParserJSON ~/.julia/packages/YYJSON/HbZaA/src/ParserJSON.jl:137 [6] top-level scope @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:5 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:389 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/YYJSON/HbZaA/test/runtests.jl:436 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Test Summary: | Pass Error Total Time Parsing from string | 37 8 45 10.7s Case №1: Strings | 5 5 1.1s Case №2: Integers | 3 1 4 5.1s Case №3: Floats | 2 2 4 0.0s Case №4: Null | 3 1 4 0.7s Case №5: Bool | 4 4 0.1s Case №6: Arrays | 4 1 5 0.1s Case №7: Objects | 5 5 0.0s Case №8: Different types | 1 2 3 0.1s Case №9: Custom parser types | 4 4 2.9s Case №10: Options | 6 1 7 0.4s RNG of the outermost testset: Random.Xoshiro(0x23580f6fd39fc2d7, 0x7dd6b278733c1005, 0xc8cbdafa4fea73fa, 0x5ef85569524f6c7e, 0x21a1c39dfd142e3a) ERROR: LoadError: Some tests did not pass: 37 passed, 0 failed, 8 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/YYJSON/HbZaA/test/runtests.jl:4 Testing failed after 28.03s ERROR: LoadError: Package YYJSON errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 112.55s: package tests unexpectedly errored