Package evaluation of SQLCipher on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T00:24:54.416 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.07s ################################################################################ # Installation # Installing SQLCipher... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [e3bbf2a3] + SQLCipher v1.6.1 Updating `~/.julia/environments/v1.13/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.3 [aea7be01] + PrecompileTools v1.3.2 [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 [dc592094] + SQLCipher_jll v4.6.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 [9e88b42a] + Serialization v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [458c3c95] + OpenSSL_jll v3.0.16+0 Installation completed after 1.52s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.44s ################################################################################ # Testing # Testing SQLCipher Status `/tmp/jl_D5VZXY/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 v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_D5VZXY/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.3 [aea7be01] PrecompileTools v1.3.2 [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 [dc592094] SQLCipher_jll v4.6.1+0 [76ed43ae] SQLite_jll v3.48.0+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 [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 [458c3c95] OpenSSL_jll v3.0.16+0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... 2025-04-29 00:26:23.993: ERROR CORE sqlcipher_page_cipher: hmac check failed for pgno=1 2025-04-29 00:26:23.993: ERROR CORE sqlite3Codec: error decrypting page 1 data: 1 2025-04-29 00:26:23.993: ERROR CORE sqlcipher_codec_ctx_set_error 1 2025-04-29 00:26:24.384: ERROR CORE sqlcipher_page_cipher: hmac check failed for pgno=1 2025-04-29 00:26:24.384: ERROR CORE sqlite3Codec: error decrypting page 1 data: 1 2025-04-29 00:26:24.384: ERROR CORE sqlcipher_codec_ctx_set_error 1 Test Summary: | Pass Total Time basics | 150 150 52.3s Julia to SQLite3 type conversion | 7 7 1.2s DB Connection | 2 2 0.3s SQLite.tables(db) | 12 12 8.0s Issue #207: 32 bit integers | 1 1 0.6s Regular SQLite Tests | 2 2 0.4s close!(query) | 0 0.0s Query tables | 4 4 0.3s DBInterface.execute([f]) | 7 7 4.0s isempty(::Query) | 2 2 0.1s empty query has correct schema and return type | 4 4 2.2s Create table, run commit/rollback tests | 6 6 0.8s Dates | 6 6 6.5s Prepared Statements | 20 20 4.8s Register functions | 15 15 9.3s Remove Duplicates | 6 6 1.2s Issue #104: bind!() fails with named parameters | 0 0.2s SQLite to Julia type conversion | 2 2 2.0s Issue #158: Missing DB File | 1 1 0.0s Issue #180, Query | 3 3 0.6s Enable extension | 1 1 0.0s show(DB) | 1 1 0.0s SQLite.execute() | 19 19 1.8s 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.4s 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.4s load!() / drop!() table name escaping | 1 1 0.6s load!() column names escaping | 1 1 0.6s Bool column data | 1 1 1.1s serialization edgecases | 2 2 0.3s Stmt scope | 10 10 0.4s ReinterpretArray | 3 3 1.0s 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 3.8s Testing SQLCipher tests passed Testing completed after 66.74s PkgEval succeeded after 101.61s