Package evaluation to test AMQPClient on Julia 1.13.0-DEV.1342 (4ff19f0352*) started at 2025-10-19T12:54:27.015 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.29s ################################################################################ # Installation # Installing AMQPClient... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [79c8b4cd] + AMQPClient v0.5.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [79c8b4cd] + AMQPClient v0.5.1 [692b3bcd] + JLLWrappers v1.7.1 [739be429] + MbedTLS v1.1.9 [21216c6a] + Preferences v1.5.0 [c8ffd9c3] + MbedTLS_jll v2.28.10+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [6462fe0b] + Sockets v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [14a3606d] + MozillaCACerts_jll v2025.9.9 Installation completed after 1.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 18.61s ################################################################################ # Testing # Testing AMQPClient Status `/tmp/jl_IECqqF/Project.toml` [79c8b4cd] AMQPClient v0.5.1 [739be429] MbedTLS v1.1.9 [56ddb016] Logging v1.11.0 [9a3f8284] Random v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_IECqqF/Manifest.toml` [79c8b4cd] AMQPClient v0.5.1 [692b3bcd] JLLWrappers v1.7.1 [739be429] MbedTLS v1.1.9 [21216c6a] Preferences v1.5.0 [c8ffd9c3] MbedTLS_jll v2.28.10+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [14a3606d] MozillaCACerts_jll v2025.9.9 Testing Running tests... [ Info: testing create queue and queue expire with TTL [ Info: opening connection keepalive=true,heartbeat=true: Error During Test at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:13 Got exception outside of a @test IOError: connect: connection timed out (ETIMEDOUT) Stacktrace: [1] wait_connected(x::Sockets.TCPSocket) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:544 [2] connect @ /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:579 [inlined] [3] connect(host::String, port::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:564 [4] connection(; virtualhost::String, host::String, port::Int64, framemax::Int64, heartbeat::Bool, keepalive::Bool, send_queue_size::Int64, auth_params::Dict{String, Any}, channelmax::Int64, connect_timeout::Int64, amqps::Nothing) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:657 [5] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:624 [inlined] [6] connection(f::Main.AMQPTestCoverage.var"#17#18"; kwargs::@Kwargs{virtualhost::String, host::String, port::Int64, amqps::Nothing, auth_params::Dict{String, Any}, send_queue_size::Int64, keepalive::Bool, heartbeat::Bool}) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:683 [7] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:682 [inlined] [8] test_queue_expire(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:308 [9] test_queue_expire @ ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:302 [inlined] [10] runtests(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:16 [11] kwcall(::@NamedTuple{keepalive::Bool, heartbeat::Bool}, ::typeof(Main.AMQPTestCoverage.runtests)) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:13 [12] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [16] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:11 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:10 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [20] top-level scope @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:9 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [25] _start() @ Base ./client.jl:577 [ Info: testing create queue and queue expire with TTL [ Info: opening connection keepalive=true,heartbeat=false: Error During Test at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:13 Got exception outside of a @test IOError: connect: connection timed out (ETIMEDOUT) Stacktrace: [1] wait_connected(x::Sockets.TCPSocket) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:544 [2] connect @ /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:579 [inlined] [3] connect(host::String, port::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:564 [4] connection(; virtualhost::String, host::String, port::Int64, framemax::Int64, heartbeat::Bool, keepalive::Bool, send_queue_size::Int64, auth_params::Dict{String, Any}, channelmax::Int64, connect_timeout::Int64, amqps::Nothing) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:657 [5] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:624 [inlined] [6] connection(f::Main.AMQPTestCoverage.var"#17#18"; kwargs::@Kwargs{virtualhost::String, host::String, port::Int64, amqps::Nothing, auth_params::Dict{String, Any}, send_queue_size::Int64, keepalive::Bool, heartbeat::Bool}) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:683 [7] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:682 [inlined] [8] test_queue_expire(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:308 [9] test_queue_expire @ ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:302 [inlined] [10] runtests(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:16 [11] kwcall(::@NamedTuple{keepalive::Bool, heartbeat::Bool}, ::typeof(Main.AMQPTestCoverage.runtests)) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:13 [12] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [16] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:11 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:10 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [20] top-level scope @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:9 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [25] _start() @ Base ./client.jl:577 [ Info: testing create queue and queue expire with TTL [ Info: opening connection keepalive=false,heartbeat=true: Error During Test at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:13 Got exception outside of a @test IOError: connect: connection timed out (ETIMEDOUT) Stacktrace: [1] wait_connected(x::Sockets.TCPSocket) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:544 [2] connect @ /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:579 [inlined] [3] connect(host::String, port::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:564 [4] connection(; virtualhost::String, host::String, port::Int64, framemax::Int64, heartbeat::Bool, keepalive::Bool, send_queue_size::Int64, auth_params::Dict{String, Any}, channelmax::Int64, connect_timeout::Int64, amqps::Nothing) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:657 [5] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:624 [inlined] [6] connection(f::Main.AMQPTestCoverage.var"#17#18"; kwargs::@Kwargs{virtualhost::String, host::String, port::Int64, amqps::Nothing, auth_params::Dict{String, Any}, send_queue_size::Int64, keepalive::Bool, heartbeat::Bool}) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:683 [7] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:682 [inlined] [8] test_queue_expire(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:308 [9] test_queue_expire @ ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:302 [inlined] [10] runtests(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:16 [11] kwcall(::@NamedTuple{keepalive::Bool, heartbeat::Bool}, ::typeof(Main.AMQPTestCoverage.runtests)) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:13 [12] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [16] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:11 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:10 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [20] top-level scope @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:9 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [25] _start() @ Base ./client.jl:577 [ Info: testing create queue and queue expire with TTL [ Info: opening connection ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_74407.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== keepalive=false,heartbeat=false: Error During Test at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:13 Got exception outside of a @test IOError: connect: connection timed out (ETIMEDOUT) Stacktrace: [1] wait_connected(x::Sockets.TCPSocket) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:544 [2] connect @ /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:579 [inlined] [3] connect(host::String, port::Int64) @ Sockets /opt/julia/share/julia/stdlib/v1.13/Sockets/src/Sockets.jl:564 [4] connection(; virtualhost::String, host::String, port::Int64, framemax::Int64, heartbeat::Bool, keepalive::Bool, send_queue_size::Int64, auth_params::Dict{String, Any}, channelmax::Int64, connect_timeout::Int64, amqps::Nothing) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:657 [5] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:624 [inlined] [6] connection(f::Main.AMQPTestCoverage.var"#17#18"; kwargs::@Kwargs{virtualhost::String, host::String, port::Int64, amqps::Nothing, auth_params::Dict{String, Any}, send_queue_size::Int64, keepalive::Bool, heartbeat::Bool}) @ AMQPClient ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:683 [7] connection @ ~/.julia/packages/AMQPClient/1GBMt/src/protocol.jl:682 [inlined] [8] test_queue_expire(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:308 [9] test_queue_expire @ ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:302 [inlined] [10] runtests(; virtualhost::String, host::String, port::Int64, auth_params::Dict{String, Any}, amqps::Nothing, keepalive::Bool, heartbeat::Bool) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:16 [11] kwcall(::@NamedTuple{keepalive::Bool, heartbeat::Bool}, ::typeof(Main.AMQPTestCoverage.runtests)) @ Main.AMQPTestCoverage ~/.julia/packages/AMQPClient/1GBMt/test/test_coverage.jl:13 [12] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [14] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:14 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [16] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:11 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [18] macro expansion @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:10 [inlined] [19] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [20] top-level scope @ ~/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:9 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core ./boot.jl:489 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [25] _start() @ Base ./client.jl:577 [ Info: starting consumer ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000728cb38ec4c0 Total snapshots: 709. Utilization: 0% ╎709 @Base/task.jl:1139 wait_forever() 708╎ 709 @Base/task.jl:1217 wait() [17] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/runtests.jl:8 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_74407.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 10277358 (Pool: 10277290; Big: 68); GC: 7 [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 wait at ./task.jl:1217 wait_forever at ./task.jl:1139 jfptr_wait_forever_74407.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 11269850 (Pool: 11269696; Big: 154); GC: 9 [25] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/AMQPClient/1GBMt/test/test_throughput.jl:3 invalidate_mt_cache at /source/src/gf.c:2495 jl_typemap_node_visitor at /source/src/typemap.c:344 [inlined] jl_typemap_visitor at /source/src/typemap.c:384 jl_typemap_memory_visitor at /source/src/typemap.c:332 jl_typemap_visitor at /source/src/typemap.c:363 [inlined] jl_typemap_visitor at /source/src/typemap.c:351 jl_method_table_activate at /source/src/gf.c:3098 jl_activate_methods at /source/src/staticdata_utils.c:915 [inlined] jl_restore_package_image_from_stream at /source/src/staticdata.c:4393 jl_restore_incremental_from_buf at /source/src/staticdata.c:4432 ijl_restore_package_image_from_file at /source/src/staticdata.c:4499 #_include_from_serialized#871 at ./loading.jl:1300 _include_from_serialized at ./loading.jl:1276 [inlined] #_require_search_from_serialized#888 at ./loading.jl:2151 _require_search_from_serialized at ./loading.jl:2045 [inlined] _tryrequire_from_serialized at ./loading.jl:1988 _tryrequire_from_serialized at ./loading.jl:2032 __require_prelocked at ./loading.jl:2778 _require_prelocked at ./loading.jl:2561 macro expansion at ./loading.jl:2489 [inlined] macro expansion at ./lock.jl:376 [inlined] __require at ./loading.jl:2453 jfptr___require_51537.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] jl_f_invoke_in_world at /source/src/builtins.c:908 require at ./loading.jl:2429 [inlined] eval_import_path at ./module.jl:36 [inlined] eval_import_path_all at ./module.jl:60 _eval_using at ./module.jl:137 jfptr__eval_using_76195.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:679 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 jl_toplevel_eval_flex at /source/src/toplevel.c:742 jl_eval_toplevel_stmts at /source/src/toplevel.c:585 jl_eval_module_expr at /source/src/toplevel.c:248 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:650 jl_eval_toplevel_stmts at /source/src/toplevel.c:585 jl_toplevel_eval_flex at /source/src/toplevel.c:683 ijl_toplevel_eval at /source/src/toplevel.c:754 ijl_toplevel_eval_in at /source/src/toplevel.c:799 eval at ./boot.jl:489 include_string at ./loading.jl:2979 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 _include at ./loading.jl:3039 include at ./Base.jl:309 exec_options at ./client.jl:344 _start at ./client.jl:577 jfptr__start_54238.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 jl_apply at /source/src/julia.h:2275 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x78515b152249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) Allocations: 1 (Pool: 1; Big: 0); GC: 0 PkgEval terminated after 612.04s: tests became inactive