Package evaluation of FunctionalCollections on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T11:33:30.507 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.18s ################################################################################ # Installation # Installing FunctionalCollections... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [de31a74c] + FunctionalCollections v0.5.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [de31a74c] + FunctionalCollections v0.5.0 [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [56ddb016] + Logging [d6f4376e] + Markdown [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [8dfed614] + Test Installation completed after 3.9s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 7.7s ################################################################################ # Testing # Testing FunctionalCollections Status `/tmp/jl_Oihz2M/Project.toml` [de31a74c] FunctionalCollections v0.5.0 [8dfed614] Test Status `/tmp/jl_Oihz2M/Manifest.toml` [de31a74c] FunctionalCollections v0.5.0 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... Test Summary: | Pass Total Time Sparse Bitmapped Vector Tries | 32 32 1.1s WARNING: both FunctionalCollections and Base export "peek"; uses of it in module Main must be qualified accessing last: Error During Test at /home/pkgeval/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:49 Test threw exception Expression: peek(vec(1:1000)) == 1000 UndefVarError: `peek` not defined Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [2] macro expansion @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:49 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] macro expansion @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:49 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] top-level scope @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:23 iteration: Error During Test at /home/pkgeval/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:88 Test threw exception Expression: collect(1:10000) == arr2 MethodError: no method matching Array(::Type{Int64}, ::UnitRange{Int64}) Stacktrace: [1] Array(r::UnitRange{Int64}) @ Main ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:14 [2] collect(r::UnitRange{Int64}) @ Base ./range.jl:1393 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [4] macro expansion @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:88 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] macro expansion @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:84 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [8] top-level scope @ ~/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:23 Test Summary: | Pass Error Total Time Persistent Vectors | 32 2 34 6.2s range constructor | 2 2 0.5s length | 3 3 0.0s accessing elements | 8 8 0.1s accessing last | 1 1 2 2.4s associng | 1 1 0.1s appending | 4 4 0.3s structural sharing | 3 3 0.0s equality | 3 3 0.0s iteration | 1 1 1.9s map | 2 2 0.7s filter | 2 2 0.1s hash | 1 1 0.0s isempty | 2 2 0.0s ERROR: LoadError: Some tests did not pass: 32 passed, 0 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FunctionalCollections/1e7f3/test/PersistentVectorTest.jl:21 in expression starting at /home/pkgeval/.julia/packages/FunctionalCollections/1e7f3/test/runtests.jl:2 Testing failed after 17.91s ERROR: LoadError: Package FunctionalCollections errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 41.51s: package tests unexpectedly errored