[INFO]
[INFO] -----------------< com.bcxin:tenant-open-dubbo-nacos >------------------
[INFO] Building tenant-open-dubbo-nacos 1.0.0 [5/19]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tenant-open-dubbo-nacos ---
[INFO] Deleting /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/target
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tenant-open-dubbo-nacos ---
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/src/main/resources
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tenant-open-dubbo-nacos ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ tenant-open-dubbo-nacos ---
[INFO] skip non existing resourceDirectory /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tenant-open-dubbo-nacos ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ tenant-open-dubbo-nacos ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ tenant-open-dubbo-nacos ---
[INFO] Building jar: /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-dubbo-nacos/target/tenant-open-dubbo-nacos-1.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for tenant-open-platform 1.0.0:
[INFO]
[INFO] tenant-open-platform ............................... SUCCESS [ 0.403 s]
[INFO] infrastructures .................................... SUCCESS [ 0.088 s]
[INFO] tenant-open-infrastructure ......................... SUCCESS [ 4.314 s]
[INFO] tenant-open-jdk .................................... SUCCESS [ 4.933 s]
[INFO] tenant-open-dubbo-nacos ............................ SUCCESS [ 0.462 s]
[INFO] tenant-open-infrastructure-redis ................... SUCCESS [ 0.920 s]
[INFO] tenant-open-server ................................. SUCCESS [ 0.085 s]
[INFO] tenant-open-document-domain ........................ SUCCESS [ 2.641 s]
[INFO] tenant-open-domain ................................. SUCCESS [ 6.021 s]
[INFO] tenant-open-domain-repository ...................... SUCCESS [ 1.981 s]
[INFO] tenant-open-infrastructure-tx ...................... SUCCESS [ 0.608 s]
[INFO] tenant-open-dubbo-common ........................... SUCCESS [ 2.039 s]
[INFO] tenant-open-dubbo-writer-provider .................. SUCCESS [ 3.488 s]
[INFO] tenant-open-dubbo-reader-provider .................. SUCCESS [ 1.914 s]
[INFO] tenant-open-backend-task ........................... SUCCESS [ 2.189 s]
[INFO] tenant-open-rest-api ............................... FAILURE [ 0.836 s]
[INFO] tenant-realtime-server ............................. SKIPPED
[INFO] tenant-flink-core .................................. SKIPPED
[INFO] tenant-flink-job ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43.834 s
[INFO] Finished at: 2025-09-10T17:05:30+08:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project tenant-open-rest-api: Compilation failure: Compilation failure:
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/tenant-open-rest-api/src/main/java/com/bcxin/tenant/open/rest/apis/utils/UserUtil.java:[196,153] ')' expected
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/tenant-open-rest-api/src/main/java/com/bcxin/tenant/open/rest/apis/utils/UserUtil.java:[197,76] not a statement
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/tenant-open-rest-api/src/main/java/com/bcxin/tenant/open/rest/apis/utils/UserUtil.java:[197,143] ';' expected
[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 :tenant-open-rest-api