Package evaluation to test Scanf on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T14:20:24.390 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.17s ################################################################################ # 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.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.6 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 178.2 s ✓ BufferedStreams 108.9 s ✓ Scanf 2 dependencies successfully precompiled in 287 seconds. 8 already precompiled. Precompilation completed after 330.64s ################################################################################ # Testing # Testing Scanf Status `/tmp/jl_umJNTw/Project.toml` [e1450e63] BufferedStreams v1.2.2 [6ef1bc8b] Scanf v0.5.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_umJNTw/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] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ none:6 [5] eval(m::Module, e::Any) @ Core boot.jl:522 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [7] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding @scanf in module Main: #= /home/pkgeval/.julia/packages/Scanf/5ncBL/test/runtests.jl:206 =# - Error expanding macro Caused by: ArgumentError: invalid macro arguments: @scanf 1 2 3 Stacktrace: [1] throwa(msg::String) @ Scanf ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:833 [2] macro expansion @ ~/.julia/packages/Scanf/5ncBL/src/Scanf.jl:131 [3] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [4] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [5] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [6] 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:72 [7] _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:730 [8] 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:718 [inlined] [9] top-level scope @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core boot.jl:522 [13] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [14] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/Scanf/5ncBL/test/runtests.jl:3 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 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.3s 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.4s float to Float32 | 28 28 1.3s 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.0s 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.3s 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.8s many arguments | 1 1 2.5s single characters | 2 2 0.4s multiple characters | 4 4 0.8s strings | 3 3 0.5s %n | 2 2 1.0s basics | 26 1 27 10.9s default arguments | 2 2 1.7s literal string | 2 2 0.1s %n | 3 3 0.8s show specifiers | 2 2 0.7s scanf from stdin | 2 2 1.6s overflow Float64 | 4 4 0.2s overflow Float32 | 4 4 0.9s overflow Float16 | 4 4 0.9s 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.3s 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.3s issue #9 | 3 3 0.4s issue #11 | 2 2 2.4s RNG of the outermost testset: Random.Xoshiro(0x87f85de8bcecf13d, 0xbc28b05e9eb89b5c, 0x2e20db476ebf69d5, 0x0d667d1e1bcd24dc, 0x00e4233c856fd67e) 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 171.97s 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 545.01s: package has test failures