Skip to content
Failed

Console Output

Started by GitHub push by luiszlopezs
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_Back/
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave2 in /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_Back/
 > git init /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_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_E3_MyWish_Back/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 (refs/remotes/origin/main)
Commit message: "Merge pull request #119 from UDFJDC-ModelosProgramacion/develop"
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_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 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 # timeout=10
 > git rev-list --no-walk 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 # 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: Changelog is empty!
[Pipeline] git
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/.git # timeout=10
 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_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_E3_MyWish_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 (refs/remotes/origin/main)
Commit message: "Merge pull request #119 from UDFJDC-ModelosProgramacion/develop"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 77c4e2f1f2cad6f9f8a49000cc7c1200f0700018 # 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_E3_MyWish_Back -v /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back:/home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back:rw,z -v /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back@tmp:/home/cecaduser/workspace/MP_202530_G81_E3_MyWish_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 e46644b1e53d9c9e1c1c12db5206aad369d195a14158611d516b230097157cd8 -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_202530_G81_E3_MyWish_Back >---------
[INFO] Building MP_202530_G81_E3_MyWish_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-mail/3.2.3/spring-boot-starter-mail-3.2.3.pom
Progress (1): 968 B
Progress (1): 2.5 kB
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.pom (2.5 kB at 2.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.pom
Progress (1): 1.0 kB
Progress (1): 2.4 kB
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.pom (2.4 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.pom
Progress (1): 837 B
Progress (1): 1.9 kB
Progress (1): 6.7 kB
Progress (1): 11 kB 
Progress (1): 12 kB
                   
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.pom (12 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/all/2.0.2/all-2.0.2.pom
Progress (1): 815 B
Progress (1): 2.7 kB
Progress (1): 3.9 kB
Progress (1): 8.4 kB
Progress (1): 12 kB 
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 28 kB
Progress (1): 31 kB
Progress (1): 31 kB
                   
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/all/2.0.2/all-2.0.2.pom (31 kB at 137 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.jar
Progress (1): 0.9/4.8 kB
Progress (1): 2.3/4.8 kB
Progress (1): 3.6/4.8 kB
Progress (1): 3.7/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-mail/3.2.3/spring-boot-starter-mail-3.2.3.jar (4.8 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.jar
Progress (1): 1.4/173 kB
Progress (1): 2.7/173 kB
Progress (1): 4.1/173 kB
Progress (1): 5.5/173 kB
Progress (1): 6.8/173 kB
Progress (1): 8.2/173 kB
Progress (1): 9.6/173 kB
Progress (1): 11/173 kB 
Progress (1): 12/173 kB
Progress (1): 14/173 kB
Progress (1): 15/173 kB
Progress (1): 16/173 kB
Progress (1): 18/173 kB
Progress (1): 19/173 kB
Progress (1): 21/173 kB
Progress (1): 22/173 kB
Progress (1): 23/173 kB
Progress (1): 25/173 kB
Progress (1): 26/173 kB
Progress (1): 27/173 kB
Progress (1): 29/173 kB
Progress (1): 30/173 kB
Progress (1): 34/173 kB
Progress (1): 39/173 kB
Progress (1): 43/173 kB
Progress (1): 47/173 kB
Progress (1): 51/173 kB
Progress (1): 55/173 kB
Progress (1): 57/173 kB
Progress (1): 62/173 kB
Progress (1): 66/173 kB
Progress (1): 70/173 kB
Progress (1): 74/173 kB
Progress (1): 78/173 kB
Progress (1): 83/173 kB
Progress (1): 87/173 kB
Progress (1): 91/173 kB
Progress (1): 95/173 kB
Progress (1): 98/173 kB
Progress (1): 103/173 kB
Progress (1): 107/173 kB
Progress (1): 111/173 kB
Progress (1): 115/173 kB
Progress (1): 119/173 kB
Progress (1): 124/173 kB
Progress (1): 128/173 kB
Progress (1): 132/173 kB
Progress (1): 136/173 kB
Progress (1): 141/173 kB
Progress (1): 145/173 kB
Progress (1): 149/173 kB
Progress (1): 153/173 kB
Progress (1): 158/173 kB
Progress (1): 162/173 kB
Progress (1): 164/173 kB
Progress (1): 168/173 kB
Progress (1): 172/173 kB
Progress (1): 173 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context-support/6.1.4/spring-context-support-6.1.4.jar (173 kB at 388 kB/s)
Progress (1): 1.4/717 kB
Progress (1): 2.7/717 kB
Progress (1): 4.1/717 kB
Progress (1): 5.5/717 kB
Progress (1): 6.8/717 kB
Progress (1): 8.2/717 kB
Progress (1): 9.6/717 kB
Progress (1): 11/717 kB 
Progress (1): 12/717 kB
Progress (1): 14/717 kB
Progress (1): 15/717 kB
Progress (1): 16/717 kB
Progress (1): 18/717 kB
Progress (1): 19/717 kB
Progress (1): 21/717 kB
Progress (1): 22/717 kB
Progress (1): 23/717 kB
Progress (1): 25/717 kB
Progress (1): 26/717 kB
Progress (1): 27/717 kB
Progress (1): 29/717 kB
Progress (1): 30/717 kB
Progress (1): 31/717 kB
Progress (1): 33/717 kB
Progress (1): 34/717 kB
Progress (1): 36/717 kB
Progress (1): 37/717 kB
Progress (1): 38/717 kB
Progress (1): 40/717 kB
Progress (1): 41/717 kB
Progress (1): 42/717 kB
Progress (1): 44/717 kB
Progress (1): 45/717 kB
Progress (1): 46/717 kB
Progress (1): 48/717 kB
Progress (1): 49/717 kB
Progress (1): 51/717 kB
Progress (1): 52/717 kB
Progress (1): 53/717 kB
Progress (1): 55/717 kB
Progress (1): 59/717 kB
Progress (1): 63/717 kB
Progress (1): 67/717 kB
Progress (1): 72/717 kB
Progress (1): 76/717 kB
Progress (1): 80/717 kB
Progress (1): 84/717 kB
Progress (1): 89/717 kB
Progress (1): 93/717 kB
Progress (1): 97/717 kB
Progress (1): 101/717 kB
Progress (1): 105/717 kB
Progress (1): 110/717 kB
Progress (1): 114/717 kB
Progress (1): 118/717 kB
Progress (1): 122/717 kB
Progress (1): 127/717 kB
Progress (1): 131/717 kB
Progress (1): 135/717 kB
Progress (1): 139/717 kB
Progress (1): 144/717 kB
Progress (1): 148/717 kB
Progress (1): 152/717 kB
Progress (1): 156/717 kB
Progress (1): 160/717 kB
Progress (1): 164/717 kB
Progress (1): 168/717 kB
Progress (1): 173/717 kB
Progress (1): 177/717 kB
Progress (1): 181/717 kB
Progress (1): 185/717 kB
Progress (1): 189/717 kB
Progress (1): 194/717 kB
Progress (1): 198/717 kB
Progress (1): 202/717 kB
Progress (1): 206/717 kB
Progress (1): 211/717 kB
Progress (1): 215/717 kB
Progress (1): 219/717 kB
Progress (1): 223/717 kB
Progress (1): 240/717 kB
Progress (1): 256/717 kB
Progress (1): 272/717 kB
Progress (1): 287/717 kB
Progress (1): 303/717 kB
Progress (1): 319/717 kB
Progress (1): 336/717 kB
Progress (1): 352/717 kB
Progress (1): 369/717 kB
Progress (1): 385/717 kB
Progress (1): 401/717 kB
Progress (1): 418/717 kB
Progress (1): 434/717 kB
Progress (1): 451/717 kB
Progress (1): 467/717 kB
Progress (1): 483/717 kB
Progress (1): 500/717 kB
Progress (1): 516/717 kB
Progress (1): 532/717 kB
Progress (1): 549/717 kB
Progress (1): 565/717 kB
Progress (1): 582/717 kB
Progress (1): 598/717 kB
Progress (1): 614/717 kB
Progress (1): 631/717 kB
Progress (1): 647/717 kB
Progress (1): 664/717 kB
Progress (1): 680/717 kB
Progress (1): 696/717 kB
Progress (1): 713/717 kB
Progress (1): 717 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/jakarta.mail/2.0.2/jakarta.mail-2.0.2.jar (717 kB at 487 kB/s)
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ MP_202530_G81_E3_MyWish_Back ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202530_G81_E3_MyWish_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_E3_MyWish_Back/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202530_G81_E3_MyWish_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_E3_MyWish_Back ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 50 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_E3_MyWish_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202530_G81_E3_MyWish_Back ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug release 21] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/MonedaServiceTest.java:[26,13] cannot find symbol
  symbol:   class MonedaService
  location: class co.edu.udistrital.mdp.back.services.MonedaServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/OcasionServiceTest.java:[26,13] cannot find symbol
  symbol:   class OcasionService
  location: class co.edu.udistrital.mdp.back.services.OcasionServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/ComentarioServiceTest.java:[28,13] cannot find symbol
  symbol:   class ComentarioService
  location: class co.edu.udistrital.mdp.back.services.ComentarioServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/MonedaServiceTest.java:[22,9] cannot find symbol
  symbol: class MonedaService
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/OcasionServiceTest.java:[22,9] cannot find symbol
  symbol: class OcasionService
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/ComentarioServiceTest.java:[24,9] cannot find symbol
  symbol: class ComentarioService
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.192 s
[INFO] Finished at: 2025-10-15T02:38:37Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project MP_202530_G81_E3_MyWish_Back: Compilation failure: Compilation failure: 
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/MonedaServiceTest.java:[26,13] cannot find symbol
[ERROR]   symbol:   class MonedaService
[ERROR]   location: class co.edu.udistrital.mdp.back.services.MonedaServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/OcasionServiceTest.java:[26,13] cannot find symbol
[ERROR]   symbol:   class OcasionService
[ERROR]   location: class co.edu.udistrital.mdp.back.services.OcasionServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/ComentarioServiceTest.java:[28,13] cannot find symbol
[ERROR]   symbol:   class ComentarioService
[ERROR]   location: class co.edu.udistrital.mdp.back.services.ComentarioServiceTest
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/MonedaServiceTest.java:[22,9] cannot find symbol
[ERROR]   symbol: class MonedaService
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/OcasionServiceTest.java:[22,9] cannot find symbol
[ERROR]   symbol: class OcasionService
[ERROR] /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/src/test/java/co/edu/udistrital/mdp/back/services/ComentarioServiceTest.java:[24,9] cannot find symbol
[ERROR]   symbol: class ComentarioService
[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/MojoFailureException
[Pipeline] }
$ docker stop --time=1 e46644b1e53d9c9e1c1c12db5206aad369d195a14158611d516b230097157cd8
$ docker rm -f --volumes e46644b1e53d9c9e1c1c12db5206aad369d195a14158611d516b230097157cd8
[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_E3_MyWish_Back/MP_202530_G81_E3_MyWish_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