Package evaluation to test AlgebraFrames on Julia 1.14.0-DEV.2802 (918269a29b*) started at 2026-07-28T23:19:18.573 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.54s ################################################################################ # Installation # Installing AlgebraFrames... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [91245b94] + AlgebraFrames v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [91245b94] + AlgebraFrames v0.1.1 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.2 s ✓ AlgebraFrames 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. ERROR: LoadError: The following 1 package failed to precompile: test Error: Missing source file for Base.PkgId(UUID("81902b05-c5f2-4a3e-b6f7-782c8ff72efc"), "test") in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 28.0s ################################################################################ # Testing # Testing AlgebraFrames Project test v0.1.0 Status `/tmp/jl_MRjsEy/Project.toml` [91245b94] AlgebraFrames v0.1.1 `~/.julia/packages/AlgebraFrames/oXNCN/` [8dfed614] Test v1.11.0 Status `/tmp/jl_MRjsEy/Manifest.toml` [91245b94] AlgebraFrames v0.1.1 `~/.julia/packages/AlgebraFrames/oXNCN/` [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... API: Error During Test at /home/pkgeval/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:149 Got exception outside of a @test TypeError: in apply_type, expected UnionAll, got Type{AlgebraFrames.AbstractAlgebraFrame} Hint: `AlgebraFrames.AbstractAlgebraFrame` takes no type parameters. Stacktrace: [1] join(af::AlgebraFrame{:a}, af2::AlgebraFrame{:a}; axis::Int64) @ AlgebraFrames ~/.julia/packages/AlgebraFrames/oXNCN/src/frames.jl:750 [2] join(af::AlgebraFrame{:a}, af2::AlgebraFrame{:a}) @ AlgebraFrames ~/.julia/packages/AlgebraFrames/oXNCN/src/frames.jl:732 [3] top-level scope @ ~/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:5 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:91 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] macro expansion @ ~/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:151 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [9] macro expansion @ ~/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:172 [inlined] Test Summary: | Pass Error Total Time algebraframes ! | 143 1 144 22.2s Algebra | 35 35 7.2s algebra constructors | 6 6 2.4s getters | 2 2 0.0s algebra | 7 7 1.4s generation | 12 12 3.0s API | 8 8 0.5s Algebra Frames | 108 1 109 14.9s constructors | 4 4 0.1s getters | 3 3 0.0s algebra | 5 5 2.8s transformations | 5 5 0.5s generation | 79 79 2.1s API | 12 1 13 8.0s RNG of the outermost testset: Random.Xoshiro(0x41fae238c5e64a15, 0xee1a6560ad3e44d1, 0x9ac219ac3d9d33d4, 0x79a14a116f7f27cf, 0x657d99320e2d3255) ERROR: LoadError: Some tests did not pass: 143 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/AlgebraFrames/oXNCN/test/runtests.jl:4 Testing failed after 38.08s ERROR: LoadError: Package AlgebraFrames 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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 111.86s: package tests unexpectedly errored