Not builtConsole Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for μStories 23/24 Team A 0.1.0-SNAPSHOT:
[INFO] 
[INFO] μStories 23/24 Team A .............................. SUCCESS [  2.701 s]
[INFO] Domain ............................................. FAILURE [  1.516 s]
[INFO] Tests .............................................. SKIPPED
[INFO] Service ............................................ SKIPPED
[INFO] REST ............................................... SKIPPED
[INFO] Web ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.497 s
[INFO] Finished at: 2023-11-09T19:10:16+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile (default-testCompile) on project dgss2324-teamA-microstories-domain: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/workspace/microstories-2324-teamA/domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java:[68,30] cannot find symbol
[ERROR] symbol:   method repeat(int)
[ERROR] location: class java.lang.String
[ERROR] /var/lib/jenkins/workspace/microstories-2324-teamA/domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java:[74,30] cannot find symbol
[ERROR] symbol:   method repeat(int)
[ERROR] location: class java.lang.String
[ERROR] /var/lib/jenkins/workspace/microstories-2324-teamA/domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java:[80,30] cannot find symbol
[ERROR] symbol:   method repeat(int)
[ERROR] location: class java.lang.String
[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 :dgss2324-teamA-microstories-domain
Started
Build failed before it gets to this module
Finished: NOT_BUILT