Not builtConsole Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] μStories 18/19 Team B .............................. SUCCESS [  9.817 s]
[INFO] Domain ............................................. SUCCESS [ 14.355 s]
[INFO] Tests .............................................. SUCCESS [  8.591 s]
[INFO] Service ............................................ FAILURE [  1.517 s]
[INFO] REST ............................................... SKIPPED
[INFO] JSF ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.522 s
[INFO] Finished at: 2018-12-12T21:06:48+01:00
[INFO] Final Memory: 51M/620M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project dgss1819-teamB-microstories-service: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/workspace/μStories - Team B/service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJBIntegrationTest.java:[363,68] method listMyStories in class es.uvigo.esei.dgss.teamB.microstories.StoryEJB cannot be applied to given types;
[ERROR] required: java.lang.Integer,java.lang.Integer
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/workspace/μStories - Team B/service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJBIntegrationTest.java:[366,56] method listMyStories in class es.uvigo.esei.dgss.teamB.microstories.StoryEJB cannot be applied to given types;
[ERROR] required: java.lang.Integer,java.lang.Integer
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :dgss1819-teamB-microstories-service
Started
Build failed before it gets to this module
Finished: NOT_BUILT