Skipping 146 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
[Pipeline] { (Testing)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top dec05340eeb539fed39fe04f0b9a137db37f329cff66d13f9090bbda17067edf -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_Back ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E3_Back ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E3_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 9 source files with javac [debug parameters release 21] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:30.847Z INFO 73 --- [ main] c.e.u.m.p.s.MedicalEventServiceTest : Starting MedicalEventServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:30.851Z INFO 73 --- [ main] c.e.u.m.p.s.MedicalEventServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:31.602Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:31.742Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 115 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:31.855Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:32.022Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:e66a05b3-dc81-466b-8be0-49d0ca958284;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:32.726Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:32.825Z INFO 73 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-03-23T23:31:32.883Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:33.450Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:33.549Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:33.588Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5d18255a']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:35.591Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:35.725Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:36.614Z INFO 73 --- [ main] c.e.u.m.p.s.MedicalEventServiceTest : Started MedicalEventServiceTest in 6.41 seconds (process running for 8.156)
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
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.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
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.682Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico
2026-03-23T23:31:37.711Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Proceso de borrado terminado
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.756Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.772Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-03-23T23:31:37.773Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.796Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-03-23T23:31:37.797Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.811Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.861Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.875Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.890Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-03-23T23:31:37.907Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.301 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
2026-03-23T23:31:37.924Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.FollowUpServiceTest]: FollowUpServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:37.950Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:37.981Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Starting FollowUpServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:37.982Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:38.104Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:38.127Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:38.152Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:38.174Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:bea53cb8-e5b4-48fc-b2cc-9fa4e820404c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:38.200Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:38.202Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:38.210Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:38.212Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:38.213Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@511c856b']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:38.316Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:38.352Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:38.512Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Started FollowUpServiceTest in 0.557 seconds (process running for 10.054)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s1_0 on s1_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s1_0 on s1_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s1_0 on s1_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-03-23T23:31:38.746Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:38.755Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:38.779Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Starting ShelterEventServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:38.779Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:38.874Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:38.894Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:38.913Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:38.928Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:580ed3f4-59ee-4b9b-94d8-bf8e5204d1bc;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:38.949Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:38.951Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:38.960Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:38.961Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:38.962Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3d4f668f']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:39.055Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:39.085Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:39.221Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Started ShelterEventServiceTest in 0.463 seconds (process running for 10.763)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.254Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.305Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.324Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.340Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 12
2026-03-23T23:31:39.342Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : End delete shelter event process with id: 12
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.359Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 14
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
2026-03-23T23:31:39.362Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : End update shelter event with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:39.379Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:39.419Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Starting ReturnPetServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:39.419Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:39.487Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:39.522Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:39.539Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:39.557Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:df0379b4-f13c-46a2-bb04-05dbcb419d2d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:39.577Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:39.579Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:39.588Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:39.590Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:39.591Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1f34fada']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:39.683Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:39.711Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:39.849Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Started ReturnPetServiceTest in 0.45 seconds (process running for 11.391)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: insert into return_pet_entity (reason,return_date,id) values (?,?,default)
Hibernate: select rpe1_0.id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 where rpe1_0.id=?
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:40.047Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Starting ShelterServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:40.047Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:40.111Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:40.128Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:40.146Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:40.158Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:2bbce90a-19a8-41de-93f1-90d0e4ded8f1;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:40.176Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:40.177Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:40.185Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:40.187Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:40.187Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@16eef58a']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:40.267Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:40.293Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:40.404Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Started ShelterServiceTest in 0.374 seconds (process running for 11.946)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.437Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 2
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.455Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.468Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 8
2026-03-23T23:31:40.470Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : End delete shelter process with id: 8
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.482Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.501Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 14
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.email=?
2026-03-23T23:31:40.506Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : End update shelter with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.521Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.536Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 20
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.549Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 999
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.563Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation...
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:40.580Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 30
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.name=?
Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.name from shelter_entity se1_0 where se1_0.email=?
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-03-23T23:31:40.592Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetServiceTest]: PetServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:40.598Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:40.617Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Starting PetServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:40.617Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:40.683Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:40.698Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:40.714Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:40.725Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b3f9a334-d334-4fa1-a35d-3b6cf9271745;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:40.742Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:40.744Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:40.752Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:40.754Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:40.754Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6c08b7f2']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:40.829Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:40.852Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:40.956Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Started PetServiceTest in 0.355 seconds (process running for 12.498)
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,breed,name,sex,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,breed,name,sex,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,breed,name,sex,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,default)
2026-03-23T23:31:40.976Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetService : Inicia proceso de creacion de mascota (Pet)
Hibernate: insert into pet_entity (age,arrive_to_shelter,breed,name,sex,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,default)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
2026-03-23T23:31:40.983Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest]: VeterinaryServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:40.990Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:41.007Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Starting VeterinaryServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:41.007Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:41.067Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:41.082Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:41.097Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:41.108Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:c9463e2c-28e9-4aed-9cf5-78edb93066f9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:41.139Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:41.140Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:41.147Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:41.149Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:41.149Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6e0b41cb']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:41.221Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:41.241Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:41.340Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Started VeterinaryServiceTest in 0.348 seconds (process running for 12.882)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=?
Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-03-23T23:31:41.483Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MessageTest]: MessageTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:41.490Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MessageTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:41.508Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : Starting MessageTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:41.508Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:41.565Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:41.580Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:41.594Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:41.604Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b75eaf40-0aba-4952-9210-04b1fbf3bae7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:41.622Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:41.624Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:41.631Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:41.633Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:41.633Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@721ca881']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:41.703Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:41.723Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:41.838Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : Started MessageTest in 0.346 seconds (process running for 13.38)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:41.853Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message creation...
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:41.867Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 5
2026-03-23T23:31:41.868Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : End update message with the id: 5
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:41.879Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 999
Hibernate: select me1_0.id,me1_0.author,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name from message_entity me1_0 left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:41.890Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 12
2026-03-23T23:31:41.891Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : End delete message process with id: 12
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into message_entity (author,date,message_content,shelter_id,id) values (?,?,?,?,default)
2026-03-23T23:31:41.902Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 999
Hibernate: select me1_0.id,me1_0.author,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.name from message_entity me1_0 left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=?
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-03-23T23:31:41.908Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VaccinationRecordTest]: VaccinationRecordTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-03-23T23:31:41.914Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-03-23T23:31:41.931Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Starting VaccinationRecordTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-03-23T23:31:41.931Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : No active profile set, falling back to 1 default profile: "default"
2026-03-23T23:31:41.985Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-03-23T23:31:42.000Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 12 JPA repository interfaces.
2026-03-23T23:31:42.014Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-03-23T23:31:42.025Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7bb278f8-59dd-4a32-ae6e-c896954b8c18;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-03-23T23:31:42.039Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-03-23T23:31:42.041Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-03-23T23:31:42.048Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-03-23T23:31:42.049Z WARN 73 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-03-23T23:31:42.050Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4af765f8']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-03-23T23:31:42.118Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: create table adoption_entity (adoption_date date, status boolean, client_id bigint, id bigint generated by default as identity, primary key (id))
Hibernate: create table client_entity (id bigint generated by default as identity, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter date, size float(24), id bigint generated by default as identity, breed varchar(255), name varchar(255), sex varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), primary key (id))
Hibernate: create table return_pet_entity (return_date date, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKg32qocvt1ps8gseykyff1qsdf foreign key (client_id) references client_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
2026-03-23T23:31:42.136Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-03-23T23:31:42.230Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Started VaccinationRecordTest in 0.314 seconds (process running for 13.772)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.249Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.264Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion
2026-03-23T23:31:42.265Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Proceso de borrado terminado
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.279Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.292Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.304Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion
Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.breed,p1_0.name,p1_0.sex,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id where vre1_0.id=?
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.317Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.342Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion
2026-03-23T23:31:42.343Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.359Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.374Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion
2026-03-23T23:31:42.374Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion
Hibernate: delete from vaccination_record_entity vre1_0
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default)
2026-03-23T23:31:42.390Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.552 s
[INFO] Finished at: 2026-03-23T23:31:42Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 dec05340eeb539fed39fe04f0b9a137db37f329cff66d13f9090bbda17067edf
$ docker rm -f --volumes dec05340eeb539fed39fe04f0b9a137db37f329cff66d13f9090bbda17067edf
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static Analysis)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top ecf47f0c051aa3bbfd7ea86a0b9ccf3f4200541f73711a1f76f626f29cbd346e -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar
[INFO] Scanning for projects...
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E3_Back ---
[WARNING] 23:31:47.385 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'.
[INFO] 23:31:47.394 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 23:31:47.394 Linux 6.17.0-14-generic (amd64)
[INFO] 23:31:47.555 User cache: /root/.sonar/cache
[INFO] 23:31:48.166 Communicating with SonarQube Server 25.3.0.104237
[INFO] 23:31:48.183 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 23:31:49.033 Load global settings
[INFO] 23:31:49.114 Load global settings (done) | time=82ms
[INFO] 23:31:49.130 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 23:31:49.142 Loading required plugins
[INFO] 23:31:49.143 Load plugins index
[INFO] 23:31:49.197 Load plugins index (done) | time=54ms
[INFO] 23:31:49.197 Load/download plugins
[INFO] 23:31:49.501 Load/download plugins (done) | time=304ms
[INFO] 23:31:49.839 Process project properties
[INFO] 23:31:49.854 Process project properties (done) | time=15ms
[INFO] 23:31:49.865 Project key: co.edu.udistrital.mdp:MP_202610_G81_E3_Back
[INFO] 23:31:49.865 Base dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back
[INFO] 23:31:49.865 Working dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/sonar
[INFO] 23:31:49.872 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back'
[INFO] 23:31:49.891 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back' (done) | time=19ms
[INFO] 23:31:49.919 Load quality profiles
[INFO] 23:31:49.966 Load quality profiles (done) | time=47ms
[INFO] 23:31:49.980 Auto-configuring with CI 'Jenkins'
[INFO] 23:31:50.017 Load active rules
[INFO] 23:31:50.295 Load active rules (done) | time=278ms
[INFO] 23:31:50.303 Load analysis cache
[INFO] 23:31:50.317 Load analysis cache (2.7 kB) | time=14ms
[INFO] 23:31:50.385 Preprocessing files...
[INFO] 23:31:50.536 2 languages detected in 57 preprocessed files
[INFO] 23:31:50.536 0 files ignored because of scm ignore settings
[INFO] 23:31:50.538 Loading plugins for detected languages
[INFO] 23:31:50.539 Load/download plugins
[INFO] 23:31:50.824 Load/download plugins (done) | time=285ms
[INFO] 23:31:50.938 Load project repositories
[INFO] 23:31:51.064 Load project repositories (done) | time=126ms
[INFO] 23:31:51.082 Indexing files...
[INFO] 23:31:51.083 Project configuration:
[INFO] 23:31:51.083 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 23:31:51.097 57 files indexed
[INFO] 23:31:51.098 Quality profile for java: Sonar way MP
[INFO] 23:31:51.099 Quality profile for xml: Sonar way
[INFO] 23:31:51.099 ------------- Run sensors on module MP_202610_G81_E3_Back
[INFO] 23:31:51.155 Load metrics repository
[INFO] 23:31:51.174 Load metrics repository (done) | time=18ms
[INFO] 23:31:51.966 Sensor JavaSensor [java]
[INFO] 23:31:51.970 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 23:31:51.997 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 23:31:51.999 Using ECJ batch to parse 47 Main java source files with batch size 104 KB.
[INFO] 23:31:52.337 Starting batch processing.
[INFO] 23:31:52.876 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 23:31:54.547 100% analyzed
[INFO] 23:31:54.547 Batch processing: Done.
[INFO] 23:31:54.548 Did not optimize analysis for any files, performed a full analysis for all 47 files.
[WARNING] 23:31:54.551 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 23:31:54.551 Using ECJ batch to parse 9 Test java source files with batch size 104 KB.
[INFO] 23:31:54.562 Starting batch processing.
[INFO] 23:31:55.057 100% analyzed
[INFO] 23:31:55.057 Batch processing: Done.
[INFO] 23:31:55.058 Did not optimize analysis for any files, performed a full analysis for all 9 files.
[INFO] 23:31:55.058 No "Generated" source files to scan.
[INFO] 23:31:55.058 Sensor JavaSensor [java] (done) | time=3093ms
[INFO] 23:31:55.059 Sensor SurefireSensor [java]
[INFO] 23:31:55.060 parsing [/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/surefire-reports]
[INFO] 23:31:55.145 Sensor SurefireSensor [java] (done) | time=86ms
[INFO] 23:31:55.145 Sensor XML Sensor [xml]
[INFO] 23:31:55.150 1 source file to be analyzed
[INFO] 23:31:55.298 1/1 source file has been analyzed
[INFO] 23:31:55.299 Sensor XML Sensor [xml] (done) | time=154ms
[INFO] 23:31:55.299 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 23:31:55.302 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E3_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 23:31:55.305 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 23:31:55.360 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=61ms
[INFO] 23:31:55.361 Sensor Java Config Sensor [iac]
[INFO] 23:31:55.382 0 source files to be analyzed
[INFO] 23:31:55.383 0/0 source files have been analyzed
[INFO] 23:31:55.383 Sensor Java Config Sensor [iac] (done) | time=22ms
[INFO] 23:31:55.383 Sensor IaC Docker Sensor [iac]
[INFO] 23:31:55.475 0 source files to be analyzed
[INFO] 23:31:55.476 0/0 source files have been analyzed
[INFO] 23:31:55.476 Sensor IaC Docker Sensor [iac] (done) | time=93ms
[INFO] 23:31:55.476 Sensor TextAndSecretsSensor [text]
[INFO] 23:31:55.476 Available processors: 4
[INFO] 23:31:55.476 Using 4 threads for analysis.
[INFO] 23:31:55.861 Using git CLI to retrieve untracked files
[WARNING] 23:31:55.865 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
[INFO] 23:31:55.881 57 source files to be analyzed
[INFO] 23:31:56.009 57/57 source files have been analyzed
[INFO] 23:31:56.010 Sensor TextAndSecretsSensor [text] (done) | time=534ms
[INFO] 23:31:56.014 ------------- Run sensors on project
[INFO] 23:31:56.155 Sensor Zero Coverage Sensor
[INFO] 23:31:56.156 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 23:31:56.156 Sensor Java CPD Block Indexer
[INFO] 23:31:56.203 Sensor Java CPD Block Indexer (done) | time=47ms
[INFO] 23:31:56.204 ------------- Gather SCA dependencies on project
[INFO] 23:31:56.217 SCM Publisher SCM provider for this project is: git
[INFO] 23:31:56.218 SCM Publisher 2 source files to be analyzed
[INFO] 23:31:56.475 SCM Publisher 2/2 source files have been analyzed (done) | time=257ms
[INFO] 23:31:56.484 CPD Executor 25 files had no CPD blocks
[INFO] 23:31:56.485 CPD Executor Calculating CPD for 22 files
[INFO] 23:31:56.503 CPD Executor CPD calculation finished (done) | time=17ms
[INFO] 23:31:56.508 SCM revision ID '63bae868fa046934fa94f848f7b1cec9abdfa9d7'
[INFO] 23:31:56.661 Analysis report generated in 140ms, dir size=452.7 kB
[INFO] 23:31:56.810 Analysis report compressed in 149ms, zip size=161.3 kB
[INFO] 23:31:56.837 Analysis report uploaded in 27ms
[INFO] 23:31:56.839 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E3_Back
[INFO] 23:31:56.839 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 23:31:56.839 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=ffa7b4c8-20a9-4c0f-9b99-8bb68f21233d
[INFO] 23:31:56.861 Analysis total time: 7.310 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.633 s
[INFO] Finished at: 2026-03-23T23:31:56Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 ecf47f0c051aa3bbfd7ea86a0b9ccf3f4200541f73711a1f76f626f29cbd346e
$ docker rm -f --volumes ecf47f0c051aa3bbfd7ea86a0b9ccf3f4200541f73711a1f76f626f29cbd346e
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] deleteDir
[Pipeline] dir
Running in /home/cecaduser/workspace/MP_202610_G81_E3_Back/MP_202610_G81_E3_Back@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS