Package evaluation to test SurrealNumbers on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T00:45:28.424 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 8.59s ################################################################################ # Installation # Installing SurrealNumbers... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [58abba7c] + SurrealNumbers v0.2.0 Updating `~/.julia/environments/v1.11/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 [d6f4376e] + Markdown v1.11.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 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.79s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 3787.0 ms ✓ SurrealNumbers 1 dependency successfully precompiled in 4 seconds. 14 already precompiled. Precompilation completed after 16.2s ################################################################################ # Testing # Testing SurrealNumbers Status `/tmp/jl_AwsLnU/Project.toml` ⌅ [864edb3b] DataStructures v0.18.15 [58abba7c] SurrealNumbers v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_AwsLnU/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 [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 [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 SurrealNumbers... 958.0 ms ✓ OrderedCollections 980.4 ms ✓ Compat 4257.0 ms ✓ DataStructures 3665.3 ms ✓ SurrealNumbers 4 dependencies successfully precompiled in 10 seconds. 4 already precompiled. 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.8s Test Summary: | Pass Total Time comparisons | 23 23 0.1s Test Summary: | Pass Total Time basic operators | 18 18 1.9s Test Summary: | Pass Total Time convert to surreal | 8 8 0.4s Test Summary: | Pass Total Time array operations | 16 16 7.8s 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.4s Test Summary: | Pass Total Time simplifications | 4 4 0.0s Test Summary: | Pass Total Time conversion from surreal back to real | 26 26 1.3s 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:176 [2] systemerror @ ./error.jl:175 [inlined] [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) @ Base ./iostream.jl:295 [4] open @ ./iostream.jl:277 [inlined] [5] open(f::Base.var"#472#473"{Tuple{DataType, Int64}}, args::String; kwargs::@Kwargs{}) @ Base ./io.jl:408 [6] open(f::Function, args::String) @ Base ./io.jl:407 [7] read(::String, ::Type, ::Int64) @ Base ./io.jl:505 [8] macro expansion @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:389 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1709 [inlined] [10] top-level scope @ ~/.julia/packages/SurrealNumbers/ptoWy/test/runtests.jl:383 [11] include(fname::String) @ Main ./sysimg.jl:38 [12] top-level scope @ none:6 Test Summary: | Pass Error Total Time I/O and string parsing | 4 1 5 3.8s 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 61.34s ERROR: LoadError: Package SurrealNumbers errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 99.12s: package tests unexpectedly errored