Package evaluation to test DBMigrations on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:45:52.850 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.93s ################################################################################ # Installation # Installing DBMigrations... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [277cf75d] + DBMigrations v2.1.0 Updating `~/.julia/environments/v1.14/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.3.1+2 Installation completed after 1.11s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.58s ################################################################################ # Testing # Testing DBMigrations Status `/tmp/jl_ARzJXf/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_ARzJXf/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.5 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [0aa819cd] SQLite v1.6.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [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 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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 v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.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.3.1+2 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 8.1s Testing DBMigrations tests passed Testing completed after 21.43s PkgEval succeeded after 56.85s