joblin 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52343,3 +52343,3029 @@ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52343
52343
  TRANSACTION (0.1ms) ROLLBACK
52344
52344
  TRANSACTION (0.0ms) BEGIN
52345
52345
  TRANSACTION (0.1ms) ROLLBACK
52346
+ SQL (0.1ms) SET search_path TO public
52347
+  (135.0ms) DROP DATABASE IF EXISTS "joblin-test"
52348
+  (67.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52349
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52350
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52351
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52352
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 18:58:42.031225', '2025-10-29 18:58:42.031226') RETURNING "key"
52353
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52354
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52355
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52356
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52357
+ TRANSACTION (0.1ms) BEGIN
52358
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52359
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52360
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52361
+ TRANSACTION (0.2ms) COMMIT
52362
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52363
+ TRANSACTION (0.1ms) BEGIN
52364
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52365
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52366
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52367
+ TRANSACTION (0.1ms) COMMIT
52368
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52369
+ SQL (0.0ms) SET search_path TO public
52370
+  (101.1ms) DROP DATABASE IF EXISTS "joblin-test"
52371
+  (61.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52372
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52373
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52374
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52375
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:05:59.034866', '2025-10-29 19:05:59.034869') RETURNING "key"
52376
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52377
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52378
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52379
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52380
+ TRANSACTION (0.0ms) BEGIN
52381
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52382
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52383
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52384
+ TRANSACTION (0.5ms) COMMIT
52385
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52386
+ TRANSACTION (0.0ms) BEGIN
52387
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52388
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52389
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52390
+ TRANSACTION (0.1ms) COMMIT
52391
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52392
+ TRANSACTION (0.0ms) BEGIN
52393
+ TRANSACTION (0.0ms) ROLLBACK
52394
+ TRANSACTION (0.0ms) BEGIN
52395
+ TRANSACTION (0.0ms) ROLLBACK
52396
+ TRANSACTION (0.0ms) BEGIN
52397
+ TRANSACTION (0.5ms) ROLLBACK
52398
+ TRANSACTION (0.1ms) BEGIN
52399
+ TRANSACTION (0.4ms) ROLLBACK
52400
+ TRANSACTION (0.1ms) BEGIN
52401
+ TRANSACTION (0.6ms) ROLLBACK
52402
+ TRANSACTION (0.1ms) BEGIN
52403
+ TRANSACTION (0.2ms) ROLLBACK
52404
+ TRANSACTION (0.0ms) BEGIN
52405
+ TRANSACTION (0.1ms) ROLLBACK
52406
+ TRANSACTION (0.4ms) BEGIN
52407
+ TRANSACTION (0.1ms) ROLLBACK
52408
+ TRANSACTION (0.2ms) BEGIN
52409
+ TRANSACTION (0.1ms) ROLLBACK
52410
+ TRANSACTION (0.0ms) BEGIN
52411
+ TRANSACTION (0.1ms) ROLLBACK
52412
+ TRANSACTION (0.0ms) BEGIN
52413
+ TRANSACTION (0.1ms) ROLLBACK
52414
+ TRANSACTION (0.1ms) BEGIN
52415
+ TRANSACTION (0.1ms) ROLLBACK
52416
+ TRANSACTION (0.0ms) BEGIN
52417
+ TRANSACTION (0.1ms) ROLLBACK
52418
+ TRANSACTION (0.0ms) BEGIN
52419
+ TRANSACTION (0.1ms) ROLLBACK
52420
+ TRANSACTION (0.0ms) BEGIN
52421
+ TRANSACTION (0.1ms) ROLLBACK
52422
+ TRANSACTION (0.1ms) BEGIN
52423
+ TRANSACTION (0.1ms) ROLLBACK
52424
+ TRANSACTION (0.0ms) BEGIN
52425
+ TRANSACTION (0.0ms) ROLLBACK
52426
+ TRANSACTION (0.0ms) BEGIN
52427
+ TRANSACTION (0.0ms) ROLLBACK
52428
+ TRANSACTION (0.1ms) BEGIN
52429
+ TRANSACTION (0.1ms) ROLLBACK
52430
+ TRANSACTION (0.0ms) BEGIN
52431
+ TRANSACTION (0.1ms) ROLLBACK
52432
+ TRANSACTION (0.1ms) BEGIN
52433
+ TRANSACTION (0.0ms) ROLLBACK
52434
+ TRANSACTION (0.1ms) BEGIN
52435
+ TRANSACTION (0.1ms) ROLLBACK
52436
+ TRANSACTION (0.1ms) BEGIN
52437
+ TRANSACTION (0.1ms) ROLLBACK
52438
+ TRANSACTION (0.0ms) BEGIN
52439
+ [ActiveJob] Enqueued RetryingJob (Job ID: c8267a62-a563-4e83-a66f-e04b7a3cc785) to Sidekiq(default)
52440
+ [ActiveJob] [RetryingJob] [c8267a62-a563-4e83-a66f-e04b7a3cc785] Performing RetryingJob (Job ID: c8267a62-a563-4e83-a66f-e04b7a3cc785) from Sidekiq(default) enqueued at 2025-10-29T19:05:59.469414000Z
52441
+ [ActiveJob] [RetryingJob] [c8267a62-a563-4e83-a66f-e04b7a3cc785] Error performing RetryingJob (Job ID: c8267a62-a563-4e83-a66f-e04b7a3cc785) from Sidekiq(default) in 10.25ms: RuntimeError (A Failure):
52442
+ /Users/eknapp/code/joblin/spec/batching/batch_spec.rb:305:in 'RetryingJob#perform'
52443
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:68:in 'block in ActiveJob::Execution#_perform_job'
52444
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
52445
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/active_job.rb:14:in 'block (2 levels) in <module:BatchAwareJob>'
52446
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52447
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52448
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/i18n-1.14.7/lib/i18n.rb:353:in 'I18n::Base#with_locale'
52449
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/translation.rb:9:in 'block (2 levels) in <module:Translation>'
52450
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52451
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52452
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/core_ext/time/zones.rb:65:in 'Time.use_zone'
52453
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/timezones.rb:9:in 'block (2 levels) in <module:Timezones>'
52454
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52455
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52456
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
52457
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:67:in 'ActiveJob::Execution#_perform_job'
52458
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:32:in 'ActiveJob::Instrumentation#_perform_job'
52459
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:51:in 'ActiveJob::Execution#perform_now'
52460
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'block in ActiveJob::Instrumentation#perform_now'
52461
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:13:in 'block in ActiveRecord::Railties::JobRuntime#instrument'
52462
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:40:in 'block in ActiveJob::Instrumentation#instrument'
52463
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'block in ActiveSupport::Notifications.instrument'
52464
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications/instrumenter.rb:58:in 'ActiveSupport::Notifications::Instrumenter#instrument'
52465
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'ActiveSupport::Notifications.instrument'
52466
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:39:in 'ActiveJob::Instrumentation#instrument'
52467
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:11:in 'ActiveRecord::Railties::JobRuntime#instrument'
52468
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'ActiveJob::Instrumentation#perform_now'
52469
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'block in ActiveJob::Logging#perform_now'
52470
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'block in ActiveSupport::TaggedLogging#tagged'
52471
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:38:in 'ActiveSupport::TaggedLogging::Formatter#tagged'
52472
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'ActiveSupport::TaggedLogging#tagged'
52473
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/broadcast_logger.rb:241:in 'ActiveSupport::BroadcastLogger#method_missing'
52474
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:39:in 'ActiveJob::Logging#tag_logger'
52475
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'ActiveJob::Logging#perform_now'
52476
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:29:in 'block in ActiveJob::Execution::ClassMethods#execute'
52477
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
52478
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/railtie.rb:95:in 'block (4 levels) in <class:Railtie>'
52479
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/reloader.rb:77:in 'block in ActiveSupport::Reloader.wrap'
52480
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/execution_wrapper.rb:91:in 'ActiveSupport::ExecutionWrapper.wrap'
52481
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/reloader.rb:74:in 'ActiveSupport::Reloader.wrap'
52482
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/railtie.rb:94:in 'block (3 levels) in <class:Railtie>'
52483
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52484
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52485
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
52486
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:27:in 'ActiveJob::Execution::ClassMethods#execute'
52487
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/rails.rb:13:in 'Sidekiq::ActiveJob::Wrapper#perform'
52488
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:295:in 'Sidekiq::Job::ClassMethods#execute_job'
52489
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:290:in 'block in Sidekiq::Job::ClassMethods#process_job'
52490
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:180:in 'Sidekiq::Middleware::Chain#traverse'
52491
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:183:in 'block in Sidekiq::Middleware::Chain#traverse'
52492
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/sidekiq.rb:77:in 'Joblin::Batching::Compat::Sidekiq::ServerMiddleware#call'
52493
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:182:in 'Sidekiq::Middleware::Chain#traverse'
52494
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:173:in 'Sidekiq::Middleware::Chain#invoke'
52495
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:289:in 'Sidekiq::Job::ClassMethods#process_job'
52496
+ /Users/eknapp/code/joblin/spec/batching/batch_spec.rb:326:in 'block (4 levels) in <top (required)>'
52497
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
52498
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
52499
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
52500
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
52501
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
52502
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52503
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
52504
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-rails-8.0.2/lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
52505
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
52506
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
52507
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
52508
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52509
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
52510
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52511
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
52512
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
52513
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
52514
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
52515
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
52516
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'Array#map'
52517
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
52518
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
52519
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52520
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52521
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52522
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52523
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52524
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52525
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
52526
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'Array#map'
52527
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
52528
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
52529
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
52530
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
52531
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
52532
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
52533
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
52534
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
52535
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/exe/rspec:4:in '<top (required)>'
52536
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in 'Kernel#load'
52537
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in '<top (required)>'
52538
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
52539
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
52540
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
52541
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
52542
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
52543
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
52544
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
52545
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
52546
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
52547
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
52548
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:28:in 'block in <top (required)>'
52549
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
52550
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:20:in '<top (required)>'
52551
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in 'Kernel#load'
52552
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in '<main>'
52553
+ [ActiveJob] [RetryingJob] [c8267a62-a563-4e83-a66f-e04b7a3cc785] Performing RetryingJob (Job ID: c8267a62-a563-4e83-a66f-e04b7a3cc785) from Sidekiq(default) enqueued at 2025-10-29T19:05:59.469414000Z
52554
+ [ActiveJob] [RetryingJob] [c8267a62-a563-4e83-a66f-e04b7a3cc785] Performed RetryingJob (Job ID: c8267a62-a563-4e83-a66f-e04b7a3cc785) from Sidekiq(default) in 3.93ms
52555
+ TRANSACTION (0.1ms) ROLLBACK
52556
+ TRANSACTION (0.1ms) BEGIN
52557
+ TRANSACTION (0.1ms) ROLLBACK
52558
+ TRANSACTION (0.1ms) BEGIN
52559
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: b3a5e77f-06a2-48f8-a8f3-f629b3ebd6fa) to Sidekiq(default)
52560
+ TRANSACTION (0.0ms) ROLLBACK
52561
+ TRANSACTION (0.0ms) BEGIN
52562
+ TRANSACTION (0.0ms) ROLLBACK
52563
+ TRANSACTION (0.0ms) BEGIN
52564
+ TRANSACTION (0.1ms) ROLLBACK
52565
+ TRANSACTION (0.1ms) BEGIN
52566
+ TRANSACTION (0.1ms) ROLLBACK
52567
+ TRANSACTION (0.1ms) BEGIN
52568
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: 9b47402f-b4cc-4db1-87d5-7a9cd26d5efa) to Test(default) with arguments: "SampleCallback", "complete", {"a" => "b"}, "fvP3UAYsvEzbsA", nil
52569
+ TRANSACTION (0.1ms) ROLLBACK
52570
+ TRANSACTION (0.1ms) BEGIN
52571
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: bd4daf76-b50c-4901-8669-9d8c3d517650) to Test(default) with arguments: "SampleCallback", "complete", {"a" => "b"}, "A0kZROwqVJHpmg", nil
52572
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: 3de269a8-fe53-4fab-a085-a039161fcad2) to Test(default) with arguments: "SampleCallback2", "complete", {"b" => "a"}, "A0kZROwqVJHpmg", nil
52573
+ TRANSACTION (0.0ms) ROLLBACK
52574
+ TRANSACTION (0.0ms) BEGIN
52575
+ TRANSACTION (0.1ms) ROLLBACK
52576
+ TRANSACTION (0.1ms) BEGIN
52577
+ TRANSACTION (0.0ms) ROLLBACK
52578
+ TRANSACTION (0.0ms) BEGIN
52579
+ TRANSACTION (0.0ms) ROLLBACK
52580
+ SQL (0.1ms) SET search_path TO public
52581
+  (89.3ms) DROP DATABASE IF EXISTS "joblin-test"
52582
+  (68.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52583
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52584
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52585
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52586
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:00.690057', '2025-10-29 19:06:00.690058') RETURNING "key"
52587
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52588
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52589
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52590
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52591
+ TRANSACTION (0.1ms) BEGIN
52592
+  (2.3ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52593
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52594
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52595
+ TRANSACTION (0.1ms) COMMIT
52596
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52597
+ TRANSACTION (0.0ms) BEGIN
52598
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52599
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52600
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52601
+ TRANSACTION (0.3ms) COMMIT
52602
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52603
+ TRANSACTION (0.0ms) BEGIN
52604
+ TRANSACTION (0.0ms) ROLLBACK
52605
+ TRANSACTION (0.0ms) BEGIN
52606
+ TRANSACTION (0.0ms) ROLLBACK
52607
+ TRANSACTION (0.0ms) BEGIN
52608
+ TRANSACTION (0.0ms) ROLLBACK
52609
+ TRANSACTION (0.0ms) BEGIN
52610
+ TRANSACTION (0.0ms) ROLLBACK
52611
+ TRANSACTION (0.0ms) BEGIN
52612
+ TRANSACTION (0.0ms) ROLLBACK
52613
+ SQL (0.1ms) SET search_path TO public
52614
+  (103.2ms) DROP DATABASE IF EXISTS "joblin-test"
52615
+  (85.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52616
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52617
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52618
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52619
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:02.167187', '2025-10-29 19:06:02.167189') RETURNING "key"
52620
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52621
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52622
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52623
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52624
+ TRANSACTION (0.0ms) BEGIN
52625
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52626
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52627
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52628
+ TRANSACTION (0.2ms) COMMIT
52629
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52630
+ TRANSACTION (0.0ms) BEGIN
52631
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52632
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52633
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52634
+ TRANSACTION (0.1ms) COMMIT
52635
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52636
+ TRANSACTION (0.0ms) BEGIN
52637
+ [ActiveJob] [BatchTestJobBase] [d1e93281-e458-4955-b6d1-4d9ff617d5fb] Performing BatchTestJobBase (Job ID: d1e93281-e458-4955-b6d1-4d9ff617d5fb) from Test(default)
52638
+ [ActiveJob] [BatchTestJobBase] [d1e93281-e458-4955-b6d1-4d9ff617d5fb] Performed BatchTestJobBase (Job ID: d1e93281-e458-4955-b6d1-4d9ff617d5fb) from Test(default) in 0.29ms
52639
+ TRANSACTION (0.0ms) ROLLBACK
52640
+ TRANSACTION (0.0ms) BEGIN
52641
+ [ActiveJob] [BatchTestJobBase] [f4b3a5f7-8dac-457d-b99e-5cd4612d4d2a] Performing BatchTestJobBase (Job ID: f4b3a5f7-8dac-457d-b99e-5cd4612d4d2a) from Test(default)
52642
+ [ActiveJob] [BatchTestJobBase] [f4b3a5f7-8dac-457d-b99e-5cd4612d4d2a] Performed BatchTestJobBase (Job ID: f4b3a5f7-8dac-457d-b99e-5cd4612d4d2a) from Test(default) in 0.12ms
52643
+ TRANSACTION (0.0ms) ROLLBACK
52644
+ TRANSACTION (0.0ms) BEGIN
52645
+ [ActiveJob] [BatchTestJobBase] [2a6c89d8-c52e-471e-8067-0647ae40bfd6] Performing BatchTestJobBase (Job ID: 2a6c89d8-c52e-471e-8067-0647ae40bfd6) from Test(default)
52646
+ [ActiveJob] [BatchTestJobBase] [2a6c89d8-c52e-471e-8067-0647ae40bfd6] Performed BatchTestJobBase (Job ID: 2a6c89d8-c52e-471e-8067-0647ae40bfd6) from Test(default) in 0.09ms
52647
+ TRANSACTION (0.0ms) ROLLBACK
52648
+ TRANSACTION (0.0ms) BEGIN
52649
+ [ActiveJob] [FailingBatchTestJobBase] [451fcec0-c25a-4b04-983c-58d5fd936810] Performing FailingBatchTestJobBase (Job ID: 451fcec0-c25a-4b04-983c-58d5fd936810) from Test(default)
52650
+ [ActiveJob] [FailingBatchTestJobBase] [451fcec0-c25a-4b04-983c-58d5fd936810] Error performing FailingBatchTestJobBase (Job ID: 451fcec0-c25a-4b04-983c-58d5fd936810) from Test(default) in 0.17ms: RuntimeError (Foo):
52651
+ /Users/eknapp/code/joblin/spec/batching/support/base_job.rb:12:in 'FailingBatchTestJobBase#perform'
52652
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:68:in 'block in ActiveJob::Execution#_perform_job'
52653
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
52654
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/active_job.rb:14:in 'block (2 levels) in <module:BatchAwareJob>'
52655
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52656
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52657
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/i18n-1.14.7/lib/i18n.rb:348:in 'I18n::Base#with_locale'
52658
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/translation.rb:9:in 'block (2 levels) in <module:Translation>'
52659
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52660
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52661
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/core_ext/time/zones.rb:65:in 'Time.use_zone'
52662
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/timezones.rb:9:in 'block (2 levels) in <module:Timezones>'
52663
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
52664
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
52665
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
52666
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:67:in 'ActiveJob::Execution#_perform_job'
52667
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:32:in 'ActiveJob::Instrumentation#_perform_job'
52668
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:51:in 'ActiveJob::Execution#perform_now'
52669
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'block in ActiveJob::Instrumentation#perform_now'
52670
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:13:in 'block in ActiveRecord::Railties::JobRuntime#instrument'
52671
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:40:in 'block in ActiveJob::Instrumentation#instrument'
52672
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'block in ActiveSupport::Notifications.instrument'
52673
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications/instrumenter.rb:58:in 'ActiveSupport::Notifications::Instrumenter#instrument'
52674
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'ActiveSupport::Notifications.instrument'
52675
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:39:in 'ActiveJob::Instrumentation#instrument'
52676
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:11:in 'ActiveRecord::Railties::JobRuntime#instrument'
52677
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'ActiveJob::Instrumentation#perform_now'
52678
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'block in ActiveJob::Logging#perform_now'
52679
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'block in ActiveSupport::TaggedLogging#tagged'
52680
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:38:in 'ActiveSupport::TaggedLogging::Formatter#tagged'
52681
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'ActiveSupport::TaggedLogging#tagged'
52682
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/broadcast_logger.rb:241:in 'ActiveSupport::BroadcastLogger#method_missing'
52683
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:39:in 'ActiveJob::Logging#tag_logger'
52684
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'ActiveJob::Logging#perform_now'
52685
+ /Users/eknapp/code/joblin/spec/batching/compat/active_job_spec.rb:47:in 'block (6 levels) in <top (required)>'
52686
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
52687
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
52688
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
52689
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
52690
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
52691
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52692
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
52693
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-rails-8.0.2/lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
52694
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
52695
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
52696
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
52697
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52698
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
52699
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
52700
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
52701
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
52702
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
52703
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
52704
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
52705
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'Array#map'
52706
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
52707
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
52708
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52709
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52710
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52711
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52712
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52713
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52714
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52715
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52716
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52717
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
52718
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
52719
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
52720
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
52721
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'Array#map'
52722
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
52723
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
52724
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
52725
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
52726
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
52727
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
52728
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
52729
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
52730
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/exe/rspec:4:in '<top (required)>'
52731
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in 'Kernel#load'
52732
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in '<top (required)>'
52733
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
52734
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
52735
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
52736
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
52737
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
52738
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
52739
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
52740
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
52741
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
52742
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
52743
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:28:in 'block in <top (required)>'
52744
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
52745
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:20:in '<top (required)>'
52746
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in 'Kernel#load'
52747
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in '<main>'
52748
+ TRANSACTION (0.0ms) ROLLBACK
52749
+ TRANSACTION (0.0ms) BEGIN
52750
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 2b591075-51cc-45a6-9bb3-5d83b82c8c69) to Test(default)
52751
+ TRANSACTION (0.0ms) ROLLBACK
52752
+ TRANSACTION (0.0ms) BEGIN
52753
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: b288af76-0d1e-43cb-a958-2c4441398676) to Test(default)
52754
+ TRANSACTION (0.1ms) ROLLBACK
52755
+ TRANSACTION (0.0ms) BEGIN
52756
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 2d49f9e6-af49-4b07-8900-4a867cae7a80) to Test(default)
52757
+ TRANSACTION (0.0ms) ROLLBACK
52758
+ TRANSACTION (0.0ms) BEGIN
52759
+ TRANSACTION (0.0ms) ROLLBACK
52760
+ TRANSACTION (0.0ms) BEGIN
52761
+ TRANSACTION (0.0ms) ROLLBACK
52762
+ TRANSACTION (0.0ms) BEGIN
52763
+ TRANSACTION (0.0ms) ROLLBACK
52764
+ SQL (0.1ms) SET search_path TO public
52765
+  (74.8ms) DROP DATABASE IF EXISTS "joblin-test"
52766
+  (77.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52767
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52768
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52769
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52770
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:03.537311', '2025-10-29 19:06:03.537313') RETURNING "key"
52771
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52772
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52773
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52774
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52775
+ TRANSACTION (0.0ms) BEGIN
52776
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52777
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52778
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52779
+ TRANSACTION (0.1ms) COMMIT
52780
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52781
+ TRANSACTION (0.0ms) BEGIN
52782
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52783
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52784
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52785
+ TRANSACTION (0.1ms) COMMIT
52786
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52787
+ TRANSACTION (0.1ms) BEGIN
52788
+ TRANSACTION (0.1ms) ROLLBACK
52789
+ TRANSACTION (0.0ms) BEGIN
52790
+ TRANSACTION (0.1ms) ROLLBACK
52791
+ TRANSACTION (0.1ms) BEGIN
52792
+ TRANSACTION (0.1ms) ROLLBACK
52793
+ TRANSACTION (0.1ms) BEGIN
52794
+ TRANSACTION (0.0ms) ROLLBACK
52795
+ TRANSACTION (0.0ms) BEGIN
52796
+ TRANSACTION (0.1ms) ROLLBACK
52797
+ TRANSACTION (0.0ms) BEGIN
52798
+ TRANSACTION (0.1ms) ROLLBACK
52799
+ TRANSACTION (0.0ms) BEGIN
52800
+ TRANSACTION (0.1ms) ROLLBACK
52801
+ TRANSACTION (0.1ms) BEGIN
52802
+ TRANSACTION (0.1ms) ROLLBACK
52803
+ TRANSACTION (0.0ms) BEGIN
52804
+ TRANSACTION (0.1ms) ROLLBACK
52805
+ TRANSACTION (0.1ms) BEGIN
52806
+ TRANSACTION (0.1ms) ROLLBACK
52807
+ TRANSACTION (0.0ms) BEGIN
52808
+ TRANSACTION (0.1ms) ROLLBACK
52809
+ TRANSACTION (0.0ms) BEGIN
52810
+ TRANSACTION (0.0ms) ROLLBACK
52811
+ TRANSACTION (0.0ms) BEGIN
52812
+ TRANSACTION (0.0ms) ROLLBACK
52813
+ SQL (0.0ms) SET search_path TO public
52814
+  (100.0ms) DROP DATABASE IF EXISTS "joblin-test"
52815
+  (65.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52816
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52817
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52818
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52819
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:04.954555', '2025-10-29 19:06:04.954557') RETURNING "key"
52820
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52821
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52822
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52823
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52824
+ TRANSACTION (0.0ms) BEGIN
52825
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52826
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52827
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52828
+ TRANSACTION (0.3ms) COMMIT
52829
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52830
+ TRANSACTION (0.0ms) BEGIN
52831
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52832
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52833
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52834
+ TRANSACTION (0.1ms) COMMIT
52835
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52836
+ TRANSACTION (0.1ms) BEGIN
52837
+ [ActiveJob] Enqueued ContextedJob (Job ID: 159b6828-9389-48c6-8aa4-2b466aa928c2) to Sidekiq(default)
52838
+ [ActiveJob] [ContextedJob] [159b6828-9389-48c6-8aa4-2b466aa928c2] Performing ContextedJob (Job ID: 159b6828-9389-48c6-8aa4-2b466aa928c2) from Sidekiq(default) enqueued at 2025-10-29T19:06:05.208024000Z
52839
+ [ActiveJob] [ContextedJob] [159b6828-9389-48c6-8aa4-2b466aa928c2] Performed ContextedJob (Job ID: 159b6828-9389-48c6-8aa4-2b466aa928c2) from Sidekiq(default) in 5.04ms
52840
+ TRANSACTION (0.1ms) ROLLBACK
52841
+ TRANSACTION (0.0ms) BEGIN
52842
+ [ActiveJob] Enqueued ContextedJob (Job ID: cb0550bb-c6da-48b9-ba50-fa85f8f15659) to Sidekiq(default)
52843
+ [ActiveJob] [ContextedJob] [cb0550bb-c6da-48b9-ba50-fa85f8f15659] Performing ContextedJob (Job ID: cb0550bb-c6da-48b9-ba50-fa85f8f15659) from Sidekiq(default) enqueued at 2025-10-29T19:06:05.215960000Z
52844
+ [ActiveJob] [ContextedJob] [cb0550bb-c6da-48b9-ba50-fa85f8f15659] Performed ContextedJob (Job ID: cb0550bb-c6da-48b9-ba50-fa85f8f15659) from Sidekiq(default) in 3.19ms
52845
+ TRANSACTION (0.1ms) ROLLBACK
52846
+ TRANSACTION (0.1ms) BEGIN
52847
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: cbb02262-d298-4d48-9900-beec54afa1ca) to Sidekiq(default)
52848
+ [ActiveJob] [BatchTestJobBase] [cbb02262-d298-4d48-9900-beec54afa1ca] Performing BatchTestJobBase (Job ID: cbb02262-d298-4d48-9900-beec54afa1ca) from Sidekiq(default) enqueued at 2025-10-29T19:06:05.220690000Z
52849
+ [ActiveJob] [BatchTestJobBase] [cbb02262-d298-4d48-9900-beec54afa1ca] Performed BatchTestJobBase (Job ID: cbb02262-d298-4d48-9900-beec54afa1ca) from Sidekiq(default) in 2.19ms
52850
+ [ActiveJob] Enqueued ContextedJob (Job ID: 20434d2a-7936-48d7-8a4b-8971532ff1f8) to Sidekiq(default)
52851
+ [ActiveJob] [ContextedJob] [20434d2a-7936-48d7-8a4b-8971532ff1f8] Performing ContextedJob (Job ID: 20434d2a-7936-48d7-8a4b-8971532ff1f8) from Sidekiq(default) enqueued at 2025-10-29T19:06:05.223435000Z
52852
+ [ActiveJob] [ContextedJob] [20434d2a-7936-48d7-8a4b-8971532ff1f8] Performed ContextedJob (Job ID: 20434d2a-7936-48d7-8a4b-8971532ff1f8) from Sidekiq(default) in 2.42ms
52853
+ TRANSACTION (0.1ms) ROLLBACK
52854
+ SQL (0.1ms) SET search_path TO public
52855
+  (88.3ms) DROP DATABASE IF EXISTS "joblin-test"
52856
+  (71.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52857
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52858
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52859
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52860
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:06.637533', '2025-10-29 19:06:06.637535') RETURNING "key"
52861
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
52862
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52863
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52864
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52865
+ TRANSACTION (0.0ms) BEGIN
52866
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52867
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52868
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52869
+ TRANSACTION (0.1ms) COMMIT
52870
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52871
+ TRANSACTION (0.1ms) BEGIN
52872
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52873
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52874
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52875
+ TRANSACTION (0.1ms) COMMIT
52876
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52877
+ TRANSACTION (0.0ms) BEGIN
52878
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 2cacf055-1336-4e59-b125-8084f7037406) to Test(default)
52879
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 99348bed-738c-4388-9ce5-49c661146726) to Test(default)
52880
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 2078c9e2-08a3-4846-8a2e-00c89f4f2d18) to Test(default)
52881
+ TRANSACTION (0.1ms) ROLLBACK
52882
+ TRANSACTION (0.1ms) BEGIN
52883
+ [ActiveJob] Enqueued WorkerA (Job ID: a24bb129-92e8-44c0-b563-23a2cc41eb8f) to Test(default)
52884
+ [ActiveJob] Enqueued WorkerB (Job ID: 91a2ef2a-44fe-452d-9065-7497f4f70a9f) to Test(default)
52885
+ [ActiveJob] Enqueued WorkerA (Job ID: e59f3b39-d4ff-4cf1-bfca-fd3708304263) to Test(default)
52886
+ [ActiveJob] Enqueued WorkerC (Job ID: 6d966633-0bfb-4174-abfc-0a20fa738035) to Test(default)
52887
+ TRANSACTION (0.0ms) ROLLBACK
52888
+ SQL (0.1ms) SET search_path TO public
52889
+  (127.6ms) DROP DATABASE IF EXISTS "joblin-test"
52890
+  (84.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
52891
+  (3.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
52892
+  (2.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
52893
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52894
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:08.550320', '2025-10-29 19:06:08.550322') RETURNING "key"
52895
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
52896
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52897
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
52898
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
52899
+ TRANSACTION (0.0ms) BEGIN
52900
+  (2.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
52901
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
52902
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
52903
+ TRANSACTION (0.1ms) COMMIT
52904
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
52905
+ TRANSACTION (0.0ms) BEGIN
52906
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
52907
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
52908
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
52909
+ TRANSACTION (0.1ms) COMMIT
52910
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
52911
+ TRANSACTION (0.0ms) BEGIN
52912
+ TRANSACTION (0.1ms) ROLLBACK
52913
+ TRANSACTION (0.1ms) BEGIN
52914
+ TRANSACTION (0.1ms) ROLLBACK
52915
+ TRANSACTION (0.0ms) BEGIN
52916
+ [ActiveJob] [BatchTestJobBase] [208c42bf-0441-4737-8c4f-9dcebf4571c5] Performing BatchTestJobBase (Job ID: 208c42bf-0441-4737-8c4f-9dcebf4571c5) from Test(default) enqueued at 2025-10-29T19:06:08.875287000Z with arguments: 1
52917
+ [ActiveJob] [BatchTestJobBase] [208c42bf-0441-4737-8c4f-9dcebf4571c5] Performed BatchTestJobBase (Job ID: 208c42bf-0441-4737-8c4f-9dcebf4571c5) from Test(default) in 6.59ms
52918
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 208c42bf-0441-4737-8c4f-9dcebf4571c5) to Test(default) with arguments: 1
52919
+ [ActiveJob] [BatchTestJobBase] [c4b798f0-19f6-4089-9595-a691c61a63cc] Performing BatchTestJobBase (Job ID: c4b798f0-19f6-4089-9595-a691c61a63cc) from Test(default) enqueued at 2025-10-29T19:06:08.882748000Z with arguments: 1
52920
+ [ActiveJob] [BatchTestJobBase] [c4b798f0-19f6-4089-9595-a691c61a63cc] Performed BatchTestJobBase (Job ID: c4b798f0-19f6-4089-9595-a691c61a63cc) from Test(default) in 2.15ms
52921
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: c4b798f0-19f6-4089-9595-a691c61a63cc) to Test(default) with arguments: 1
52922
+ TRANSACTION (0.2ms) ROLLBACK
52923
+ TRANSACTION (0.1ms) BEGIN
52924
+ [ActiveJob] [BatchTestJobBase] [f573aaa7-c414-4491-89fa-6151730d3ad0] Performing BatchTestJobBase (Job ID: f573aaa7-c414-4491-89fa-6151730d3ad0) from Test(default) enqueued at 2025-10-29T19:06:08.894481000Z with arguments: 1
52925
+ [ActiveJob] [BatchTestJobBase] [f573aaa7-c414-4491-89fa-6151730d3ad0] Performed BatchTestJobBase (Job ID: f573aaa7-c414-4491-89fa-6151730d3ad0) from Test(default) in 2.24ms
52926
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: f573aaa7-c414-4491-89fa-6151730d3ad0) to Test(default) with arguments: 1
52927
+ [ActiveJob] [BatchTestJobBase] [2b1ab980-1986-4980-b811-eb4346981c73] Performing BatchTestJobBase (Job ID: 2b1ab980-1986-4980-b811-eb4346981c73) from Test(default) enqueued at 2025-10-29T19:06:08.897330000Z with arguments: 1
52928
+ [ActiveJob] [BatchTestJobBase] [2b1ab980-1986-4980-b811-eb4346981c73] Performed BatchTestJobBase (Job ID: 2b1ab980-1986-4980-b811-eb4346981c73) from Test(default) in 2.28ms
52929
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 2b1ab980-1986-4980-b811-eb4346981c73) to Test(default) with arguments: 1
52930
+ [ActiveJob] [BatchTestJobBase] [7617b527-1e92-4240-9d35-375501db02df] Performing BatchTestJobBase (Job ID: 7617b527-1e92-4240-9d35-375501db02df) from Test(default) enqueued at 2025-10-29T19:06:08.900389000Z with arguments: 1
52931
+ [ActiveJob] [BatchTestJobBase] [7617b527-1e92-4240-9d35-375501db02df] Performed BatchTestJobBase (Job ID: 7617b527-1e92-4240-9d35-375501db02df) from Test(default) in 1.98ms
52932
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 7617b527-1e92-4240-9d35-375501db02df) to Test(default) with arguments: 1
52933
+ TRANSACTION (0.1ms) ROLLBACK
52934
+ TRANSACTION (0.1ms) BEGIN
52935
+ TRANSACTION (0.1ms) ROLLBACK
52936
+ TRANSACTION (0.1ms) BEGIN
52937
+ TRANSACTION (0.1ms) ROLLBACK
52938
+ TRANSACTION (0.1ms) BEGIN
52939
+ TRANSACTION (0.1ms) ROLLBACK
52940
+ TRANSACTION (0.1ms) BEGIN
52941
+ TRANSACTION (0.1ms) ROLLBACK
52942
+ TRANSACTION (0.0ms) BEGIN
52943
+ TRANSACTION (0.1ms) ROLLBACK
52944
+ TRANSACTION (0.1ms) BEGIN
52945
+ TRANSACTION (0.1ms) ROLLBACK
52946
+ TRANSACTION (0.1ms) BEGIN
52947
+ TRANSACTION (0.1ms) ROLLBACK
52948
+ TRANSACTION (0.0ms) BEGIN
52949
+ TRANSACTION (0.1ms) ROLLBACK
52950
+ TRANSACTION (0.0ms) BEGIN
52951
+ TRANSACTION (0.1ms) ROLLBACK
52952
+ TRANSACTION (0.1ms) BEGIN
52953
+ TRANSACTION (0.1ms) ROLLBACK
52954
+ TRANSACTION (0.2ms) BEGIN
52955
+ TRANSACTION (0.2ms) ROLLBACK
52956
+ TRANSACTION (0.1ms) BEGIN
52957
+ TRANSACTION (0.1ms) ROLLBACK
52958
+ TRANSACTION (0.1ms) BEGIN
52959
+ TRANSACTION (0.1ms) ROLLBACK
52960
+ TRANSACTION (0.1ms) BEGIN
52961
+ TRANSACTION (0.1ms) ROLLBACK
52962
+ TRANSACTION (0.1ms) BEGIN
52963
+ TRANSACTION (0.1ms) ROLLBACK
52964
+ TRANSACTION (0.1ms) BEGIN
52965
+ TRANSACTION (0.1ms) ROLLBACK
52966
+ TRANSACTION (0.1ms) BEGIN
52967
+ TRANSACTION (0.2ms) ROLLBACK
52968
+ TRANSACTION (0.1ms) BEGIN
52969
+ TRANSACTION (0.1ms) ROLLBACK
52970
+ TRANSACTION (0.0ms) BEGIN
52971
+ TRANSACTION (0.1ms) ROLLBACK
52972
+ TRANSACTION (0.1ms) BEGIN
52973
+ TRANSACTION (0.1ms) ROLLBACK
52974
+ TRANSACTION (0.2ms) BEGIN
52975
+ TRANSACTION (0.1ms) ROLLBACK
52976
+ TRANSACTION (0.0ms) BEGIN
52977
+ TRANSACTION (0.1ms) ROLLBACK
52978
+ TRANSACTION (0.1ms) BEGIN
52979
+ TRANSACTION (0.1ms) ROLLBACK
52980
+ TRANSACTION (0.1ms) BEGIN
52981
+ TRANSACTION (0.1ms) ROLLBACK
52982
+ TRANSACTION (0.1ms) BEGIN
52983
+ TRANSACTION (0.1ms) ROLLBACK
52984
+ TRANSACTION (0.0ms) BEGIN
52985
+ TRANSACTION (0.1ms) ROLLBACK
52986
+ TRANSACTION (0.0ms) BEGIN
52987
+ TRANSACTION (0.1ms) ROLLBACK
52988
+ TRANSACTION (0.0ms) BEGIN
52989
+ TRANSACTION (0.1ms) ROLLBACK
52990
+ TRANSACTION (0.1ms) BEGIN
52991
+ TRANSACTION (0.1ms) ROLLBACK
52992
+ TRANSACTION (0.0ms) BEGIN
52993
+ TRANSACTION (0.1ms) ROLLBACK
52994
+ TRANSACTION (0.1ms) BEGIN
52995
+ TRANSACTION (0.1ms) ROLLBACK
52996
+ TRANSACTION (0.1ms) BEGIN
52997
+ TRANSACTION (0.1ms) ROLLBACK
52998
+ TRANSACTION (0.1ms) BEGIN
52999
+ TRANSACTION (0.1ms) ROLLBACK
53000
+ TRANSACTION (0.1ms) BEGIN
53001
+ TRANSACTION (0.1ms) ROLLBACK
53002
+ SQL (0.1ms) SET search_path TO public
53003
+  (118.0ms) DROP DATABASE IF EXISTS "joblin-test"
53004
+  (71.2ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53005
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53006
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53007
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53008
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:10.467983', '2025-10-29 19:06:10.467986') RETURNING "key"
53009
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53010
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53011
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53012
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53013
+ TRANSACTION (0.0ms) BEGIN
53014
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53015
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53016
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53017
+ TRANSACTION (0.1ms) COMMIT
53018
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53019
+ TRANSACTION (0.0ms) BEGIN
53020
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53021
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53022
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53023
+ TRANSACTION (0.1ms) COMMIT
53024
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53025
+ TRANSACTION (0.0ms) BEGIN
53026
+ TRANSACTION (0.1ms) ROLLBACK
53027
+ TRANSACTION (0.0ms) BEGIN
53028
+ TRANSACTION (0.1ms) ROLLBACK
53029
+ TRANSACTION (0.0ms) BEGIN
53030
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 61f09c27-9a4e-4f12-baa9-79d6365de786) to Test(default)
53031
+ TRANSACTION (0.0ms) ROLLBACK
53032
+ TRANSACTION (0.0ms) BEGIN
53033
+ TRANSACTION (0.0ms) ROLLBACK
53034
+ TRANSACTION (0.0ms) BEGIN
53035
+ TRANSACTION (0.0ms) ROLLBACK
53036
+ TRANSACTION (0.0ms) BEGIN
53037
+ TRANSACTION (0.0ms) ROLLBACK
53038
+ TRANSACTION (0.0ms) BEGIN
53039
+ TRANSACTION (0.0ms) ROLLBACK
53040
+ TRANSACTION (0.0ms) BEGIN
53041
+ TRANSACTION (0.0ms) ROLLBACK
53042
+ TRANSACTION (0.0ms) BEGIN
53043
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 700106e7-173d-4e76-a5e2-e033a5539c96) to Test(default)
53044
+ TRANSACTION (0.0ms) ROLLBACK
53045
+ SQL (0.1ms) SET search_path TO public
53046
+  (109.6ms) DROP DATABASE IF EXISTS "joblin-test"
53047
+  (86.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53048
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53049
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53050
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53051
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:12.086968', '2025-10-29 19:06:12.086970') RETURNING "key"
53052
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
53053
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53054
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53055
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53056
+ TRANSACTION (0.0ms) BEGIN
53057
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53058
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53059
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53060
+ TRANSACTION (0.2ms) COMMIT
53061
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53062
+ TRANSACTION (0.0ms) BEGIN
53063
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53064
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53065
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53066
+ TRANSACTION (0.1ms) COMMIT
53067
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53068
+ TRANSACTION (0.1ms) BEGIN
53069
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
53070
+ Joblin::BackgroundTask Create (1.1ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:06:12.360392"], ["updated_at", "2025-10-29 19:06:12.360392"]]
53071
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
53072
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
53073
+ Joblin::BackgroundTask Update (0.6ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"foo\":\"bar\"}"], ["updated_at", "2025-10-29 19:06:12.362400"], ["id", 1]]
53074
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
53075
+ Joblin::BackgroundTask Load (0.4ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
53076
+ TRANSACTION (0.1ms) ROLLBACK
53077
+ TRANSACTION (0.1ms) BEGIN
53078
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53079
+ Joblin::BackgroundTask Create (0.3ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:06:12.372261"], ["updated_at", "2025-10-29 19:06:12.372261"]]
53080
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
53081
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53082
+ Joblin::BackgroundTask Update (0.2ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"ref\":\"gid://combustion/Joblin::BackgroundTask/2\"}"], ["updated_at", "2025-10-29 19:06:12.372902"], ["id", 2]]
53083
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
53084
+ Joblin::BackgroundTask Load (0.1ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
53085
+ Joblin::BackgroundTask Load (0.2ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
53086
+ TRANSACTION (0.2ms) ROLLBACK
53087
+ TRANSACTION (0.0ms) BEGIN
53088
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53089
+ Joblin::BackgroundTask Create (0.2ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:06:12.375823"], ["updated_at", "2025-10-29 19:06:12.375823"]]
53090
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
53091
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53092
+ Joblin::BackgroundTask Update (0.2ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"foo\":\"bar\"}"], ["updated_at", "2025-10-29 19:06:12.376366"], ["id", 3]]
53093
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
53094
+ Joblin::BackgroundTask Load (0.1ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]
53095
+ TRANSACTION (0.1ms) ROLLBACK
53096
+ TRANSACTION (0.0ms) BEGIN
53097
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53098
+ Joblin::BackgroundTask Create (0.3ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:06:12.377535"], ["updated_at", "2025-10-29 19:06:12.377535"]]
53099
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
53100
+ TRANSACTION (0.0ms) ROLLBACK
53101
+ TRANSACTION (0.0ms) BEGIN
53102
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
53103
+ Joblin::BackgroundTask Create (0.2ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:06:12.378536"], ["updated_at", "2025-10-29 19:06:12.378536"]]
53104
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
53105
+ TRANSACTION (0.1ms) ROLLBACK
53106
+ SQL (0.1ms) SET search_path TO public
53107
+  (94.8ms) DROP DATABASE IF EXISTS "joblin-test"
53108
+  (86.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53109
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53110
+  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53111
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53112
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:13.675443', '2025-10-29 19:06:13.675445') RETURNING "key"
53113
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53114
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53115
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53116
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53117
+ TRANSACTION (0.1ms) BEGIN
53118
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53119
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53120
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53121
+ TRANSACTION (0.2ms) COMMIT
53122
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53123
+ TRANSACTION (0.0ms) BEGIN
53124
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53125
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53126
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53127
+ TRANSACTION (0.1ms) COMMIT
53128
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53129
+ TRANSACTION (0.0ms) BEGIN
53130
+ TRANSACTION (0.1ms) ROLLBACK
53131
+ TRANSACTION (0.0ms) BEGIN
53132
+ TRANSACTION (0.1ms) ROLLBACK
53133
+ TRANSACTION (0.0ms) BEGIN
53134
+ [ActiveJob] [TestJob] [f9072d10-ea34-463c-8053-3625158bda5d] Performing TestJob (Job ID: f9072d10-ea34-463c-8053-3625158bda5d) from Sidekiq(default) enqueued at 2025-10-29T19:06:13.923617000Z
53135
+ [ActiveJob] [TestJob] [f9072d10-ea34-463c-8053-3625158bda5d] Performed TestJob (Job ID: f9072d10-ea34-463c-8053-3625158bda5d) from Sidekiq(default) in 8.98ms
53136
+ [ActiveJob] Enqueued TestJob (Job ID: f9072d10-ea34-463c-8053-3625158bda5d) to Sidekiq(default)
53137
+ TRANSACTION (0.1ms) ROLLBACK
53138
+ SQL (0.0ms) SET search_path TO public
53139
+  (113.1ms) DROP DATABASE IF EXISTS "joblin-test"
53140
+  (71.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53141
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53142
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53143
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53144
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:15.235841', '2025-10-29 19:06:15.235843') RETURNING "key"
53145
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53146
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53147
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53148
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53149
+ TRANSACTION (0.1ms) BEGIN
53150
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53151
+  (0.7ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53152
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53153
+ TRANSACTION (0.3ms) COMMIT
53154
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53155
+ TRANSACTION (0.0ms) BEGIN
53156
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53157
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53158
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53159
+ TRANSACTION (0.1ms) COMMIT
53160
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53161
+ TRANSACTION (0.0ms) BEGIN
53162
+ TRANSACTION (0.1ms) ROLLBACK
53163
+ TRANSACTION (0.0ms) BEGIN
53164
+ TRANSACTION (0.0ms) ROLLBACK
53165
+ TRANSACTION (0.0ms) BEGIN
53166
+ TRANSACTION (0.0ms) ROLLBACK
53167
+ TRANSACTION (0.0ms) BEGIN
53168
+ TRANSACTION (0.1ms) ROLLBACK
53169
+ TRANSACTION (0.0ms) BEGIN
53170
+ TRANSACTION (0.1ms) ROLLBACK
53171
+ SQL (0.1ms) SET search_path TO public
53172
+  (79.0ms) DROP DATABASE IF EXISTS "joblin-test"
53173
+  (56.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53174
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53175
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53176
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53177
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:16.757581', '2025-10-29 19:06:16.757583') RETURNING "key"
53178
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
53179
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53180
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53181
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53182
+ TRANSACTION (0.0ms) BEGIN
53183
+  (2.2ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53184
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53185
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53186
+ TRANSACTION (0.1ms) COMMIT
53187
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53188
+ TRANSACTION (0.0ms) BEGIN
53189
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53190
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53191
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53192
+ TRANSACTION (0.1ms) COMMIT
53193
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53194
+ TRANSACTION (0.0ms) BEGIN
53195
+ TRANSACTION (0.1ms) ROLLBACK
53196
+ TRANSACTION (0.0ms) BEGIN
53197
+ TRANSACTION (0.1ms) ROLLBACK
53198
+ TRANSACTION (0.0ms) BEGIN
53199
+ TRANSACTION (0.0ms) ROLLBACK
53200
+ TRANSACTION (0.1ms) BEGIN
53201
+ TRANSACTION (0.1ms) ROLLBACK
53202
+ TRANSACTION (0.0ms) BEGIN
53203
+ TRANSACTION (0.0ms) ROLLBACK
53204
+ TRANSACTION (0.0ms) BEGIN
53205
+ TRANSACTION (0.0ms) ROLLBACK
53206
+ TRANSACTION (0.0ms) BEGIN
53207
+ TRANSACTION (0.0ms) ROLLBACK
53208
+ TRANSACTION (0.0ms) BEGIN
53209
+ TRANSACTION (0.0ms) ROLLBACK
53210
+ TRANSACTION (0.0ms) BEGIN
53211
+ TRANSACTION (0.0ms) ROLLBACK
53212
+ TRANSACTION (0.0ms) BEGIN
53213
+ TRANSACTION (0.0ms) ROLLBACK
53214
+ SQL (0.0ms) SET search_path TO public
53215
+  (87.4ms) DROP DATABASE IF EXISTS "joblin-test"
53216
+  (76.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53217
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53218
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53219
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53220
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:18.630419', '2025-10-29 19:06:18.630421') RETURNING "key"
53221
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53222
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53223
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53224
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53225
+ TRANSACTION (0.0ms) BEGIN
53226
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53227
+  (0.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53228
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53229
+ TRANSACTION (0.1ms) COMMIT
53230
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53231
+ TRANSACTION (0.0ms) BEGIN
53232
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53233
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53234
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53235
+ TRANSACTION (0.1ms) COMMIT
53236
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53237
+ TRANSACTION (0.0ms) BEGIN
53238
+ TRANSACTION (0.1ms) ROLLBACK
53239
+ TRANSACTION (0.0ms) BEGIN
53240
+ TRANSACTION (0.1ms) ROLLBACK
53241
+ SQL (0.1ms) SET search_path TO public
53242
+  (111.1ms) DROP DATABASE IF EXISTS "joblin-test"
53243
+  (76.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53244
+  (4.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53245
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53246
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53247
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:20.200148', '2025-10-29 19:06:20.200150') RETURNING "key"
53248
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53249
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53250
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53251
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53252
+ TRANSACTION (0.0ms) BEGIN
53253
+  (2.2ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53254
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53255
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53256
+ TRANSACTION (0.1ms) COMMIT
53257
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53258
+ TRANSACTION (0.0ms) BEGIN
53259
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53260
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53261
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53262
+ TRANSACTION (0.1ms) COMMIT
53263
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53264
+ TRANSACTION (0.0ms) BEGIN
53265
+ TRANSACTION (0.1ms) ROLLBACK
53266
+ TRANSACTION (0.0ms) BEGIN
53267
+ TRANSACTION (0.0ms) ROLLBACK
53268
+ SQL (0.1ms) SET search_path TO public
53269
+  (120.0ms) DROP DATABASE IF EXISTS "joblin-test"
53270
+  (70.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53271
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53272
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53273
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53274
+ ActiveRecord::InternalMetadata Create (0.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:21.749238', '2025-10-29 19:06:21.749240') RETURNING "key"
53275
+  (0.3ms) SELECT pg_try_advisory_lock(7733673443659166010)
53276
+ ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53277
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53278
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53279
+ TRANSACTION (2.2ms) BEGIN
53280
+  (4.3ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53281
+  (1.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53282
+ ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53283
+ TRANSACTION (0.2ms) COMMIT
53284
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53285
+ TRANSACTION (0.3ms) BEGIN
53286
+  (0.5ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53287
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53288
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53289
+ TRANSACTION (0.5ms) COMMIT
53290
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53291
+ TRANSACTION (0.0ms) BEGIN
53292
+ TRANSACTION (0.1ms) ROLLBACK
53293
+ TRANSACTION (0.0ms) BEGIN
53294
+ TRANSACTION (0.1ms) ROLLBACK
53295
+ TRANSACTION (0.0ms) BEGIN
53296
+ TRANSACTION (0.1ms) ROLLBACK
53297
+ TRANSACTION (0.0ms) BEGIN
53298
+ TRANSACTION (0.1ms) ROLLBACK
53299
+ TRANSACTION (0.0ms) BEGIN
53300
+ TRANSACTION (0.1ms) ROLLBACK
53301
+ SQL (0.1ms) SET search_path TO public
53302
+  (172.6ms) DROP DATABASE IF EXISTS "joblin-test"
53303
+  (79.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53304
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53305
+  (2.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53306
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53307
+ ActiveRecord::InternalMetadata Create (2.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:23.479736', '2025-10-29 19:06:23.479738') RETURNING "key"
53308
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
53309
+ ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53310
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53311
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53312
+ TRANSACTION (0.1ms) BEGIN
53313
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53314
+  (0.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53315
+ ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53316
+ TRANSACTION (0.2ms) COMMIT
53317
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53318
+ TRANSACTION (0.1ms) BEGIN
53319
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53320
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53321
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53322
+ TRANSACTION (0.1ms) COMMIT
53323
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53324
+ TRANSACTION (1.2ms) BEGIN
53325
+ TRANSACTION (0.2ms) ROLLBACK
53326
+ TRANSACTION (0.2ms) BEGIN
53327
+ TRANSACTION (0.4ms) ROLLBACK
53328
+ SQL (0.2ms) SET search_path TO public
53329
+  (193.3ms) DROP DATABASE IF EXISTS "joblin-test"
53330
+  (79.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53331
+  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53332
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53333
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53334
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:25.680185', '2025-10-29 19:06:25.680188') RETURNING "key"
53335
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53336
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53337
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53338
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53339
+ TRANSACTION (0.2ms) BEGIN
53340
+  (2.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53341
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53342
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53343
+ TRANSACTION (0.3ms) COMMIT
53344
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53345
+ TRANSACTION (0.0ms) BEGIN
53346
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53347
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53348
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53349
+ TRANSACTION (0.1ms) COMMIT
53350
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53351
+ TRANSACTION (0.1ms) BEGIN
53352
+ TRANSACTION (0.2ms) ROLLBACK
53353
+ TRANSACTION (0.0ms) BEGIN
53354
+ TRANSACTION (0.1ms) ROLLBACK
53355
+ TRANSACTION (0.1ms) BEGIN
53356
+ TRANSACTION (0.2ms) ROLLBACK
53357
+ TRANSACTION (0.1ms) BEGIN
53358
+ TRANSACTION (0.2ms) ROLLBACK
53359
+ TRANSACTION (0.1ms) BEGIN
53360
+ TRANSACTION (0.1ms) ROLLBACK
53361
+ TRANSACTION (0.1ms) BEGIN
53362
+ TRANSACTION (0.2ms) ROLLBACK
53363
+ TRANSACTION (0.1ms) BEGIN
53364
+ TRANSACTION (0.1ms) ROLLBACK
53365
+ TRANSACTION (0.1ms) BEGIN
53366
+ TRANSACTION (0.1ms) ROLLBACK
53367
+ SQL (0.1ms) SET search_path TO public
53368
+  (162.9ms) DROP DATABASE IF EXISTS "joblin-test"
53369
+  (106.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53370
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53371
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53372
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53373
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:27.723302', '2025-10-29 19:06:27.723305') RETURNING "key"
53374
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53375
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53376
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53377
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53378
+ TRANSACTION (0.0ms) BEGIN
53379
+  (2.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53380
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53381
+ ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53382
+ TRANSACTION (0.3ms) COMMIT
53383
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53384
+ TRANSACTION (0.1ms) BEGIN
53385
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53386
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53387
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53388
+ TRANSACTION (0.1ms) COMMIT
53389
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53390
+ SQL (0.1ms) SET search_path TO public
53391
+  (132.5ms) DROP DATABASE IF EXISTS "joblin-test"
53392
+  (95.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53393
+  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53394
+  (2.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53395
+ ActiveRecord::InternalMetadata Load (1.8ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53396
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:29.407853', '2025-10-29 19:06:29.407855') RETURNING "key"
53397
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
53398
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53399
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53400
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53401
+ TRANSACTION (0.1ms) BEGIN
53402
+  (3.2ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53403
+  (1.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53404
+ ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53405
+ TRANSACTION (0.4ms) COMMIT
53406
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53407
+ TRANSACTION (0.3ms) BEGIN
53408
+  (0.8ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53409
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53410
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53411
+ TRANSACTION (0.3ms) COMMIT
53412
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53413
+ TRANSACTION (0.0ms) BEGIN
53414
+ TRANSACTION (0.2ms) ROLLBACK
53415
+ TRANSACTION (0.0ms) BEGIN
53416
+ TRANSACTION (0.1ms) ROLLBACK
53417
+ TRANSACTION (0.0ms) BEGIN
53418
+ TRANSACTION (0.1ms) ROLLBACK
53419
+ TRANSACTION (0.0ms) BEGIN
53420
+ TRANSACTION (0.1ms) ROLLBACK
53421
+ TRANSACTION (0.0ms) BEGIN
53422
+ TRANSACTION (0.0ms) ROLLBACK
53423
+ TRANSACTION (0.0ms) BEGIN
53424
+ TRANSACTION (0.0ms) ROLLBACK
53425
+ TRANSACTION (0.0ms) BEGIN
53426
+ TRANSACTION (0.1ms) ROLLBACK
53427
+ SQL (0.1ms) SET search_path TO public
53428
+  (96.3ms) DROP DATABASE IF EXISTS "joblin-test"
53429
+  (86.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53430
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53431
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53432
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53433
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:31.114274', '2025-10-29 19:06:31.114278') RETURNING "key"
53434
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53435
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53436
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53437
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53438
+ TRANSACTION (0.1ms) BEGIN
53439
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53440
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53441
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53442
+ TRANSACTION (0.1ms) COMMIT
53443
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53444
+ TRANSACTION (0.0ms) BEGIN
53445
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53446
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53447
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53448
+ TRANSACTION (0.1ms) COMMIT
53449
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53450
+ TRANSACTION (0.1ms) BEGIN
53451
+ TRANSACTION (0.1ms) ROLLBACK
53452
+ TRANSACTION (0.1ms) BEGIN
53453
+ TRANSACTION (0.1ms) ROLLBACK
53454
+ TRANSACTION (0.0ms) BEGIN
53455
+ TRANSACTION (0.0ms) ROLLBACK
53456
+ SQL (0.1ms) SET search_path TO public
53457
+  (99.0ms) DROP DATABASE IF EXISTS "joblin-test"
53458
+  (85.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53459
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53460
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53461
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53462
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:32.629454', '2025-10-29 19:06:32.629456') RETURNING "key"
53463
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53464
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53465
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53466
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53467
+ TRANSACTION (0.0ms) BEGIN
53468
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53469
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53470
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53471
+ TRANSACTION (0.3ms) COMMIT
53472
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53473
+ TRANSACTION (0.0ms) BEGIN
53474
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53475
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53476
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53477
+ TRANSACTION (0.1ms) COMMIT
53478
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53479
+ TRANSACTION (0.0ms) BEGIN
53480
+ TRANSACTION (0.1ms) ROLLBACK
53481
+ TRANSACTION (0.1ms) BEGIN
53482
+ TRANSACTION (0.1ms) ROLLBACK
53483
+ TRANSACTION (0.0ms) BEGIN
53484
+ TRANSACTION (0.1ms) ROLLBACK
53485
+ SQL (0.1ms) SET search_path TO public
53486
+  (109.5ms) DROP DATABASE IF EXISTS "joblin-test"
53487
+  (74.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53488
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53489
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53490
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53491
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:34.061924', '2025-10-29 19:06:34.061926') RETURNING "key"
53492
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53493
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53494
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53495
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53496
+ TRANSACTION (0.0ms) BEGIN
53497
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53498
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53499
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53500
+ TRANSACTION (0.1ms) COMMIT
53501
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53502
+ TRANSACTION (0.0ms) BEGIN
53503
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53504
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53505
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53506
+ TRANSACTION (0.1ms) COMMIT
53507
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53508
+ TRANSACTION (0.0ms) BEGIN
53509
+ TRANSACTION (0.1ms) ROLLBACK
53510
+ TRANSACTION (0.0ms) BEGIN
53511
+ TRANSACTION (0.1ms) ROLLBACK
53512
+ SQL (0.1ms) SET search_path TO public
53513
+  (61.7ms) DROP DATABASE IF EXISTS "joblin-test"
53514
+  (69.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53515
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53516
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53517
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53518
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:35.498832', '2025-10-29 19:06:35.498834') RETURNING "key"
53519
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53520
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53521
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53522
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53523
+ TRANSACTION (0.0ms) BEGIN
53524
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53525
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53526
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53527
+ TRANSACTION (0.2ms) COMMIT
53528
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53529
+ TRANSACTION (0.1ms) BEGIN
53530
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53531
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53532
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53533
+ TRANSACTION (0.1ms) COMMIT
53534
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53535
+ TRANSACTION (0.0ms) BEGIN
53536
+ TRANSACTION (0.1ms) ROLLBACK
53537
+ TRANSACTION (0.0ms) BEGIN
53538
+ TRANSACTION (0.0ms) ROLLBACK
53539
+ TRANSACTION (0.0ms) BEGIN
53540
+ TRANSACTION (0.1ms) ROLLBACK
53541
+ TRANSACTION (0.0ms) BEGIN
53542
+ TRANSACTION (0.0ms) ROLLBACK
53543
+ SQL (0.1ms) SET search_path TO public
53544
+  (112.7ms) DROP DATABASE IF EXISTS "joblin-test"
53545
+  (66.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53546
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53547
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53548
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53549
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:06:36.956480', '2025-10-29 19:06:36.956482') RETURNING "key"
53550
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53551
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53552
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53553
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53554
+ TRANSACTION (0.1ms) BEGIN
53555
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53556
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53557
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53558
+ TRANSACTION (0.2ms) COMMIT
53559
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53560
+ TRANSACTION (0.0ms) BEGIN
53561
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53562
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53563
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53564
+ TRANSACTION (0.1ms) COMMIT
53565
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53566
+ TRANSACTION (0.0ms) BEGIN
53567
+ TRANSACTION (0.1ms) ROLLBACK
53568
+ TRANSACTION (0.0ms) BEGIN
53569
+ TRANSACTION (0.1ms) ROLLBACK
53570
+ TRANSACTION (0.0ms) BEGIN
53571
+ TRANSACTION (0.0ms) ROLLBACK
53572
+ SQL (0.1ms) SET search_path TO public
53573
+  (96.5ms) DROP DATABASE IF EXISTS "joblin-test"
53574
+  (67.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53575
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53576
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53577
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53578
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:12.947952', '2025-10-29 19:07:12.947954') RETURNING "key"
53579
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53580
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53581
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53582
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53583
+ TRANSACTION (0.0ms) BEGIN
53584
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53585
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53586
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53587
+ TRANSACTION (0.2ms) COMMIT
53588
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53589
+ TRANSACTION (0.0ms) BEGIN
53590
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53591
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53592
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53593
+ TRANSACTION (0.1ms) COMMIT
53594
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53595
+ TRANSACTION (0.0ms) BEGIN
53596
+ TRANSACTION (0.0ms) ROLLBACK
53597
+ TRANSACTION (0.0ms) BEGIN
53598
+ TRANSACTION (0.0ms) ROLLBACK
53599
+ TRANSACTION (0.0ms) BEGIN
53600
+ TRANSACTION (0.1ms) ROLLBACK
53601
+ TRANSACTION (0.1ms) BEGIN
53602
+ TRANSACTION (0.0ms) ROLLBACK
53603
+ TRANSACTION (0.0ms) BEGIN
53604
+ TRANSACTION (0.0ms) ROLLBACK
53605
+ TRANSACTION (0.0ms) BEGIN
53606
+ TRANSACTION (0.0ms) ROLLBACK
53607
+ TRANSACTION (0.0ms) BEGIN
53608
+ TRANSACTION (0.0ms) ROLLBACK
53609
+ TRANSACTION (0.0ms) BEGIN
53610
+ TRANSACTION (0.0ms) ROLLBACK
53611
+ TRANSACTION (0.0ms) BEGIN
53612
+ TRANSACTION (0.1ms) ROLLBACK
53613
+ TRANSACTION (0.0ms) BEGIN
53614
+ TRANSACTION (0.1ms) ROLLBACK
53615
+ TRANSACTION (0.0ms) BEGIN
53616
+ TRANSACTION (0.0ms) ROLLBACK
53617
+ TRANSACTION (0.0ms) BEGIN
53618
+ TRANSACTION (0.0ms) ROLLBACK
53619
+ TRANSACTION (0.0ms) BEGIN
53620
+ TRANSACTION (0.1ms) ROLLBACK
53621
+ TRANSACTION (0.0ms) BEGIN
53622
+ TRANSACTION (0.0ms) ROLLBACK
53623
+ TRANSACTION (0.0ms) BEGIN
53624
+ TRANSACTION (0.0ms) ROLLBACK
53625
+ TRANSACTION (0.1ms) BEGIN
53626
+ TRANSACTION (0.0ms) ROLLBACK
53627
+ TRANSACTION (0.0ms) BEGIN
53628
+ TRANSACTION (0.0ms) ROLLBACK
53629
+ TRANSACTION (0.0ms) BEGIN
53630
+ TRANSACTION (0.0ms) ROLLBACK
53631
+ TRANSACTION (0.0ms) BEGIN
53632
+ TRANSACTION (0.1ms) ROLLBACK
53633
+ TRANSACTION (0.0ms) BEGIN
53634
+ TRANSACTION (0.0ms) ROLLBACK
53635
+ TRANSACTION (0.0ms) BEGIN
53636
+ TRANSACTION (0.0ms) ROLLBACK
53637
+ TRANSACTION (0.1ms) BEGIN
53638
+ TRANSACTION (0.1ms) ROLLBACK
53639
+ TRANSACTION (0.1ms) BEGIN
53640
+ TRANSACTION (0.1ms) ROLLBACK
53641
+ TRANSACTION (0.1ms) BEGIN
53642
+ [ActiveJob] Enqueued RetryingJob (Job ID: a7787f90-ea82-4999-b160-38f795935c0a) to Sidekiq(default)
53643
+ [ActiveJob] [RetryingJob] [a7787f90-ea82-4999-b160-38f795935c0a] Performing RetryingJob (Job ID: a7787f90-ea82-4999-b160-38f795935c0a) from Sidekiq(default) enqueued at 2025-10-29T19:07:13.289399000Z
53644
+ [ActiveJob] [RetryingJob] [a7787f90-ea82-4999-b160-38f795935c0a] Error performing RetryingJob (Job ID: a7787f90-ea82-4999-b160-38f795935c0a) from Sidekiq(default) in 11.89ms: RuntimeError (A Failure):
53645
+ /Users/eknapp/code/joblin/spec/batching/batch_spec.rb:305:in 'RetryingJob#perform'
53646
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:68:in 'block in ActiveJob::Execution#_perform_job'
53647
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
53648
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/active_job.rb:14:in 'block (2 levels) in <module:BatchAwareJob>'
53649
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53650
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53651
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/i18n-1.14.7/lib/i18n.rb:353:in 'I18n::Base#with_locale'
53652
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/translation.rb:9:in 'block (2 levels) in <module:Translation>'
53653
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53654
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53655
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/core_ext/time/zones.rb:65:in 'Time.use_zone'
53656
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/timezones.rb:9:in 'block (2 levels) in <module:Timezones>'
53657
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53658
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53659
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
53660
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:67:in 'ActiveJob::Execution#_perform_job'
53661
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:32:in 'ActiveJob::Instrumentation#_perform_job'
53662
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:51:in 'ActiveJob::Execution#perform_now'
53663
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'block in ActiveJob::Instrumentation#perform_now'
53664
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:13:in 'block in ActiveRecord::Railties::JobRuntime#instrument'
53665
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:40:in 'block in ActiveJob::Instrumentation#instrument'
53666
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'block in ActiveSupport::Notifications.instrument'
53667
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications/instrumenter.rb:58:in 'ActiveSupport::Notifications::Instrumenter#instrument'
53668
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'ActiveSupport::Notifications.instrument'
53669
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:39:in 'ActiveJob::Instrumentation#instrument'
53670
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:11:in 'ActiveRecord::Railties::JobRuntime#instrument'
53671
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'ActiveJob::Instrumentation#perform_now'
53672
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'block in ActiveJob::Logging#perform_now'
53673
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'block in ActiveSupport::TaggedLogging#tagged'
53674
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:38:in 'ActiveSupport::TaggedLogging::Formatter#tagged'
53675
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'ActiveSupport::TaggedLogging#tagged'
53676
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/broadcast_logger.rb:241:in 'ActiveSupport::BroadcastLogger#method_missing'
53677
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:39:in 'ActiveJob::Logging#tag_logger'
53678
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'ActiveJob::Logging#perform_now'
53679
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:29:in 'block in ActiveJob::Execution::ClassMethods#execute'
53680
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
53681
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/railtie.rb:95:in 'block (4 levels) in <class:Railtie>'
53682
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/reloader.rb:77:in 'block in ActiveSupport::Reloader.wrap'
53683
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/execution_wrapper.rb:91:in 'ActiveSupport::ExecutionWrapper.wrap'
53684
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/reloader.rb:74:in 'ActiveSupport::Reloader.wrap'
53685
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/railtie.rb:94:in 'block (3 levels) in <class:Railtie>'
53686
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53687
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53688
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
53689
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:27:in 'ActiveJob::Execution::ClassMethods#execute'
53690
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/rails.rb:13:in 'Sidekiq::ActiveJob::Wrapper#perform'
53691
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:295:in 'Sidekiq::Job::ClassMethods#execute_job'
53692
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:290:in 'block in Sidekiq::Job::ClassMethods#process_job'
53693
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:180:in 'Sidekiq::Middleware::Chain#traverse'
53694
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:183:in 'block in Sidekiq::Middleware::Chain#traverse'
53695
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/sidekiq.rb:77:in 'Joblin::Batching::Compat::Sidekiq::ServerMiddleware#call'
53696
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:182:in 'Sidekiq::Middleware::Chain#traverse'
53697
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/middleware/chain.rb:173:in 'Sidekiq::Middleware::Chain#invoke'
53698
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/sidekiq-7.3.9/lib/sidekiq/testing.rb:289:in 'Sidekiq::Job::ClassMethods#process_job'
53699
+ /Users/eknapp/code/joblin/spec/batching/batch_spec.rb:326:in 'block (4 levels) in <top (required)>'
53700
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
53701
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
53702
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
53703
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
53704
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
53705
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53706
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
53707
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-rails-8.0.2/lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
53708
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
53709
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
53710
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
53711
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53712
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
53713
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53714
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
53715
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
53716
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
53717
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
53718
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
53719
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'Array#map'
53720
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
53721
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
53722
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53723
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53724
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53725
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53726
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53727
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53728
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
53729
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'Array#map'
53730
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
53731
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
53732
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
53733
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
53734
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
53735
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
53736
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
53737
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
53738
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/exe/rspec:4:in '<top (required)>'
53739
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in 'Kernel#load'
53740
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in '<top (required)>'
53741
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
53742
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
53743
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
53744
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
53745
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
53746
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
53747
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
53748
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
53749
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
53750
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
53751
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:28:in 'block in <top (required)>'
53752
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
53753
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:20:in '<top (required)>'
53754
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in 'Kernel#load'
53755
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in '<main>'
53756
+ [ActiveJob] [RetryingJob] [a7787f90-ea82-4999-b160-38f795935c0a] Performing RetryingJob (Job ID: a7787f90-ea82-4999-b160-38f795935c0a) from Sidekiq(default) enqueued at 2025-10-29T19:07:13.289399000Z
53757
+ [ActiveJob] [RetryingJob] [a7787f90-ea82-4999-b160-38f795935c0a] Performed RetryingJob (Job ID: a7787f90-ea82-4999-b160-38f795935c0a) from Sidekiq(default) in 15.29ms
53758
+ TRANSACTION (0.1ms) ROLLBACK
53759
+ TRANSACTION (0.0ms) BEGIN
53760
+ TRANSACTION (0.1ms) ROLLBACK
53761
+ TRANSACTION (0.0ms) BEGIN
53762
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 1ffa8a4b-e18f-4240-abd4-3ded8a508dd1) to Sidekiq(default)
53763
+ TRANSACTION (0.0ms) ROLLBACK
53764
+ TRANSACTION (0.1ms) BEGIN
53765
+ TRANSACTION (0.1ms) ROLLBACK
53766
+ TRANSACTION (0.0ms) BEGIN
53767
+ TRANSACTION (0.1ms) ROLLBACK
53768
+ TRANSACTION (0.0ms) BEGIN
53769
+ TRANSACTION (0.1ms) ROLLBACK
53770
+ TRANSACTION (0.0ms) BEGIN
53771
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: b6b97801-ab23-4ed9-9758-f179296ff711) to Test(default) with arguments: "SampleCallback", "complete", {"a" => "b"}, "FLdWBllt1U5amQ", nil
53772
+ TRANSACTION (0.0ms) ROLLBACK
53773
+ TRANSACTION (0.1ms) BEGIN
53774
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: 01d5abe1-06d7-45ae-b098-c447c340aee3) to Test(default) with arguments: "SampleCallback", "complete", {"a" => "b"}, "hL5Mq4iQiQS9Ng", nil
53775
+ [ActiveJob] Enqueued Joblin::Batching::Compat::ActiveJob::ActiveJobCallbackWorker (Job ID: ab85db64-e90e-4c93-a416-a7808d429ac5) to Test(default) with arguments: "SampleCallback2", "complete", {"b" => "a"}, "hL5Mq4iQiQS9Ng", nil
53776
+ TRANSACTION (0.0ms) ROLLBACK
53777
+ TRANSACTION (0.0ms) BEGIN
53778
+ TRANSACTION (0.0ms) ROLLBACK
53779
+ TRANSACTION (0.0ms) BEGIN
53780
+ TRANSACTION (0.0ms) ROLLBACK
53781
+ TRANSACTION (0.0ms) BEGIN
53782
+ TRANSACTION (0.0ms) ROLLBACK
53783
+ SQL (0.1ms) SET search_path TO public
53784
+  (107.9ms) DROP DATABASE IF EXISTS "joblin-test"
53785
+  (62.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53786
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53787
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53788
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53789
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:14.511999', '2025-10-29 19:07:14.512001') RETURNING "key"
53790
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
53791
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53792
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53793
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53794
+ TRANSACTION (0.0ms) BEGIN
53795
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53796
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53797
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53798
+ TRANSACTION (0.1ms) COMMIT
53799
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53800
+ TRANSACTION (0.0ms) BEGIN
53801
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53802
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53803
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53804
+ TRANSACTION (0.1ms) COMMIT
53805
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53806
+ TRANSACTION (0.0ms) BEGIN
53807
+ TRANSACTION (0.1ms) ROLLBACK
53808
+ TRANSACTION (0.0ms) BEGIN
53809
+ TRANSACTION (0.2ms) ROLLBACK
53810
+ TRANSACTION (0.1ms) BEGIN
53811
+ TRANSACTION (0.1ms) ROLLBACK
53812
+ TRANSACTION (0.1ms) BEGIN
53813
+ TRANSACTION (0.1ms) ROLLBACK
53814
+ TRANSACTION (0.0ms) BEGIN
53815
+ TRANSACTION (0.1ms) ROLLBACK
53816
+ SQL (0.0ms) SET search_path TO public
53817
+  (133.2ms) DROP DATABASE IF EXISTS "joblin-test"
53818
+  (66.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53819
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53820
+  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53821
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53822
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:15.984930', '2025-10-29 19:07:15.984933') RETURNING "key"
53823
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
53824
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53825
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53826
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53827
+ TRANSACTION (0.0ms) BEGIN
53828
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53829
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53830
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53831
+ TRANSACTION (0.1ms) COMMIT
53832
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53833
+ TRANSACTION (0.1ms) BEGIN
53834
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53835
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53836
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53837
+ TRANSACTION (0.1ms) COMMIT
53838
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
53839
+ TRANSACTION (0.1ms) BEGIN
53840
+ [ActiveJob] [BatchTestJobBase] [1921be55-635a-4c85-99ea-7504afd83f29] Performing BatchTestJobBase (Job ID: 1921be55-635a-4c85-99ea-7504afd83f29) from Test(default)
53841
+ [ActiveJob] [BatchTestJobBase] [1921be55-635a-4c85-99ea-7504afd83f29] Performed BatchTestJobBase (Job ID: 1921be55-635a-4c85-99ea-7504afd83f29) from Test(default) in 0.28ms
53842
+ TRANSACTION (0.1ms) ROLLBACK
53843
+ TRANSACTION (0.1ms) BEGIN
53844
+ [ActiveJob] [BatchTestJobBase] [d114f9eb-ba50-450a-9bd9-78392ea20519] Performing BatchTestJobBase (Job ID: d114f9eb-ba50-450a-9bd9-78392ea20519) from Test(default)
53845
+ [ActiveJob] [BatchTestJobBase] [d114f9eb-ba50-450a-9bd9-78392ea20519] Performed BatchTestJobBase (Job ID: d114f9eb-ba50-450a-9bd9-78392ea20519) from Test(default) in 0.16ms
53846
+ TRANSACTION (0.1ms) ROLLBACK
53847
+ TRANSACTION (0.0ms) BEGIN
53848
+ [ActiveJob] [BatchTestJobBase] [9bbfe5bb-fc14-440a-879d-c496aaf88624] Performing BatchTestJobBase (Job ID: 9bbfe5bb-fc14-440a-879d-c496aaf88624) from Test(default)
53849
+ [ActiveJob] [BatchTestJobBase] [9bbfe5bb-fc14-440a-879d-c496aaf88624] Performed BatchTestJobBase (Job ID: 9bbfe5bb-fc14-440a-879d-c496aaf88624) from Test(default) in 0.06ms
53850
+ TRANSACTION (0.0ms) ROLLBACK
53851
+ TRANSACTION (0.0ms) BEGIN
53852
+ [ActiveJob] [FailingBatchTestJobBase] [98c9f53c-6caf-49df-a1f3-0ffa419aec31] Performing FailingBatchTestJobBase (Job ID: 98c9f53c-6caf-49df-a1f3-0ffa419aec31) from Test(default)
53853
+ [ActiveJob] [FailingBatchTestJobBase] [98c9f53c-6caf-49df-a1f3-0ffa419aec31] Error performing FailingBatchTestJobBase (Job ID: 98c9f53c-6caf-49df-a1f3-0ffa419aec31) from Test(default) in 0.19ms: RuntimeError (Foo):
53854
+ /Users/eknapp/code/joblin/spec/batching/support/base_job.rb:12:in 'FailingBatchTestJobBase#perform'
53855
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:68:in 'block in ActiveJob::Execution#_perform_job'
53856
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
53857
+ /Users/eknapp/code/joblin/lib/joblin/batching/compat/active_job.rb:14:in 'block (2 levels) in <module:BatchAwareJob>'
53858
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53859
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53860
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/i18n-1.14.7/lib/i18n.rb:348:in 'I18n::Base#with_locale'
53861
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/translation.rb:9:in 'block (2 levels) in <module:Translation>'
53862
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53863
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53864
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/core_ext/time/zones.rb:65:in 'Time.use_zone'
53865
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/timezones.rb:9:in 'block (2 levels) in <module:Timezones>'
53866
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
53867
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
53868
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
53869
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:67:in 'ActiveJob::Execution#_perform_job'
53870
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:32:in 'ActiveJob::Instrumentation#_perform_job'
53871
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/execution.rb:51:in 'ActiveJob::Execution#perform_now'
53872
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'block in ActiveJob::Instrumentation#perform_now'
53873
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:13:in 'block in ActiveRecord::Railties::JobRuntime#instrument'
53874
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:40:in 'block in ActiveJob::Instrumentation#instrument'
53875
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'block in ActiveSupport::Notifications.instrument'
53876
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications/instrumenter.rb:58:in 'ActiveSupport::Notifications::Instrumenter#instrument'
53877
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/notifications.rb:210:in 'ActiveSupport::Notifications.instrument'
53878
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:39:in 'ActiveJob::Instrumentation#instrument'
53879
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activerecord-8.0.2.1/lib/active_record/railties/job_runtime.rb:11:in 'ActiveRecord::Railties::JobRuntime#instrument'
53880
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/instrumentation.rb:26:in 'ActiveJob::Instrumentation#perform_now'
53881
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'block in ActiveJob::Logging#perform_now'
53882
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'block in ActiveSupport::TaggedLogging#tagged'
53883
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:38:in 'ActiveSupport::TaggedLogging::Formatter#tagged'
53884
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/tagged_logging.rb:143:in 'ActiveSupport::TaggedLogging#tagged'
53885
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.2.1/lib/active_support/broadcast_logger.rb:241:in 'ActiveSupport::BroadcastLogger#method_missing'
53886
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:39:in 'ActiveJob::Logging#tag_logger'
53887
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activejob-8.0.2.1/lib/active_job/logging.rb:32:in 'ActiveJob::Logging#perform_now'
53888
+ /Users/eknapp/code/joblin/spec/batching/compat/active_job_spec.rb:47:in 'block (6 levels) in <top (required)>'
53889
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
53890
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
53891
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
53892
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
53893
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
53894
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53895
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
53896
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-rails-8.0.2/lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
53897
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
53898
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
53899
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
53900
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53901
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
53902
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
53903
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
53904
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
53905
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
53906
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
53907
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
53908
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'Array#map'
53909
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
53910
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
53911
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53912
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53913
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53914
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53915
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53916
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53917
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53918
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53919
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53920
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
53921
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'Array#map'
53922
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
53923
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
53924
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'Array#map'
53925
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
53926
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
53927
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
53928
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
53929
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
53930
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
53931
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
53932
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
53933
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.5/exe/rspec:4:in '<top (required)>'
53934
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in 'Kernel#load'
53935
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/rspec:25:in '<top (required)>'
53936
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
53937
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
53938
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
53939
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
53940
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
53941
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
53942
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
53943
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
53944
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
53945
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
53946
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:28:in 'block in <top (required)>'
53947
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
53948
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/bundler-2.6.9/exe/bundle:20:in '<top (required)>'
53949
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in 'Kernel#load'
53950
+ /Users/eknapp/.local/share/mise/installs/ruby/3.4.5/bin/bundle:25:in '<main>'
53951
+ TRANSACTION (0.0ms) ROLLBACK
53952
+ TRANSACTION (0.0ms) BEGIN
53953
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 59c0f015-1236-40df-af11-65aeeeab88f3) to Test(default)
53954
+ TRANSACTION (0.1ms) ROLLBACK
53955
+ TRANSACTION (0.0ms) BEGIN
53956
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 9d56a82b-f5e9-463e-bd24-031c24303d7e) to Test(default)
53957
+ TRANSACTION (0.1ms) ROLLBACK
53958
+ TRANSACTION (0.0ms) BEGIN
53959
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 23989057-8da1-4cd8-b26f-0d7eb722e50d) to Test(default)
53960
+ TRANSACTION (0.1ms) ROLLBACK
53961
+ TRANSACTION (0.0ms) BEGIN
53962
+ TRANSACTION (0.0ms) ROLLBACK
53963
+ TRANSACTION (0.0ms) BEGIN
53964
+ TRANSACTION (0.0ms) ROLLBACK
53965
+ TRANSACTION (0.0ms) BEGIN
53966
+ TRANSACTION (0.0ms) ROLLBACK
53967
+ SQL (0.0ms) SET search_path TO public
53968
+  (67.5ms) DROP DATABASE IF EXISTS "joblin-test"
53969
+  (58.8ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
53970
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
53971
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
53972
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53973
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:17.352755', '2025-10-29 19:07:17.352757') RETURNING "key"
53974
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
53975
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53976
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
53977
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
53978
+ TRANSACTION (0.0ms) BEGIN
53979
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
53980
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
53981
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
53982
+ TRANSACTION (0.2ms) COMMIT
53983
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
53984
+ TRANSACTION (0.0ms) BEGIN
53985
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
53986
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
53987
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
53988
+ TRANSACTION (0.1ms) COMMIT
53989
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
53990
+ TRANSACTION (0.1ms) BEGIN
53991
+ TRANSACTION (0.1ms) ROLLBACK
53992
+ TRANSACTION (0.1ms) BEGIN
53993
+ TRANSACTION (0.1ms) ROLLBACK
53994
+ TRANSACTION (0.0ms) BEGIN
53995
+ TRANSACTION (0.0ms) ROLLBACK
53996
+ TRANSACTION (0.0ms) BEGIN
53997
+ TRANSACTION (0.0ms) ROLLBACK
53998
+ TRANSACTION (0.0ms) BEGIN
53999
+ TRANSACTION (0.0ms) ROLLBACK
54000
+ TRANSACTION (0.0ms) BEGIN
54001
+ TRANSACTION (0.0ms) ROLLBACK
54002
+ TRANSACTION (0.0ms) BEGIN
54003
+ TRANSACTION (0.0ms) ROLLBACK
54004
+ TRANSACTION (0.0ms) BEGIN
54005
+ TRANSACTION (0.0ms) ROLLBACK
54006
+ TRANSACTION (0.0ms) BEGIN
54007
+ TRANSACTION (0.0ms) ROLLBACK
54008
+ TRANSACTION (0.0ms) BEGIN
54009
+ TRANSACTION (0.1ms) ROLLBACK
54010
+ TRANSACTION (0.0ms) BEGIN
54011
+ TRANSACTION (0.1ms) ROLLBACK
54012
+ TRANSACTION (0.1ms) BEGIN
54013
+ TRANSACTION (0.0ms) ROLLBACK
54014
+ TRANSACTION (0.1ms) BEGIN
54015
+ TRANSACTION (0.0ms) ROLLBACK
54016
+ SQL (0.1ms) SET search_path TO public
54017
+  (93.0ms) DROP DATABASE IF EXISTS "joblin-test"
54018
+  (75.2ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54019
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54020
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54021
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54022
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:18.757815', '2025-10-29 19:07:18.757817') RETURNING "key"
54023
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54024
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54025
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54026
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54027
+ TRANSACTION (0.0ms) BEGIN
54028
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54029
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54030
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54031
+ TRANSACTION (0.1ms) COMMIT
54032
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54033
+ TRANSACTION (0.0ms) BEGIN
54034
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54035
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54036
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54037
+ TRANSACTION (0.1ms) COMMIT
54038
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54039
+ TRANSACTION (0.0ms) BEGIN
54040
+ [ActiveJob] Enqueued ContextedJob (Job ID: 3f717adf-2f79-4210-a399-04d9cd3ec3fd) to Sidekiq(default)
54041
+ [ActiveJob] [ContextedJob] [3f717adf-2f79-4210-a399-04d9cd3ec3fd] Performing ContextedJob (Job ID: 3f717adf-2f79-4210-a399-04d9cd3ec3fd) from Sidekiq(default) enqueued at 2025-10-29T19:07:18.953886000Z
54042
+ [ActiveJob] [ContextedJob] [3f717adf-2f79-4210-a399-04d9cd3ec3fd] Performed ContextedJob (Job ID: 3f717adf-2f79-4210-a399-04d9cd3ec3fd) from Sidekiq(default) in 4.9ms
54043
+ TRANSACTION (0.1ms) ROLLBACK
54044
+ TRANSACTION (0.0ms) BEGIN
54045
+ [ActiveJob] Enqueued ContextedJob (Job ID: 13a93a43-043e-481e-a7a1-c54984d83b01) to Sidekiq(default)
54046
+ [ActiveJob] [ContextedJob] [13a93a43-043e-481e-a7a1-c54984d83b01] Performing ContextedJob (Job ID: 13a93a43-043e-481e-a7a1-c54984d83b01) from Sidekiq(default) enqueued at 2025-10-29T19:07:18.961242000Z
54047
+ [ActiveJob] [ContextedJob] [13a93a43-043e-481e-a7a1-c54984d83b01] Performed ContextedJob (Job ID: 13a93a43-043e-481e-a7a1-c54984d83b01) from Sidekiq(default) in 3.73ms
54048
+ TRANSACTION (0.0ms) ROLLBACK
54049
+ TRANSACTION (0.0ms) BEGIN
54050
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: f1c44539-b1bd-4a37-a26b-f0671a5aaf59) to Sidekiq(default)
54051
+ [ActiveJob] [BatchTestJobBase] [f1c44539-b1bd-4a37-a26b-f0671a5aaf59] Performing BatchTestJobBase (Job ID: f1c44539-b1bd-4a37-a26b-f0671a5aaf59) from Sidekiq(default) enqueued at 2025-10-29T19:07:18.966295000Z
54052
+ [ActiveJob] [BatchTestJobBase] [f1c44539-b1bd-4a37-a26b-f0671a5aaf59] Performed BatchTestJobBase (Job ID: f1c44539-b1bd-4a37-a26b-f0671a5aaf59) from Sidekiq(default) in 1.99ms
54053
+ [ActiveJob] Enqueued ContextedJob (Job ID: 9910f57f-7008-4c67-8812-d460a486e904) to Sidekiq(default)
54054
+ [ActiveJob] [ContextedJob] [9910f57f-7008-4c67-8812-d460a486e904] Performing ContextedJob (Job ID: 9910f57f-7008-4c67-8812-d460a486e904) from Sidekiq(default) enqueued at 2025-10-29T19:07:18.968743000Z
54055
+ [ActiveJob] [ContextedJob] [9910f57f-7008-4c67-8812-d460a486e904] Performed ContextedJob (Job ID: 9910f57f-7008-4c67-8812-d460a486e904) from Sidekiq(default) in 2.71ms
54056
+ TRANSACTION (0.0ms) ROLLBACK
54057
+ SQL (0.1ms) SET search_path TO public
54058
+  (83.3ms) DROP DATABASE IF EXISTS "joblin-test"
54059
+  (77.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54060
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54061
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54062
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54063
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:20.161118', '2025-10-29 19:07:20.161120') RETURNING "key"
54064
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54065
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54066
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54067
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54068
+ TRANSACTION (0.2ms) BEGIN
54069
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54070
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54071
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54072
+ TRANSACTION (0.1ms) COMMIT
54073
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54074
+ TRANSACTION (0.0ms) BEGIN
54075
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54076
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54077
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54078
+ TRANSACTION (0.1ms) COMMIT
54079
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54080
+ TRANSACTION (0.1ms) BEGIN
54081
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 720aa3b6-e83b-431e-bb0c-c0431684f0f8) to Test(default)
54082
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 9e7b46bf-8146-470c-a7cd-25e5baad7c6e) to Test(default)
54083
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 12a251da-8d5d-412e-9191-8a5b5d41ba57) to Test(default)
54084
+ TRANSACTION (0.1ms) ROLLBACK
54085
+ TRANSACTION (0.0ms) BEGIN
54086
+ [ActiveJob] Enqueued WorkerA (Job ID: e56bedba-55d9-4e44-99b1-da2e35e7c8aa) to Test(default)
54087
+ [ActiveJob] Enqueued WorkerB (Job ID: 15057cb5-ac28-422a-98d9-9b6936d87508) to Test(default)
54088
+ [ActiveJob] Enqueued WorkerA (Job ID: ef0e9b19-0625-4482-aeed-60dbe3a963f3) to Test(default)
54089
+ [ActiveJob] Enqueued WorkerC (Job ID: d903c5b3-1cd1-42af-b539-48e9235ed315) to Test(default)
54090
+ TRANSACTION (0.1ms) ROLLBACK
54091
+ SQL (0.1ms) SET search_path TO public
54092
+  (108.0ms) DROP DATABASE IF EXISTS "joblin-test"
54093
+  (67.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54094
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54095
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54096
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54097
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:21.580978', '2025-10-29 19:07:21.580980') RETURNING "key"
54098
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54099
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54100
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54101
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54102
+ TRANSACTION (0.0ms) BEGIN
54103
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54104
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54105
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54106
+ TRANSACTION (1.3ms) COMMIT
54107
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54108
+ TRANSACTION (0.0ms) BEGIN
54109
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54110
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54111
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54112
+ TRANSACTION (0.1ms) COMMIT
54113
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54114
+ TRANSACTION (0.0ms) BEGIN
54115
+ TRANSACTION (0.0ms) ROLLBACK
54116
+ TRANSACTION (0.0ms) BEGIN
54117
+ TRANSACTION (0.0ms) ROLLBACK
54118
+ TRANSACTION (0.0ms) BEGIN
54119
+ [ActiveJob] [BatchTestJobBase] [b99ff75d-3e7e-4c68-8889-87431e19c1d7] Performing BatchTestJobBase (Job ID: b99ff75d-3e7e-4c68-8889-87431e19c1d7) from Test(default) enqueued at 2025-10-29T19:07:21.789769000Z with arguments: 1
54120
+ [ActiveJob] [BatchTestJobBase] [b99ff75d-3e7e-4c68-8889-87431e19c1d7] Performed BatchTestJobBase (Job ID: b99ff75d-3e7e-4c68-8889-87431e19c1d7) from Test(default) in 3.45ms
54121
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: b99ff75d-3e7e-4c68-8889-87431e19c1d7) to Test(default) with arguments: 1
54122
+ [ActiveJob] [BatchTestJobBase] [2ddd2f03-7fd4-4b35-ab0c-c7420c5d3d16] Performing BatchTestJobBase (Job ID: 2ddd2f03-7fd4-4b35-ab0c-c7420c5d3d16) from Test(default) enqueued at 2025-10-29T19:07:21.793697000Z with arguments: 1
54123
+ [ActiveJob] [BatchTestJobBase] [2ddd2f03-7fd4-4b35-ab0c-c7420c5d3d16] Performed BatchTestJobBase (Job ID: 2ddd2f03-7fd4-4b35-ab0c-c7420c5d3d16) from Test(default) in 1.59ms
54124
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 2ddd2f03-7fd4-4b35-ab0c-c7420c5d3d16) to Test(default) with arguments: 1
54125
+ TRANSACTION (0.1ms) ROLLBACK
54126
+ TRANSACTION (0.1ms) BEGIN
54127
+ [ActiveJob] [BatchTestJobBase] [b09ffb40-712f-45e1-a1ee-046f35f144f4] Performing BatchTestJobBase (Job ID: b09ffb40-712f-45e1-a1ee-046f35f144f4) from Test(default) enqueued at 2025-10-29T19:07:21.801533000Z with arguments: 1
54128
+ [ActiveJob] [BatchTestJobBase] [b09ffb40-712f-45e1-a1ee-046f35f144f4] Performed BatchTestJobBase (Job ID: b09ffb40-712f-45e1-a1ee-046f35f144f4) from Test(default) in 1.63ms
54129
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: b09ffb40-712f-45e1-a1ee-046f35f144f4) to Test(default) with arguments: 1
54130
+ [ActiveJob] [BatchTestJobBase] [8401dba1-47d0-4b1e-b833-49a0d138bba3] Performing BatchTestJobBase (Job ID: 8401dba1-47d0-4b1e-b833-49a0d138bba3) from Test(default) enqueued at 2025-10-29T19:07:21.803517000Z with arguments: 1
54131
+ [ActiveJob] [BatchTestJobBase] [8401dba1-47d0-4b1e-b833-49a0d138bba3] Performed BatchTestJobBase (Job ID: 8401dba1-47d0-4b1e-b833-49a0d138bba3) from Test(default) in 1.44ms
54132
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 8401dba1-47d0-4b1e-b833-49a0d138bba3) to Test(default) with arguments: 1
54133
+ [ActiveJob] [BatchTestJobBase] [6979d52c-672b-4784-a011-11e7507121eb] Performing BatchTestJobBase (Job ID: 6979d52c-672b-4784-a011-11e7507121eb) from Test(default) enqueued at 2025-10-29T19:07:21.805607000Z with arguments: 1
54134
+ [ActiveJob] [BatchTestJobBase] [6979d52c-672b-4784-a011-11e7507121eb] Performed BatchTestJobBase (Job ID: 6979d52c-672b-4784-a011-11e7507121eb) from Test(default) in 1.57ms
54135
+ [ActiveJob] Enqueued BatchTestJobBase (Job ID: 6979d52c-672b-4784-a011-11e7507121eb) to Test(default) with arguments: 1
54136
+ TRANSACTION (0.1ms) ROLLBACK
54137
+ TRANSACTION (0.0ms) BEGIN
54138
+ TRANSACTION (0.1ms) ROLLBACK
54139
+ TRANSACTION (0.0ms) BEGIN
54140
+ TRANSACTION (0.1ms) ROLLBACK
54141
+ TRANSACTION (0.0ms) BEGIN
54142
+ TRANSACTION (0.1ms) ROLLBACK
54143
+ TRANSACTION (0.1ms) BEGIN
54144
+ TRANSACTION (0.1ms) ROLLBACK
54145
+ TRANSACTION (0.0ms) BEGIN
54146
+ TRANSACTION (0.1ms) ROLLBACK
54147
+ TRANSACTION (0.0ms) BEGIN
54148
+ TRANSACTION (0.1ms) ROLLBACK
54149
+ TRANSACTION (0.0ms) BEGIN
54150
+ TRANSACTION (0.1ms) ROLLBACK
54151
+ TRANSACTION (0.0ms) BEGIN
54152
+ TRANSACTION (0.1ms) ROLLBACK
54153
+ TRANSACTION (0.0ms) BEGIN
54154
+ TRANSACTION (0.1ms) ROLLBACK
54155
+ TRANSACTION (0.0ms) BEGIN
54156
+ TRANSACTION (0.1ms) ROLLBACK
54157
+ TRANSACTION (0.0ms) BEGIN
54158
+ TRANSACTION (0.1ms) ROLLBACK
54159
+ TRANSACTION (0.0ms) BEGIN
54160
+ TRANSACTION (0.1ms) ROLLBACK
54161
+ TRANSACTION (0.0ms) BEGIN
54162
+ TRANSACTION (0.1ms) ROLLBACK
54163
+ TRANSACTION (0.0ms) BEGIN
54164
+ TRANSACTION (0.1ms) ROLLBACK
54165
+ TRANSACTION (0.0ms) BEGIN
54166
+ TRANSACTION (0.1ms) ROLLBACK
54167
+ TRANSACTION (0.1ms) BEGIN
54168
+ TRANSACTION (0.1ms) ROLLBACK
54169
+ TRANSACTION (0.0ms) BEGIN
54170
+ TRANSACTION (0.1ms) ROLLBACK
54171
+ TRANSACTION (0.0ms) BEGIN
54172
+ TRANSACTION (0.1ms) ROLLBACK
54173
+ TRANSACTION (0.0ms) BEGIN
54174
+ TRANSACTION (0.1ms) ROLLBACK
54175
+ TRANSACTION (0.0ms) BEGIN
54176
+ TRANSACTION (0.1ms) ROLLBACK
54177
+ TRANSACTION (0.0ms) BEGIN
54178
+ TRANSACTION (0.1ms) ROLLBACK
54179
+ TRANSACTION (0.0ms) BEGIN
54180
+ TRANSACTION (0.1ms) ROLLBACK
54181
+ TRANSACTION (0.0ms) BEGIN
54182
+ TRANSACTION (0.1ms) ROLLBACK
54183
+ TRANSACTION (0.0ms) BEGIN
54184
+ TRANSACTION (0.1ms) ROLLBACK
54185
+ TRANSACTION (0.0ms) BEGIN
54186
+ TRANSACTION (0.1ms) ROLLBACK
54187
+ TRANSACTION (0.0ms) BEGIN
54188
+ TRANSACTION (0.1ms) ROLLBACK
54189
+ TRANSACTION (0.0ms) BEGIN
54190
+ TRANSACTION (0.1ms) ROLLBACK
54191
+ TRANSACTION (0.0ms) BEGIN
54192
+ TRANSACTION (0.0ms) ROLLBACK
54193
+ TRANSACTION (0.0ms) BEGIN
54194
+ TRANSACTION (0.1ms) ROLLBACK
54195
+ TRANSACTION (0.1ms) BEGIN
54196
+ TRANSACTION (0.1ms) ROLLBACK
54197
+ TRANSACTION (0.1ms) BEGIN
54198
+ TRANSACTION (0.1ms) ROLLBACK
54199
+ TRANSACTION (0.0ms) BEGIN
54200
+ TRANSACTION (0.1ms) ROLLBACK
54201
+ TRANSACTION (0.0ms) BEGIN
54202
+ TRANSACTION (0.1ms) ROLLBACK
54203
+ TRANSACTION (0.0ms) BEGIN
54204
+ TRANSACTION (0.1ms) ROLLBACK
54205
+ SQL (0.1ms) SET search_path TO public
54206
+  (70.5ms) DROP DATABASE IF EXISTS "joblin-test"
54207
+  (52.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54208
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54209
+  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54210
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54211
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:23.004430', '2025-10-29 19:07:23.004433') RETURNING "key"
54212
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54213
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54214
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54215
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54216
+ TRANSACTION (0.0ms) BEGIN
54217
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54218
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54219
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54220
+ TRANSACTION (0.1ms) COMMIT
54221
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54222
+ TRANSACTION (0.0ms) BEGIN
54223
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54224
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54225
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54226
+ TRANSACTION (0.1ms) COMMIT
54227
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54228
+ TRANSACTION (0.1ms) BEGIN
54229
+ TRANSACTION (0.1ms) ROLLBACK
54230
+ TRANSACTION (0.1ms) BEGIN
54231
+ TRANSACTION (0.1ms) ROLLBACK
54232
+ TRANSACTION (0.1ms) BEGIN
54233
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 4df4a08d-28ac-4074-8892-de72619c6bd2) to Test(default)
54234
+ TRANSACTION (0.1ms) ROLLBACK
54235
+ TRANSACTION (0.1ms) BEGIN
54236
+ TRANSACTION (0.1ms) ROLLBACK
54237
+ TRANSACTION (0.0ms) BEGIN
54238
+ TRANSACTION (0.1ms) ROLLBACK
54239
+ TRANSACTION (0.1ms) BEGIN
54240
+ TRANSACTION (0.1ms) ROLLBACK
54241
+ TRANSACTION (0.1ms) BEGIN
54242
+ TRANSACTION (0.1ms) ROLLBACK
54243
+ TRANSACTION (0.1ms) BEGIN
54244
+ TRANSACTION (0.1ms) ROLLBACK
54245
+ TRANSACTION (0.1ms) BEGIN
54246
+ [ActiveJob] Enqueued BatchTestWorker (Job ID: 30903193-19c7-46dd-b9ee-fa6d0cf56689) to Test(default)
54247
+ TRANSACTION (0.1ms) ROLLBACK
54248
+ SQL (0.0ms) SET search_path TO public
54249
+  (86.6ms) DROP DATABASE IF EXISTS "joblin-test"
54250
+  (73.2ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54251
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54252
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54253
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54254
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:24.385860', '2025-10-29 19:07:24.385862') RETURNING "key"
54255
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
54256
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54257
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54258
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54259
+ TRANSACTION (0.0ms) BEGIN
54260
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54261
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54262
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54263
+ TRANSACTION (0.3ms) COMMIT
54264
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54265
+ TRANSACTION (0.0ms) BEGIN
54266
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54267
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54268
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54269
+ TRANSACTION (0.1ms) COMMIT
54270
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54271
+ TRANSACTION (0.0ms) BEGIN
54272
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
54273
+ Joblin::BackgroundTask Create (1.0ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:07:24.616075"], ["updated_at", "2025-10-29 19:07:24.616075"]]
54274
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
54275
+ TRANSACTION (0.1ms) SAVEPOINT active_record_1
54276
+ Joblin::BackgroundTask Update (0.6ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"foo\":\"bar\"}"], ["updated_at", "2025-10-29 19:07:24.618072"], ["id", 1]]
54277
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
54278
+ Joblin::BackgroundTask Load (0.3ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
54279
+ TRANSACTION (0.1ms) ROLLBACK
54280
+ TRANSACTION (0.0ms) BEGIN
54281
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54282
+ Joblin::BackgroundTask Create (0.3ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:07:24.625677"], ["updated_at", "2025-10-29 19:07:24.625677"]]
54283
+ TRANSACTION (0.1ms) RELEASE SAVEPOINT active_record_1
54284
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54285
+ Joblin::BackgroundTask Update (0.2ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"ref\":\"gid://combustion/Joblin::BackgroundTask/2\"}"], ["updated_at", "2025-10-29 19:07:24.626391"], ["id", 2]]
54286
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54287
+ Joblin::BackgroundTask Load (0.1ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
54288
+ Joblin::BackgroundTask Load (0.1ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
54289
+ TRANSACTION (0.1ms) ROLLBACK
54290
+ TRANSACTION (0.0ms) BEGIN
54291
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54292
+ Joblin::BackgroundTask Create (0.2ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:07:24.629161"], ["updated_at", "2025-10-29 19:07:24.629161"]]
54293
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54294
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54295
+ Joblin::BackgroundTask Update (0.2ms) UPDATE "joblin_background_tasks" SET "extra_options" = $1, "updated_at" = $2 WHERE "joblin_background_tasks"."id" = $3 [["extra_options", "{\"foo\":\"bar\"}"], ["updated_at", "2025-10-29 19:07:24.629696"], ["id", 3]]
54296
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54297
+ Joblin::BackgroundTask Load (0.1ms) SELECT "joblin_background_tasks".* FROM "joblin_background_tasks" WHERE "joblin_background_tasks"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]
54298
+ TRANSACTION (0.0ms) ROLLBACK
54299
+ TRANSACTION (0.0ms) BEGIN
54300
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54301
+ Joblin::BackgroundTask Create (0.2ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:07:24.630863"], ["updated_at", "2025-10-29 19:07:24.630863"]]
54302
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54303
+ TRANSACTION (0.0ms) ROLLBACK
54304
+ TRANSACTION (0.0ms) BEGIN
54305
+ TRANSACTION (0.0ms) SAVEPOINT active_record_1
54306
+ Joblin::BackgroundTask Create (0.2ms) INSERT INTO "joblin_background_tasks" ("extra_options", "type", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["extra_options", "{}"], ["type", "Joblin::BackgroundTask"], ["created_at", "2025-10-29 19:07:24.631862"], ["updated_at", "2025-10-29 19:07:24.631862"]]
54307
+ TRANSACTION (0.0ms) RELEASE SAVEPOINT active_record_1
54308
+ TRANSACTION (0.0ms) ROLLBACK
54309
+ SQL (0.1ms) SET search_path TO public
54310
+  (69.2ms) DROP DATABASE IF EXISTS "joblin-test"
54311
+  (68.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54312
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54313
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54314
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54315
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:25.787509', '2025-10-29 19:07:25.787511') RETURNING "key"
54316
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54317
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54318
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54319
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54320
+ TRANSACTION (0.0ms) BEGIN
54321
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54322
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54323
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54324
+ TRANSACTION (0.2ms) COMMIT
54325
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54326
+ TRANSACTION (0.0ms) BEGIN
54327
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54328
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54329
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54330
+ TRANSACTION (0.1ms) COMMIT
54331
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54332
+ TRANSACTION (0.1ms) BEGIN
54333
+ TRANSACTION (0.1ms) ROLLBACK
54334
+ TRANSACTION (0.1ms) BEGIN
54335
+ TRANSACTION (0.1ms) ROLLBACK
54336
+ TRANSACTION (0.0ms) BEGIN
54337
+ [ActiveJob] [TestJob] [23150baf-0848-485e-9982-81f3e82ca394] Performing TestJob (Job ID: 23150baf-0848-485e-9982-81f3e82ca394) from Sidekiq(default) enqueued at 2025-10-29T19:07:26.038762000Z
54338
+ [ActiveJob] [TestJob] [23150baf-0848-485e-9982-81f3e82ca394] Performed TestJob (Job ID: 23150baf-0848-485e-9982-81f3e82ca394) from Sidekiq(default) in 8.42ms
54339
+ [ActiveJob] Enqueued TestJob (Job ID: 23150baf-0848-485e-9982-81f3e82ca394) to Sidekiq(default)
54340
+ TRANSACTION (0.1ms) ROLLBACK
54341
+ SQL (0.1ms) SET search_path TO public
54342
+  (104.1ms) DROP DATABASE IF EXISTS "joblin-test"
54343
+  (70.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54344
+  (103.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54345
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54346
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54347
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:27.312257', '2025-10-29 19:07:27.312259') RETURNING "key"
54348
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
54349
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54350
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54351
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54352
+ TRANSACTION (0.0ms) BEGIN
54353
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54354
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54355
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54356
+ TRANSACTION (0.3ms) COMMIT
54357
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54358
+ TRANSACTION (0.0ms) BEGIN
54359
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54360
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54361
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54362
+ TRANSACTION (0.1ms) COMMIT
54363
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54364
+ TRANSACTION (0.1ms) BEGIN
54365
+ TRANSACTION (0.3ms) ROLLBACK
54366
+ TRANSACTION (0.6ms) BEGIN
54367
+ TRANSACTION (0.1ms) ROLLBACK
54368
+ TRANSACTION (0.1ms) BEGIN
54369
+ TRANSACTION (0.1ms) ROLLBACK
54370
+ TRANSACTION (0.0ms) BEGIN
54371
+ TRANSACTION (0.1ms) ROLLBACK
54372
+ TRANSACTION (0.0ms) BEGIN
54373
+ TRANSACTION (0.1ms) ROLLBACK
54374
+ SQL (0.1ms) SET search_path TO public
54375
+  (70.3ms) DROP DATABASE IF EXISTS "joblin-test"
54376
+  (57.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54377
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54378
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54379
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54380
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:28.734152', '2025-10-29 19:07:28.734155') RETURNING "key"
54381
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54382
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54383
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54384
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54385
+ TRANSACTION (0.0ms) BEGIN
54386
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54387
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54388
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54389
+ TRANSACTION (0.1ms) COMMIT
54390
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54391
+ TRANSACTION (0.0ms) BEGIN
54392
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54393
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54394
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54395
+ TRANSACTION (0.1ms) COMMIT
54396
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
54397
+ TRANSACTION (0.1ms) BEGIN
54398
+ TRANSACTION (0.1ms) ROLLBACK
54399
+ TRANSACTION (0.1ms) BEGIN
54400
+ TRANSACTION (0.1ms) ROLLBACK
54401
+ TRANSACTION (0.0ms) BEGIN
54402
+ TRANSACTION (0.1ms) ROLLBACK
54403
+ TRANSACTION (0.1ms) BEGIN
54404
+ TRANSACTION (0.1ms) ROLLBACK
54405
+ TRANSACTION (0.1ms) BEGIN
54406
+ TRANSACTION (0.1ms) ROLLBACK
54407
+ TRANSACTION (0.1ms) BEGIN
54408
+ TRANSACTION (0.1ms) ROLLBACK
54409
+ TRANSACTION (0.1ms) BEGIN
54410
+ TRANSACTION (0.1ms) ROLLBACK
54411
+ TRANSACTION (0.1ms) BEGIN
54412
+ TRANSACTION (0.1ms) ROLLBACK
54413
+ TRANSACTION (0.1ms) BEGIN
54414
+ TRANSACTION (0.1ms) ROLLBACK
54415
+ TRANSACTION (0.1ms) BEGIN
54416
+ TRANSACTION (0.1ms) ROLLBACK
54417
+ SQL (0.1ms) SET search_path TO public
54418
+  (94.9ms) DROP DATABASE IF EXISTS "joblin-test"
54419
+  (65.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54420
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54421
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54422
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54423
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:30.415915', '2025-10-29 19:07:30.415917') RETURNING "key"
54424
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54425
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54426
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54427
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54428
+ TRANSACTION (0.0ms) BEGIN
54429
+  (1.7ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54430
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54431
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54432
+ TRANSACTION (0.1ms) COMMIT
54433
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54434
+ TRANSACTION (0.0ms) BEGIN
54435
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54436
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54437
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54438
+ TRANSACTION (0.1ms) COMMIT
54439
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
54440
+ TRANSACTION (0.1ms) BEGIN
54441
+ TRANSACTION (0.1ms) ROLLBACK
54442
+ TRANSACTION (0.0ms) BEGIN
54443
+ TRANSACTION (0.1ms) ROLLBACK
54444
+ SQL (0.1ms) SET search_path TO public
54445
+  (93.2ms) DROP DATABASE IF EXISTS "joblin-test"
54446
+  (141.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54447
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54448
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54449
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54450
+ ActiveRecord::InternalMetadata Create (2.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:31.914366', '2025-10-29 19:07:31.914368') RETURNING "key"
54451
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54452
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54453
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54454
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54455
+ TRANSACTION (0.0ms) BEGIN
54456
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54457
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54458
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54459
+ TRANSACTION (0.2ms) COMMIT
54460
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54461
+ TRANSACTION (0.0ms) BEGIN
54462
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54463
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54464
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54465
+ TRANSACTION (0.1ms) COMMIT
54466
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54467
+ TRANSACTION (0.0ms) BEGIN
54468
+ TRANSACTION (0.1ms) ROLLBACK
54469
+ TRANSACTION (0.0ms) BEGIN
54470
+ TRANSACTION (0.0ms) ROLLBACK
54471
+ SQL (0.1ms) SET search_path TO public
54472
+  (86.1ms) DROP DATABASE IF EXISTS "joblin-test"
54473
+  (60.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54474
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54475
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54476
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54477
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:33.227666', '2025-10-29 19:07:33.227668') RETURNING "key"
54478
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54479
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54480
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54481
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54482
+ TRANSACTION (0.0ms) BEGIN
54483
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54484
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54485
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54486
+ TRANSACTION (0.1ms) COMMIT
54487
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54488
+ TRANSACTION (0.0ms) BEGIN
54489
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54490
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54491
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54492
+ TRANSACTION (0.1ms) COMMIT
54493
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54494
+ TRANSACTION (0.1ms) BEGIN
54495
+ TRANSACTION (0.2ms) ROLLBACK
54496
+ TRANSACTION (0.1ms) BEGIN
54497
+ TRANSACTION (0.1ms) ROLLBACK
54498
+ TRANSACTION (0.1ms) BEGIN
54499
+ TRANSACTION (0.1ms) ROLLBACK
54500
+ TRANSACTION (0.0ms) BEGIN
54501
+ TRANSACTION (0.1ms) ROLLBACK
54502
+ TRANSACTION (0.1ms) BEGIN
54503
+ TRANSACTION (0.1ms) ROLLBACK
54504
+ SQL (0.1ms) SET search_path TO public
54505
+  (82.1ms) DROP DATABASE IF EXISTS "joblin-test"
54506
+  (63.8ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54507
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54508
+  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54509
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54510
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:34.636250', '2025-10-29 19:07:34.636252') RETURNING "key"
54511
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54512
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54513
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54514
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54515
+ TRANSACTION (0.0ms) BEGIN
54516
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54517
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54518
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54519
+ TRANSACTION (0.1ms) COMMIT
54520
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54521
+ TRANSACTION (0.0ms) BEGIN
54522
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54523
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54524
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54525
+ TRANSACTION (0.2ms) COMMIT
54526
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54527
+ TRANSACTION (0.0ms) BEGIN
54528
+ TRANSACTION (0.1ms) ROLLBACK
54529
+ TRANSACTION (0.1ms) BEGIN
54530
+ TRANSACTION (0.1ms) ROLLBACK
54531
+ SQL (0.1ms) SET search_path TO public
54532
+  (93.7ms) DROP DATABASE IF EXISTS "joblin-test"
54533
+  (72.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54534
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54535
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54536
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54537
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:36.170288', '2025-10-29 19:07:36.170290') RETURNING "key"
54538
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54539
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54540
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54541
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54542
+ TRANSACTION (0.0ms) BEGIN
54543
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54544
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54545
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54546
+ TRANSACTION (0.1ms) COMMIT
54547
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54548
+ TRANSACTION (0.0ms) BEGIN
54549
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54550
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54551
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54552
+ TRANSACTION (0.1ms) COMMIT
54553
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54554
+ TRANSACTION (0.0ms) BEGIN
54555
+ TRANSACTION (0.1ms) ROLLBACK
54556
+ TRANSACTION (0.0ms) BEGIN
54557
+ TRANSACTION (0.1ms) ROLLBACK
54558
+ TRANSACTION (0.0ms) BEGIN
54559
+ TRANSACTION (0.1ms) ROLLBACK
54560
+ TRANSACTION (0.0ms) BEGIN
54561
+ TRANSACTION (0.1ms) ROLLBACK
54562
+ TRANSACTION (0.0ms) BEGIN
54563
+ TRANSACTION (0.1ms) ROLLBACK
54564
+ TRANSACTION (0.0ms) BEGIN
54565
+ TRANSACTION (0.1ms) ROLLBACK
54566
+ TRANSACTION (0.1ms) BEGIN
54567
+ TRANSACTION (0.1ms) ROLLBACK
54568
+ TRANSACTION (0.1ms) BEGIN
54569
+ TRANSACTION (0.2ms) ROLLBACK
54570
+ SQL (0.0ms) SET search_path TO public
54571
+  (132.5ms) DROP DATABASE IF EXISTS "joblin-test"
54572
+  (62.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54573
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54574
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54575
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54576
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:37.729202', '2025-10-29 19:07:37.729204') RETURNING "key"
54577
+  (0.4ms) SELECT pg_try_advisory_lock(7733673443659166010)
54578
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54579
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54580
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54581
+ TRANSACTION (0.0ms) BEGIN
54582
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54583
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54584
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54585
+ TRANSACTION (0.3ms) COMMIT
54586
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54587
+ TRANSACTION (0.0ms) BEGIN
54588
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54589
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54590
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54591
+ TRANSACTION (0.1ms) COMMIT
54592
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
54593
+ SQL (0.1ms) SET search_path TO public
54594
+  (68.7ms) DROP DATABASE IF EXISTS "joblin-test"
54595
+  (66.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54596
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54597
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54598
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54599
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:39.101476', '2025-10-29 19:07:39.101478') RETURNING "key"
54600
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54601
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54602
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54603
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54604
+ TRANSACTION (0.1ms) BEGIN
54605
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54606
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54607
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54608
+ TRANSACTION (0.1ms) COMMIT
54609
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54610
+ TRANSACTION (0.0ms) BEGIN
54611
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54612
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54613
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54614
+ TRANSACTION (0.1ms) COMMIT
54615
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54616
+ TRANSACTION (0.0ms) BEGIN
54617
+ TRANSACTION (0.1ms) ROLLBACK
54618
+ TRANSACTION (0.1ms) BEGIN
54619
+ TRANSACTION (0.1ms) ROLLBACK
54620
+ TRANSACTION (0.1ms) BEGIN
54621
+ TRANSACTION (0.1ms) ROLLBACK
54622
+ TRANSACTION (0.0ms) BEGIN
54623
+ TRANSACTION (0.1ms) ROLLBACK
54624
+ TRANSACTION (0.1ms) BEGIN
54625
+ TRANSACTION (0.1ms) ROLLBACK
54626
+ TRANSACTION (0.0ms) BEGIN
54627
+ TRANSACTION (0.1ms) ROLLBACK
54628
+ TRANSACTION (0.0ms) BEGIN
54629
+ TRANSACTION (0.1ms) ROLLBACK
54630
+ SQL (0.1ms) SET search_path TO public
54631
+  (144.2ms) DROP DATABASE IF EXISTS "joblin-test"
54632
+  (97.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54633
+  (4.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54634
+  (2.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54635
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54636
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:40.651184', '2025-10-29 19:07:40.651186') RETURNING "key"
54637
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54638
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54639
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54640
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54641
+ TRANSACTION (0.0ms) BEGIN
54642
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54643
+  (0.7ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54644
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54645
+ TRANSACTION (0.2ms) COMMIT
54646
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54647
+ TRANSACTION (0.0ms) BEGIN
54648
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54649
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54650
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54651
+ TRANSACTION (0.1ms) COMMIT
54652
+  (0.0ms) SELECT pg_advisory_unlock(7733673443659166010)
54653
+ TRANSACTION (0.0ms) BEGIN
54654
+ TRANSACTION (0.1ms) ROLLBACK
54655
+ TRANSACTION (0.0ms) BEGIN
54656
+ TRANSACTION (0.1ms) ROLLBACK
54657
+ TRANSACTION (0.0ms) BEGIN
54658
+ TRANSACTION (0.0ms) ROLLBACK
54659
+ SQL (0.1ms) SET search_path TO public
54660
+  (70.5ms) DROP DATABASE IF EXISTS "joblin-test"
54661
+  (64.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54662
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54663
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54664
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54665
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:42.116263', '2025-10-29 19:07:42.116265') RETURNING "key"
54666
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54667
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54668
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54669
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54670
+ TRANSACTION (0.0ms) BEGIN
54671
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54672
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54673
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54674
+ TRANSACTION (0.1ms) COMMIT
54675
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54676
+ TRANSACTION (0.0ms) BEGIN
54677
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54678
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54679
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54680
+ TRANSACTION (0.1ms) COMMIT
54681
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54682
+ TRANSACTION (0.0ms) BEGIN
54683
+ TRANSACTION (0.1ms) ROLLBACK
54684
+ TRANSACTION (0.0ms) BEGIN
54685
+ TRANSACTION (0.1ms) ROLLBACK
54686
+ TRANSACTION (0.1ms) BEGIN
54687
+ TRANSACTION (0.1ms) ROLLBACK
54688
+ SQL (0.1ms) SET search_path TO public
54689
+  (104.2ms) DROP DATABASE IF EXISTS "joblin-test"
54690
+  (57.6ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54691
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54692
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54693
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54694
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:43.492654', '2025-10-29 19:07:43.492656') RETURNING "key"
54695
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54696
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54697
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54698
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54699
+ TRANSACTION (0.0ms) BEGIN
54700
+  (1.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54701
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54702
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54703
+ TRANSACTION (0.1ms) COMMIT
54704
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54705
+ TRANSACTION (0.0ms) BEGIN
54706
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54707
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54708
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54709
+ TRANSACTION (0.1ms) COMMIT
54710
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54711
+ TRANSACTION (0.0ms) BEGIN
54712
+ TRANSACTION (0.1ms) ROLLBACK
54713
+ TRANSACTION (0.0ms) BEGIN
54714
+ TRANSACTION (0.0ms) ROLLBACK
54715
+ SQL (0.1ms) SET search_path TO public
54716
+  (69.7ms) DROP DATABASE IF EXISTS "joblin-test"
54717
+  (104.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54718
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54719
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54720
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54721
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:07:44.736083', '2025-10-29 19:07:44.736085') RETURNING "key"
54722
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54723
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54724
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54725
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54726
+ TRANSACTION (0.0ms) BEGIN
54727
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54728
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54729
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54730
+ TRANSACTION (0.1ms) COMMIT
54731
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54732
+ TRANSACTION (0.0ms) BEGIN
54733
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54734
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54735
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54736
+ TRANSACTION (0.2ms) COMMIT
54737
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54738
+ TRANSACTION (0.0ms) BEGIN
54739
+ TRANSACTION (0.1ms) ROLLBACK
54740
+ SQL (0.1ms) SET search_path TO public
54741
+  (149.9ms) DROP DATABASE IF EXISTS "joblin-test"
54742
+  (75.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54743
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54744
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54745
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54746
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:09:48.296955', '2025-10-29 19:09:48.296957') RETURNING "key"
54747
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
54748
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54749
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54750
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54751
+ TRANSACTION (0.1ms) BEGIN
54752
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54753
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54754
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54755
+ TRANSACTION (0.2ms) COMMIT
54756
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54757
+ TRANSACTION (0.0ms) BEGIN
54758
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54759
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54760
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54761
+ TRANSACTION (0.1ms) COMMIT
54762
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54763
+ SQL (0.1ms) SET search_path TO public
54764
+  (159.2ms) DROP DATABASE IF EXISTS "joblin-test"
54765
+  (67.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54766
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54767
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54768
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54769
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:10:05.228394', '2025-10-29 19:10:05.228396') RETURNING "key"
54770
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54771
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54772
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54773
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54774
+ TRANSACTION (0.0ms) BEGIN
54775
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54776
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54777
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54778
+ TRANSACTION (0.1ms) COMMIT
54779
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54780
+ TRANSACTION (0.1ms) BEGIN
54781
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54782
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54783
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54784
+ TRANSACTION (0.3ms) COMMIT
54785
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54786
+ SQL (0.0ms) SET search_path TO public
54787
+  (94.1ms) DROP DATABASE IF EXISTS "joblin-test"
54788
+  (66.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54789
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54790
+  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54791
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54792
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:10:09.506331', '2025-10-29 19:10:09.506334') RETURNING "key"
54793
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
54794
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54795
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54796
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54797
+ TRANSACTION (0.0ms) BEGIN
54798
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54799
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54800
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54801
+ TRANSACTION (0.2ms) COMMIT
54802
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54803
+ TRANSACTION (0.0ms) BEGIN
54804
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54805
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54806
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54807
+ TRANSACTION (0.1ms) COMMIT
54808
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54809
+ TRANSACTION (0.0ms) BEGIN
54810
+ [ActiveJob] Enqueued ContextedJob (Job ID: 476af60a-879e-4c1c-8a81-675ba0fcce97) to Sidekiq(default)
54811
+ [ActiveJob] [ContextedJob] [476af60a-879e-4c1c-8a81-675ba0fcce97] Performing ContextedJob (Job ID: 476af60a-879e-4c1c-8a81-675ba0fcce97) from Sidekiq(default) enqueued at 2025-10-29T19:10:09.722712000Z
54812
+ [ActiveJob] [ContextedJob] [476af60a-879e-4c1c-8a81-675ba0fcce97] Performed ContextedJob (Job ID: 476af60a-879e-4c1c-8a81-675ba0fcce97) from Sidekiq(default) in 9.22ms
54813
+ TRANSACTION (0.2ms) ROLLBACK
54814
+ SQL (0.1ms) SET search_path TO public
54815
+  (126.2ms) DROP DATABASE IF EXISTS "joblin-test"
54816
+  (65.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54817
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54818
+  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54819
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54820
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:16:14.453129', '2025-10-29 19:16:14.453131') RETURNING "key"
54821
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54822
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54823
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54824
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54825
+ TRANSACTION (0.0ms) BEGIN
54826
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54827
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54828
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54829
+ TRANSACTION (0.2ms) COMMIT
54830
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54831
+ TRANSACTION (0.0ms) BEGIN
54832
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54833
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54834
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54835
+ TRANSACTION (0.1ms) COMMIT
54836
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54837
+ TRANSACTION (0.0ms) BEGIN
54838
+ [ActiveJob] Enqueued ContextedJob (Job ID: 6d634207-9d77-44fd-8591-cebabc231a11) to Sidekiq(default)
54839
+ [ActiveJob] [ContextedJob] [6d634207-9d77-44fd-8591-cebabc231a11] Performing ContextedJob (Job ID: 6d634207-9d77-44fd-8591-cebabc231a11) from Sidekiq(default) enqueued at 2025-10-29T19:16:14.769125000Z
54840
+ [ActiveJob] [ContextedJob] [6d634207-9d77-44fd-8591-cebabc231a11] Performed ContextedJob (Job ID: 6d634207-9d77-44fd-8591-cebabc231a11) from Sidekiq(default) in 6.89ms
54841
+ TRANSACTION (0.1ms) ROLLBACK
54842
+ SQL (0.1ms) SET search_path TO public
54843
+  (319.8ms) DROP DATABASE IF EXISTS "joblin-test"
54844
+  (60.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54845
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54846
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54847
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54848
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:31:44.512314', '2025-10-29 19:31:44.512315') RETURNING "key"
54849
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54850
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54851
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54852
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54853
+ TRANSACTION (0.0ms) BEGIN
54854
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54855
+  (0.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54856
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54857
+ TRANSACTION (0.1ms) COMMIT
54858
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54859
+ TRANSACTION (0.0ms) BEGIN
54860
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54861
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54862
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54863
+ TRANSACTION (0.1ms) COMMIT
54864
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54865
+ SQL (0.1ms) SET search_path TO public
54866
+  (164.8ms) DROP DATABASE IF EXISTS "joblin-test"
54867
+  (83.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54868
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54869
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54870
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54871
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 19:32:01.613986', '2025-10-29 19:32:01.613988') RETURNING "key"
54872
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54873
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54874
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54875
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54876
+ TRANSACTION (0.0ms) BEGIN
54877
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54878
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54879
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54880
+ TRANSACTION (0.3ms) COMMIT
54881
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54882
+ TRANSACTION (0.0ms) BEGIN
54883
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54884
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54885
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54886
+ TRANSACTION (0.2ms) COMMIT
54887
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54888
+ SQL (0.0ms) SET search_path TO public
54889
+  (123.9ms) DROP DATABASE IF EXISTS "joblin-test"
54890
+  (75.2ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54891
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54892
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54893
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54894
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-29 22:18:34.949922', '2025-10-29 22:18:34.949930') RETURNING "key"
54895
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
54896
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54897
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54898
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54899
+ TRANSACTION (0.1ms) BEGIN
54900
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54901
+  (0.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54902
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54903
+ TRANSACTION (0.3ms) COMMIT
54904
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54905
+ TRANSACTION (0.1ms) BEGIN
54906
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54907
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54908
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54909
+ TRANSACTION (0.1ms) COMMIT
54910
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54911
+ SQL (0.2ms) SET search_path TO public
54912
+  (192.3ms) DROP DATABASE IF EXISTS "joblin-test"
54913
+  (92.3ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54914
+  (4.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54915
+  (2.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54916
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54917
+ ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-10-31 17:24:39.662408', '2025-10-31 17:24:39.662410') RETURNING "key"
54918
+  (0.6ms) SELECT pg_try_advisory_lock(7733673443659166010)
54919
+ ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54920
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54921
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54922
+ TRANSACTION (0.1ms) BEGIN
54923
+  (2.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54924
+  (0.8ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54925
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54926
+ TRANSACTION (0.5ms) COMMIT
54927
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54928
+ TRANSACTION (0.0ms) BEGIN
54929
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54930
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54931
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54932
+ TRANSACTION (0.1ms) COMMIT
54933
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
54934
+ SQL (0.1ms) SET search_path TO public
54935
+  (164.3ms) DROP DATABASE IF EXISTS "joblin-test"
54936
+  (80.3ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54937
+  (4.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54938
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54939
+ ActiveRecord::InternalMetadata Load (1.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54940
+ ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-03 17:27:06.707444', '2025-11-03 17:27:06.707447') RETURNING "key"
54941
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
54942
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54943
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54944
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54945
+ TRANSACTION (0.8ms) BEGIN
54946
+  (2.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54947
+  (0.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54948
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54949
+ TRANSACTION (1.2ms) COMMIT
54950
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54951
+ TRANSACTION (1.3ms) BEGIN
54952
+  (2.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54953
+  (0.7ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54954
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54955
+ TRANSACTION (2.2ms) COMMIT
54956
+  (0.2ms) SELECT pg_advisory_unlock(7733673443659166010)
54957
+ SQL (0.1ms) SET search_path TO public
54958
+  (156.0ms) DROP DATABASE IF EXISTS "joblin-test"
54959
+  (88.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54960
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54961
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54962
+ ActiveRecord::InternalMetadata Load (3.9ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54963
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-08 03:03:48.530385', '2025-11-08 03:03:48.530387') RETURNING "key"
54964
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54965
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54966
+ ActiveRecord::InternalMetadata Load (0.7ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54967
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54968
+ TRANSACTION (0.3ms) BEGIN
54969
+  (5.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54970
+  (2.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54971
+ ActiveRecord::SchemaMigration Create (2.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54972
+ TRANSACTION (1.1ms) COMMIT
54973
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54974
+ TRANSACTION (0.2ms) BEGIN
54975
+  (1.9ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54976
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
54977
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
54978
+ TRANSACTION (0.6ms) COMMIT
54979
+  (0.5ms) SELECT pg_advisory_unlock(7733673443659166010)
54980
+ SQL (0.1ms) SET search_path TO public
54981
+  (144.8ms) DROP DATABASE IF EXISTS "joblin-test"
54982
+  (102.5ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
54983
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
54984
+  (4.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
54985
+ ActiveRecord::InternalMetadata Load (5.7ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54986
+ ActiveRecord::InternalMetadata Create (4.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-13 20:19:00.841943', '2025-11-13 20:19:00.841945') RETURNING "key"
54987
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
54988
+ ActiveRecord::SchemaMigration Load (6.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
54989
+ ActiveRecord::InternalMetadata Load (1.9ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
54990
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
54991
+ TRANSACTION (1.5ms) BEGIN
54992
+  (9.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
54993
+  (3.3ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
54994
+ ActiveRecord::SchemaMigration Create (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
54995
+ TRANSACTION (0.7ms) COMMIT
54996
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
54997
+ TRANSACTION (0.6ms) BEGIN
54998
+  (1.5ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
54999
+  (0.5ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55000
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55001
+ TRANSACTION (0.2ms) COMMIT
55002
+  (0.2ms) SELECT pg_advisory_unlock(7733673443659166010)
55003
+ SQL (1.5ms) SET search_path TO public
55004
+  (301.1ms) DROP DATABASE IF EXISTS "joblin-test"
55005
+  (100.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55006
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55007
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55008
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55009
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-17 17:40:11.674825', '2025-11-17 17:40:11.674827') RETURNING "key"
55010
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55011
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55012
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55013
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55014
+ TRANSACTION (0.0ms) BEGIN
55015
+  (1.9ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55016
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55017
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55018
+ TRANSACTION (0.3ms) COMMIT
55019
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55020
+ TRANSACTION (0.0ms) BEGIN
55021
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55022
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55023
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55024
+ TRANSACTION (0.1ms) COMMIT
55025
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55026
+ SQL (0.1ms) SET search_path TO public
55027
+  (145.0ms) DROP DATABASE IF EXISTS "joblin-test"
55028
+  (110.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55029
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55030
+  (3.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55031
+ ActiveRecord::InternalMetadata Load (1.3ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55032
+ ActiveRecord::InternalMetadata Create (3.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-25 20:02:27.968409', '2025-11-25 20:02:27.968413') RETURNING "key"
55033
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
55034
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55035
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55036
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55037
+ TRANSACTION (0.1ms) BEGIN
55038
+  (5.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55039
+  (1.9ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55040
+ ActiveRecord::SchemaMigration Create (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55041
+ TRANSACTION (0.6ms) COMMIT
55042
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55043
+ TRANSACTION (0.1ms) BEGIN
55044
+  (1.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55045
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55046
+ ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55047
+ TRANSACTION (1.5ms) COMMIT
55048
+  (0.2ms) SELECT pg_advisory_unlock(7733673443659166010)
55049
+ SQL (0.1ms) SET search_path TO public
55050
+  (156.0ms) DROP DATABASE IF EXISTS "joblin-test"
55051
+  (61.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55052
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55053
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55054
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55055
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-26 16:14:03.942093', '2025-11-26 16:14:03.942095') RETURNING "key"
55056
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55057
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55058
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55059
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55060
+ TRANSACTION (0.0ms) BEGIN
55061
+  (1.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55062
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55063
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55064
+ TRANSACTION (0.1ms) COMMIT
55065
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55066
+ TRANSACTION (0.0ms) BEGIN
55067
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55068
+  (0.0ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55069
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55070
+ TRANSACTION (0.1ms) COMMIT
55071
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55072
+ SQL (0.2ms) SET search_path TO public
55073
+  (139.7ms) DROP DATABASE IF EXISTS "joblin-test"
55074
+  (83.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55075
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55076
+  (5.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55077
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55078
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-11-29 18:36:33.430503', '2025-11-29 18:36:33.430505') RETURNING "key"
55079
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55080
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55081
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55082
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55083
+ TRANSACTION (0.0ms) BEGIN
55084
+  (2.3ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55085
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55086
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55087
+ TRANSACTION (0.1ms) COMMIT
55088
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55089
+ TRANSACTION (0.0ms) BEGIN
55090
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55091
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55092
+ ActiveRecord::SchemaMigration Create (0.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55093
+ TRANSACTION (0.1ms) COMMIT
55094
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55095
+  (105.1ms) DROP DATABASE IF EXISTS "joblin-test"
55096
+ SQL (0.1ms) SET search_path TO public
55097
+  (130.6ms) DROP DATABASE IF EXISTS "joblin-test"
55098
+  (71.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55099
+  (3.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55100
+  (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55101
+ ActiveRecord::InternalMetadata Load (4.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55102
+ ActiveRecord::InternalMetadata Create (1.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-13 03:08:29.305007', '2025-12-13 03:08:29.305009') RETURNING "key"
55103
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55104
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55105
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55106
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55107
+ TRANSACTION (0.1ms) BEGIN
55108
+  (2.0ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55109
+  (0.7ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55110
+ ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55111
+ TRANSACTION (0.2ms) COMMIT
55112
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55113
+ TRANSACTION (0.1ms) BEGIN
55114
+  (0.9ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55115
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55116
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55117
+ TRANSACTION (0.1ms) COMMIT
55118
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55119
+ SQL (3.3ms) SET search_path TO public
55120
+  (226.7ms) DROP DATABASE IF EXISTS "joblin-test"
55121
+  (82.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55122
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55123
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55124
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55125
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-18 17:43:40.152934', '2025-12-18 17:43:40.152937') RETURNING "key"
55126
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
55127
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55128
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55129
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55130
+ TRANSACTION (0.0ms) BEGIN
55131
+  (1.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55132
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55133
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55134
+ TRANSACTION (0.3ms) COMMIT
55135
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55136
+ TRANSACTION (0.0ms) BEGIN
55137
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55138
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55139
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55140
+ TRANSACTION (0.1ms) COMMIT
55141
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55142
+ SQL (0.1ms) SET search_path TO public
55143
+  (131.8ms) DROP DATABASE IF EXISTS "joblin-test"
55144
+  (95.9ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55145
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55146
+  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55147
+ ActiveRecord::InternalMetadata Load (1.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55148
+ ActiveRecord::InternalMetadata Create (1.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-19 22:30:00.075879', '2025-12-19 22:30:00.075881') RETURNING "key"
55149
+  (1.4ms) SELECT pg_try_advisory_lock(7733673443659166010)
55150
+ ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55151
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55152
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55153
+ TRANSACTION (1.5ms) BEGIN
55154
+  (4.3ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55155
+  (0.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55156
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55157
+ TRANSACTION (0.7ms) COMMIT
55158
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55159
+ TRANSACTION (0.1ms) BEGIN
55160
+  (1.0ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55161
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55162
+ ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55163
+ TRANSACTION (1.2ms) COMMIT
55164
+  (0.9ms) SELECT pg_advisory_unlock(7733673443659166010)
55165
+ SQL (0.1ms) SET search_path TO public
55166
+  (172.5ms) DROP DATABASE IF EXISTS "joblin-test"
55167
+  (87.2ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55168
+  (3.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55169
+  (4.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55170
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55171
+ ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-20 00:23:12.534695', '2025-12-20 00:23:12.534697') RETURNING "key"
55172
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55173
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55174
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55175
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55176
+ TRANSACTION (0.0ms) BEGIN
55177
+  (2.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55178
+  (1.1ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55179
+ ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55180
+ TRANSACTION (0.2ms) COMMIT
55181
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55182
+ TRANSACTION (0.0ms) BEGIN
55183
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55184
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55185
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55186
+ TRANSACTION (0.2ms) COMMIT
55187
+  (0.2ms) SELECT pg_advisory_unlock(7733673443659166010)
55188
+ SQL (0.1ms) SET search_path TO public
55189
+  (133.0ms) DROP DATABASE IF EXISTS "joblin-test"
55190
+  (74.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55191
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55192
+  (2.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55193
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55194
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-21 04:44:08.959968', '2025-12-21 04:44:08.959969') RETURNING "key"
55195
+  (0.1ms) SELECT pg_try_advisory_lock(7733673443659166010)
55196
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55197
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55198
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55199
+ TRANSACTION (0.1ms) BEGIN
55200
+  (1.5ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55201
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55202
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55203
+ TRANSACTION (0.1ms) COMMIT
55204
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55205
+ TRANSACTION (0.0ms) BEGIN
55206
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55207
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55208
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55209
+ TRANSACTION (0.3ms) COMMIT
55210
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55211
+ SQL (0.1ms) SET search_path TO public
55212
+  (180.1ms) DROP DATABASE IF EXISTS "joblin-test"
55213
+  (122.0ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55214
+  (4.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55215
+  (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55216
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55217
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2025-12-21 22:37:47.571115', '2025-12-21 22:37:47.571118') RETURNING "key"
55218
+  (0.5ms) SELECT pg_try_advisory_lock(7733673443659166010)
55219
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55220
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55221
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55222
+ TRANSACTION (0.1ms) BEGIN
55223
+  (1.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55224
+  (0.4ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55225
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55226
+ TRANSACTION (0.1ms) COMMIT
55227
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55228
+ TRANSACTION (0.1ms) BEGIN
55229
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55230
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55231
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55232
+ TRANSACTION (0.2ms) COMMIT
55233
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55234
+ SQL (0.9ms) SET search_path TO public
55235
+  (176.3ms) DROP DATABASE IF EXISTS "joblin-test"
55236
+  (104.7ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55237
+  (4.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55238
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55239
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55240
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-05 16:35:23.283211', '2026-01-05 16:35:23.283213') RETURNING "key"
55241
+  (0.0ms) SELECT pg_try_advisory_lock(7733673443659166010)
55242
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55243
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55244
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55245
+ TRANSACTION (0.0ms) BEGIN
55246
+  (1.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55247
+  (0.2ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55248
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55249
+ TRANSACTION (0.2ms) COMMIT
55250
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55251
+ TRANSACTION (0.1ms) BEGIN
55252
+  (0.2ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55253
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55254
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55255
+ TRANSACTION (0.1ms) COMMIT
55256
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55257
+ SQL (9.9ms) SET search_path TO public
55258
+  (376.8ms) DROP DATABASE IF EXISTS "joblin-test"
55259
+  (127.1ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55260
+  (6.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55261
+  (16.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55262
+ ActiveRecord::InternalMetadata Load (1.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55263
+ ActiveRecord::InternalMetadata Create (2.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-09 00:38:07.719876', '2026-01-09 00:38:07.719881') RETURNING "key"
55264
+  (0.9ms) SELECT pg_try_advisory_lock(7733673443659166010)
55265
+ ActiveRecord::SchemaMigration Load (4.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55266
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55267
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55268
+ TRANSACTION (0.1ms) BEGIN
55269
+  (8.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55270
+  (2.6ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55271
+ ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55272
+ TRANSACTION (0.6ms) COMMIT
55273
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55274
+ TRANSACTION (0.2ms) BEGIN
55275
+  (0.6ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55276
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55277
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55278
+ TRANSACTION (0.8ms) COMMIT
55279
+  (1.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55280
+ SQL (0.2ms) SET search_path TO public
55281
+  (260.7ms) DROP DATABASE IF EXISTS "joblin-test"
55282
+  (110.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55283
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55284
+  (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55285
+ ActiveRecord::InternalMetadata Load (0.7ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55286
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-09 19:02:33.430885', '2026-01-09 19:02:33.430888') RETURNING "key"
55287
+  (0.3ms) SELECT pg_try_advisory_lock(7733673443659166010)
55288
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55289
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55290
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55291
+ TRANSACTION (0.1ms) BEGIN
55292
+  (2.4ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55293
+  (0.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55294
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55295
+ TRANSACTION (0.3ms) COMMIT
55296
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55297
+ TRANSACTION (0.0ms) BEGIN
55298
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55299
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55300
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55301
+ TRANSACTION (0.3ms) COMMIT
55302
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55303
+ SQL (3.1ms) SET search_path TO public
55304
+  (245.8ms) DROP DATABASE IF EXISTS "joblin-test"
55305
+  (100.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55306
+  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55307
+  (6.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55308
+ ActiveRecord::InternalMetadata Load (1.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55309
+ ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-09 20:17:16.300884', '2026-01-09 20:17:16.300886') RETURNING "key"
55310
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
55311
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55312
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55313
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55314
+ TRANSACTION (0.1ms) BEGIN
55315
+  (4.1ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55316
+  (1.5ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55317
+ ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55318
+ TRANSACTION (0.6ms) COMMIT
55319
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55320
+ TRANSACTION (0.1ms) BEGIN
55321
+  (0.4ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55322
+  (0.1ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55323
+ ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55324
+ TRANSACTION (0.8ms) COMMIT
55325
+  (0.2ms) SELECT pg_advisory_unlock(7733673443659166010)
55326
+ SQL (0.1ms) SET search_path TO public
55327
+  (199.5ms) DROP DATABASE IF EXISTS "joblin-test"
55328
+  (120.4ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55329
+  (3.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55330
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55331
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55332
+ ActiveRecord::InternalMetadata Create (1.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-20 20:25:15.998814', '2026-01-20 20:25:15.998816') RETURNING "key"
55333
+  (0.2ms) SELECT pg_try_advisory_lock(7733673443659166010)
55334
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55335
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55336
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55337
+ TRANSACTION (0.3ms) BEGIN
55338
+  (3.8ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55339
+  (1.2ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55340
+ ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55341
+ TRANSACTION (0.1ms) COMMIT
55342
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55343
+ TRANSACTION (0.1ms) BEGIN
55344
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55345
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55346
+ ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55347
+ TRANSACTION (0.3ms) COMMIT
55348
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)
55349
+ SQL (0.2ms) SET search_path TO public
55350
+  (147.1ms) DROP DATABASE IF EXISTS "joblin-test"
55351
+  (101.3ms) CREATE DATABASE "joblin-test" ENCODING = 'unicode'
55352
+  (4.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
55353
+  (2.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
55354
+ ActiveRecord::InternalMetadata Load (2.2ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55355
+ ActiveRecord::InternalMetadata Create (2.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ('environment', 'test', '2026-01-22 21:52:01.194980', '2026-01-22 21:52:01.194982') RETURNING "key"
55356
+  (0.6ms) SELECT pg_try_advisory_lock(7733673443659166010)
55357
+ ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55358
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
55359
+ Migrating to CreateJoblinBackgroundTasks (20250903184852)
55360
+ TRANSACTION (1.7ms) BEGIN
55361
+  (4.6ms) CREATE TABLE "joblin_background_tasks" ("id" bigserial primary key, "creator_type" character varying, "creator_id" bigint, "extra_options" jsonb, "batch_id" character varying, "type" character varying NOT NULL, "workflow_state" character varying DEFAULT 'unscheduled' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
55362
+  (2.2ms) CREATE INDEX "index_joblin_background_tasks_on_creator_type_and_creator_id" ON "joblin_background_tasks" ("creator_type", "creator_id")
55363
+ ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250903184852') RETURNING "version"
55364
+ TRANSACTION (0.6ms) COMMIT
55365
+ Migrating to AddResultsToJoblinBackgroundTasks (20250916184852)
55366
+ TRANSACTION (0.0ms) BEGIN
55367
+  (0.8ms) ALTER TABLE "joblin_background_tasks" ADD "results" jsonb
55368
+  (0.3ms) ALTER TABLE "joblin_background_tasks" ADD "error_message" text
55369
+ ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20250916184852') RETURNING "version"
55370
+ TRANSACTION (0.1ms) COMMIT
55371
+  (0.1ms) SELECT pg_advisory_unlock(7733673443659166010)