Package evaluation to test TOML on Julia 1.14.0-DEV.3128 (f573e2bf71*) started at 2026-09-06T11:54:55.757 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.13s ################################################################################ # Installation # Installing TOML... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [fa267f1f] + TOML v1.0.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.25s TOML is a standard library in this Julia build. ################################################################################ # Testing # Testing TOML Status `/tmp/jl_Iq2hii/Project.toml` [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [3f19e933] p7zip_jll v17.8.2+0 Status `/tmp/jl_Iq2hii/Manifest.toml` [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [deac9b47] LibCURL_jll v8.21.0+0 [29816b5a] LibSSH2_jll v1.11.104+0 [14a3606d] MozillaCACerts_jll v2026.8.13 [458c3c95] OpenSSL_jll v3.5.8+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.70.0+0 [3f19e933] p7zip_jll v17.8.2+0 Testing Running tests... Test Summary: | Pass Broken Total Time README | 197 4 201 12.6s Test Summary: | Pass Broken Total Time toml-test | 629 53 682 9.3s Test Summary: | Pass Total Time Numbers | 53 53 0.9s Test Summary: | Pass Total Time Booleans | 8 8 0.2s Test Summary: | Pass Total Time Datetime | 23 23 0.2s Test Summary: | Pass Total Time Time | 11 11 0.3s Test Summary: | Pass Total Time String | 11 11 0.1s Test Summary: | Pass Total Time Array | 4 4 0.4s Test Summary: | Pass Total Time Inline tables - TOML v1.1 | 10 10 0.1s Test Summary: | Pass Total Time errors | 5 5 0.0s Test Summary: | Pass Total Time error printing | 3 3 0.3s Test Summary: | Pass Total Time empty dict print | 1 1 0.8s Test Summary: | Pass Total Time special characters | 2 2 0.5s Test Summary: | Pass Total Time vec with dicts and non-dicts | 4 4 1.4s Test Summary: | Pass Total Time unsigned integers | 1 1 0.8s Test Summary: | Pass Total Time unsigned integers | 1 1 0.0s Test Summary: | Pass Total Time unsigned integers | 1 1 0.0s Test Summary: | Pass Total Time unsigned integers | 1 1 0.0s Test Summary: | Pass Total Time unsigned integers | 1 1 0.0s Test Summary: | Pass Total Time TOML.(try)parse(file) entrypoints | 29 29 0.5s Test Summary: | Pass Total Time attached, inline and floating comments | 7 7 0.3s Test Summary: | Pass Total Time print and reparse is a fixed point | 6 6 1.6s Test Summary: | Pass Total Time blank line separates attached from floating | 3 3 0.0s Test Summary: | Pass Total Time comments in values attach to the owning entry | 3 3 0.0s Test Summary: | Pass Total Time dotted and quoted keys | 5 5 0.0s Test Summary: | Pass Total Time array of tables | 6 6 0.1s Test Summary: | Pass Total Time floating comments in tables and at EOF | 7 7 0.0s Test Summary: | Pass Total Time comment without preceding whitespace | 2 2 0.0s Test Summary: | Pass Total Time crlf line endings | 3 3 0.0s Test Summary: | Pass Total Time comments removed with their item | 2 2 0.0s Test Summary: | Pass Total Time programmatic comments are sanitized | 2 2 0.1s Test Summary: | Pass Total Time comments in nested and empty tables | 5 5 0.0s Test Summary: | Pass Total Time comments force elided table headers | 10 10 0.0s Test Summary: | Pass Total Time empty inline comments are preserved | 7 7 0.0s Test Summary: | Pass Total Time comments in tables printed inline are hoisted | 8 8 1.5s Test Summary: | Pass Total Time Comments is emptied on reuse | 6 6 0.1s Test Summary: | Pass Total Time parsefile/tryparsefile/tryparse with comments | 14 14 1.0s Test Summary: | Pass Total Time comments do not affect sorting or inline tables | 2 2 0.2s Test Summary: | Pass Total Time Docstrings | 1 1 0.0s Testing TOML tests passed Testing completed after 64.66s PkgEval succeeded after 100.0s