Package evaluation of DBMigrations on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:26:12.832 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.84s ################################################################################ # Installation # Installing DBMigrations... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [277cf75d] + DBMigrations v2.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [b4567568] + CRC32 v1.1.0 [a10d1c49] + DBInterface v2.6.1 [277cf75d] + DBMigrations v2.1.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [de0858da] + Printf v1.11.0 [4ec0a83e] + Unicode v1.11.0 [83775a58] + Zlib_jll v1.2.13+1 Installation completed after 1.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.06s ################################################################################ # Testing # Testing DBMigrations Status `/tmp/jl_Y5Nh9y/Project.toml` [b4567568] CRC32 v1.1.0 [a10d1c49] DBInterface v2.6.1 [277cf75d] DBMigrations v2.1.0 [0aa819cd] SQLite v1.6.1 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Y5Nh9y/Manifest.toml` [b4567568] CRC32 v1.1.0 [a10d1c49] DBInterface v2.6.1 [277cf75d] DBMigrations v2.1.0 [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 [0aa819cd] SQLite v1.6.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [ea10d353] WeakRefStrings v1.4.2 [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 [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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [83775a58] Zlib_jll v1.2.13+1 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: Unable to query migrations table, attempting to create: │ exception = SQLiteException("no such table: flyway_schema_history") └ @ DBMigrations ~/.julia/packages/DBMigrations/9hsEe/src/DBMigrations.jl:112 [ Info: Applying migrations from file: V1__baseline.sql ┌ Info: Applying migration statement: └ CREATE TABLE points (x INT, y INT, z INT) [ Info: Applied migrations from file: V1__baseline.sql [ Info: Applying migrations from file: V2__latlong.sql ┌ Info: Applying migration statement: └ CREATE TABLE latlong (lat REAL, long REAL) [ Info: Applied migrations from file: V2__latlong.sql [ Info: Applying migrations from file: V3__modify.sql ┌ Info: Applying migration statement: │ --modify sqlite table rename └ ALTER TABLE latlong RENAME TO latlongs [ Info: Applied migrations from file: V3__modify.sql [ Info: Applying migrations from file: V4__modify_back.sql ┌ Info: Applying migration statement: │ --modify sqlite table rename └ ALTER TABLE latlongs RENAME TO latlong [ Info: Applied migrations from file: V4__modify_back.sql [ Info: Applying migrations from file: V5__multiple.sql ┌ Info: Applying migration statement: └ CREATE TABLE points1 (x INT, y INT, z INT) ┌ Info: Applying migration statement: └ CREATE TABLE points2 (x INT, y INT, z INT) ┌ Info: Applying migration statement: └ CREATE TABLE points3 (x INT, y INT, z INT) ┌ Info: Applying migration statement: └ CREATE TABLE points4 (x INT, y INT, z INT) ┌ Info: Applying migration statement: │ --hey comment └ CREATE TABLE points5 (x INT, y INT, z INT) [ Info: Applied migrations from file: V5__multiple.sql [ Info: Applying migrations from file: V6__invalid_syntax.sql ┌ Info: Applying migration statement: └ CREATEX TABLE invalid (x INT, y INT, z INT) Test Summary: | Pass Total Time DBMigrations | 21 21 9.9s Testing DBMigrations tests passed Testing completed after 16.87s PkgEval succeeded after 49.12s