Package evaluation of OpenTelemetryAPI on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:40:09.489 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.84s ################################################################################ # Installation # Installing OpenTelemetryAPI... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [4f63ef3d] + OpenTelemetryAPI v0.5.2 Updating `~/.julia/environments/v1.12/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.3.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.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.83s ################################################################################ # Testing # Testing OpenTelemetryAPI Status `/tmp/jl_9WMmeh/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.3.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_9WMmeh/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.3.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.12.0-rc1.2" Stacktrace: [1] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/utils.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [3] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/utils.jl:3 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined] ┌ 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::Compiler.IncrementalCompact) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Compiler.IncrementalCompact, !Matched::Any) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1653 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{}}) @ Base ./essentials.jl:1075 [2] eval_test(evaluated::Expr, quoted::Expr, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:375 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:22 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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::Compiler.IncrementalCompact) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Compiler.IncrementalCompact, !Matched::Any) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1653 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) @ Base ./essentials.jl:1075 [2] eval_test(evaluated::Expr, quoted::Expr, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:375 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:23 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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::Compiler.IncrementalCompact) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Compiler.IncrementalCompact, !Matched::Any) @ Base ../usr/share/julia/Compiler/src/ssair/ir.jl:1861 iterate(!Matched::Base.MethodSpecializations) @ Base runtime_internals.jl:1653 ... Stacktrace: [1] isempty(itr::TraceState{@NamedTuple{a::SubString{String}, c::SubString{String}}}) @ Base ./essentials.jl:1075 [2] eval_test(evaluated::Expr, quoted::Expr, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:375 [3] top-level scope @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:2 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [5] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:3 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:7 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [9] macro expansion @ ~/.julia/packages/OpenTelemetryAPI/zCpa8/test/trace.jl:24 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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!", 0x18521b5b740cd000, 0x18521b5b740cd000, 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 37.9s utils | 1 1 2 10.0s common | 20 20 10.2s propagators | 14 14 5.4s trace | 16 3 19 7.7s basic | 7 3 10 5.4s TraceState | 5 3 8 5.3s TracerProvider | 9 9 2.3s Metric | 4 4 2.8s logging | 0 0.9s RNG of the outermost testset: Random.Xoshiro(0x888fc820de1e3ada, 0xbfe9ceb5abda43c9, 0x22ffb670bed14715, 0x66d820b042425a51, 0x4734a9476b93e1d5) 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 46.68s ERROR: LoadError: Package OpenTelemetryAPI errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [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.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 89.14s: package tests unexpectedly errored