Package evaluation to test SurrealNumbers on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T16:23:20.536 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 5.75s ################################################################################ # Installation # Installing SurrealNumbers... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [58abba7c] + SurrealNumbers v0.2.0 Updating `~/.julia/environments/v1.12/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.12.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.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 0.95s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 3225.4 ms ✓ SurrealNumbers 1 dependency successfully precompiled in 3 seconds. 16 already precompiled. 1 dependency had output during precompilation: ┌ SurrealNumbers │ 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`. └ Precompilation completed after 11.7s ################################################################################ # Testing # Testing SurrealNumbers Status `/tmp/jl_Y22GtG/Project.toml` ⌅ [864edb3b] DataStructures v0.18.15 [58abba7c] SurrealNumbers v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Y22GtG/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.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.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... Precompiling packages... 1082.3 ms ✓ OrderedCollections 813.7 ms ✓ Compat 3976.6 ms ✓ DataStructures Info Given SurrealNumbers was explicitly requested, output will be shown live  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`. 3273.5 ms ✓ SurrealNumbers 4 dependencies successfully precompiled in 9 seconds. 6 already precompiled. 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 1.2s Test Summary: | Pass Total Time comparisons | 23 23 0.1s Test Summary: | Pass Total Time basic operators | 18 18 1.3s Test Summary: | Pass Total Time convert to surreal | 8 8 0.2s Test Summary: | Pass Total Time array operations | 16 16 4.6s 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:317 [3] open @ ./iostream.jl:296 [inlined] [4] open(f::Base.var"#read##0#read##1"{Tuple{DataType, Int64}}, args::String; kwargs::@Kwargs{}) @ Base ./io.jl:408 [5] open(f::Function, args::String) @ Base ./io.jl:407 [6] read(::String, ::Type, ::Int64) @ Base ./io.jl:505 [7] top-level scope @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:383 [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [9] macro expansion @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:389 [inlined] [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [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:283 [14] _start() @ Base ./client.jl:550 Test Summary: | Pass Error Total Time I/O and string parsing | 4 1 5 2.2s RNG of the outermost testset: Random.Xoshiro(0x40348faeb8627720, 0xdc7fec35774720ae, 0x5f5103fa2aef9c9d, 0x6a59dd26d362cb8b, 0x9abe7441bc997908) 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 43.17s ERROR: LoadError: Package SurrealNumbers 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:2535 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [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:538 [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:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 78.07s: package tests unexpectedly errored