0% found this document useful (0 votes)
69 views4 pages

Build

The document details a Jenkins build process for the MS-Bolsa-Empleo project, which involves cloning a Git repository and executing a Maven build. The build fails due to multiple compilation errors related to missing symbols, specifically the 'OfertaTrabajoEncuestaDTO' and 'Cripto' classes. Additionally, warnings are noted regarding dependency declarations and the need for proper logging configuration.

Uploaded by

Jose Toledo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views4 pages

Build

The document details a Jenkins build process for the MS-Bolsa-Empleo project, which involves cloning a Git repository and executing a Maven build. The build fails due to multiple compilation errors related to missing symbols, specifically the 'OfertaTrabajoEncuestaDTO' and 'Cripto' classes. Additionally, warnings are noted regarding dependency declarations and the need for proper logging configuration.

Uploaded by

Jose Toledo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

Started by GitLab push by jdiego.

cardenasd
[EnvInject] - Loading node environment variables.
Building remotely on Esclavo in workspace /var/lib/jenkins/workspace/MS-Bolsa-
Empleo-des
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository http://gitlab.ucuenca.edu.ec/root/MS-Bolsaempleo.git
> git init /var/lib/jenkins/workspace/MS-Bolsa-Empleo-des # timeout=10
Fetching upstream changes from http://gitlab.ucuenca.edu.ec/root/MS-Bolsaempleo.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress http://gitlab.ucuenca.edu.ec/root/MS-Bolsaempleo.git
+refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url http://gitlab.ucuenca.edu.ec/root/MS-
Bolsaempleo.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* #
timeout=10
> git config remote.origin.url http://gitlab.ucuenca.edu.ec/root/MS-
Bolsaempleo.git # timeout=10
Fetching upstream changes from http://gitlab.ucuenca.edu.ec/root/MS-Bolsaempleo.git
using GIT_ASKPASS to set credentials
> git fetch --tags --progress http://gitlab.ucuenca.edu.ec/root/MS-Bolsaempleo.git
+refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/master, since it originates from
another repository
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision dbb3c19687ee4d171a0fdd46f32a706c283e81b0
(refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dbb3c19687ee4d171a0fdd46f32a706c283e81b0
Commit message: "envio de encuesta a empresas por oferta finalizada"
> git rev-list --no-walk 732d23db8211dfe8ef4b5f16520b68ead3e6fad9 # timeout=10
Jenkins Artifactory Plugin version: 2.12.2
No emails were triggered.
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 34088
maven33-agent.jar already up to date
maven33-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[MS-Bolsa-Empleo-des] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java
-cp /var/lib/jenkins/maven33-
agent.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven3.3.9/bo
ot/plexus-classworlds-
2.5.2.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven3.3.9/co
nf/logging jenkins.maven3.agent.Maven33Main
/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven3.3.9
/var/cache/jenkins/agent.jar /var/lib/jenkins/maven33-interceptor.jar
/var/lib/jenkins/maven3-interceptor-commons.jar 34088
<===[JENKINS REMOTING CAPACITY]===>###channel started
Executing Maven: -B -f /var/lib/jenkins/workspace/MS-Bolsa-Empleo-des/pom.xml
clean install -DskipTests
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
ec.edu.ucuenca:ms-bolsa-empleo:jar:0.0.3
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be
unique: org.springframework.data:spring-data-rest-core:jar -> duplicate declaration
of version 3.0.9.RELEASE @ line 111, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the
stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building
such malformed projects.
[WARNING]
[HUDSON] Collecting dependencies info
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jpa-hibernate-rest-spring-boot 0.0.3
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://172.16.1.42:8081/artifactory/libs-
snapshot/ec/edu/ucuenca/ucuenca-cliente-dinardap/0.0.15-SNAPSHOT/maven-metadata.xml
log4j:WARN No appenders could be found for logger
(org.apache.maven.wagon.providers.http.httpclient.client.protocol.RequestAddCookies
).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Downloading: http://172.16.1.42:8081/artifactory/libs-
snapshot/ec/edu/ucuenca/ucuenca-cliente-dinardap/0.0.15-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://172.16.1.42:8081/artifactory/libs-
snapshot/ec/edu/ucuenca/apigmail/cliente/ApiGmail-ClienteRest/1.4-SNAPSHOT/maven-
metadata.xml
[INFO] Downloading: http://172.16.1.42:8081/artifactory/libs-
snapshot/ec/edu/ucuenca/apigmail/cliente/ApiGmail-ClienteRest/1.4-SNAPSHOT/maven-
metadata.xml
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ ms-bolsa-empleo ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ ms-bolsa-
empleo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ms-bolsa-empleo
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 212 source files to /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/controlador/OfertaTraba
joControlador.java:[4,62] cannot find symbol
symbol: class OfertaTrabajoEncuestaDTO
location: package ec.edu.ucuenca.jpahibernaterestspringboot.modelado.DTO
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/controlador/OfertaTraba
joControlador.java:[84,10] cannot find symbol
symbol: class OfertaTrabajoEncuestaDTO
location: interface
ec.edu.ucuenca.jpahibernaterestspringboot.controlador.OfertaTrabajoControlador
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/rest/OfertaTrabajoRest.
java:[7,66] cannot find symbol
symbol: class Cripto
location: package ec.edu.ucuenca.jpahibernaterestspringboot.controlador.Util
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/modelado/DTO/Notificaci
onDTO.java:[9,66] cannot find symbol
symbol: class Cripto
location: package ec.edu.ucuenca.jpahibernaterestspringboot.controlador.Util
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/rest/OfertaTrabajoRest.
java:[387,45] cannot find symbol
symbol: class OfertaTrabajoEncuestaDTO
location: class ec.edu.ucuenca.jpahibernaterestspringboot.rest.OfertaTrabajoRest
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/modelado/DTO/Notificaci
onDTO.java:[437,44] cannot find symbol
symbol: class OfertaTrabajoEncuestaDTO
location: class
ec.edu.ucuenca.jpahibernaterestspringboot.modelado.DTO.NotificacionDTO
[INFO] 6 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.707 s
[INFO] Finished at: 2019-05-27T10:52:11-05:00
[INFO] Final Memory: 51M/285M
[INFO] ------------------------------------------------------------------------
Esperando a que Jenkins finalice de recopilar datos
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
plugin:3.1:compile (default-compile) on project ms-bolsa-empleo: Compilation
failure: Compilation failure:
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/controlador/OfertaTraba
joControlador.java:[4,62] cannot find symbol
[ERROR] symbol: class OfertaTrabajoEncuestaDTO
[ERROR] location: package ec.edu.ucuenca.jpahibernaterestspringboot.modelado.DTO
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/controlador/OfertaTraba
joControlador.java:[84,10] cannot find symbol
[ERROR] symbol: class OfertaTrabajoEncuestaDTO
[ERROR] location: interface
ec.edu.ucuenca.jpahibernaterestspringboot.controlador.OfertaTrabajoControlador
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/rest/OfertaTrabajoRest.
java:[7,66] cannot find symbol
[ERROR] symbol: class Cripto
[ERROR] location: package
ec.edu.ucuenca.jpahibernaterestspringboot.controlador.Util
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/modelado/DTO/Notificaci
onDTO.java:[9,66] cannot find symbol
[ERROR] symbol: class Cripto
[ERROR] location: package
ec.edu.ucuenca.jpahibernaterestspringboot.controlador.Util
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/rest/OfertaTrabajoRest.
java:[387,45] cannot find symbol
[ERROR] symbol: class OfertaTrabajoEncuestaDTO
[ERROR] location: class
ec.edu.ucuenca.jpahibernaterestspringboot.rest.OfertaTrabajoRest
[ERROR] /var/lib/jenkins/workspace/MS-Bolsa-Empleo-
des/src/main/java/ec/edu/ucuenca/jpahibernaterestspringboot/modelado/DTO/Notificaci
onDTO.java:[437,44] cannot find symbol
[ERROR] symbol: class OfertaTrabajoEncuestaDTO
[ERROR] location: class
ec.edu.ucuenca.jpahibernaterestspringboot.modelado.DTO.NotificacionDTO
[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
[JENKINS] Archiving /var/lib/jenkins/workspace/MS-Bolsa-Empleo-des/pom.xml to
ec.edu.ucuenca/ms-bolsa-empleo/0.0.3/ms-bolsa-empleo-0.0.3.pom
channel stopped
Discard old builds...
#148 is removed because old than numToKeep
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending email to: jdiego.cardenasd@ucuenca.edu.ec

You might also like