[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Domain 0.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dgss1718-teamA-ligaaas-domain --- [INFO] Deleting /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss1718-teamA-ligaaas-domain --- [INFO] argLine set to "-javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/LIGAaaS Team A/target/classes" [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss1718-teamA-ligaaas-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss1718-teamA-ligaaas-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss1718-teamA-ligaaas-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/resources-wildfly-embedded-h2 [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss1718-teamA-ligaaas-domain --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /var/lib/jenkins/workspace/LIGAaaS Team A/domain/target/test-classes [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/match/MatchTest.java:[55,34] no suitable constructor found for MatchJPA(java.lang.String,java.lang.String) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA(java.sql.Time,java.lang.String,es.uvigo.esei.dgss.fixture.FixtureJPA,es.uvigo.esei.dgss.team.TeamJPA,es.uvigo.esei.dgss.team.TeamJPA) is not applicable (actual and formal argument lists differ in length) [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/match/MatchTest.java:[71,34] no suitable constructor found for MatchJPA(java.lang.String,java.lang.String) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA(java.sql.Time,java.lang.String,es.uvigo.esei.dgss.fixture.FixtureJPA,es.uvigo.esei.dgss.team.TeamJPA,es.uvigo.esei.dgss.team.TeamJPA) is not applicable (actual and formal argument lists differ in length) [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/match/MatchTest.java:[74,31] incompatible types: java.lang.String cannot be converted to java.sql.Time [ERROR] /var/lib/jenkins/workspace/LIGAaaS Team A/domain/src/test/java/es/uvigo/esei/dgss/match/MatchTest.java:[100,34] no suitable constructor found for MatchJPA(java.lang.String,java.lang.String) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.dgss.match.MatchJPA.MatchJPA(java.sql.Time,java.lang.String,es.uvigo.esei.dgss.fixture.FixtureJPA,es.uvigo.esei.dgss.team.TeamJPA,es.uvigo.esei.dgss.team.TeamJPA) is not applicable (actual and formal argument lists differ in length) [INFO] 4 errors [INFO] -------------------------------------------------------------