Package evaluation of DBMigrations on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T05:06:56.328 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.26s ################################################################################ # Installation # Installing DBMigrations... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [277cf75d] + DBMigrations v2.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [b4567568] + CRC32 v1.1.0 [a10d1c49] + DBInterface v2.6.1 [277cf75d] + DBMigrations v2.1.0 [ade2ca70] + Dates [8f399da3] + Libdl [de0858da] + Printf [4ec0a83e] + Unicode [83775a58] + Zlib_jll v1.2.13+1 Installation completed after 3.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.33s ################################################################################ # Testing # Testing DBMigrations Status `/tmp/jl_pV0HHx/Project.toml` [b4567568] CRC32 v1.1.0 [a10d1c49] DBInterface v2.6.1 [277cf75d] DBMigrations v2.1.0 [0aa819cd] SQLite v1.6.1 [ade2ca70] Dates [8dfed614] Test Status `/tmp/jl_pV0HHx/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 [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... ┌ 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 7.6s Testing DBMigrations tests passed Testing completed after 14.24s PkgEval succeeded after 41.13s