Package evaluation of SoftGlobalScope on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:18:30.614 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.14s ################################################################################ # Installation # Installing SoftGlobalScope... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [b85f4697] + SoftGlobalScope v1.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [b85f4697] + SoftGlobalScope v1.1.0 [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [d6f4376e] + Markdown [3fa0cd96] + REPL [6462fe0b] + Sockets [4ec0a83e] + Unicode Installation completed after 3.77s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.6s ################################################################################ # Testing # Testing SoftGlobalScope Status `/tmp/jl_yczpR2/Project.toml` [b85f4697] SoftGlobalScope v1.1.0 [3fa0cd96] REPL [8dfed614] Test Status `/tmp/jl_yczpR2/Manifest.toml` [b85f4697] SoftGlobalScope v1.1.0 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [8dfed614] Test [4ec0a83e] Unicode Testing Running tests... Test Summary: |Time softscope | None 0.4s softscope_include_string: Test Failed at /home/pkgeval/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:95 Expression: e == LoadError("bar", line, ErrorException("syntax: incomplete: premature end of input")) Evaluated: LoadError("bar", 3, Base.Meta.ParseError("ParseError:\n# Error @ bar:3:3\n2\n1+\n# └ ── premature end of input", Base.JuliaSyntax.ParseError(Base.JuliaSyntax.SourceFile("1\n2\n1+", 0, "bar", 1, [1, 3, 5, 7]), Base.JuliaSyntax.Diagnostic[Base.JuliaSyntax.Diagnostic(7, 6, :error, "premature end of input")], :other))) == LoadError("bar", 3, ErrorException("syntax: incomplete: premature end of input")) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:95 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] top-level scope @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:86 softscope_include_string: Test Failed at /home/pkgeval/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:95 Expression: e == LoadError("bar", line, ErrorException("syntax: incomplete: premature end of input")) Evaluated: LoadError("bar", 1, Base.Meta.ParseError("ParseError:\n# Error @ bar:1:7\n1;2;1+\n# └ ── premature end of input", Base.JuliaSyntax.ParseError(Base.JuliaSyntax.SourceFile("1;2;1+", 0, "bar", 1, [1, 7]), Base.JuliaSyntax.Diagnostic[Base.JuliaSyntax.Diagnostic(7, 6, :error, "premature end of input")], :other))) == LoadError("bar", 1, ErrorException("syntax: incomplete: premature end of input")) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:95 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] top-level scope @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:86 softscope_include_string: Test Failed at /home/pkgeval/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:101 Expression: e == LoadError("bar", 3, ErrorException("syntax: \"++\" is not a unary operator")) Evaluated: LoadError("bar", 3, Base.Meta.ParseError("ParseError:\n# Error @ bar:3:4\n2\n1++++2\n# └┘ ── not a unary operator", Base.JuliaSyntax.ParseError(Base.JuliaSyntax.SourceFile("1\n2\n1++++2", 0, "bar", 1, [1, 3, 5, 11]), Base.JuliaSyntax.Diagnostic[Base.JuliaSyntax.Diagnostic(8, 9, :error, "not a unary operator")], :none))) == LoadError("bar", 3, ErrorException("syntax: \"++\" is not a unary operator")) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:101 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] top-level scope @ ~/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:86 Test Summary: | Pass Fail Total Time softscope_include_string | 8 3 11 3.8s ERROR: LoadError: Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SoftGlobalScope/u4UzH/test/runtests.jl:85 Testing failed after 11.36s ERROR: LoadError: Package SoftGlobalScope 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 36.34s: package has test failures