Package evaluation to test SwapSort on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T17:12:45.745 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.05s ################################################################################ # Installation # Installing SwapSort... Resolving package versions... Installed Parsers ───────── v2.8.6 Installed StructUtils ───── v2.8.2 Installed JSON ──────────── v1.6.1 Installed Preferences ───── v1.5.2 Installed PrecompileTools ─ v1.3.4 Installed Unroll ────────── v0.1.0 Installed SwapSort ──────── v1.3.0 Updating `~/.julia/environments/v1.14/Project.toml` [518c31a9] + SwapSort v1.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [682c06a0] + JSON v1.6.1 [69de0a69] + Parsers v2.8.6 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [ec057cc2] + StructUtils v2.8.2 [518c31a9] + SwapSort v1.3.0 [36e64239] + Unroll v0.1.0 [ade2ca70] + Dates v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 9.1 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.7 s ✓ Unroll 32.5 s ✓ StructUtils 31.9 s ✓ Preferences 2.2 s ✓ Compat 31.8 s ✓ PrecompileTools 1.0 s ✓ Compat → CompatLinearAlgebraExt 70.1 s ✓ Parsers 49.5 s ✓ Aqua 132.3 s ✓ JSON 106.9 s ✓ SwapSort 10 dependencies successfully precompiled in 459 seconds. 30 already precompiled. Precompilation completed after 509.39s ################################################################################ # Testing # Testing SwapSort Status `/tmp/jl_I2kB7L/Project.toml` [4c88cf16] Aqua v0.8.16 [682c06a0] JSON v1.6.1 [518c31a9] SwapSort v1.3.0 [36e64239] Unroll v0.1.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_I2kB7L/Manifest.toml` [4c88cf16] Aqua v0.8.16 [34da2185] Compat v4.18.1 [682c06a0] JSON v1.6.1 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [ec057cc2] StructUtils v2.8.2 [518c31a9] SwapSort v1.3.0 [36e64239] Unroll v0.1.0 [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 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.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 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... Test Summary: | Pass Total Time Aqua | 11 11 6m43.0s swapsort2_1_1: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort2_1_1` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort3_3_3: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort3_3_3` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort4_5_3: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort4_5_3` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort5_9_5: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort5_9_5` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort6_12_5: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort6_12_5` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort7_16_6: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort7_16_6` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort8_19_6: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort8_19_6` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort9_25_7: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort9_25_7` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort10_29_8: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort10_29_8` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort10_31_7: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort10_31_7` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort11_35_8: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort11_35_8` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort12_39_9: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort12_39_9` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort12_40_8: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort12_40_8` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort13_45_10: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort13_45_10` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort13_46_9: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort13_46_9` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort14_51_10: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort14_51_10` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort14_52_9: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort14_52_9` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort15_56_10: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort15_56_10` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort15_57_9: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort15_57_9` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort16_60_10: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort16_60_10` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort16_61_9: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort16_61_9` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort17_71_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort17_71_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort17_72_11: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort17_72_11` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort17_74_10: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort17_74_10` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort18_77_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort18_77_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort18_78_11: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort18_78_11` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort19_85_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort19_85_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort19_87_11: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort19_87_11` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort20_91_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort20_91_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort20_93_11: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort20_93_11` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort21_99_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort21_99_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort21_100_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort21_100_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort22_106_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort22_106_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort22_107_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort22_107_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort23_114_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort23_114_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort23_115_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort23_115_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort23_116_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort23_116_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort24_120_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort24_120_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort24_122_12: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort24_122_12` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort25_130_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort25_130_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort25_131_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort25_131_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort26_138_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort26_138_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort26_139_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort26_139_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort26_141_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort26_141_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort27_147_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort27_147_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort27_148_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort27_148_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort27_153_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort27_153_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort28_155_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort28_155_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort28_159_13: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort28_159_13` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort29_164_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort29_164_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort29_166_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort29_166_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort30_172_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort30_172_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort31_180_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort31_180_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort32_185_14: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort32_185_14` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort33_199_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort33_199_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort34_209_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort34_209_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort34_210_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort34_210_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort34_213_15: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort34_213_15` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort35_220_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort35_220_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort35_221_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort35_221_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort36_227_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort36_227_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort36_228_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort36_228_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort36_229_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort36_229_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort37_240_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort37_240_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort37_243_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort37_243_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort38_250_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort38_250_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort38_255_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort38_255_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort39_259_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort39_259_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort39_263_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort39_263_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort40_265_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort40_265_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort40_269_16: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort40_269_16` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort41_282_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort41_282_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort41_283_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort41_283_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort42_291_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort42_291_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort42_294_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort42_294_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort43_303_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort43_303_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort43_305_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort43_305_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort44_309_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort44_309_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort44_311_17: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort44_311_17` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort45_324_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort45_324_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort45_325_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort45_325_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort46_332_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort46_332_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort46_333_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort46_333_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort47_340_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort47_340_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort47_341_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort47_341_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort48_346_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort48_346_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort48_347_18: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort48_347_18` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort49_365_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort49_365_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort49_369_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort49_369_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort50_376_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort50_376_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort50_378_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort50_378_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort50_381_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort50_381_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort51_387_22: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort51_387_22` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort51_389_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort51_389_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort51_396_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort51_396_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort52_395_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort52_395_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort52_407_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort52_407_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort53_411_22: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort53_411_22` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort53_412_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort53_412_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort53_415_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort53_415_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort53_424_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort53_424_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort54_421_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort54_421_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort54_437_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort54_437_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort55_432_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort55_432_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort55_448_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort55_448_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort56_438_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort56_438_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort56_455_19: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort56_455_19` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort57_454_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort57_454_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort57_461_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort57_461_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort58_465_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort58_465_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort58_471_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort58_471_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort59_476_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort59_476_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort59_480_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort59_480_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort60_483_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort60_483_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort60_489_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort60_489_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort61_497_22: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort61_497_22` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort61_498_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort61_498_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort61_502_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort61_502_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort62_506_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort62_506_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort62_511_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort62_511_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort63_515_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort63_515_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort63_519_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort63_519_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort64_521_21: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort64_521_21` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 swapsort64_525_20: Error During Test at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:12 Got exception outside of a @test UndefVarError: `swapsort64_525_20` not defined in `SwapSort` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 [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 Test Summary: | Error Total Time sorters | 124 124 4.9s swapsort2_1_1 | 1 1 4.2s swapsort3_3_3 | 1 1 0.0s swapsort4_5_3 | 1 1 0.0s swapsort5_9_5 | 1 1 0.0s swapsort6_12_5 | 1 1 0.0s swapsort7_16_6 | 1 1 0.0s swapsort8_19_6 | 1 1 0.0s swapsort9_25_7 | 1 1 0.0s swapsort10_29_8 | 1 1 0.0s swapsort10_31_7 | 1 1 0.0s swapsort11_35_8 | 1 1 0.0s swapsort12_39_9 | 1 1 0.0s swapsort12_40_8 | 1 1 0.0s swapsort13_45_10 | 1 1 0.0s swapsort13_46_9 | 1 1 0.0s swapsort14_51_10 | 1 1 0.0s swapsort14_52_9 | 1 1 0.0s swapsort15_56_10 | 1 1 0.0s swapsort15_57_9 | 1 1 0.0s swapsort16_60_10 | 1 1 0.0s swapsort16_61_9 | 1 1 0.0s swapsort17_71_12 | 1 1 0.0s swapsort17_72_11 | 1 1 0.0s swapsort17_74_10 | 1 1 0.0s swapsort18_77_12 | 1 1 0.0s swapsort18_78_11 | 1 1 0.0s swapsort19_85_12 | 1 1 0.0s swapsort19_87_11 | 1 1 0.0s swapsort20_91_12 | 1 1 0.0s swapsort20_93_11 | 1 1 0.0s swapsort21_99_15 | 1 1 0.0s swapsort21_100_12 | 1 1 0.0s swapsort22_106_13 | 1 1 0.0s swapsort22_107_12 | 1 1 0.0s swapsort23_114_14 | 1 1 0.0s swapsort23_115_13 | 1 1 0.0s swapsort23_116_12 | 1 1 0.0s swapsort24_120_13 | 1 1 0.0s swapsort24_122_12 | 1 1 0.0s swapsort25_130_15 | 1 1 0.0s swapsort25_131_13 | 1 1 0.0s swapsort26_138_15 | 1 1 0.0s swapsort26_139_14 | 1 1 0.0s swapsort26_141_13 | 1 1 0.0s swapsort27_147_16 | 1 1 0.0s swapsort27_148_14 | 1 1 0.0s swapsort27_153_13 | 1 1 0.0s swapsort28_155_14 | 1 1 0.0s swapsort28_159_13 | 1 1 0.0s swapsort29_164_15 | 1 1 0.0s swapsort29_166_14 | 1 1 0.0s swapsort30_172_14 | 1 1 0.0s swapsort31_180_14 | 1 1 0.0s swapsort32_185_14 | 1 1 0.0s swapsort33_199_15 | 1 1 0.0s swapsort34_209_17 | 1 1 0.0s swapsort34_210_16 | 1 1 0.0s swapsort34_213_15 | 1 1 0.0s swapsort35_220_17 | 1 1 0.0s swapsort35_221_16 | 1 1 0.0s swapsort36_227_18 | 1 1 0.0s swapsort36_228_17 | 1 1 0.0s swapsort36_229_16 | 1 1 0.0s swapsort37_240_17 | 1 1 0.0s swapsort37_243_16 | 1 1 0.0s swapsort38_250_17 | 1 1 0.0s swapsort38_255_16 | 1 1 0.0s swapsort39_259_17 | 1 1 0.0s swapsort39_263_16 | 1 1 0.0s swapsort40_265_17 | 1 1 0.0s swapsort40_269_16 | 1 1 0.0s swapsort41_282_18 | 1 1 0.0s swapsort41_283_17 | 1 1 0.0s swapsort42_291_18 | 1 1 0.0s swapsort42_294_17 | 1 1 0.0s swapsort43_303_19 | 1 1 0.0s swapsort43_305_17 | 1 1 0.0s swapsort44_309_19 | 1 1 0.0s swapsort44_311_17 | 1 1 0.0s swapsort45_324_19 | 1 1 0.0s swapsort45_325_18 | 1 1 0.0s swapsort46_332_19 | 1 1 0.0s swapsort46_333_18 | 1 1 0.0s swapsort47_340_19 | 1 1 0.0s swapsort47_341_18 | 1 1 0.0s swapsort48_346_19 | 1 1 0.0s swapsort48_347_18 | 1 1 0.0s swapsort49_365_21 | 1 1 0.0s swapsort49_369_19 | 1 1 0.0s swapsort50_376_21 | 1 1 0.0s swapsort50_378_20 | 1 1 0.0s swapsort50_381_19 | 1 1 0.0s swapsort51_387_22 | 1 1 0.0s swapsort51_389_20 | 1 1 0.0s swapsort51_396_19 | 1 1 0.0s swapsort52_395_20 | 1 1 0.0s swapsort52_407_19 | 1 1 0.0s swapsort53_411_22 | 1 1 0.0s swapsort53_412_21 | 1 1 0.0s swapsort53_415_20 | 1 1 0.0s swapsort53_424_19 | 1 1 0.0s swapsort54_421_20 | 1 1 0.0s swapsort54_437_19 | 1 1 0.0s swapsort55_432_20 | 1 1 0.0s swapsort55_448_19 | 1 1 0.0s swapsort56_438_20 | 1 1 0.0s swapsort56_455_19 | 1 1 0.0s swapsort57_454_21 | 1 1 0.0s swapsort57_461_20 | 1 1 0.0s swapsort58_465_21 | 1 1 0.0s swapsort58_471_20 | 1 1 0.0s swapsort59_476_21 | 1 1 0.0s swapsort59_480_20 | 1 1 0.0s swapsort60_483_21 | 1 1 0.0s swapsort60_489_20 | 1 1 0.0s swapsort61_497_22 | 1 1 0.0s swapsort61_498_21 | 1 1 0.0s swapsort61_502_20 | 1 1 0.0s swapsort62_506_21 | 1 1 0.0s swapsort62_511_20 | 1 1 0.0s swapsort63_515_21 | 1 1 0.0s swapsort63_519_20 | 1 1 0.0s swapsort64_521_21 | 1 1 0.0s swapsort64_525_20 | 1 1 0.0s RNG of the outermost testset: Xoshiro(0x5e0f7c6d4f9786aa, 0x8a98d36e7b9c8209, 0x86ac628f97cec068, 0x22029f58cfe3f53c, 0x8d4a3ef468b28371) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 124 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SwapSort/AOSQh/test/runtests.jl:10 Testing failed after 780.2s ERROR: LoadError: Package SwapSort 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 1336.9s: package tests unexpectedly errored