Package evaluation of OpenTelemetryAPI on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T12:26:54.407 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.01s ################################################################################ # Installation # Installing OpenTelemetryAPI... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [4f63ef3d] + OpenTelemetryAPI v0.5.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [076d061b] + HashArrayMappedTries v0.2.0 [4f63ef3d] + OpenTelemetryAPI v0.5.2 [65ce6f38] + PackageExtensionCompat v1.0.2 [ae029012] + Requires v1.3.1 [7e506255] + ScopedValues v1.4.0 [9d95972d] + TupleTools v1.6.0 [ade2ca70] + Dates v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.17s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.19s ################################################################################ # Testing # Testing OpenTelemetryAPI Status `/tmp/jl_aD4Tr4/Project.toml` [e6f89c97] LoggingExtras v1.1.0 [4f63ef3d] OpenTelemetryAPI v0.5.2 [65ce6f38] PackageExtensionCompat v1.0.2 [ae029012] Requires v1.3.1 [7e506255] ScopedValues v1.4.0 [9d95972d] TupleTools v1.6.0 [ade2ca70] Dates v1.11.0 [56ddb016] Logging v1.11.0 [9a3f8284] Random v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_aD4Tr4/Manifest.toml` [076d061b] HashArrayMappedTries v0.2.0 [e6f89c97] LoggingExtras v1.1.0 [4f63ef3d] OpenTelemetryAPI v0.5.2 [65ce6f38] PackageExtensionCompat v1.0.2 [ae029012] Requires v1.3.1 [7e506255] ScopedValues v1.4.0 [9d95972d] TupleTools v1.6.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... utils: Test Failed at /home/pkgeval/.julia/packages/OpenTelemetryAPI/zCpa8/test/utils.jl:3 Expression: get_pkg_version(Logging) >= VERSION Evaluated: v"1.11.0" >= v"1.13.0-DEV.985" Stacktrace: [1] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/utils.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [3] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/utils.jl:3 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:745 [inlined] ┌ Warning: value is truncated to length 2 └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/common/attributes.jl:139 ┌ Warning: The count of attributes exceeds the preset limit (1). └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/common/attributes.jl:105 ┌ Warning: some elements in the value are truncated. └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/common/attributes.jl:152 ┌ Warning: value is truncated to length 2 └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/common/attributes.jl:139 ┌ Warning: unknown carrier type Nothing └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/propagator/trace_context_textmap_propagator.jl:47 ┌ Warning: unknown carrier type Nothing └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/propagator/trace_context_textmap_propagator.jl:162 ┌ Warning: Invalid key ^foo-_*/bar found └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/trace/tracer_basic.jl:64 ┌ Warning: Invalid val 世界! found └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/trace/tracer_basic.jl:67 TraceState: Error During Test at /home/pkgeval/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:22 Test threw exception Expression: isempty(parse(TraceState, "")) MethodError: no method matching iterate(::TraceState{@NamedTuple{}}) The function `iterate` exists, but no method is defined for this combination of argument types. Closest candidates are: iterate(!Matched::Core.MethodMatch, !Matched::Int64) @ Base deprecated.jl:404 iterate(!Matched::Core.MethodMatch) @ Base deprecated.jl:404 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1851 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{}}) @ Base ./essentials.jl:1122 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:388 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:22 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] TraceState: Error During Test at /home/pkgeval/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:23 Test threw exception Expression: !(isempty(parse(TraceState, "a=b,c=d"))) MethodError: no method matching iterate(::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) The function `iterate` exists, but no method is defined for this combination of argument types. Closest candidates are: iterate(!Matched::Core.MethodMatch, !Matched::Int64) @ Base deprecated.jl:404 iterate(!Matched::Core.MethodMatch) @ Base deprecated.jl:404 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1851 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) @ Base ./essentials.jl:1122 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:388 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:23 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] TraceState: Error During Test at /home/pkgeval/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:24 Test threw exception Expression: !(isempty(parse(TraceState, "a=b,ss=dwdw=dwdwd,c=d"))) MethodError: no method matching iterate(::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) The function `iterate` exists, but no method is defined for this combination of argument types. Closest candidates are: iterate(!Matched::Core.MethodMatch, !Matched::Int64) @ Base deprecated.jl:404 iterate(!Matched::Core.MethodMatch) @ Base deprecated.jl:404 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1851 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) @ Base ./essentials.jl:1122 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:388 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:24 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] ┌ Warning: the span is not recording. └ @ OpenTelemetryAPI ~/.julia/packages/OpenTelemetryAPI/zCpa8/src/trace/tracer_provider.jl:263 ┌ Info: Other APIs │ span_kind() = SPAN_KIND_INTERNAL::SpanKind = 1 └ parent_span_context() = nothing hello world! [ Info: OpenTelemetryAPI.LogRecord{String, Resource, StaticBoundedAttributes{@NamedTuple{}}}("hello world!", 0x185ba1e43fabdb00, 0x185ba1e43fabdb00, 0x00000000000000000000000000000000, 0x0000000000000000, TraceFlag(false), "INFO", 9, Resource(service.name=unknown_service:julia,telemetry.sdk.language=julia,telemetry.sdk.name=opentelemetry,telemetry.sdk.version=0.5.2, ""), InstrumentationScope("OpenTelemetryAPI", v"0.5.2", "", ), ) Test Summary: | Pass Fail Error Total Time OpenTelemetryAPI.jl | 55 1 3 59 29.5s utils | 1 1 2 5.2s common | 20 20 8.6s propagators | 14 14 4.8s trace | 16 3 19 6.8s basic | 7 3 10 5.2s TraceState | 5 3 8 5.1s TracerProvider | 9 9 1.7s Metric | 4 4 2.5s logging | 0 0.7s RNG of the outermost testset: Random.Xoshiro(0x2bef29df945f5ba7, 0xdc13d570d8cb6bdd, 0x5ed4c60588b08c83, 0x124afb6f83b7079b, 0x1a5f685a6435930a) ERROR: LoadError: Some tests did not pass: 55 passed, 1 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/OpenTelemetryAPI/zCpa8/test/runtests.jl:8 Testing failed after 38.61s ERROR: LoadError: Package OpenTelemetryAPI errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2672 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [inlined] [4] 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.13/Pkg/src/API.jl:538 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:515 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:308 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:330 [14] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 81.71s: package tests unexpectedly errored