Started by user Jose Bocanegra
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave3 in /home/cecaduser/workspace/MP_202610_G81_E4_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_202610_G81_E4_Back
> git init /home/cecaduser/workspace/MP_202610_G81_E4_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_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_202610_G81_E4_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 2c2c179a1391910ba57fa4c2d008ed54b984d529 (refs/remotes/origin/main)
Commit message: "Update pom.xml"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_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 2c2c179a1391910ba57fa4c2d008ed54b984d529 # timeout=10
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
[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 2c2c179a1391910ba57fa4c2d008ed54b984d529 (refs/remotes/origin/main)
Commit message: "Update pom.xml"
[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_202610_G81_E4_Back/.git # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_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 2c2c179a1391910ba57fa4c2d008ed54b984d529 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 2c2c179a1391910ba57fa4c2d008ed54b984d529 # timeout=10
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave3 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_E4_Back -v /home/cecaduser/workspace/MP_202610_G81_E4_Back:/home/cecaduser/workspace/MP_202610_G81_E4_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E4_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E4_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 ******** citools-isis2603:latest cat
$ docker top 452c41373e4a592606374fb826b1a30afcf2cfbf951780e4376a1eaaaeaff7ee -eo pid,comm
[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_202610_G81_E4_Back >-------------
[INFO] Building MP_202610_G81_E4_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E4_Back ---
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E4_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_E4_Back/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E4_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_E4_Back ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 10 source files with javac [debug parameters 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_202610_G81_E4_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E4_Back/src/test/resources
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E4_Back ---
[INFO] Recompiling the module because of changed dependency.
[INFO]
[INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E4_Back ---
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ MP_202610_G81_E4_Back ---
[INFO] Building jar: /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/MP_202610_G81_E4_Back-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot:3.5.10:repackage (repackage) @ MP_202610_G81_E4_Back ---
[INFO] Replacing main artifact /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/MP_202610_G81_E4_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_202610_G81_E4_Back/target/MP_202610_G81_E4_Back-0.0.1-SNAPSHOT.jar.original
[INFO]
[INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202610_G81_E4_Back ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- spring-boot:3.5.10:start (pre-integration-test) @ MP_202610_G81_E4_Back ---
[INFO] Attaching agents: []
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-02-09T16:02:53.300Z INFO 96 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Starting MainApplication using Java 21.0.4 with PID 96 (/home/cecaduser/workspace/MP_202610_G81_E4_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E4_Back)
2026-02-09T16:02:53.307Z INFO 96 --- [ main] c.e.udistrital.mdp.pets.MainApplication : The following 1 profile is active: "integration-tests"
2026-02-09T16:02:54.757Z INFO 96 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-02-09T16:02:54.871Z INFO 96 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 77 ms. Found 0 JPA repository interfaces.
2026-02-09T16:02:55.645Z INFO 96 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8999 (http)
2026-02-09T16:02:55.667Z INFO 96 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-02-09T16:02:55.667Z INFO 96 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.50]
2026-02-09T16:02:55.736Z INFO 96 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/api] : Initializing Spring embedded WebApplicationContext
2026-02-09T16:02:55.736Z INFO 96 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2268 ms
2026-02-09T16:02:55.974Z INFO 96 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-02-09T16:02:56.039Z INFO 96 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-02-09T16:02:56.070Z INFO 96 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-02-09T16:02:56.485Z INFO 96 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-02-09T16:02:56.514Z INFO 96 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-02-09T16:02:56.745Z INFO 96 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-02-09T16:02:56.748Z INFO 96 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-02-09T16:02:56.783Z WARN 96 --- [ 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-02-09T16:02:56.804Z INFO 96 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
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-02-09T16:02:57.196Z INFO 96 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-02-09T16:02:57.203Z INFO 96 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-02-09T16:02:57.816Z INFO 96 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-02-09T16:02:57.918Z INFO 96 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8999 (http) with context path '/api'
2026-02-09T16:02:57.929Z INFO 96 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Started MainApplication in 5.56 seconds (process running for 6.909)
[INFO]
[INFO] --- exec:1.6.0:exec (combine-collection) @ MP_202610_G81_E4_Back ---
Collection 'Default Tests' was successfully added.
Combined collection is saved to 'it/composed.collection.json'
[INFO]
[INFO] --- spring-boot:3.5.10:stop (post-integration-test) @ MP_202610_G81_E4_Back ---
[INFO] Stopping application...
2026-02-09T16:02:58.971Z INFO 96 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2026-02-09T16:02:58.974Z INFO 96 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2026-02-09T16:02:58.978Z INFO 96 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete
2026-02-09T16:02:58.982Z INFO 96 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2026-02-09T16:02:58.989Z INFO 96 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-02-09T16:02:58.995Z INFO 96 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ MP_202610_G81_E4_Back ---
[INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E4_Back/pom.xml to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E4_Back/0.0.1-SNAPSHOT/MP_202610_G81_E4_Back-0.0.1-SNAPSHOT.pom
[INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/MP_202610_G81_E4_Back-0.0.1-SNAPSHOT.jar to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E4_Back/0.0.1-SNAPSHOT/MP_202610_G81_E4_Back-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.601 s
[INFO] Finished at: 2026-02-09T16:02:59Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 452c41373e4a592606374fb826b1a30afcf2cfbf951780e4376a1eaaaeaff7ee
$ docker rm -f --volumes 452c41373e4a592606374fb826b1a30afcf2cfbf951780e4376a1eaaaeaff7ee
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testing)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave3 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_E4_Back -v /home/cecaduser/workspace/MP_202610_G81_E4_Back:/home/cecaduser/workspace/MP_202610_G81_E4_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E4_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E4_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 ******** citools-isis2603:latest cat
$ docker top ce6bf50e2d538e94b185a1fb1e2397cd4a3534a1741cf07b7c62ba2df0d59389 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E4_Back >-------------
[INFO] Building MP_202610_G81_E4_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E4_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_E4_Back/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E4_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_E4_Back ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E4_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E4_Back/src/test/resources
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E4_Back ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E4_Back ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.441 s
[INFO] Finished at: 2026-02-09T16:03:06Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 ce6bf50e2d538e94b185a1fb1e2397cd4a3534a1741cf07b7c62ba2df0d59389
$ docker rm -f --volumes ce6bf50e2d538e94b185a1fb1e2397cd4a3534a1741cf07b7c62ba2df0d59389
[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
Slave3 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_E4_Back -v /home/cecaduser/workspace/MP_202610_G81_E4_Back:/home/cecaduser/workspace/MP_202610_G81_E4_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E4_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E4_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 ******** citools-isis2603:latest cat
$ docker top bfda8c176aa9cde94e132f5aed8fd58eeb5c907c059e998c3e1c17512b0064fa -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...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom
Progress (1): 771 B
Progress (1): 1.8 kB
Progress (1): 3.9 kB
Progress (1): 8.1 kB
Progress (1): 9.2 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar
Progress (1): 0.9/40 kB
Progress (1): 2.3/40 kB
Progress (1): 3.7/40 kB
Progress (1): 5.0/40 kB
Progress (1): 6.4/40 kB
Progress (1): 7.8/40 kB
Progress (1): 9.1/40 kB
Progress (1): 11/40 kB
Progress (1): 12/40 kB
Progress (1): 13/40 kB
Progress (1): 15/40 kB
Progress (1): 16/40 kB
Progress (1): 17/40 kB
Progress (1): 19/40 kB
Progress (1): 20/40 kB
Progress (1): 21/40 kB
Progress (1): 23/40 kB
Progress (1): 24/40 kB
Progress (1): 26/40 kB
Progress (1): 27/40 kB
Progress (1): 28/40 kB
Progress (1): 30/40 kB
Progress (1): 31/40 kB
Progress (1): 32/40 kB
Progress (1): 34/40 kB
Progress (1): 35/40 kB
Progress (1): 37/40 kB
Progress (1): 38/40 kB
Progress (1): 39/40 kB
Progress (1): 40 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 359 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom
Progress (1): 1.0 kB
Progress (1): 2.7 kB
Progress (1): 6.0 kB
Progress (1): 8.1 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom (8.1 kB at 85 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom
Progress (1): 715 B
Progress (1): 1.7 kB
Progress (1): 5.4 kB
Progress (1): 7.3 kB
Progress (1): 9.0 kB
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 23 kB
Progress (1): 27 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 35 kB
Progress (1): 38 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom (38 kB at 378 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom
Progress (1): 908 B
Progress (1): 2.4 kB
Progress (1): 5.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom (5.6 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar
Progress (1): 3.8/72 kB
Progress (1): 8.0/72 kB
Progress (1): 12/72 kB
Progress (1): 16/72 kB
Progress (1): 21/72 kB
Progress (1): 25/72 kB
Progress (1): 29/72 kB
Progress (1): 33/72 kB
Progress (1): 38/72 kB
Progress (1): 42/72 kB
Progress (1): 46/72 kB
Progress (1): 50/72 kB
Progress (1): 55/72 kB
Progress (1): 59/72 kB
Progress (1): 63/72 kB
Progress (1): 67/72 kB
Progress (1): 71/72 kB
Progress (1): 72 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar (72 kB at 742 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom
Progress (1): 708 B
Progress (1): 2.2 kB
Progress (1): 4.5 kB
Progress (1): 8.7 kB
Progress (1): 12 kB
Progress (1): 17 kB
Progress (1): 19 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom (19 kB at 203 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
Progress (1): 908 B
Progress (1): 4.1 kB
Progress (1): 5.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 64 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar
Progress (1): 3.8/52 kB
Progress (1): 8.0/52 kB
Progress (1): 12/52 kB
Progress (1): 16/52 kB
Progress (1): 20/52 kB
Progress (1): 24/52 kB
Progress (1): 28/52 kB
Progress (1): 33/52 kB
Progress (1): 37/52 kB
Progress (1): 41/52 kB
Progress (1): 45/52 kB
Progress (1): 50/52 kB
Progress (1): 52 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar (52 kB at 546 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom
Progress (1): 2.1 kB
Progress (1): 3.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom (3.8 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom
Progress (1): 1.0 kB
Progress (1): 3.4 kB
Progress (1): 5.2 kB
Progress (1): 8.0 kB
Progress (1): 17 kB
Progress (1): 22 kB
Progress (1): 27 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 36 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom (36 kB at 396 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar
Progress (1): 7.7/110 kB
Progress (1): 16/110 kB
Progress (1): 32/110 kB
Progress (1): 49/110 kB
Progress (1): 65/110 kB
Progress (1): 81/110 kB
Progress (1): 98/110 kB
Progress (1): 110 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar (110 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom
Progress (1): 960 B
Progress (1): 2.7 kB
Progress (1): 7.9 kB
Progress (1): 11 kB
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 21 kB
Progress (1): 26 kB
Progress (1): 28 kB
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom (28 kB at 270 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar
Progress (1): 7.7/55 kB
Progress (1): 16/55 kB
Progress (1): 32/55 kB
Progress (1): 49/55 kB
Progress (1): 55 kB
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar (55 kB at 571 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom
Progress (1): 1.2 kB
Progress (1): 3.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom (3.9 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom
Progress (1): 909 B
Progress (1): 2.3 kB
Progress (1): 4.3 kB
Progress (1): 11 kB
Progress (1): 17 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 38 kB
Progress (1): 41 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom (41 kB at 438 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar
Progress (1): 7.7/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar (18 kB at 209 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom
Progress (1): 1.3 kB
Progress (1): 2.0 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom (2.0 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar
Progress (1): 7.7/352 kB
Progress (1): 16/352 kB
Progress (1): 32/352 kB
Progress (1): 49/352 kB
Progress (1): 65/352 kB
Progress (1): 81/352 kB
Progress (1): 98/352 kB
Progress (1): 114/352 kB
Progress (1): 131/352 kB
Progress (1): 147/352 kB
Progress (1): 163/352 kB
Progress (1): 180/352 kB
Progress (1): 196/352 kB
Progress (1): 213/352 kB
Progress (1): 229/352 kB
Progress (1): 245/352 kB
Progress (1): 262/352 kB
Progress (1): 278/352 kB
Progress (1): 294/352 kB
Progress (1): 311/352 kB
Progress (1): 327/352 kB
Progress (1): 344/352 kB
Progress (1): 352 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar (352 kB at 3.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom
Progress (1): 744 B
Progress (1): 2.1 kB
Progress (1): 4.8 kB
Progress (1): 8.3 kB
Progress (1): 10 kB
Progress (1): 14 kB
Progress (1): 15 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom (15 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar
Progress (1): 7.7/240 kB
Progress (1): 16/240 kB
Progress (1): 32/240 kB
Progress (1): 49/240 kB
Progress (1): 65/240 kB
Progress (1): 81/240 kB
Progress (1): 98/240 kB
Progress (1): 114/240 kB
Progress (1): 131/240 kB
Progress (1): 147/240 kB
Progress (1): 163/240 kB
Progress (1): 180/240 kB
Progress (1): 196/240 kB
Progress (1): 213/240 kB
Progress (1): 229/240 kB
Progress (1): 240 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar (240 kB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom
Progress (1): 747 B
Progress (1): 2.3 kB
Progress (1): 5.1 kB
Progress (1): 9.4 kB
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 18 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom (18 kB at 196 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar
Progress (1): 7.7/208 kB
Progress (1): 16/208 kB
Progress (1): 32/208 kB
Progress (1): 49/208 kB
Progress (1): 65/208 kB
Progress (1): 81/208 kB
Progress (1): 98/208 kB
Progress (1): 114/208 kB
Progress (1): 131/208 kB
Progress (1): 147/208 kB
Progress (1): 163/208 kB
Progress (1): 180/208 kB
Progress (1): 196/208 kB
Progress (1): 208 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar (208 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom
Progress (1): 810 B
Progress (1): 3.5 kB
Progress (1): 5.4 kB
Progress (1): 8.1 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom (8.1 kB at 89 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom
Progress (1): 807 B
Progress (1): 2.3 kB
Progress (1): 4.4 kB
Progress (1): 9.0 kB
Progress (1): 9.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom (9.3 kB at 100 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar
Progress (1): 7.7/39 kB
Progress (1): 16/39 kB
Progress (1): 32/39 kB
Progress (1): 39 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar (39 kB at 388 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom
Progress (1): 839 B
Progress (1): 3.3 kB
Progress (1): 3.4 kB
Progress (1): 6.1 kB
Progress (1): 9.6 kB
Progress (1): 10 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom (10 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom
Progress (1): 791 B
Progress (1): 2.4 kB
Progress (1): 4.1 kB
Progress (1): 7.8 kB
Progress (1): 11 kB
Progress (1): 13 kB
Progress (1): 16 kB
Progress (1): 18 kB
Progress (1): 19 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom (19 kB at 215 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom
Progress (1): 708 B
Progress (1): 1.9 kB
Progress (1): 5.5 kB
Progress (1): 9.7 kB
Progress (1): 14 kB
Progress (1): 19 kB
Progress (1): 23 kB
Progress (1): 26 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 36 kB
Progress (1): 39 kB
Progress (1): 42 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 50 kB
Progress (1): 52 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom (52 kB at 568 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom
Progress (1): 737 B
Progress (1): 2.0 kB
Progress (1): 4.0 kB
Progress (1): 5.9 kB
Progress (1): 11 kB
Progress (1): 15 kB
Progress (1): 19 kB
Progress (1): 22 kB
Progress (1): 24 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 276 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom
Progress (1): 908 B
Progress (1): 4.1 kB
Progress (1): 5.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom (5.6 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar
Progress (1): 7.7/57 kB
Progress (1): 16/57 kB
Progress (1): 32/57 kB
Progress (1): 49/57 kB
Progress (1): 57 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar (57 kB at 647 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom
Progress (1): 780 B
Progress (1): 2.0 kB
Progress (1): 5.0 kB
Progress (1): 9.1 kB
Progress (1): 10 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom (10 kB at 90 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB
Progress (1): 28/65 kB
Progress (1): 44/65 kB
Progress (1): 61/65 kB
Progress (1): 65 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar (65 kB at 727 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom
Progress (1): 752 B
Progress (1): 2.1 kB
Progress (1): 4.3 kB
Progress (1): 9.8 kB
Progress (1): 12 kB
Progress (1): 15 kB
Progress (1): 16 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom (16 kB at 173 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom
Progress (1): 863 B
Progress (1): 3.6 kB
Progress (1): 7.0 kB
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 27 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom (27 kB at 303 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar
Progress (1): 7.7/141 kB
Progress (1): 16/141 kB
Progress (1): 32/141 kB
Progress (1): 49/141 kB
Progress (1): 65/141 kB
Progress (1): 81/141 kB
Progress (1): 98/141 kB
Progress (1): 114/141 kB
Progress (1): 131/141 kB
Progress (1): 141 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar (141 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom
Progress (1): 741 B
Progress (1): 2.5 kB
Progress (1): 4.2 kB
Progress (1): 8.3 kB
Progress (1): 13 kB
Progress (1): 16 kB
Progress (1): 18 kB
Progress (1): 21 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom (21 kB at 243 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar
Progress (1): 7.7/529 kB
Progress (1): 16/529 kB
Progress (1): 32/529 kB
Progress (1): 49/529 kB
Progress (1): 65/529 kB
Progress (1): 81/529 kB
Progress (1): 98/529 kB
Progress (1): 114/529 kB
Progress (1): 131/529 kB
Progress (1): 147/529 kB
Progress (1): 163/529 kB
Progress (1): 180/529 kB
Progress (1): 196/529 kB
Progress (1): 213/529 kB
Progress (1): 229/529 kB
Progress (1): 245/529 kB
Progress (1): 262/529 kB
Progress (1): 278/529 kB
Progress (1): 294/529 kB
Progress (1): 311/529 kB
Progress (1): 327/529 kB
Progress (1): 344/529 kB
Progress (1): 360/529 kB
Progress (1): 376/529 kB
Progress (1): 393/529 kB
Progress (1): 409/529 kB
Progress (1): 426/529 kB
Progress (1): 442/529 kB
Progress (1): 458/529 kB
Progress (1): 475/529 kB
Progress (1): 491/529 kB
Progress (1): 507/529 kB
Progress (1): 524/529 kB
Progress (1): 529 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar (529 kB at 4.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom
Progress (1): 775 B
Progress (1): 2.3 kB
Progress (1): 5.1 kB
Progress (1): 8.1 kB
Progress (1): 11 kB
Progress (1): 12 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom (12 kB at 120 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar
Progress (1): 7.7/150 kB
Progress (1): 16/150 kB
Progress (1): 32/150 kB
Progress (1): 49/150 kB
Progress (1): 65/150 kB
Progress (1): 74/150 kB
Progress (1): 90/150 kB
Progress (1): 106/150 kB
Progress (1): 123/150 kB
Progress (1): 139/150 kB
Progress (1): 150 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar (150 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom
Progress (1): 827 B
Progress (1): 3.3 kB
Progress (1): 4.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom (4.9 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar
Progress (1): 7.7/46 kB
Progress (1): 12/46 kB
Progress (1): 28/46 kB
Progress (1): 44/46 kB
Progress (1): 46 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar (46 kB at 485 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom
Progress (1): 937 B
Progress (1): 2.7 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom (2.7 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar
Progress (1): 7.7/113 kB
Progress (1): 16/113 kB
Progress (1): 25/113 kB
Progress (1): 41/113 kB
Progress (1): 57/113 kB
Progress (1): 74/113 kB
Progress (1): 90/113 kB
Progress (1): 106/113 kB
Progress (1): 113 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar (113 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom
Progress (1): 1.9 kB
Progress (1): 6.8 kB
Progress (1): 8.2 kB
Progress (1): 11 kB
Progress (1): 12 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom (12 kB at 123 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom
Progress (1): 1.1 kB
Progress (1): 3.5 kB
Progress (1): 5.5 kB
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 15 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom (15 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom
Progress (1): 714 B
Progress (1): 2.5 kB
Progress (1): 5.8 kB
Progress (1): 7.6 kB
Progress (1): 11 kB
Progress (1): 13 kB
Progress (1): 18 kB
Progress (1): 23 kB
Progress (1): 27 kB
Progress (1): 29 kB
Progress (1): 32 kB
Progress (1): 37 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (37 kB at 385 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar
Progress (1): 7.7/299 kB
Progress (1): 8.2/299 kB
Progress (1): 25/299 kB
Progress (1): 41/299 kB
Progress (1): 57/299 kB
Progress (1): 74/299 kB
Progress (1): 90/299 kB
Progress (1): 106/299 kB
Progress (1): 123/299 kB
Progress (1): 139/299 kB
Progress (1): 156/299 kB
Progress (1): 172/299 kB
Progress (1): 188/299 kB
Progress (1): 205/299 kB
Progress (1): 221/299 kB
Progress (1): 238/299 kB
Progress (1): 254/299 kB
Progress (1): 270/299 kB
Progress (1): 287/299 kB
Progress (1): 299 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar (299 kB at 2.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
Progress (1): 3.1 kB
Progress (1): 8.0 kB
Progress (1): 13 kB
Progress (1): 17 kB
Progress (1): 21 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 116 kB/s)
Progress (1): 4.6 kB
Progress (1): 10 kB
Progress (1): 14 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 60 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml
Progress (1): 1.4 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 17 kB/s)
[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_E4_Back >-------------
[INFO] Building MP_202610_G81_E4_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E4_Back ---
[WARNING] 16:03:18.816 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] 16:03:18.829 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 16:03:18.829 Linux 6.14.0-37-generic (amd64)
[INFO] 16:03:18.910 User cache: /root/.sonar/cache
[INFO] 16:03:19.617 Communicating with SonarQube Server 25.3.0.104237
[INFO] 16:03:19.660 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 16:03:21.228 Load global settings
[INFO] 16:03:21.341 Load global settings (done) | time=117ms
[INFO] 16:03:21.362 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 16:03:21.378 Loading required plugins
[INFO] 16:03:21.378 Load plugins index
[INFO] 16:03:21.425 Load plugins index (done) | time=47ms
[INFO] 16:03:21.426 Load/download plugins
[INFO] 16:03:21.766 Load/download plugins (done) | time=340ms
[INFO] 16:03:22.274 Process project properties
[INFO] 16:03:22.289 Process project properties (done) | time=14ms
[INFO] 16:03:22.300 Project key: co.edu.udistrital.mdp:MP_202610_G81_E4_Back
[INFO] 16:03:22.300 Base dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back
[INFO] 16:03:22.300 Working dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/sonar
[INFO] 16:03:22.309 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E4_Back'
[INFO] 16:03:22.348 Load quality profiles
[INFO] 16:03:22.417 Load quality profiles (done) | time=69ms
[INFO] 16:03:22.435 Auto-configuring with CI 'Jenkins'
[INFO] 16:03:22.481 Load active rules
[INFO] 16:03:22.770 Load active rules (done) | time=289ms
[INFO] 16:03:22.777 Load analysis cache
[INFO] 16:03:22.785 Load analysis cache (404) | time=8ms
[INFO] 16:03:22.887 Preprocessing files...
[INFO] 16:03:23.220 2 languages detected in 11 preprocessed files
[INFO] 16:03:23.223 0 files ignored because of scm ignore settings
[INFO] 16:03:23.228 Loading plugins for detected languages
[INFO] 16:03:23.228 Load/download plugins
[INFO] 16:03:23.740 Load/download plugins (done) | time=512ms
[INFO] 16:03:24.020 Load project repositories
[INFO] 16:03:24.027 Load project repositories (done) | time=8ms
[INFO] 16:03:24.056 Indexing files...
[INFO] 16:03:24.057 Project configuration:
[INFO] 16:03:24.058 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 16:03:24.074 11 files indexed
[INFO] 16:03:24.077 Quality profile for java: Sonar way
[INFO] 16:03:24.077 Quality profile for xml: Sonar way
[INFO] 16:03:24.077 ------------- Run sensors on module MP_202610_G81_E4_Back
[INFO] 16:03:24.169 Load metrics repository
[INFO] 16:03:24.202 Load metrics repository (done) | time=29ms
[INFO] 16:03:25.605 Sensor JavaSensor [java]
[INFO] 16:03:25.612 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 16:03:25.649 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 16:03:25.652 Using ECJ batch to parse 10 Main java source files with batch size 104 KB.
[INFO] 16:03:26.073 Starting batch processing.
[INFO] 16:03:26.862 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 16:03:28.411 100% analyzed
[INFO] 16:03:28.411 Batch processing: Done.
[INFO] 16:03:28.413 Did not optimize analysis for any files, performed a full analysis for all 10 files.
[INFO] 16:03:28.415 No "Test" source files to scan.
[INFO] 16:03:28.415 No "Generated" source files to scan.
[INFO] 16:03:28.415 Sensor JavaSensor [java] (done) | time=2811ms
[INFO] 16:03:28.415 Sensor SurefireSensor [java]
[INFO] 16:03:28.416 parsing [/home/cecaduser/workspace/MP_202610_G81_E4_Back/target/surefire-reports]
[INFO] 16:03:28.416 Sensor SurefireSensor [java] (done) | time=1ms
[INFO] 16:03:28.417 Sensor XML Sensor [xml]
[INFO] 16:03:28.424 1 source file to be analyzed
[INFO] 16:03:28.674 1/1 source file has been analyzed
[INFO] 16:03:28.676 Sensor XML Sensor [xml] (done) | time=260ms
[INFO] 16:03:28.676 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 16:03:28.678 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E4_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] 16:03:28.679 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 16:03:28.679 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 16:03:28.679 Sensor Java Config Sensor [iac]
[INFO] 16:03:28.698 0 source files to be analyzed
[INFO] 16:03:28.699 0/0 source files have been analyzed
[INFO] 16:03:28.699 Sensor Java Config Sensor [iac] (done) | time=20ms
[INFO] 16:03:28.699 Sensor IaC Docker Sensor [iac]
[INFO] 16:03:28.819 0 source files to be analyzed
[INFO] 16:03:28.819 0/0 source files have been analyzed
[INFO] 16:03:28.819 Sensor IaC Docker Sensor [iac] (done) | time=120ms
[INFO] 16:03:28.820 Sensor TextAndSecretsSensor [text]
[INFO] 16:03:28.820 Available processors: 4
[INFO] 16:03:28.821 Using 4 threads for analysis.
[INFO] 16:03:29.381 Using git CLI to retrieve untracked files
[WARNING] 16:03:29.388 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] 16:03:29.398 11 source files to be analyzed
[INFO] 16:03:29.454 11/11 source files have been analyzed
[INFO] 16:03:29.454 Sensor TextAndSecretsSensor [text] (done) | time=635ms
[INFO] 16:03:29.458 ------------- Run sensors on project
[INFO] 16:03:29.628 Sensor Zero Coverage Sensor
[INFO] 16:03:29.638 Sensor Zero Coverage Sensor (done) | time=10ms
[INFO] 16:03:29.639 Sensor Java CPD Block Indexer
[INFO] 16:03:29.660 Sensor Java CPD Block Indexer (done) | time=21ms
[INFO] 16:03:29.660 ------------- Gather SCA dependencies on project
[INFO] 16:03:29.667 SCM Publisher SCM provider for this project is: git
[INFO] 16:03:29.668 SCM Publisher 11 source files to be analyzed
[INFO] 16:03:30.132 SCM Publisher 11/11 source files have been analyzed (done) | time=464ms
[INFO] 16:03:30.148 CPD Executor 4 files had no CPD blocks
[INFO] 16:03:30.148 CPD Executor Calculating CPD for 6 files
[INFO] 16:03:30.168 CPD Executor CPD calculation finished (done) | time=17ms
[INFO] 16:03:30.175 SCM revision ID '2c2c179a1391910ba57fa4c2d008ed54b984d529'
[INFO] 16:03:30.502 Analysis report generated in 322ms, dir size=263.8 kB
[INFO] 16:03:30.549 Analysis report compressed in 45ms, zip size=48.9 kB
[INFO] 16:03:30.934 Analysis report uploaded in 385ms
[INFO] 16:03:30.936 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E4_Back
[INFO] 16:03:30.936 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 16:03:30.936 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=ac5501af-e1e4-4f74-be5d-9ade6ec42b14
[INFO] 16:03:30.957 Analysis total time: 9.105 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.529 s
[INFO] Finished at: 2026-02-09T16:03:30Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
$ docker stop --time=1 bfda8c176aa9cde94e132f5aed8fd58eeb5c907c059e998c3e1c17512b0064fa
$ docker rm -f --volumes bfda8c176aa9cde94e132f5aed8fd58eeb5c907c059e998c3e1c17512b0064fa
[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_E4_Back/MP_202610_G81_E4_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