Package evaluation of SQLCipher on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T06:02:56.696 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.15s ################################################################################ # Installation # Installing SQLCipher... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [e3bbf2a3] + SQLCipher v1.6.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [a10d1c49] + DBInterface v2.6.1 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [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 [e3bbf2a3] + SQLCipher v1.6.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [ea10d353] + WeakRefStrings v1.4.2 [458c3c95] + OpenSSL_jll v3.0.16+0 [dc592094] + SQLCipher_jll v4.5.6+0 [56f22d72] + Artifacts [ade2ca70] + Dates [8f399da3] + Libdl [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode Installation completed after 5.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.13s ################################################################################ # Testing # Testing SQLCipher Status `/tmp/jl_xEOvra/Project.toml` [a10d1c49] DBInterface v2.6.1 [e3bbf2a3] SQLCipher v1.6.1 [0aa819cd] SQLite v1.6.1 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [ade2ca70] Dates [9a3f8284] Random [8dfed614] Test Status `/tmp/jl_xEOvra/Manifest.toml` [a10d1c49] DBInterface v2.6.1 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [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 [e3bbf2a3] SQLCipher v1.6.1 [0aa819cd] SQLite v1.6.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [458c3c95] OpenSSL_jll v3.0.16+0 [dc592094] SQLCipher_jll v4.5.6+0 [76ed43ae] SQLite_jll v3.48.0+0 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [b77e0a4c] InteractiveUtils [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [83775a58] Zlib_jll v1.2.13+1 Testing Running tests... Test Summary: | Pass Total Time basics | 150 150 37.9s Julia to SQLite3 type conversion | 7 7 1.4s DB Connection | 2 2 0.3s SQLite.tables(db) | 12 12 5.9s Issue #207: 32 bit integers | 1 1 0.4s Regular SQLite Tests | 2 2 0.2s close!(query) | None 0.0s Query tables | 4 4 0.2s DBInterface.execute([f]) | 7 7 2.6s isempty(::Query) | 2 2 0.1s empty query has correct schema and return type | 4 4 0.8s Create table, run commit/rollback tests | 6 6 0.6s Dates | 6 6 4.5s Prepared Statements | 20 20 3.2s Register functions | 15 15 7.0s Remove Duplicates | 6 6 0.9s Issue #104: bind!() fails with named parameters | None 0.1s SQLite to Julia type conversion | 2 2 1.5s Issue #158: Missing DB File | 1 1 0.0s Issue #180, Query | 3 3 0.4s Enable extension | 1 1 0.0s show(DB) | 1 1 0.0s SQLite.execute() | 19 19 1.6s Escaping | 1 1 0.1s Issue #193: Throw informative error on duplicate column names | 1 1 0.3s Issue #216: Table should map by name | 1 1 1.0s Issue #216: Table should error if names don't match | 1 1 0.4s Test busy_timeout | 1 1 0.0s Issue #253: Ensure query column names are unique by default | 1 1 0.3s load!() / drop!() table name escaping | 1 1 0.5s load!() column names escaping | 1 1 0.5s Bool column data | 1 1 0.8s serialization edgecases | 2 2 0.2s Stmt scope | 10 10 0.3s ReinterpretArray | 3 3 0.6s encryption | 5 5 1.2s Test Summary: | Pass Total Time SQLite Open Flags | 2 2 0.0s Test Summary: | Pass Total Time misc | 15 15 2.5s Testing SQLCipher tests passed Testing completed after 47.58s PkgEval succeeded after 71.38s