Skip to content
Failed

Console Output

Started by GitHub push by Moundz
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave2 in /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back
 > git init /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a0f607d3a0d13def5fdbb06e8b680efc5a16e776 (refs/remotes/origin/main)
Commit message: "Merge pull request #6 from UDFJDC-ModelosProgramacion/feature/outfit"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0f607d3a0d13def5fdbb06e8b680efc5a16e776 # timeout=10
 > git rev-list --no-walk 18c377ef9fe3cfaaf3b8ab8767fda8c0b3e3d09a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: Se agrega la entidad y repositorio de usuario

[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision a0f607d3a0d13def5fdbb06e8b680efc5a16e776 (refs/remotes/origin/main)
Commit message: "Merge pull request #6 from UDFJDC-ModelosProgramacion/feature/outfit"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E2_TuOutfit_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0f607d3a0d13def5fdbb06e8b680efc5a16e776 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main a0f607d3a0d13def5fdbb06e8b680efc5a16e776 # timeout=10
+ 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_202530_G81_E2_TuOutfit_Back -v /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back:/home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back:rw,z -v /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back@tmp:/home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_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 4545e543d7719f7685d0906737f640a1d3ee705e9558e02aeed7a917449bcc04 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] sh
+ java -version
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
+ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] --------< co.edu.udistrital.mdp:MP_202530_G81_E2_TuOutfit_Back >--------
[INFO] Building MP_202530_G81_E2_TuOutfit_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.2.3/spring-boot-starter-actuator-3.2.3.pom
Progress (1): 1.4/2.8 kB
Progress (1): 2.8/2.8 kB
Progress (1): 2.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.2.3/spring-boot-starter-actuator-3.2.3.pom (2.8 kB at 5.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.2.3/spring-boot-actuator-autoconfigure-3.2.3.pom
Progress (1): 1.4/2.9 kB
Progress (1): 2.8/2.9 kB
Progress (1): 2.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.2.3/spring-boot-actuator-autoconfigure-3.2.3.pom (2.9 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.2.3/spring-boot-actuator-3.2.3.pom
Progress (1): 1.4/2.0 kB
Progress (1): 2.0 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.2.3/spring-boot-actuator-3.2.3.pom (2.0 kB at 256 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.12.3/micrometer-jakarta9-1.12.3.pom
Progress (1): 1.4/3.8 kB
Progress (1): 2.8/3.8 kB
Progress (1): 3.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.12.3/micrometer-jakarta9-1.12.3.pom (3.8 kB at 471 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.12.3/micrometer-core-1.12.3.pom
Progress (1): 1.4/10 kB
Progress (1): 2.8/10 kB
Progress (1): 4.1/10 kB
Progress (1): 5.5/10 kB
Progress (1): 6.9/10 kB
Progress (1): 8.3/10 kB
Progress (1): 9.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.12.3/micrometer-core-1.12.3.pom (10 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom
Progress (1): 1.4/11 kB
Progress (1): 2.8/11 kB
Progress (1): 4.1/11 kB
Progress (1): 5.5/11 kB
Progress (1): 6.9/11 kB
Progress (1): 8.3/11 kB
Progress (1): 9.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom (11 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom
Progress (1): 1.4/7.2 kB
Progress (1): 2.8/7.2 kB
Progress (1): 4.1/7.2 kB
Progress (1): 5.5/7.2 kB
Progress (1): 6.9/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom (7.2 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.2.3/spring-boot-starter-actuator-3.2.3.jar
Progress (1): 1.4/4.8 kB
Progress (1): 2.8/4.8 kB
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-actuator/3.2.3/spring-boot-starter-actuator-3.2.3.jar (4.8 kB at 686 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.2.3/spring-boot-actuator-autoconfigure-3.2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.2.3/spring-boot-actuator-3.2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.12.3/micrometer-jakarta9-1.12.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.12.3/micrometer-core-1.12.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar
Progress (1): 16/756 kB
Progress (1): 33/756 kB
Progress (2): 33/756 kB | 1.4/651 kB
Progress (2): 33/756 kB | 2.8/651 kB
Progress (2): 33/756 kB | 4.1/651 kB
Progress (2): 33/756 kB | 5.5/651 kB
Progress (3): 33/756 kB | 5.5/651 kB | 1.4/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 2.8/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 4.1/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 5.5/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 6.9/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 8.3/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 9.7/32 kB
Progress (3): 33/756 kB | 5.5/651 kB | 11/32 kB 
Progress (3): 33/756 kB | 6.9/651 kB | 11/32 kB
Progress (3): 33/756 kB | 8.3/651 kB | 11/32 kB
Progress (3): 33/756 kB | 9.7/651 kB | 11/32 kB
Progress (3): 33/756 kB | 11/651 kB | 11/32 kB 
Progress (3): 33/756 kB | 12/651 kB | 11/32 kB
Progress (3): 33/756 kB | 14/651 kB | 11/32 kB
Progress (3): 33/756 kB | 15/651 kB | 11/32 kB
Progress (3): 33/756 kB | 16/651 kB | 11/32 kB
Progress (3): 33/756 kB | 18/651 kB | 11/32 kB
Progress (3): 33/756 kB | 19/651 kB | 11/32 kB
Progress (3): 33/756 kB | 21/651 kB | 11/32 kB
Progress (3): 49/756 kB | 21/651 kB | 11/32 kB
Progress (3): 49/756 kB | 22/651 kB | 11/32 kB
Progress (3): 49/756 kB | 23/651 kB | 11/32 kB
Progress (3): 49/756 kB | 25/651 kB | 11/32 kB
Progress (3): 49/756 kB | 26/651 kB | 11/32 kB
Progress (3): 49/756 kB | 27/651 kB | 11/32 kB
Progress (3): 49/756 kB | 29/651 kB | 11/32 kB
Progress (3): 49/756 kB | 30/651 kB | 11/32 kB
Progress (3): 49/756 kB | 32/651 kB | 11/32 kB
Progress (3): 49/756 kB | 32/651 kB | 12/32 kB
Progress (3): 49/756 kB | 33/651 kB | 12/32 kB
Progress (3): 49/756 kB | 33/651 kB | 14/32 kB
Progress (3): 49/756 kB | 33/651 kB | 15/32 kB
Progress (3): 49/756 kB | 33/651 kB | 16/32 kB
Progress (3): 49/756 kB | 33/651 kB | 18/32 kB
Progress (3): 49/756 kB | 33/651 kB | 19/32 kB
Progress (3): 49/756 kB | 33/651 kB | 21/32 kB
Progress (3): 49/756 kB | 33/651 kB | 22/32 kB
Progress (3): 65/756 kB | 33/651 kB | 22/32 kB
Progress (3): 65/756 kB | 34/651 kB | 22/32 kB
Progress (3): 65/756 kB | 36/651 kB | 22/32 kB
Progress (3): 65/756 kB | 37/651 kB | 22/32 kB
Progress (3): 65/756 kB | 38/651 kB | 22/32 kB
Progress (3): 65/756 kB | 40/651 kB | 22/32 kB
Progress (4): 65/756 kB | 40/651 kB | 22/32 kB | 16/174 kB
Progress (5): 65/756 kB | 40/651 kB | 22/32 kB | 16/174 kB | 1.4/883 kB
Progress (5): 65/756 kB | 41/651 kB | 22/32 kB | 16/174 kB | 1.4/883 kB
Progress (5): 65/756 kB | 41/651 kB | 22/32 kB | 16/174 kB | 2.8/883 kB
Progress (5): 65/756 kB | 43/651 kB | 22/32 kB | 16/174 kB | 2.8/883 kB
Progress (5): 65/756 kB | 43/651 kB | 22/32 kB | 16/174 kB | 4.1/883 kB
Progress (5): 65/756 kB | 44/651 kB | 22/32 kB | 16/174 kB | 4.1/883 kB
Progress (5): 65/756 kB | 44/651 kB | 22/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 65/756 kB | 44/651 kB | 23/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 65/756 kB | 45/651 kB | 23/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 65/756 kB | 45/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 45/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 47/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 48/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 49/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 51/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 52/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 53/651 kB | 25/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 53/651 kB | 26/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 55/651 kB | 26/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 55/651 kB | 27/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 56/651 kB | 27/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 56/651 kB | 29/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 57/651 kB | 29/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 57/651 kB | 30/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32/32 kB | 16/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32/32 kB | 33/174 kB | 5.5/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32/32 kB | 33/174 kB | 6.9/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32/32 kB | 33/174 kB | 8.3/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32 kB | 33/174 kB | 8.3/883 kB   
Progress (5): 82/756 kB | 57/651 kB | 32 kB | 33/174 kB | 9.7/883 kB
Progress (5): 82/756 kB | 57/651 kB | 32 kB | 33/174 kB | 11/883 kB 
                                                                   
Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-jakarta9/1.12.3/micrometer-jakarta9-1.12.3.jar (32 kB at 317 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar
Progress (4): 82/756 kB | 57/651 kB | 33/174 kB | 12/883 kB
Progress (4): 82/756 kB | 57/651 kB | 33/174 kB | 14/883 kB
Progress (4): 82/756 kB | 57/651 kB | 33/174 kB | 15/883 kB
Progress (4): 82/756 kB | 59/651 kB | 33/174 kB | 15/883 kB
Progress (4): 82/756 kB | 60/651 kB | 33/174 kB | 15/883 kB
Progress (4): 82/756 kB | 62/651 kB | 33/174 kB | 15/883 kB
Progress (4): 98/756 kB | 62/651 kB | 33/174 kB | 15/883 kB
Progress (4): 98/756 kB | 62/651 kB | 33/174 kB | 16/883 kB
Progress (4): 98/756 kB | 62/651 kB | 49/174 kB | 16/883 kB
Progress (4): 98/756 kB | 63/651 kB | 49/174 kB | 16/883 kB
Progress (5): 98/756 kB | 63/651 kB | 49/174 kB | 16/883 kB | 1.4/30 kB
Progress (5): 114/756 kB | 63/651 kB | 49/174 kB | 16/883 kB | 1.4/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 16/883 kB | 1.4/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 16/883 kB | 2.8/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 16/883 kB | 4.1/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 4.1/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 5.5/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 6.9/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 8.3/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 9.7/30 kB
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 11/30 kB 
Progress (5): 114/756 kB | 79/651 kB | 49/174 kB | 33/883 kB | 12/30 kB
Progress (5): 114/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 12/30 kB
Progress (5): 114/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 14/30 kB
Progress (5): 131/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 14/30 kB
Progress (5): 131/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 15/30 kB
Progress (5): 131/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 17/30 kB
Progress (5): 131/756 kB | 79/651 kB | 66/174 kB | 33/883 kB | 18/30 kB
Progress (5): 131/756 kB | 96/651 kB | 66/174 kB | 33/883 kB | 18/30 kB
Progress (5): 131/756 kB | 96/651 kB | 82/174 kB | 33/883 kB | 18/30 kB
Progress (5): 131/756 kB | 96/651 kB | 82/174 kB | 33/883 kB | 19/30 kB
Progress (5): 131/756 kB | 96/651 kB | 82/174 kB | 33/883 kB | 21/30 kB
Progress (5): 131/756 kB | 96/651 kB | 82/174 kB | 33/883 kB | 22/30 kB
Progress (5): 131/756 kB | 96/651 kB | 82/174 kB | 33/883 kB | 23/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 33/883 kB | 23/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 33/883 kB | 25/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 49/883 kB | 25/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 49/883 kB | 26/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 49/883 kB | 28/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 49/883 kB | 29/30 kB
Progress (5): 131/756 kB | 112/651 kB | 82/174 kB | 49/883 kB | 30 kB   
                                                                     
Downloaded from central: https://repo.maven.apache.org/maven2/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 257 kB/s)
Progress (4): 131/756 kB | 128/651 kB | 82/174 kB | 49/883 kB
Progress (4): 131/756 kB | 128/651 kB | 82/174 kB | 66/883 kB
Progress (4): 131/756 kB | 128/651 kB | 98/174 kB | 66/883 kB
Progress (4): 131/756 kB | 128/651 kB | 115/174 kB | 66/883 kB
Progress (4): 147/756 kB | 128/651 kB | 115/174 kB | 66/883 kB
Progress (4): 147/756 kB | 145/651 kB | 115/174 kB | 66/883 kB
Progress (4): 147/756 kB | 145/651 kB | 131/174 kB | 66/883 kB
Progress (4): 147/756 kB | 145/651 kB | 131/174 kB | 79/883 kB
Progress (4): 147/756 kB | 145/651 kB | 147/174 kB | 79/883 kB
Progress (4): 147/756 kB | 145/651 kB | 164/174 kB | 79/883 kB
Progress (4): 147/756 kB | 161/651 kB | 164/174 kB | 79/883 kB
Progress (4): 147/756 kB | 161/651 kB | 174 kB | 79/883 kB    
Progress (4): 147/756 kB | 161/651 kB | 174 kB | 95/883 kB
                                                          
Downloaded from central: https://repo.maven.apache.org/maven2/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 1.4 MB/s)
Progress (3): 164/756 kB | 161/651 kB | 95/883 kB
Progress (3): 180/756 kB | 161/651 kB | 95/883 kB
Progress (3): 180/756 kB | 161/651 kB | 112/883 kB
Progress (3): 196/756 kB | 161/651 kB | 112/883 kB
Progress (3): 196/756 kB | 161/651 kB | 128/883 kB
Progress (3): 213/756 kB | 161/651 kB | 128/883 kB
Progress (3): 213/756 kB | 161/651 kB | 145/883 kB
Progress (3): 213/756 kB | 178/651 kB | 145/883 kB
Progress (3): 229/756 kB | 178/651 kB | 145/883 kB
Progress (3): 246/756 kB | 178/651 kB | 145/883 kB
Progress (3): 246/756 kB | 178/651 kB | 161/883 kB
Progress (3): 262/756 kB | 178/651 kB | 161/883 kB
Progress (3): 262/756 kB | 194/651 kB | 161/883 kB
Progress (3): 262/756 kB | 194/651 kB | 177/883 kB
Progress (3): 278/756 kB | 194/651 kB | 177/883 kB
Progress (3): 278/756 kB | 210/651 kB | 177/883 kB
Progress (3): 295/756 kB | 210/651 kB | 177/883 kB
Progress (3): 295/756 kB | 210/651 kB | 194/883 kB
Progress (3): 295/756 kB | 227/651 kB | 194/883 kB
Progress (3): 311/756 kB | 227/651 kB | 194/883 kB
Progress (3): 311/756 kB | 227/651 kB | 210/883 kB
Progress (3): 327/756 kB | 227/651 kB | 210/883 kB
Progress (3): 344/756 kB | 227/651 kB | 210/883 kB
Progress (3): 344/756 kB | 227/651 kB | 227/883 kB
Progress (3): 360/756 kB | 227/651 kB | 227/883 kB
Progress (3): 360/756 kB | 243/651 kB | 227/883 kB
Progress (3): 360/756 kB | 243/651 kB | 243/883 kB
Progress (3): 377/756 kB | 243/651 kB | 243/883 kB
Progress (3): 377/756 kB | 259/651 kB | 243/883 kB
Progress (3): 393/756 kB | 259/651 kB | 243/883 kB
Progress (3): 393/756 kB | 259/651 kB | 259/883 kB
Progress (3): 409/756 kB | 259/651 kB | 259/883 kB
Progress (3): 426/756 kB | 259/651 kB | 259/883 kB
Progress (3): 426/756 kB | 276/651 kB | 259/883 kB
Progress (3): 426/756 kB | 276/651 kB | 276/883 kB
Progress (3): 442/756 kB | 276/651 kB | 276/883 kB
Progress (3): 459/756 kB | 276/651 kB | 276/883 kB
Progress (3): 459/756 kB | 276/651 kB | 292/883 kB
Progress (3): 475/756 kB | 276/651 kB | 292/883 kB
Progress (3): 491/756 kB | 276/651 kB | 292/883 kB
Progress (3): 491/756 kB | 276/651 kB | 308/883 kB
Progress (3): 508/756 kB | 276/651 kB | 308/883 kB
Progress (3): 508/756 kB | 292/651 kB | 308/883 kB
Progress (3): 524/756 kB | 292/651 kB | 308/883 kB
Progress (3): 524/756 kB | 292/651 kB | 325/883 kB
Progress (3): 540/756 kB | 292/651 kB | 325/883 kB
Progress (3): 540/756 kB | 292/651 kB | 341/883 kB
Progress (3): 557/756 kB | 292/651 kB | 341/883 kB
Progress (3): 573/756 kB | 292/651 kB | 341/883 kB
Progress (3): 573/756 kB | 292/651 kB | 358/883 kB
Progress (3): 590/756 kB | 292/651 kB | 358/883 kB
Progress (3): 590/756 kB | 292/651 kB | 374/883 kB
Progress (3): 606/756 kB | 292/651 kB | 374/883 kB
Progress (3): 606/756 kB | 309/651 kB | 374/883 kB
Progress (3): 606/756 kB | 309/651 kB | 390/883 kB
Progress (3): 622/756 kB | 309/651 kB | 390/883 kB
Progress (3): 622/756 kB | 325/651 kB | 390/883 kB
Progress (3): 622/756 kB | 325/651 kB | 407/883 kB
Progress (3): 639/756 kB | 325/651 kB | 407/883 kB
Progress (3): 639/756 kB | 325/651 kB | 423/883 kB
Progress (3): 655/756 kB | 325/651 kB | 423/883 kB
Progress (3): 655/756 kB | 325/651 kB | 440/883 kB
Progress (3): 655/756 kB | 341/651 kB | 440/883 kB
Progress (3): 672/756 kB | 341/651 kB | 440/883 kB
Progress (3): 688/756 kB | 341/651 kB | 440/883 kB
Progress (3): 688/756 kB | 341/651 kB | 456/883 kB
Progress (3): 704/756 kB | 341/651 kB | 456/883 kB
Progress (3): 704/756 kB | 341/651 kB | 472/883 kB
Progress (3): 721/756 kB | 341/651 kB | 472/883 kB
Progress (3): 721/756 kB | 358/651 kB | 472/883 kB
Progress (3): 737/756 kB | 358/651 kB | 472/883 kB
Progress (3): 737/756 kB | 358/651 kB | 489/883 kB
Progress (3): 753/756 kB | 358/651 kB | 489/883 kB
Progress (3): 756 kB | 358/651 kB | 489/883 kB    
Progress (3): 756 kB | 358/651 kB | 505/883 kB
Progress (3): 756 kB | 374/651 kB | 505/883 kB
                                              
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator-autoconfigure/3.2.3/spring-boot-actuator-autoconfigure-3.2.3.jar (756 kB at 3.2 MB/s)
Progress (2): 391/651 kB | 505/883 kB
Progress (2): 391/651 kB | 521/883 kB
Progress (2): 407/651 kB | 521/883 kB
Progress (2): 407/651 kB | 538/883 kB
Progress (2): 423/651 kB | 538/883 kB
Progress (2): 423/651 kB | 554/883 kB
Progress (2): 423/651 kB | 571/883 kB
Progress (2): 423/651 kB | 587/883 kB
Progress (2): 423/651 kB | 603/883 kB
Progress (2): 440/651 kB | 603/883 kB
Progress (2): 440/651 kB | 620/883 kB
Progress (2): 456/651 kB | 620/883 kB
Progress (2): 456/651 kB | 636/883 kB
Progress (2): 456/651 kB | 653/883 kB
Progress (2): 472/651 kB | 653/883 kB
Progress (2): 472/651 kB | 669/883 kB
Progress (2): 489/651 kB | 669/883 kB
Progress (2): 505/651 kB | 669/883 kB
Progress (2): 505/651 kB | 685/883 kB
Progress (2): 522/651 kB | 685/883 kB
Progress (2): 522/651 kB | 702/883 kB
Progress (2): 538/651 kB | 702/883 kB
Progress (2): 554/651 kB | 702/883 kB
Progress (2): 554/651 kB | 718/883 kB
Progress (2): 571/651 kB | 718/883 kB
Progress (2): 571/651 kB | 734/883 kB
Progress (2): 587/651 kB | 734/883 kB
Progress (2): 604/651 kB | 734/883 kB
Progress (2): 604/651 kB | 751/883 kB
Progress (2): 620/651 kB | 751/883 kB
Progress (2): 620/651 kB | 767/883 kB
Progress (2): 636/651 kB | 767/883 kB
Progress (2): 636/651 kB | 784/883 kB
Progress (2): 651 kB | 784/883 kB    
Progress (2): 651 kB | 800/883 kB
Progress (2): 651 kB | 816/883 kB
Progress (2): 651 kB | 833/883 kB
Progress (2): 651 kB | 849/883 kB
Progress (2): 651 kB | 865/883 kB
Progress (2): 651 kB | 882/883 kB
Progress (2): 651 kB | 883 kB    
                             
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-actuator/3.2.3/spring-boot-actuator-3.2.3.jar (651 kB at 2.4 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-core/1.12.3/micrometer-core-1.12.3.jar (883 kB at 3.3 MB/s)
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202530_G81_E2_TuOutfit_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_202530_G81_E2_TuOutfit_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202530_G81_E2_TuOutfit_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.11.0:compile (default-compile) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 21 source files with javac [debug release 21] to target/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] --- resources:3.3.1:testResources (default-testResources) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] 
[INFO] --- surefire:2.22.1:test (default-test) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Building jar: /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/target/MP_202530_G81_E2_TuOutfit_Back-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot:3.2.3:repackage (repackage) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Replacing main artifact /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/target/MP_202530_G81_E2_TuOutfit_Back-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/target/MP_202530_G81_E2_TuOutfit_Back-0.0.1-SNAPSHOT.jar.original
[INFO] 
[INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- spring-boot:3.2.3:start (pre-integration-test) @ MP_202530_G81_E2_TuOutfit_Back ---
[INFO] Attaching agents: []

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.3)

2025-09-29T14:06:10.688Z  INFO 98 --- [           main] c.e.udistrital.mdp.back.MainApplication  : Starting MainApplication using Java 21.0.4 with PID 98 (/home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back/target/classes started by root in /home/cecaduser/workspace/MP_202530_G81_E2_TuOutfit_Back)
2025-09-29T14:06:10.691Z  INFO 98 --- [           main] c.e.udistrital.mdp.back.MainApplication  : The following 1 profile is active: "integration-tests"
2025-09-29T14:06:11.630Z  INFO 98 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-09-29T14:06:11.712Z  INFO 98 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 75 ms. Found 4 JPA repository interfaces.
2025-09-29T14:06:12.448Z  INFO 98 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8999 (http)
2025-09-29T14:06:12.460Z  INFO 98 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2025-09-29T14:06:12.460Z  INFO 98 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.19]
2025-09-29T14:06:12.510Z  INFO 98 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
2025-09-29T14:06:12.510Z  INFO 98 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1767 ms
2025-09-29T14:06:12.638Z  INFO 98 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2025-09-29T14:06:12.855Z  INFO 98 --- [           main] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:back user=SA
2025-09-29T14:06:12.857Z  INFO 98 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2025-09-29T14:06:12.871Z  INFO 98 --- [           main] o.s.b.a.h2.H2ConsoleAutoConfiguration    : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:back'
2025-09-29T14:06:13.057Z  INFO 98 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-09-29T14:06:13.108Z  INFO 98 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-09-29T14:06:13.141Z  INFO 98 --- [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-09-29T14:06:13.362Z  INFO 98 --- [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-09-29T14:06:13.406Z  WARN 98 --- [           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)
2025-09-29T14:06:13.614Z ERROR 98 --- [           main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Collection 'co.edu.udistrital.mdp.back.entities.ListaDeseosEntity.outfits' is 'mappedBy' a property named 'listaDeseos' which does not exist in the target entity 'co.edu.udistrital.mdp.back.entities.OutfitEntity'
2025-09-29T14:06:13.614Z  WARN 98 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Collection 'co.edu.udistrital.mdp.back.entities.ListaDeseosEntity.outfits' is 'mappedBy' a property named 'listaDeseos' which does not exist in the target entity 'co.edu.udistrital.mdp.back.entities.OutfitEntity'
2025-09-29T14:06:13.615Z  INFO 98 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2025-09-29T14:06:13.618Z  INFO 98 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.
2025-09-29T14:06:13.621Z  INFO 98 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2025-09-29T14:06:13.640Z  INFO 98 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger : 

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-09-29T14:06:13.655Z ERROR 98 --- [           main] o.s.boot.SpringApplication               : Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Collection 'co.edu.udistrital.mdp.back.entities.ListaDeseosEntity.outfits' is 'mappedBy' a property named 'listaDeseos' which does not exist in the target entity 'co.edu.udistrital.mdp.back.entities.OutfitEntity'
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1231) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:949) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) ~[spring-context-6.1.4.jar:6.1.4]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[spring-boot-3.2.3.jar:3.2.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-3.2.3.jar:3.2.3]
	at co.edu.udistrital.mdp.back.MainApplication.main(MainApplication.java:10) ~[classes/:na]
Caused by: org.hibernate.AnnotationException: Collection 'co.edu.udistrital.mdp.back.entities.ListaDeseosEntity.outfits' is 'mappedBy' a property named 'listaDeseos' which does not exist in the target entity 'co.edu.udistrital.mdp.back.entities.OutfitEntity'
	at org.hibernate.boot.model.internal.CollectionBinder.isReversePropertyInJoin(CollectionBinder.java:1622) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.model.internal.CollectionBinder.noAssociationTable(CollectionBinder.java:1636) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.model.internal.CollectionBinder.bindStarToManySecondPass(CollectionBinder.java:1597) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.model.internal.CollectionBinder$1.secondPass(CollectionBinder.java:1588) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.model.internal.CollectionSecondPass.doSecondPass(CollectionSecondPass.java:45) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.processSecondPasses(InFlightMetadataCollectorImpl.java:1815) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.processSecondPasses(InFlightMetadataCollectorImpl.java:1774) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:332) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1432) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1503) ~[hibernate-core-6.4.4.Final.jar:6.4.4.Final]
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75) ~[spring-orm-6.1.4.jar:6.1.4]
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:388) ~[spring-orm-6.1.4.jar:6.1.4]
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-6.1.4.jar:6.1.4]
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-6.1.4.jar:6.1.4]
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:364) ~[spring-orm-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1833) ~[spring-beans-6.1.4.jar:6.1.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1782) ~[spring-beans-6.1.4.jar:6.1.4]
	... 16 common frames omitted

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.571 s
[INFO] Finished at: 2025-09-29T14:06:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.2.3:start (pre-integration-test) on project MP_202530_G81_E2_TuOutfit_Back: Failed to connect to MBean server at port 9001: Could not invoke shutdown operation: Connection refused to host: 127.0.0.1; nested exception is: 
[ERROR] 	java.net.ConnectException: Connection refused
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[Pipeline] }
$ docker stop --time=1 4545e543d7719f7685d0906737f640a1d3ee705e9558e02aeed7a917449bcc04
$ docker rm -f --volumes 4545e543d7719f7685d0906737f640a1d3ee705e9558e02aeed7a917449bcc04
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testing)
Stage "Testing" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static Analysis)
Stage "Static Analysis" skipped due to earlier failure(s)
[Pipeline] getContext
[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_202530_G81_E2_TuOutfit_Back/MP_202530_G81_E2_TuOutfit_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
ERROR: script returned exit code 1
Finished: FAILURE