CustomActuatorEndpointAcceptanceTest

1

tests

0

failures

0

ignored

4.689s

duration

100%

successful

Tests

Test Duration Result
shouldListMetricLinks() 4.689s passed

Standard output

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v3.5.5)

2026-08-10T16:36:40.703Z  INFO 371 --- [    Test worker] h.c.CustomActuatorEndpointAcceptanceTest : Starting CustomActuatorEndpointAcceptanceTest using Java 21.0.11 with PID 371 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/mihoe_ci-build-performance-improvements-8da83bafd50c)
2026-08-10T16:36:40.712Z  INFO 371 --- [    Test worker] h.c.CustomActuatorEndpointAcceptanceTest : The following 1 profile is active: "fake-jwt"
2026-08-10T16:36:44.743Z  INFO 371 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-08-10T16:36:45.230Z  INFO 371 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 459 ms. Found 35 JPA repository interfaces.
2026-08-10T16:36:47.112Z  INFO 371 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T16:36:47.151Z  INFO 371 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T16:36:47.152Z  INFO 371 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T16:36:47.313Z  INFO 371 --- [    Test worker] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-10T16:36:47.314Z  INFO 371 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5499 ms
2026-08-10T16:36:48.120Z  INFO 371 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-08-10T16:36:48.326Z  INFO 371 --- [    Test worker] org.testcontainers.images.PullPolicy     : Image pull policy will be performed by: DefaultPullPolicy()
2026-08-10T16:36:48.328Z  INFO 371 --- [    Test worker] o.t.utility.ImageNameSubstitutor         : Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2026-08-10T16:36:48.353Z  INFO 371 --- [    Test worker] org.testcontainers.DockerClientFactory   : Testcontainers version: 1.21.4
2026-08-10T16:36:50.072Z  INFO 371 --- [    Test worker] o.t.d.DockerClientProviderStrategy       : Found Docker environment with Environment variables, system properties and defaults. Resolved dockerHost=unix:///var/run/docker.sock
2026-08-10T16:36:50.073Z  INFO 371 --- [    Test worker] org.testcontainers.DockerClientFactory   : Docker host IP address is localhost
2026-08-10T16:36:50.136Z  INFO 371 --- [    Test worker] org.testcontainers.DockerClientFactory   : Connected to docker: 
  Server Version: 26.1.5+dfsg1
  API Version: 1.45
  Operating System: Debian GNU/Linux 13 (trixie)
  Total Memory: 11967 MB
2026-08-10T16:36:50.141Z  WARN 371 --- [    Test worker] o.testcontainers.utility.ResourceReaper  : 
********************************************************************************
Ryuk has been disabled. This can cause unexpected behavior in your environment.
********************************************************************************
2026-08-10T16:36:50.176Z  INFO 371 --- [    Test worker] org.testcontainers.DockerClientFactory   : Checking the system...
2026-08-10T16:36:50.177Z  INFO 371 --- [    Test worker] org.testcontainers.DockerClientFactory   : ✔︎ Docker server version should be at least 1.6.0
2026-08-10T16:36:50.244Z  INFO 371 --- [    Test worker] tc.postgres:17.7-trixie                  : Creating container for image: postgres:17.7-trixie
2026-08-10T16:36:50.263Z  INFO 371 --- [    Test worker] o.t.utility.RegistryAuthLocator          : Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: postgres:17.7-trixie, configFile: /root/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /root/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
2026-08-10T16:36:50.605Z  INFO 371 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie is starting: 753e715a9f8e500fc87eaa2598dcb6fcd561e385a9d670e1089c47b3cc6dbfda
2026-08-10T16:36:52.067Z  INFO 371 --- [    Test worker] tc.postgres:17.7-trixie                  : Container postgres:17.7-trixie started in PT1.822926852S
2026-08-10T16:36:52.068Z  INFO 371 --- [    Test worker] tc.postgres:17.7-trixie                  : Container is started (JDBC URL: jdbc:postgresql://localhost:32901/test?loggerLevel=OFF)
2026-08-10T16:36:52.649Z  INFO 371 --- [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.testcontainers.jdbc.ConnectionWrapper@61f1dc8d
2026-08-10T16:36:52.651Z  INFO 371 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-08-10T16:36:55.347Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "tx_journal_v" does not exist, skipping
2026-08-10T16:36:55.686Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "delete_grants_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:36:55.686Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "delete_reference_of_subject_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:36:55.720Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "subject_default_organization_tg" for relation "rbac.subject" does not exist, skipping
2026-08-10T16:36:55.826Z  WARN 371 --- [    Test worker] liquibase.executor                       : function rbac.determinecurrentsubjectorassumedrolesuuids(uuid,text) does not exist, skipping
2026-08-10T16:36:55.849Z  WARN 371 --- [    Test worker] liquibase.executor                       : procedure base.contextdefined(pg_catalog.varchar,text,pg_catalog.varchar,pg_catalog.varchar) does not exist, skipping
2026-08-10T16:36:55.849Z  WARN 371 --- [    Test worker] liquibase.executor                       : procedure base.definecontext(pg_catalog.varchar,text,pg_catalog.varchar,text) does not exist, skipping
2026-08-10T16:36:55.879Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "role_ev" does not exist, skipping
2026-08-10T16:36:55.902Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "grant_ev" does not exist, skipping
2026-08-10T16:36:55.943Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "subject_ev" does not exist, skipping
2026-08-10T16:36:55.984Z  WARN 371 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T16:36:55.984Z  WARN 371 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,rbac.subjecttype,pg_catalog.bool) does not exist, skipping
2026-08-10T16:36:55.984Z  WARN 371 --- [    Test worker] liquibase.executor                       : function rbac.upsert_subject(uuid,pg_catalog.varchar,pg_catalog.varchar,rbac.subjecttype) does not exist, skipping
2026-08-10T16:36:56.143Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "statistics_v" does not exist, skipping
2026-08-10T16:36:56.216Z  WARN 371 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T16:36:56.216Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: initializing table "rbac.global", , , []
2026-08-10T16:36:56.228Z  WARN 371 --- [    Test worker] liquibase.executor                       : there is already a transaction in progress
2026-08-10T16:36:56.228Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:ADMIN, , , []
2026-08-10T16:36:56.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating role:rbac.global#global:guest, , , []
2026-08-10T16:36:56.253Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake test-realm admin users, , , []
2026-08-10T16:36:56.265Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: renaming seed subjects to realm-prefixed format, , , []
2026-08-10T16:36:56.277Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating fake Assembly group subjects, , , []
2026-08-10T16:36:56.287Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-fran_superuser, []
2026-08-10T16:36:56.288Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: testing currentSubjectUuid, , hsh-alex_superuser, []
2026-08-10T16:36:56.300Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: renaming test-data subjects to realm-prefixed format, , , []
2026-08-10T16:36:56.316Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "check_valid_user_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:36:56.316Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "check_valid_group_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:36:56.316Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "check_valid_api_key_subject_name" of relation "subject" does not exist, skipping
2026-08-10T16:36:56.328Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: back-filling subject organization from the name prefix, , , []
2026-08-10T16:36:56.354Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "api_key_scope_scope_format" of relation "api_key_scope" does not exist, skipping
2026-08-10T16:36:56.371Z  WARN 371 --- [    Test worker] liquibase.executor                       : function rbac.create_api_key(uuid,pg_catalog.varchar,pg_catalog.varchar[]) does not exist, skipping
2026-08-10T16:36:56.434Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.customer permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:56.549Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test customer, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:56.650Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.package permissions for pre-exising rbactest.customer rows, , , []
2026-08-10T16:36:56.834Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#xxx:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#yyy:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:36:56.835Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test package, , hsh-fran_superuser, [rbactest.customer#zzz:ADMIN]
2026-08-10T16:36:56.928Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO rbactest.domain permissions for pre-exising rbactest.package rows, , , []
2026-08-10T16:36:57.039Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T16:36:57.039Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx00, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_xxx02, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy00, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_yyy02, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz00, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz01, []
2026-08-10T16:36:57.040Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T16:36:57.041Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating RBAC test domain, , tst-pac_admin_zzz02, []
2026-08-10T16:36:57.157Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:36:57.238Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_firstcontact, []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: first contact
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_secondcontact, []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: second contact
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_thirdcontact, []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: third contact
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fourthcontact, []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: fourth contact
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_fifthcontact, []
2026-08-10T16:36:57.239Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: fifth contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_sixthcontact, []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: sixth contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_seventhcontact, []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: seventh contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eighthcontact, []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: eighth contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_ninthcontact, []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: ninth contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_tenthcontact, []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: tenth contact
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.240Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_eleventhcontact, []
2026-08-10T16:36:57.241Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: eleventh contact
2026-08-10T16:36:57.241Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , , []
2026-08-10T16:36:57.241Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating contact test-data, , tst-contact_admin_twelfthcontact, []
2026-08-10T16:36:57.241Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test contact: twelfth contact
2026-08-10T16:36:57.485Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostsharingeg, []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Hostsharing eG by person-HostsharingeG@example.com
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firstgmbh, []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: First GmbH by person-FirstGmbH@example.com
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_firbysusan, []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Firby, Susan by person-FirbySusan@example.com
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_smithpeter, []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Smith, Peter by person-SmithPeter@example.com
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_tuckerjack, []
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Tucker, Jack by person-TuckerJack@example.com
2026-08-10T16:36:57.486Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.487Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_foulerellie, []
2026-08-10T16:36:57.487Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Fouler, Ellie by person-FoulerEllie@example.com
2026-08-10T16:36:57.487Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.487Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_petersmith_thesecondhandandthriftstores_n_shippinge., []
2026-08-10T16:36:57.487Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K., Smith, Peter by person-PeterSmith-TheSecondHandandThrif@example.com
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_thirdohg, []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Third OHG by person-ThirdOHG@example.com
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_fourtheg, []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Fourth eG by person-FourtheG@example.com
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_erbenbesslermelbessler, []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Erben Bessler, Mel, Bessler by person-ErbenBesslerMelBessler@example.com
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_bessleranita, []
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Anita by person-BesslerAnita@example.com
2026-08-10T16:36:57.489Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.490Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_besslerbert, []
2026-08-10T16:36:57.490Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Bessler, Bert by person-BesslerBert@example.com
2026-08-10T16:36:57.490Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.490Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_winklerpaul, []
2026-08-10T16:36:57.490Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Winkler, Paul by person-WinklerPaul@example.com
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasteralex, []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Alex by person-HostmasterAlex@example.com
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_hostmasterfran, []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: Hostmaster, Fran by person-HostmasterFran@example.com
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_userdrew, []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: User, Drew by person-UserDrew@example.com
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , , []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating person test-data, , tst-person_usertest, []
2026-08-10T16:36:57.515Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test person: User, Test by person-UserTest@example.com
2026-08-10T16:36:57.542Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "relation_check_debitor_anchor_person" of relation "relation" does not exist, skipping
2026-08-10T16:36:57.542Z  WARN 371 --- [    Test worker] liquibase.executor                       : function hs_office.relation_check_debitor_anchor_partner() does not exist, skipping
2026-08-10T16:36:57.550Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "relation_enforce_new_mark_by_global_admin_tg" for relation "hs_office.relation" does not exist, skipping
2026-08-10T16:36:57.587Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.relation permissions for pre-exising hs_office.person rows, , , []
2026-08-10T16:36:57.780Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating relation test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:57.780Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FirstGmbH
2026-08-10T16:36:57.780Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (44e140ca-f710-4650-a391-7dfebef0ac09): (44e140ca-f710-4650-a391-7dfebef0ac09,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:36:57.780Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (2941408c-00e0-4949-9d51-2a18fa5a742c): (2941408c-00e0-4949-9d51-2a18fa5a742c,0,LP,"First GmbH",,,,)
2026-08-10T16:36:57.780Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (a97abf81-8e91-4a3d-8de2-9575d73b5178): (a97abf81-8e91-4a3d-8de2-9575d73b5178,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-Firby
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (2941408c-00e0-4949-9d51-2a18fa5a742c): (2941408c-00e0-4949-9d51-2a18fa5a742c,0,LP,"First GmbH",,,,)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (10050754-3a9a-439b-b7a0-29bd5b467a47): (10050754-3a9a-439b-b7a0-29bd5b467a47,0,NP,,,,Susan,Firby)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (a97abf81-8e91-4a3d-8de2-9575d73b5178): (a97abf81-8e91-4a3d-8de2-9575d73b5178,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: FirstGmbH-FirstGmbH
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (2941408c-00e0-4949-9d51-2a18fa5a742c): (2941408c-00e0-4949-9d51-2a18fa5a742c,0,LP,"First GmbH",,,,)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (2941408c-00e0-4949-9d51-2a18fa5a742c): (2941408c-00e0-4949-9d51-2a18fa5a742c,0,LP,"First GmbH",,,,)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (a97abf81-8e91-4a3d-8de2-9575d73b5178): (a97abf81-8e91-4a3d-8de2-9575d73b5178,0,"first contact","{""country"": ""Germany""}","{""main"": ""contact-admin@firstcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (44e140ca-f710-4650-a391-7dfebef0ac09): (44e140ca-f710-4650-a391-7dfebef0ac09,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (cede4dfb-37e3-4cbd-a587-d2937a257170): (cede4dfb-37e3-4cbd-a587-d2937a257170,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:36:57.781Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (5955dcc7-056f-4b45-b87c-92b24715a13f): (5955dcc7-056f-4b45-b87c-92b24715a13f,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-Smith
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (cede4dfb-37e3-4cbd-a587-d2937a257170): (cede4dfb-37e3-4cbd-a587-d2937a257170,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (5955dcc7-056f-4b45-b87c-92b24715a13f): (5955dcc7-056f-4b45-b87c-92b24715a13f,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (cede4dfb-37e3-4cbd-a587-d2937a257170): (cede4dfb-37e3-4cbd-a587-d2937a257170,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (cede4dfb-37e3-4cbd-a587-d2937a257170): (cede4dfb-37e3-4cbd-a587-d2937a257170,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (5955dcc7-056f-4b45-b87c-92b24715a13f): (5955dcc7-056f-4b45-b87c-92b24715a13f,0,"second contact","{""country"": ""Germany""}","{""main"": ""contact-admin@secondcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-ThirdOHG
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (44e140ca-f710-4650-a391-7dfebef0ac09): (44e140ca-f710-4650-a391-7dfebef0ac09,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (3e9a633a-beda-46e3-a634-ce0d96b5d47b): (3e9a633a-beda-46e3-a634-ce0d96b5d47b,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Tucker
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (64cf337f-dfe1-4536-b95c-7881c5b51e7c): (64cf337f-dfe1-4536-b95c-7881c5b51e7c,0,NP,,,,Jack,Tucker)
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (3e9a633a-beda-46e3-a634-ce0d96b5d47b): (3e9a633a-beda-46e3-a634-ce0d96b5d47b,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-ThirdOHG
2026-08-10T16:36:57.782Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (3e9a633a-beda-46e3-a634-ce0d96b5d47b): (3e9a633a-beda-46e3-a634-ce0d96b5d47b,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-FourtheG
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (44e140ca-f710-4650-a391-7dfebef0ac09): (44e140ca-f710-4650-a391-7dfebef0ac09,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (3c187ff9-af83-4aaf-bc26-28e7dd77cb39): (3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0,LP,"Fourth eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (0a88eb4b-1d01-432f-9531-f45fd43d414f): (0a88eb4b-1d01-432f-9531-f45fd43d414f,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-Fouler
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (3c187ff9-af83-4aaf-bc26-28e7dd77cb39): (3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0,LP,"Fourth eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (d873d885-ca87-4c8e-b780-2c1b8a258e99): (d873d885-ca87-4c8e-b780-2c1b8a258e99,0,NP,,,,Ellie,Fouler)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (0a88eb4b-1d01-432f-9531-f45fd43d414f): (0a88eb4b-1d01-432f-9531-f45fd43d414f,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: FourtheG-FourtheG
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (3c187ff9-af83-4aaf-bc26-28e7dd77cb39): (3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0,LP,"Fourth eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (3c187ff9-af83-4aaf-bc26-28e7dd77cb39): (3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0,LP,"Fourth eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (0a88eb4b-1d01-432f-9531-f45fd43d414f): (0a88eb4b-1d01-432f-9531-f45fd43d414f,0,"fourth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@fourthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: HostsharingeG-Smith
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (44e140ca-f710-4650-a391-7dfebef0ac09): (44e140ca-f710-4650-a391-7dfebef0ac09,0,LP,"Hostsharing eG",,,,)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (1fcfb809-617c-44ae-9e6e-c951e91a1ec5): (1fcfb809-617c-44ae-9e6e-c951e91a1ec5,0,"sixth contact","{""country"": ""Germany""}","{""main"": ""contact-admin@sixthcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.783Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: Smith-Smith
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (3e9a633a-beda-46e3-a634-ce0d96b5d47b): (3e9a633a-beda-46e3-a634-ce0d96b5d47b,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test relation: ThirdOHG-Smith
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using anchor person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using holder person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:57.784Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using contact (3e9a633a-beda-46e3-a634-ce0d96b5d47b): (3e9a633a-beda-46e3-a634-ce0d96b5d47b,0,"third contact","{""country"": ""Germany""}","{""main"": ""contact-admin@thirdcontact.example.com""}","{""phone_office"": ""+49 123 1234567""}")
2026-08-10T16:36:57.911Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:57.989Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.partner_details permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:58.036Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:36:58.085Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating partner test-data , , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test partner: FirstGmbH-firstcontact
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partnerRel (63c7c2e5-f2f4-411e-824d-14e5b206442c): (63c7c2e5-f2f4-411e-824d-14e5b206442c,0,44e140ca-f710-4650-a391-7dfebef0ac09,2941408c-00e0-4949-9d51-2a18fa5a742c,a97abf81-8e91-4a3d-8de2-9575d73b5178,PARTNER,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using person (2941408c-00e0-4949-9d51-2a18fa5a742c): (2941408c-00e0-4949-9d51-2a18fa5a742c,0,LP,"First GmbH",,,,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test partner: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partnerRel (0442bce7-bc62-4302-9ff1-e1df289f24ce): (0442bce7-bc62-4302-9ff1-e1df289f24ce,0,44e140ca-f710-4650-a391-7dfebef0ac09,cede4dfb-37e3-4cbd-a587-d2937a257170,5955dcc7-056f-4b45-b87c-92b24715a13f,PARTNER,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using person (cede4dfb-37e3-4cbd-a587-d2937a257170): (cede4dfb-37e3-4cbd-a587-d2937a257170,0,LP,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",,,Peter,Smith)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test partner: ThirdOHG-thirdcontact
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partnerRel (e82c3619-71d5-413d-a4cb-5404c7140d33): (e82c3619-71d5-413d-a4cb-5404c7140d33,0,44e140ca-f710-4650-a391-7dfebef0ac09,65eaa333-cc93-4692-86a9-84c85d992d04,3e9a633a-beda-46e3-a634-ce0d96b5d47b,PARTNER,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using person (65eaa333-cc93-4692-86a9-84c85d992d04): (65eaa333-cc93-4692-86a9-84c85d992d04,0,IF,"Third OHG",,,,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test partner: FourtheG-fourthcontact
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partnerRel (6a80dce1-4fbb-4628-a89a-54d019f06864): (6a80dce1-4fbb-4628-a89a-54d019f06864,0,44e140ca-f710-4650-a391-7dfebef0ac09,3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0a88eb4b-1d01-432f-9531-f45fd43d414f,PARTNER,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using person (3c187ff9-af83-4aaf-bc26-28e7dd77cb39): (3c187ff9-af83-4aaf-bc26-28e7dd77cb39,0,LP,"Fourth eG",,,,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test partner: Smith-fifthcontact
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partnerRel (677b1799-b6f8-43a9-9a81-70cc25616500): (677b1799-b6f8-43a9-9a81-70cc25616500,0,44e140ca-f710-4650-a391-7dfebef0ac09,014d5767-72b6-4c6f-b3ed-66cf4c1670f7,1fcfb809-617c-44ae-9e6e-c951e91a1ec5,PARTNER,)
2026-08-10T16:36:58.086Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using person (014d5767-72b6-4c6f-b3ed-66cf4c1670f7): (014d5767-72b6-4c6f-b3ed-66cf4c1670f7,0,NP,,,,Peter,Smith)
2026-08-10T16:36:58.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , , []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_firstgmbh, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: First GmbH
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_petersmith_thesecondhandandthriftstores_n_shipp, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_thirdohg, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Third OHG
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_fourtheg, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Fourth eG
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_melbessler, []
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Mel Bessler
2026-08-10T16:36:58.224Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_anitabessler, []
2026-08-10T16:36:58.225Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Anita Bessler
2026-08-10T16:36:58.227Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating bankaccount test-data, , tst-bankaccount_paulwinkler, []
2026-08-10T16:36:58.227Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test bankaccount: Paul Winkler
2026-08-10T16:36:58.321Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.debitor permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:58.409Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating debitor test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:58.409Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test debitor: FirstGmbH-firstcontact (#11)
2026-08-10T16:36:58.409Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test debitor: PeterSmith-TheSecondHandandThriftStores-n-Shippinge.K.-secondcontact (#12)
2026-08-10T16:36:58.409Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test debitor: ThirdOHG-thirdcontact (#13)
2026-08-10T16:36:58.476Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.sepamandate permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T16:36:58.547Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:36:58.627Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating SEPA-mandate test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000111
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (c1dce610-e832-4642-8cfa-d08a4b277ffb): (c1dce610-e832-4642-8cfa-d08a4b277ffb,0,11,e5d8c0b7-0ec0-4fe0-be3c-4f56aba87f58,t,,,t,f,fc84b147-a4a4-4db6-80d5-e31e37777744,fir)
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using bankAccount (fc84b147-a4a4-4db6-80d5-e31e37777744): (fc84b147-a4a4-4db6-80d5-e31e37777744,0,"First GmbH",DE02120300000000202051,BYLADEM1001)
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000212
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (d0231876-199a-413b-b1e6-604aea9a8e2c): (d0231876-199a-413b-b1e6-604aea9a8e2c,0,12,3b7ce323-319f-4ac4-8271-fe1a36ba9b19,t,,,t,f,87b19c9d-b753-4b15-8680-0b7c3a16ce09,sec)
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using bankAccount (87b19c9d-b753-4b15-8680-0b7c3a16ce09): (87b19c9d-b753-4b15-8680-0b7c3a16ce09,0,"Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",DE02100500000054540402,BELADEBE)
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test SEPA-mandate: 1000313
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (c2c2fae1-08f2-4f53-8304-b7c34c503902): (c2c2fae1-08f2-4f53-8304-b7c34c503902,0,13,ee2bcbfd-2ac5-41fc-8840-2738d0030483,t,,,t,f,158f58e3-2a46-4dfd-9f87-ab65b9d933f8,thi)
2026-08-10T16:36:58.628Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using bankAccount (158f58e3-2a46-4dfd-9f87-ab65b9d933f8): (158f58e3-2a46-4dfd-9f87-ab65b9d933f8,0,"Third OHG",DE02300209000106531065,CMCIDEDD)
2026-08-10T16:36:58.712Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.membership permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:58.815Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating Membership test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10001 01
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partner (6f4db4f4-bb38-4e9e-8350-38cdd83f2f60): (6f4db4f4-bb38-4e9e-8350-38cdd83f2f60,0,10001,63c7c2e5-f2f4-411e-824d-14e5b206442c,c9ab0e68-946e-4b8e-bb30-3e1d9a7659ee)
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10002 02
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partner (50b77f09-ad1f-4ddf-94d3-3395abb9970e): (50b77f09-ad1f-4ddf-94d3-3395abb9970e,0,10002,0442bce7-bc62-4302-9ff1-e1df289f24ce,764f776b-d0b4-407b-9b80-be9bd092d80a)
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test Membership: M-10003 03
2026-08-10T16:36:58.816Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using partner (ea393e95-ed3b-4005-84f9-3e08f8019837): (ea393e95-ed3b-4005-84f9-3e08f8019837,0,10003,e82c3619-71d5-413d-a4cb-5404c7140d33,2585a043-5f8a-4f72-be46-07b661b942f0)
2026-08-10T16:36:58.842Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "check_positive_total_shares_count" of relation "coopsharetx" does not exist, skipping
2026-08-10T16:36:58.842Z  WARN 371 --- [    Test worker] liquibase.executor                       : function hs_office.coopsharestx_check_positive_total() does not exist, skipping
2026-08-10T16:36:58.842Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "positive_total_shares_count_tg" for relation "hs_office.coopsharetx" does not exist, skipping
2026-08-10T16:36:58.885Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopsharetx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T16:36:58.950Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:36:58.995Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopSharesTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:58.996Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000101
2026-08-10T16:36:58.996Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000202
2026-08-10T16:36:58.996Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopSharesTransaction: 1000303
2026-08-10T16:36:59.017Z  WARN 371 --- [    Test worker] liquibase.executor                       : constraint "coopassetstx_check_positive_total" of relation "coopassettx" does not exist, skipping
2026-08-10T16:36:59.017Z  WARN 371 --- [    Test worker] liquibase.executor                       : function hs_office.coopassetstx_check_positive_total() does not exist, skipping
2026-08-10T16:36:59.017Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "positive_total_assets_count_tg" for relation "hs_office.coopassettx" does not exist, skipping
2026-08-10T16:36:59.036Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_office.coopassettx permissions for pre-exising hs_office.membership rows, , , []
2026-08-10T16:36:59.062Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:36:59.104Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating coopAssetsTransaction test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:59.104Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000101
2026-08-10T16:36:59.104Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000202
2026-08-10T16:36:59.104Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test coopAssetsTransaction: 1000303
2026-08-10T16:36:59.151Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.project permissions for pre-exising hs_office.relation rows, , , []
2026-08-10T16:36:59.222Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-project: 11
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (c1dce610-e832-4642-8cfa-d08a4b277ffb): (c1dce610-e832-4642-8cfa-d08a4b277ffb,0,11,e5d8c0b7-0ec0-4fe0-be3c-4f56aba87f58,t,,,t,f,fc84b147-a4a4-4db6-80d5-e31e37777744,fir)
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-project: 12
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (d0231876-199a-413b-b1e6-604aea9a8e2c): (d0231876-199a-413b-b1e6-604aea9a8e2c,0,12,3b7ce323-319f-4ac4-8271-fe1a36ba9b19,t,,,t,f,87b19c9d-b753-4b15-8680-0b7c3a16ce09,sec)
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-project: 13
2026-08-10T16:36:59.223Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using debitor (c2c2fae1-08f2-4f53-8304-b7c34c503902): (c2c2fae1-08f2-4f53-8304-b7c34c503902,0,13,ee2bcbfd-2ac5-41fc-8840-2738d0030483,t,,,t,f,158f58e3-2a46-4dfd-9f87-ab65b9d933f8,thi)
2026-08-10T16:36:59.295Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising rbac.global rows, , , []
2026-08-10T16:36:59.295Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: create INSERT INTO hs_booking.item permissions for pre-exising hs_booking.project rows, , , []
2026-08-10T16:36:59.600Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-item test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000111
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using project (a5214521-f9de-4ac4-9ffa-e14bdd3cd4c3): (a5214521-f9de-4ac4-9ffa-e14bdd3cd4c3,0,c1dce610-e832-4642-8cfa-d08a4b277ffb,"D-1000111 default project")
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000212
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using project (fa368b23-50b9-4ee2-ba75-45380b04e810): (fa368b23-50b9-4ee2-ba75-45380b04e810,0,d0231876-199a-413b-b1e6-604aea9a8e2c,"D-1000212 default project")
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : creating test booking-item: 1000313
2026-08-10T16:36:59.601Z  WARN 371 --- [    Test worker] liquibase.executor                       : - using project (45cd9009-839b-40e1-94f4-945e0f7f6260): (45cd9009-839b-40e1-94f4-945e0f7f6260,0,c2c2fae1-08f2-4f53-8304-b7c34c503902,"D-1000313 default project")
2026-08-10T16:36:59.680Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: schema-migration, , , []
2026-08-10T16:37:00.909Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:37:00.909Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:37:00.909Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:37:00.909Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating hosting-asset test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:37:00.924Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "hs_statistics_v" does not exist, skipping
2026-08-10T16:37:00.934Z  WARN 371 --- [    Test worker] liquibase.executor                       : view "account_ev" does not exist, skipping
2026-08-10T16:37:00.942Z  WARN 371 --- [    Test worker] liquibase.executor                       : trigger "assert_account_subject_is_user_tg" for relation "hs_accounts.account" does not exist, skipping
2026-08-10T16:37:00.963Z  WARN 371 --- [    Test worker] liquibase.executor                       : Context defined as: creating booking-project test-data, , hsh-alex_superuser, [rbac.global#global:ADMIN]
2026-08-10T16:37:02.793Z  INFO 371 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-08-10T16:37:02.940Z  INFO 371 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.26.Final
2026-08-10T16:37:03.007Z  INFO 371 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2026-08-10T16:37:03.258Z  INFO 371 --- [    Test worker] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [Connecting through datasource 'proxyDataSourceDecorator [net.ttddyy.dsproxy.support.ProxyDataSource] -> dataSource [com.zaxxer.hikari.HikariDataSource]']
	Database driver: undefined/unknown
	Database version: 15.5
	Autocommit mode: undefined/unknown
	Isolation level: undefined/unknown
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-08-10T16:37:03.685Z  INFO 371 --- [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-08-10T16:37:04.536Z  WARN 371 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.debitor.HsOfficeDebitorEntity.partner' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:37:04.539Z  WARN 371 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.debitor.HsOfficeDebitorEntity.refundBankAccount' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:37:04.568Z  WARN 371 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.partner.HsOfficePartnerRbacEntity.details' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:37:04.571Z  WARN 371 --- [    Test worker] o.h.boot.model.internal.ToOneBinder      : HHH000491: 'net.hostsharing.hsadminng.hs.office.partner.HsOfficePartnerRealEntity.details' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2026-08-10T16:37:08.653Z  INFO 371 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-08-10T16:37:08.657Z  INFO 371 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-08-10T16:37:09.758Z  INFO 371 --- [    Test worker] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-08-10T16:37:15.091Z  WARN 371 --- [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2026-08-10T16:37:16.338Z  WARN 371 --- [    Test worker] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'metric-links' contains invalid characters, please migrate to a valid format.
2026-08-10T16:37:18.981Z  INFO 371 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 43997 (http) with context path '/'
2026-08-10T16:37:19.164Z  INFO 371 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 0 (http)
2026-08-10T16:37:19.166Z  INFO 371 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-10T16:37:19.166Z  INFO 371 --- [    Test worker] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.44]
2026-08-10T16:37:19.209Z  INFO 371 --- [    Test worker] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2026-08-10T16:37:19.209Z  INFO 371 --- [    Test worker] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 210 ms
2026-08-10T16:37:19.250Z  INFO 371 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 5 endpoints beneath base path '/actuator'
2026-08-10T16:37:19.322Z  INFO 371 --- [    Test worker] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port 40195 (http) with context path '/'
2026-08-10T16:37:19.351Z  INFO 371 --- [    Test worker] h.c.CustomActuatorEndpointAcceptanceTest : Started CustomActuatorEndpointAcceptanceTest in 40.136 seconds (process running for 54.075)
2026-08-10T16:37:22.776Z  INFO 371 --- [1-auto-2-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring DispatcherServlet 'dispatcherServletRegistration'
2026-08-10T16:37:22.776Z  INFO 371 --- [1-auto-2-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServletRegistration'
2026-08-10T16:37:22.783Z  INFO 371 --- [1-auto-2-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 7 ms
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/vnd.spring-boot.actuator.v3+json
Content-Length: 8672
Date: Mon, 10 Aug 2026 16:37:23 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "application.ready.time": "http://localhost:40195/actuator/metrics/application.ready.time",
    "application.started.time": "http://localhost:40195/actuator/metrics/application.started.time",
    "disk.free": "http://localhost:40195/actuator/metrics/disk.free",
    "disk.total": "http://localhost:40195/actuator/metrics/disk.total",
    "executor.active": "http://localhost:40195/actuator/metrics/executor.active",
    "executor.completed": "http://localhost:40195/actuator/metrics/executor.completed",
    "executor.pool.core": "http://localhost:40195/actuator/metrics/executor.pool.core",
    "executor.pool.max": "http://localhost:40195/actuator/metrics/executor.pool.max",
    "executor.pool.size": "http://localhost:40195/actuator/metrics/executor.pool.size",
    "executor.queue.remaining": "http://localhost:40195/actuator/metrics/executor.queue.remaining",
    "executor.queued": "http://localhost:40195/actuator/metrics/executor.queued",
    "hikaricp.connections": "http://localhost:40195/actuator/metrics/hikaricp.connections",
    "hikaricp.connections.acquire": "http://localhost:40195/actuator/metrics/hikaricp.connections.acquire",
    "hikaricp.connections.active": "http://localhost:40195/actuator/metrics/hikaricp.connections.active",
    "hikaricp.connections.creation": "http://localhost:40195/actuator/metrics/hikaricp.connections.creation",
    "hikaricp.connections.idle": "http://localhost:40195/actuator/metrics/hikaricp.connections.idle",
    "hikaricp.connections.max": "http://localhost:40195/actuator/metrics/hikaricp.connections.max",
    "hikaricp.connections.min": "http://localhost:40195/actuator/metrics/hikaricp.connections.min",
    "hikaricp.connections.pending": "http://localhost:40195/actuator/metrics/hikaricp.connections.pending",
    "hikaricp.connections.timeout": "http://localhost:40195/actuator/metrics/hikaricp.connections.timeout",
    "hikaricp.connections.usage": "http://localhost:40195/actuator/metrics/hikaricp.connections.usage",
    "jdbc.connections.active": "http://localhost:40195/actuator/metrics/jdbc.connections.active",
    "jdbc.connections.idle": "http://localhost:40195/actuator/metrics/jdbc.connections.idle",
    "jdbc.connections.max": "http://localhost:40195/actuator/metrics/jdbc.connections.max",
    "jdbc.connections.min": "http://localhost:40195/actuator/metrics/jdbc.connections.min",
    "jvm.buffer.count": "http://localhost:40195/actuator/metrics/jvm.buffer.count",
    "jvm.buffer.memory.used": "http://localhost:40195/actuator/metrics/jvm.buffer.memory.used",
    "jvm.buffer.total.capacity": "http://localhost:40195/actuator/metrics/jvm.buffer.total.capacity",
    "jvm.classes.loaded": "http://localhost:40195/actuator/metrics/jvm.classes.loaded",
    "jvm.classes.unloaded": "http://localhost:40195/actuator/metrics/jvm.classes.unloaded",
    "jvm.compilation.time": "http://localhost:40195/actuator/metrics/jvm.compilation.time",
    "jvm.gc.concurrent.phase.time": "http://localhost:40195/actuator/metrics/jvm.gc.concurrent.phase.time",
    "jvm.gc.live.data.size": "http://localhost:40195/actuator/metrics/jvm.gc.live.data.size",
    "jvm.gc.max.data.size": "http://localhost:40195/actuator/metrics/jvm.gc.max.data.size",
    "jvm.gc.memory.allocated": "http://localhost:40195/actuator/metrics/jvm.gc.memory.allocated",
    "jvm.gc.memory.promoted": "http://localhost:40195/actuator/metrics/jvm.gc.memory.promoted",
    "jvm.gc.overhead": "http://localhost:40195/actuator/metrics/jvm.gc.overhead",
    "jvm.gc.pause": "http://localhost:40195/actuator/metrics/jvm.gc.pause",
    "jvm.info": "http://localhost:40195/actuator/metrics/jvm.info",
    "jvm.memory.committed": "http://localhost:40195/actuator/metrics/jvm.memory.committed",
    "jvm.memory.max": "http://localhost:40195/actuator/metrics/jvm.memory.max",
    "jvm.memory.usage.after.gc": "http://localhost:40195/actuator/metrics/jvm.memory.usage.after.gc",
    "jvm.memory.used": "http://localhost:40195/actuator/metrics/jvm.memory.used",
    "jvm.threads.daemon": "http://localhost:40195/actuator/metrics/jvm.threads.daemon",
    "jvm.threads.live": "http://localhost:40195/actuator/metrics/jvm.threads.live",
    "jvm.threads.peak": "http://localhost:40195/actuator/metrics/jvm.threads.peak",
    "jvm.threads.started": "http://localhost:40195/actuator/metrics/jvm.threads.started",
    "jvm.threads.states": "http://localhost:40195/actuator/metrics/jvm.threads.states",
    "logback.events": "http://localhost:40195/actuator/metrics/logback.events",
    "process.cpu.time": "http://localhost:40195/actuator/metrics/process.cpu.time",
    "process.cpu.usage": "http://localhost:40195/actuator/metrics/process.cpu.usage",
    "process.files.max": "http://localhost:40195/actuator/metrics/process.files.max",
    "process.files.open": "http://localhost:40195/actuator/metrics/process.files.open",
    "process.start.time": "http://localhost:40195/actuator/metrics/process.start.time",
    "process.uptime": "http://localhost:40195/actuator/metrics/process.uptime",
    "spring.security.authorizations": "http://localhost:40195/actuator/metrics/spring.security.authorizations",
    "spring.security.authorizations.active": "http://localhost:40195/actuator/metrics/spring.security.authorizations.active",
    "spring.security.filterchains": "http://localhost:40195/actuator/metrics/spring.security.filterchains",
    "spring.security.filterchains.ApiKeyAuthenticationFilter.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.ApiKeyAuthenticationFilter.before",
    "spring.security.filterchains.ApiKeyScopeEnforcementFilter.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.ApiKeyScopeEnforcementFilter.before",
    "spring.security.filterchains.AssumedRolesHeaderFilter.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.AssumedRolesHeaderFilter.before",
    "spring.security.filterchains.AuthenticationFilter.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.AuthenticationFilter.before",
    "spring.security.filterchains.access.exceptions.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.access.exceptions.before",
    "spring.security.filterchains.active": "http://localhost:40195/actuator/metrics/spring.security.filterchains.active",
    "spring.security.filterchains.authentication.anonymous.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.authentication.anonymous.before",
    "spring.security.filterchains.authentication.bearer.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.authentication.bearer.before",
    "spring.security.filterchains.authorization.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.authorization.before",
    "spring.security.filterchains.context.async.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.context.async.before",
    "spring.security.filterchains.context.holder.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.context.holder.before",
    "spring.security.filterchains.context.servlet.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.context.servlet.before",
    "spring.security.filterchains.cors.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.cors.before",
    "spring.security.filterchains.header.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.header.before",
    "spring.security.filterchains.logout.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.logout.before",
    "spring.security.filterchains.requestcache.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.requestcache.before",
    "spring.security.filterchains.session.urlencoding.before": "http://localhost:40195/actuator/metrics/spring.security.filterchains.session.urlencoding.before",
    "spring.security.http.secured.requests.active": "http://localhost:40195/actuator/metrics/spring.security.http.secured.requests.active",
    "system.cpu.count": "http://localhost:40195/actuator/metrics/system.cpu.count",
    "system.cpu.usage": "http://localhost:40195/actuator/metrics/system.cpu.usage",
    "system.load.average.1m": "http://localhost:40195/actuator/metrics/system.load.average.1m",
    "tomcat.sessions.active.current": "http://localhost:40195/actuator/metrics/tomcat.sessions.active.current",
    "tomcat.sessions.active.max": "http://localhost:40195/actuator/metrics/tomcat.sessions.active.max",
    "tomcat.sessions.alive.max": "http://localhost:40195/actuator/metrics/tomcat.sessions.alive.max",
    "tomcat.sessions.created": "http://localhost:40195/actuator/metrics/tomcat.sessions.created",
    "tomcat.sessions.expired": "http://localhost:40195/actuator/metrics/tomcat.sessions.expired",
    "tomcat.sessions.rejected": "http://localhost:40195/actuator/metrics/tomcat.sessions.rejected"
}

Standard error

Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/gradle-user-home/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.17.7/fbf3d6d649ed37fc9e9c59480a05be0a26e3c2da/byte-buddy-agent-1.17.7.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release