Package evaluation to test Scanf on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T03:21:19.835 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.37s ################################################################################ # Installation # Installing Scanf... Resolving package versions... Installed BufferedStreams ─ v1.2.2 Installed Scanf ─────────── v0.5.4 Updating `~/.julia/environments/v1.14/Project.toml` [6ef1bc8b] + Scanf v0.5.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [e1450e63] + BufferedStreams v1.2.2 [6ef1bc8b] + Scanf v0.5.4 Installation completed after 1.57s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.4 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 142.4 s ✓ BufferedStreams 96.0 s ✓ Scanf 2 dependencies successfully precompiled in 238 seconds. 8 already precompiled. Precompilation completed after 270.18s ################################################################################ # Testing # Testing Scanf Status `/tmp/jl_1vNebJ/Project.toml` [e1450e63] BufferedStreams v1.2.2 [6ef1bc8b] Scanf v0.5.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_1vNebJ/Manifest.toml` [e1450e63] BufferedStreams v1.2.2 [6ef1bc8b] Scanf v0.5.4 [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.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... basics: Test Failed at /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:205 Expression: try #= /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:206 =# #= /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:206 =# @eval #= /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:206 =# @scanf(1, 2, 3) catch ex #= /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:208 =# rethrow(ex.error) end Expected: ArgumentError Thrown: FieldError FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] top-level scope @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:204 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:205 [inlined] [9] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:208 [inlined] caused by: MacroExpansionError while expanding @scanf in module Main: #= none:0 =# - Error expanding macro Caused by: ArgumentError: invalid macro arguments: @scanf 1 2 3 Stacktrace: [1] macro expansion @ ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:833 [inlined] [2] throwa(msg::String) @ Scanf ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:833 [3] macro expansion @ ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:158 [inlined] [4] macro expansion @ ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:131 [5] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [6] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [7] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [8] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:67 [9] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:532 [10] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined] [11] eval(mod::Module, ex::Any; opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:525 [inlined] [12] top-level scope @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [15] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:204 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [18] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:205 [inlined] ┌[19] macro expansion │ @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:206 [inlined] ╰──── repeated 2 times Stacktrace: [1] top-level scope @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:204 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] ┌[7] macro expansion │ @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:205 [inlined] ╰─── repeated 2 times Test Summary: | Pass Fail Total Time Scanf | 395 1 396 46.1s %p | 1 1 0.5s whitespace | 1 1 0.0s %% before WS | 3 3 0.0s float to Float64 | 10 10 1.2s float to Float32 | 10 10 0.1s float to Float16 | 10 10 0.1s float to BigFloat | 10 10 0.1s float to Float64 | 28 28 1.3s float to Float32 | 28 28 1.2s float to Float16 | 28 28 1.2s float to BigFloat | 28 28 1.2s marginal floats | 0 0.0s incomplete floats Z | 2 2 0.9s incomplete floats 0xZ | 2 2 0.0s incomplete floats .Z | 2 2 0.0s incomplete floats e | 2 2 0.0s incomplete floats +e | 2 2 0.0s incomplete floats -e | 2 2 0.0s incomplete floats 1eZ | 2 2 0.0s incomplete floats 0E-Z | 2 2 0.0s integer %i to UInt64 | 3 3 0.4s integer %i to UInt32 | 3 3 0.1s integer %i to UInt16 | 3 3 0.1s integer %i to Int64 | 4 4 0.0s integer %i to Int32 | 4 4 0.4s integer %i to Int16 | 4 4 0.4s integer %i to BigInt | 4 4 0.1s integer %i to Float64 | 4 4 0.0s integer %i to Float32 | 4 4 0.0s integer %i to Float16 | 4 4 0.0s integer %i to BigFloat | 4 4 0.0s integer %i octal to Int64 | 2 2 0.1s integer %i octal to Int32 | 2 2 0.0s integer %i octal to Int16 | 2 2 0.1s integer %i octal to BigInt | 2 2 0.0s integer %i octal to Float64 | 2 2 0.0s integer %i octal to Float32 | 2 2 0.0s integer %i octal to Float16 | 2 2 0.0s integer %i octal to BigFloat | 2 2 0.0s incomplete integers Z | 2 2 0.3s incomplete integers 0xZ | 2 2 0.0s incomplete pointers Z Ptr{String} | 2 2 0.0s incomplete pointers Z Ptr{String}(0x0000000000000000) | 2 2 0.2s incomplete pointers 0Z Ptr{String} | 2 2 0.0s incomplete pointers 0Z Ptr{String}(0x0000000000000000) | 2 2 0.0s incomplete pointers 0XZ Ptr{String} | 2 2 0.0s incomplete pointers 0XZ Ptr{String}(0x0000000000000000) | 2 2 0.0s integer %i octal input | 1 1 0.0s integer %i negated input | 1 1 0.0s integer %i negated input | 1 1 0.4s integer %o to Int64 | 3 3 0.4s integer %o to UInt64 | 3 3 0.1s integer %o to Int32 | 3 3 0.1s integer %o to UInt32 | 3 3 0.1s integer %o to Int16 | 3 3 0.1s integer %o to UInt16 | 3 3 0.1s integer %x to Int64 | 1 1 0.4s integer %x to UInt64 | 1 1 0.0s integer %x to Int32 | 1 1 0.0s integer %x to UInt32 | 1 1 0.0s integer %x to Int16 | 1 1 0.0s integer %x to UInt16 | 1 1 0.0s convert integer to other type | 1 1 0.0s %i follow up | 2 2 0.6s %i follow up | 2 2 0.0s %i follow up | 2 2 0.0s %i follow up | 2 2 0.0s character set [ | 3 3 0.5s character set ^ | 3 3 0.6s string to Char | 4 4 0.7s many arguments | 1 1 2.6s single characters | 2 2 0.3s multiple characters | 4 4 0.7s strings | 3 3 0.5s %n | 2 2 0.9s basics | 26 1 27 11.2s default arguments | 2 2 1.8s literal string | 2 2 0.1s %n | 3 3 0.8s show specifiers | 2 2 0.6s scanf from stdin | 2 2 1.6s overflow Float64 | 4 4 0.2s overflow Float32 | 4 4 0.9s overflow Float16 | 4 4 1.0s overflow BigFloat | 4 4 0.9s overflow Int128 | 2 2 0.4s overflow Int64 | 2 2 0.0s overflow Int32 | 2 2 0.0s overflow Int16 | 2 2 0.0s overflow Int8 | 2 2 0.4s overflow UInt128 | 2 2 0.2s overflow UInt64 | 2 2 0.1s overflow UInt32 | 2 2 0.1s overflow UInt16 | 2 2 0.1s overflow UInt8 | 2 2 0.5s overflow Ptr | 1 1 0.0s convert to different type | 2 2 0.9s convert string to Int64 | 4 4 0.2s convert string to Float32 | 4 4 0.0s issue #8 | 2 2 1.4s issue #9 | 3 3 0.4s issue #11 | 2 2 2.5s RNG of the outermost testset: Random.Xoshiro(0xb86223913b93af3c, 0x9b0a83cb04a260a0, 0x46c60c249e8eb915, 0x5fd071cddcf656a4, 0x8a13084a6d00cd01) ERROR: LoadError: Some tests did not pass: 395 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 Testing failed after 165.99s ERROR: LoadError: Package Scanf errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3247 [3] 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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 472.69s: package has test failures