Package evaluation to test JuliaSyntax on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T18:55:16.826 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.67s ################################################################################ # Installation # Installing JuliaSyntax... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [70703baa] + JuliaSyntax v1.0.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [70703baa] + JuliaSyntax v1.0.2 Installation completed after 0.96s ################################################################################ # 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 12.93s ################################################################################ # Testing # Testing JuliaSyntax Status `/tmp/jl_Ei0pli/Project.toml` [70703baa] JuliaSyntax v1.0.2 [56ddb016] Logging v1.11.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Ei0pli/Manifest.toml` [70703baa] JuliaSyntax v1.0.2 [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 Testing Running tests... Test Summary: | Pass Total Time Reference parser bugs | 11 11 1.0s Test Summary: | Pass Total Time _printstyled | 7 7 1.0s Test Summary: | Pass Total Time ambiguities | 2 2 0.8s Test Summary: | Pass Total Time Kinds | 14 14 0.3s Test Summary: | Pass Total Time Tokenize | 4313 4313 49.0s Test Summary: | Pass Total Time ParseStream | 19 19 0.7s Test Summary: | Pass Total Time ParseStream constructors | 6 6 3.6s Test Summary: | Pass Total Time ParseStream tree traversal | 22 22 0.5s Test Summary: | Pass Total Time SubString{GenericString} (issue #505) | 5 5 22.0s Test Summary: | Pass Total Time Inline test cases | 775 775 59.3s Test Summary: | Pass Total Time Parser does not crash on broken code | 23 23 0.0s Test Summary: | Pass Total Time parser `Kind` remapping | 29 29 1.9s Test Summary: | Pass Total Time Trivia attachment | 1 1 0.5s Test Summary: | Pass Total Time Unicode normalization in tree conversion | 9 9 0.0s Test Summary: | Pass Total Time Unbalanced bidirectional unicode | 2 2 0.0s Test Summary: | Pass Total Time GreenNode | 16 16 0.7s Test Summary: | Pass Total Time SyntaxNode | 34 34 2.1s Test Summary: | Pass Total Time SyntaxNode pretty printing | 4 4 0.6s Test Summary: | Pass Total Time token errors | 33 33 0.2s Test Summary: | Pass Total Time parser errors | 59 59 0.0s Test Summary: | Pass Total Time parser warnings | 23 23 0.1s Test Summary: | Pass Total Time diagnostics for literal parsing | 57 57 0.0s Test Summary: | Pass Total Time diagnostic printing | 3 3 2.4s Test Summary: | Pass Total Time parser API | 52 52 1.5s Test Summary: | Pass Total Time ParseError printing | 8 8 2.4s Test Summary: | Pass Total Time tokenize() API | 10 10 0.8s Test Summary: | Pass Total Time Expr parsing with build_tree | 230 230 0.2s Test Summary: | Pass Total Time Expr parsing with SyntaxNode conversion | 230 230 0.7s Test Summary: | Pass Total Time SyntaxNode->Expr conversion | 1 1 0.2s Test Summary: | Pass Total Time Parsing literals from strings | 147 147 0.9s Test Summary: | Pass Total Time SourceFile lines and column indexing | 27 27 0.4s Test Summary: | Pass Total Time SourceFile position indexing | 15 15 0.1s Test Summary: | Pass Total Time SourceFile printing and text extraction | 2 2 0.0s Test Summary: | Pass Total Time highlight() | 39 39 2.5s Test Summary: | Pass Total Time Hooks for Core integration | 1083 1083 1.4s Test Summary: | Pass Total Time Parse JuliaSyntax | 15 15 3.1s Test Summary: | Pass Total Time Parse JuliaSyntax tests | 20 20 0.7s Test Summary: | Pass Total Time Parse Base at /opt/julia/bin/../share/julia/base | 198 198 11.1s Test Summary: | Pass Total Time Parse Base tests at /opt/julia/bin/../share/julia/test | 257 257 11.6s Test Summary: | Pass Total Time Parse Julia stdlib at /opt/julia/share/julia/stdlib/v1.14 | 667 667 22.5s Test Summary: | Pass Total Time Equality Expr | 3 3 0.0s Test Summary: | Pass Total Time Equality SyntaxNode | 3 3 0.2s Test Summary: | Pass Total Time Equality GreenNode | 3 3 0.0s Test Summary: | Pass Total Time Hashing Expr | 3 3 0.0s Test Summary: | Pass Total Time Hashing SyntaxNode | 3 3 0.7s Test Summary: | Pass Total Time Hashing GreenNode | 3 3 0.0s Test Summary: | Pass Total Time Serialization Expr | 1 1 2.3s Test Summary: | Pass Total Time Serialization SyntaxNode | 1 1 0.5s Test Summary: | Pass Total Time Serialization GreenNode | 1 1 0.0s Testing JuliaSyntax tests passed Testing completed after 257.34s PkgEval succeeded after 290.95s