Package evaluation of MultiChannelColors on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T12:59:30.727 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.38s ################################################################################ # Installation # Installing MultiChannelColors... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [d4071afc] + MultiChannelColors v0.1.4 Updating `~/.julia/environments/v1.13/Manifest.toml` [3da002f7] + ColorTypes v0.12.1 [c3611d14] + ColorVectorSpace v0.11.0 [5ae59095] + Colors v0.13.1 [34da2185] + Compat v4.18.0 [53c48c17] + FixedPointNumbers v0.8.5 [d4071afc] + MultiChannelColors v0.1.4 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [10745b16] + Statistics v1.11.1 [62fd8b95] + TensorCore v0.1.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.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 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 1.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.65s ################################################################################ # Testing # Testing MultiChannelColors Status `/tmp/jl_LB2jQM/Project.toml` [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [34da2185] Compat v4.18.0 [53c48c17] FixedPointNumbers v0.8.5 [a09fc81d] ImageCore v0.10.5 [d4071afc] MultiChannelColors v0.1.4 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [09ab397b] StructArrays v0.7.1 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_LB2jQM/Manifest.toml` [3da002f7] ColorTypes v0.12.1 [c3611d14] ColorVectorSpace v0.11.0 [5ae59095] Colors v0.13.1 [34da2185] Compat v4.18.0 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [53c48c17] FixedPointNumbers v0.8.5 [a09fc81d] ImageCore v0.10.5 [82899510] IteratorInterfaceExtensions v1.0.0 [dbb5928d] MappedArrays v0.4.2 [e94cdb99] MosaicViews v0.3.4 [d4071afc] MultiChannelColors v0.1.4 [6fe1bfb0] OffsetArrays v1.17.0 [bac558e1] OrderedCollections v1.8.1 [5432bcbf] PaddedViews v0.5.12 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.5.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [cae243ae] StackViews v0.1.2 [10745b16] Statistics v1.11.1 [09ab397b] StructArrays v0.7.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [62fd8b95] TensorCore v0.1.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.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 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... Construction and RGB conversion: Error During Test at /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:60 Test threw exception Expression: Tuple(if Base.VERSION >= v"1.7.0" #= /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:60 =# @inferred fT(0.1, 0.2) else fT(0.1, 0.2) end) === (0.1, 0.2) return type ColorMixture{Float64, 2, (RGB{N0f8}(0.0, 1.0, 0.0), RGB{N0f8}(1.0, 0.0, 0.0))} does not match inferred return type ColorMixture{Float64, 2} Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:10 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [4] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:22 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [6] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:60 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] Construction and RGB conversion: Error During Test at /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:61 Test threw exception Expression: Tuple(if Base.VERSION >= v"1.7.0" #= /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:61 =# @inferred f(0.1, 0.2) else f(0.1, 0.2) end) === (0.1, 0.2) return type ColorMixture{Float64, 2, (RGB{N0f8}(0.0, 1.0, 0.0), RGB{N0f8}(1.0, 0.0, 0.0))} does not match inferred return type ColorMixture{Float64, 2} Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:10 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [4] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:22 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [6] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:61 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] mapc etc: Error During Test at /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:120 Test threw exception Expression: #= /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:120 =# @inferred(mapc((x->begin #= /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:120 =# 2x end), c)) === ColorMixture{Float32}(channels, (0.8, 0.4)) return type ColorMixture{Float32, 2, (RGB{N0f8}(0.0, 0.925, 0.365), RGB{N0f8}(1.0, 0.859, 0.0))} does not match inferred return type ColorMixture{Float32, 2} Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] top-level scope @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:10 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [4] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:116 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [6] macro expansion @ ~/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:120 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] Test Summary: | Pass Error Total Time MultiChannelColors.jl | 214 3 217 28.3s Fluorophore lookup | 3 3 0.1s Construction and RGB conversion | 30 2 32 7.6s traits | 18 18 0.1s mapc etc | 2 1 3 0.6s Operations | 139 139 8.0s Conversion (other color spaces) | 2 2 0.3s StructArrays | 11 11 9.0s ImageCore | 5 5 0.3s IO | 3 3 1.1s RNG of the outermost testset: Random.Xoshiro(0x120870e9e32a5fc3, 0x3b89622796e4774f, 0xdd315e6d4631808e, 0x1f6d97f25f82ca46, 0xf29a9723a362d060) ERROR: LoadError: Some tests did not pass: 214 passed, 0 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/MultiChannelColors/6XYgD/test/runtests.jl:9 Testing failed after 46.7s ERROR: LoadError: Package MultiChannelColors 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 89.42s: package tests unexpectedly errored