Package evaluation of DuckDB on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T13:23:09.954 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.34s ################################################################################ # Installation # Installing DuckDB... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [d2f5444f] + DuckDB v1.2.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [c3b6d118] + BitIntegers v0.3.4 [a10d1c49] + DBInterface v2.6.1 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [d2f5444f] + DuckDB v1.2.1 [fb4d412d] + FixedPointDecimals v0.6.3 [842dd82b] + InlineStrings v1.4.3 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.0 [bac558e1] + OrderedCollections v1.8.0 [69de0a69] + Parsers v2.8.1 [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [ea10d353] + WeakRefStrings v1.4.2 [2cbbab25] + DuckDB_jll v1.2.1+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 36.55s ################################################################################ # Testing # Testing DuckDB Status `/tmp/jl_RjgY3k/Project.toml` [a10d1c49] DBInterface v2.6.1 [a93c6f00] DataFrames v1.7.0 [d2f5444f] DuckDB v1.2.1 [fb4d412d] FixedPointDecimals v0.6.3 [0aa819cd] SQLite v1.6.1 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_RjgY3k/Manifest.toml` [c3b6d118] BitIntegers v0.3.4 [34da2185] Compat v4.16.0 [a8cc5b0e] Crayons v4.1.1 [a10d1c49] DBInterface v2.6.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.7.0 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [d2f5444f] DuckDB v1.2.1 [fb4d412d] FixedPointDecimals v0.6.3 [842dd82b] InlineStrings v1.4.3 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [b964fa9f] LaTeXStrings v1.4.0 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.1 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [08abe8d2] PrettyTables v2.4.0 [189a3867] Reexport v1.2.2 [0aa819cd] SQLite v1.6.1 [91c51154] SentinelArrays v1.4.8 [a2af1166] SortingAlgorithms v1.2.1 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [2cbbab25] DuckDB_jll v1.2.1+0 [76ed43ae] SQLite_jll v3.48.0+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.2.0+0 [4536629a] OpenBLAS_jll v0.3.28+3 [83775a58] Zlib_jll v1.3.1+1 [8e850b90] libblastrampoline_jll v5.11.2+0 Testing Running tests... test_appender.jl Test Summary: | Pass Total Time Appender Error | 2 2 2.6s ┌ Warning: **DEPRECATION NOTICE**: This method is scheduled for removal in a future release. │ caller = nextDataChunk(q::DuckDB.QueryResult) at result.jl:822 └ @ Core ~/.julia/packages/DuckDB/vI6tj/src/result.jl:822 ┌ Warning: **DEPRECATION NOTICE**: This method is scheduled for removal in a future release. │ caller = nextDataChunk(q::DuckDB.QueryResult) at result.jl:832 └ @ Core ~/.julia/packages/DuckDB/vI6tj/src/result.jl:832 ┌ Warning: **DEPRECATION NOTICE**: This method is scheduled for removal in a future release. │ caller = nextDataChunk(q::DuckDB.QueryResult) at result.jl:836 └ @ Core ~/.julia/packages/DuckDB/vI6tj/src/result.jl:836 Test Summary: | Pass Total Time Appender Usage - Schema Not Provided | 3 3 4.9s Test Summary: | Pass Total Time Appender Usage - Schema Provided | 3 3 0.4s Test Summary: | Pass Total Time Appender API | 41 41 35.6s test_basic_queries.jl Test Summary: | Pass Total Time Test DBInterface.execute | 8 8 1.1s Test Summary: | Pass Total Time Test numeric data types | 9 9 2.2s Test Summary: | Pass Total Time Test strings | 6 6 3.6s Test Summary: | Pass Total Time DBInterface.execute - parser error | 1 1 0.0s Test Summary: | Pass Total Time DBInterface.execute - binder error | 1 1 0.0s 1×1 DataFrame Row │ current_setting('threads') │ Int64 ─────┼──────────────────────────── 1 │ 1Test Summary: | Pass Total Time DBInterface.execute - runtime error | 1 1 7.7s Test Summary: | Pass Total Time Test DBInterface.query | 9 9 1.2s ┌ Warning: **DEPRECATION NOTICE**: This method is scheduled for removal in a future release. │ caller = executePending at result.jl:592 [inlined] └ @ Core ~/.julia/packages/DuckDB/vI6tj/src/result.jl:592 ┌ Warning: **DEPRECATION NOTICE**: This method is scheduled for removal in a future release. │ caller = nextDataChunk(q::DuckDB.QueryResult) at result.jl:823 └ @ Core ~/.julia/packages/DuckDB/vI6tj/src/result.jl:823 Test Summary: | Pass Total Time Test chunked response | 5 5 1.8s test_big_nested.jl Test Summary: | Pass Total Time Test big list | 1 1 0.4s Test Summary: | Broken Total Time Test big bitstring | 1 1 0.8s Test Summary: | Pass Total Time Test big string | 1 1 0.5s Test Summary: | Pass Total Time Test big map | 1 1 2.0s Test Summary: | Pass Total Time Test big struct | 2 2 1.1s Test Summary: | Pass Total Time Test big union | 1 1 1.2s test_config.jl Test Summary: | Pass Total Time Test configuration parameters | 7 7 1.0s Test Summary: | Pass Total Time Test Set TimeZone | 2 2 2.1s test_connection.jl Test Summary: | Pass Total Time Test opening and closing an in-memory database | 3 3 0.1s Test Summary: | Pass Total Time Test opening a bogus directory | 1 1 0.0s Test Summary: | Pass Total Time Test opening and closing an on-disk database | 2 2 0.1s test_tbl_scan.jl Test Summary: | Pass Total Time Test standard DataFrame scan | 4 4 3.8s Test Summary: | Pass Total Time Test standard table scan | 8 8 2.8s Test Summary: | Pass Total Time Test DataFrame scan with NULL values | 4 4 1.2s Test Summary: | Pass Total Time Test table scan with NULL values | 8 8 1.3s Test Summary: | Pass Total Time Test DataFrame scan with numerics | 10 10 15.9s Test Summary: | Pass Total Time Test table scan with numerics | 20 20 15.2s Test Summary: | Pass Total Time Test DataFrame scan with various types | 2 2 2.6s Test Summary: | Pass Total Time Test table scan with various types | 4 4 2.8s Test Summary: | Pass Total Time Test DataFrame scan with strings | 1 1 0.9s Test Summary: | Pass Total Time Test table scan with strings | 2 2 1.3s Test Summary: | Pass Total Time Test DataFrame scan projection pushdown | 15 15 4.6s Test Summary: | Pass Total Time Test table scan projection pushdown | 30 30 8.4s Test Summary: | Pass Total Time Test large DataFrame scan | 3 3 18m27.9s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 27 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm8ExpectedINS_8ArrayRefINS_6object12Elf_Sym_ImplINS2_7ELFTypeILNS_10endiannessE1ELb1EEEEEEEED1Ev at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) unknown function (ip: 0x7ad3a6fd4957) at (unknown file) unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== 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:454 poptask at ./task.jl:1187 wait at ./task.jl:1199 #wait#551 at ./condition.jl:141 wait at ./condition.jl:136 [inlined] wait at ./process.jl:694 wait at ./process.jl:687 jfptr_wait_97191.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 subprocess_handler at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2377 unknown function (ip: 0x7cfdea5825f3) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 #201 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2317 withenv at ./env.jl:265 #186 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2138 with_temp_env at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:1996 #182 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2105 #mktempdir#21 at ./file.jl:899 unknown function (ip: 0x7cfdea57330c) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 mktempdir at ./file.jl:895 mktempdir at ./file.jl:895 #sandbox#178 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2052 [inlined] sandbox at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2044 unknown function (ip: 0x7cfdea56c171) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 #test#189 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2302 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2214 [inlined] #test#170 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:481 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:460 unknown function (ip: 0x7cfdea56bda1) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 #test#84 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:159 unknown function (ip: 0x7cfdea56b0c8) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:148 #test#82 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:147 [inlined] #test#81 at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:146 [inlined] test at /source/usr/share/julia/stdlib/v1.12/Pkg/src/API.jl:146 unknown function (ip: 0x7cfdea56048f) at (unknown file) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] do_call at /source/src/interpreter.c:125 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:687 eval_body at /source/src/interpreter.c:562 eval_body at /source/src/interpreter.c:562 jl_interpret_toplevel_thunk at /source/src/interpreter.c:896 jl_toplevel_eval_flex at /source/src/toplevel.c:1070 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 include_string at ./loading.jl:2846 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 _include at ./loading.jl:2906 include at ./Base.jl:300 exec_options at ./client.jl:329 _start at ./client.jl:558 jfptr__start_108457.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] true_main at /source/src/jlapi.c:922 jl_repl_entrypoint at /source/src/jlapi.c:1081 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7cfdf3ee3249) 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) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ 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.12/Profile/src/Profile.jl:1353 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007cfde5e00010 Total snapshots: 51. Utilization: 0% ╎51 @Base/client.jl:558 _start() ╎ 51 @Base/client.jl:329 exec_options(opts::Base.JLOptions) ╎ 51 @Base/Base.jl:300 include(mod::Module, _path::String) ╎ 51 @Base/loading.jl:2906 _include(mapexpr::Function, mod::Module, _path:… ╎ 51 @Base/loading.jl:2846 include_string(mapexpr::typeof(identity), mod:… ╎ 51 @Base/boot.jl:485 eval(m::Module, e::Any) ╎ ╎ 51 @Pkg/src/API.jl:146 kwcall(::@NamedTuple{julia_args::Cmd}, ::typeo… ╎ ╎ 51 @Pkg/src/API.jl:146 #test#81 ╎ ╎ 51 @Pkg/src/API.jl:147 test ╎ ╎ 51 @Pkg/src/API.jl:147 test(pkgs::Vector{String}; kwargs::Base.Pai… ╎ ╎ 51 @Pkg/src/API.jl:148 kwcall(::@NamedTuple{julia_args::Cmd}, ::t… ╎ ╎ ╎ 51 @Pkg/src/API.jl:159 test(pkgs::Vector{Pkg.Types.PackageSpec};… ╎ ╎ ╎ 51 @Pkg/src/API.jl:460 kwcall(::@NamedTuple{julia_args::Cmd, io… ╎ ╎ ╎ 51 @Pkg/src/API.jl:481 test(ctx::Pkg.Types.Context, pkgs::Vect… ╎ ╎ ╎ 51 @Pkg/…perations.jl:2214 test ╎ ╎ ╎ 51 @Pkg/…perations.jl:2302 test(ctx::Pkg.Types.Context, pkgs… ╎ ╎ ╎ ╎ 51 @Pkg/…erations.jl:2044 kwcall(::@NamedTuple{preferences:… ╎ ╎ ╎ ╎ 51 @Pkg/…erations.jl:2052 #sandbox#178 ╎ ╎ ╎ ╎ 51 @Base/file.jl:895 mktempdir(fn::Function) ╎ ╎ ╎ ╎ 51 @Base/file.jl:895 mktempdir(fn::Function, parent::Str… ╎ ╎ ╎ ╎ 51 @Base/file.jl:899 mktempdir(fn::Pkg.Operations.var"#… ╎ ╎ ╎ ╎ ╎ 51 @Pkg/…ations.jl:2105 (::Pkg.Operations.var"#182#183… ╎ ╎ ╎ ╎ ╎ 51 @Pkg/…ations.jl:1996 with_temp_env(fn::Pkg.Operati… ╎ ╎ ╎ ╎ ╎ 51 @Pkg/…tions.jl:2138 (::Pkg.Operations.var"#186#18… ╎ ╎ ╎ ╎ ╎ 51 @Base/env.jl:265 withenv(::Pkg.Operations.var"#2… ╎ ╎ ╎ ╎ ╎ 51 @Pkg/…tions.jl:2317 (::Pkg.Operations.var"#201#… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Pkg/…ions.jl:2377 subprocess_handler(cmd::Cmd… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…ess.jl:687 wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…ess.jl:694 wait(x::Base.Process, sync… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…on.jl:136 wait ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…on.jl:141 wait(c::Base.GenericCondi… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…sk.jl:1199 wait() 50╎ ╎ ╎ ╎ ╎ ╎ ╎ 51 @Base/…sk.jl:1187 poptask(W::Base.Intrus… [27] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/DuckDB/vI6tj/test/test_tbl_scan.jl:310 _ZN4llvm8ExpectedIPKNS_6object12Elf_Sym_ImplINS1_7ELFTypeILNS_10endiannessE1ELb1EEEEEED1Ev at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) unknown function (ip: 0x7ad3a6b04b6f) at (unknown file) unknown function (ip: (nil)) at (unknown file) Allocations: 52021334 (Pool: 52020404; Big: 930); GC: 62 PkgEval terminated after 2724.44s: test duration exceeded the time limit