[INFO] [INFO] --< es.uvigo.esei.dgss.teamA.microstories:dgss2526-teamA-microstories-service >-- [INFO] Building Service 0.1.0-SNAPSHOT [4/7] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ dgss2526-teamA-microstories-service --- [INFO] Deleting /var/lib/jenkins/workspace/microstories-2526-teamA/service/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (pre-unit-test) @ dgss2526-teamA-microstories-service --- [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/microstories-2526-teamA/service/target/jacoco.exec,classdumpdir=/var/lib/jenkins/workspace/microstories-2526-teamA/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ dgss2526-teamA-microstories-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ dgss2526-teamA-microstories-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/microstories-2526-teamA/service/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ dgss2526-teamA-microstories-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ dgss2526-teamA-microstories-service --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/microstories-2526-teamA/service/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/workspace/microstories-2526-teamA/service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceTest.java:[31,22] no suitable constructor found for Story(java.lang.String,,java.lang.String) constructor es.uvigo.esei.microstories.domain.entities.Story.Story() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Collection) is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.Long,java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Date,java.util.Collection) is not applicable (actual and formal argument lists differ in length) [ERROR] /var/lib/jenkins/workspace/microstories-2526-teamA/service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceTest.java:[32,22] no suitable constructor found for Story(java.lang.String,,java.lang.String) constructor es.uvigo.esei.microstories.domain.entities.Story.Story() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Collection) is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.Long,java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Date,java.util.Collection) is not applicable (actual and formal argument lists differ in length) [ERROR] /var/lib/jenkins/workspace/microstories-2526-teamA/service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceTest.java:[33,22] no suitable constructor found for Story(java.lang.String,,java.lang.String) constructor es.uvigo.esei.microstories.domain.entities.Story.Story() is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Collection) is not applicable (actual and formal argument lists differ in length) constructor es.uvigo.esei.microstories.domain.entities.Story.Story(java.lang.Long,java.lang.String,es.uvigo.esei.microstories.domain.types.GenreType,java.lang.String,java.util.Date,java.util.Collection) is not applicable (actual and formal argument lists differ in length) [INFO] 3 errors [INFO] -------------------------------------------------------------