Package evaluation to test SurrealNumbers on Julia 1.14.0-DEV.1372 (893635dc59*) started at 2025-12-16T12:30:51.121 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.58s ################################################################################ # Installation # Installing SurrealNumbers... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [58abba7c] + SurrealNumbers v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [34da2185] + Compat v4.18.1 ⌅ [864edb3b] + DataStructures v0.18.22 [bac558e1] + OrderedCollections v1.8.1 [58abba7c] + SurrealNumbers v0.2.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.09s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.37s ################################################################################ # Testing # Testing SurrealNumbers Status `/tmp/jl_LXXuY2/Project.toml` ⌅ [864edb3b] DataStructures v0.18.15 [58abba7c] SurrealNumbers v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_LXXuY2/Manifest.toml` ⌃ [34da2185] Compat v4.9.0 ⌅ [864edb3b] DataStructures v0.18.15 ⌃ [bac558e1] OrderedCollections v1.6.2 [58abba7c] SurrealNumbers v0.2.0 [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.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... WARNING: Constructor for type "AbstractFloat" was extended in `SurrealNumbers` without explicit qualification or import.  NOTE: Assumed "AbstractFloat" refers to `Base.AbstractFloat`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function AbstractFloat end`.  Hint: To silence the warning, qualify `AbstractFloat` as `Base.AbstractFloat` in the method signature or explicitly `import Base: AbstractFloat`. 1 dependency had output during precompilation: ┌ SurrealNumbers │ [Output was shown above] └ x1 = { 0 | ∅ } z = 0 x4 = { -1 | 0, 1 } x5 = { -1, { -1 | 0, 1 }, 0 | 1 } s1 = { 0 | 1 } s2 = { 1//2 | 1 } x41 = 4, x42 = 4, x43 = (2 * 2) { (4 + -1) | ∅ } { 3 | Any[] } { (((2 * 3) + (2 * 3)) + -(2 * 2)) | ∅ } Test Summary: | Pass Total Time constructor test | 20 20 2.3s Test Summary: | Pass Total Time comparisons | 23 23 0.1s Test Summary: | Pass Total Time basic operators | 18 18 1.4s Test Summary: | Pass Total Time convert to surreal | 8 8 0.3s Test Summary: | Pass Total Time array operations | 16 16 3.7s testing value v = -6.25 testing value v = -4.0 testing value v = -3.25 testing value v = -2.5 testing value v = -2.0 testing value v = -1.625 testing value v = -1.0 testing value v = -0.25 testing value v = 0.0 testing value v = 1.0 testing value v = 7.0 testing value v = 0.5 testing value v = 1.625 testing value v = 2.25 testing value v = 4.5 testing value v = 6.75 testing value v = 8.0 testing value v = 12.125 Test Summary: | Pass Total Time simple functions | 281 281 0.5s Test Summary: | Pass Total Time simplifications | 4 4 0.0s Test Summary: | Pass Total Time conversion from surreal back to real | 26 26 0.8s Test Summary: | Pass Total Time promotion | 6 6 0.0s I/O and string parsing: Error During Test at /home/pkgeval/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:382 Got exception outside of a @test SystemError: opening file "/home/pkgeval/.julia/packages/SurrealNumbers/ptoWy/test/TestData/test_surreals.dat": No such file or directory Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:186 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) @ Base ./iostream.jl:327 [3] open @ ./iostream.jl:306 [inlined] [4] open(f::Base.var"#read##0#read##1"{Tuple{DataType, Int64}}, args::String; kwargs::@Kwargs{}) @ Base ./io.jl:425 [5] open(f::Function, args::String) @ Base ./io.jl:424 [6] read(::String, ::Type, ::Int64) @ Base ./io.jl:522 [7] top-level scope @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:383 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [9] macro expansion @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:389 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core ./boot.jl:489 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [14] _start() @ Base ./client.jl:577 Test Summary: | Pass Error Total Time I/O and string parsing | 4 1 5 2.8s RNG of the outermost testset: Random.Xoshiro(0x07e4b3de14d00133, 0x5ff00b6484018ace, 0x03ac464e93e44963, 0xa7deff7299985f90, 0xd12b31b6b774ad7c) ERROR: LoadError: Some tests did not pass: 4 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:382 Testing failed after 49.97s ERROR: LoadError: Package SurrealNumbers 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:3067 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2916 [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.14/Pkg/src/API.jl:572 [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.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 88.58s: package tests unexpectedly errored