Established TCP socket on 35883 NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /data/jenkins/workspace/event-platform/src/streaming-event-platform/pom.xml clean package -DskipTests [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:tenant-data-etc-task:jar:1.0.0 [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:flink-cdc-kafka-source-task:jar:1.0.0 [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:tenant-data-etc-table-task:jar:1.0.0 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.bcxin:event-core:jar -> duplicate declaration of version (?) @ line 55, column 21 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.flink:flink-json:jar -> duplicate declaration of version (?) @ line 108, column 21 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 191, column 21 [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:event-tasks:pom:1.0.0 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.flink:flink-streaming-java_2.12:jar -> version ${flink.version} vs 1.13.2 @ com.bcxin:streaming-event-platform:1.0.0, /data/jenkins/workspace/event-platform/src/streaming-event-platform/pom.xml, line 70, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.kafka:kafka-clients:jar -> version 3.2.3 vs 7.1.1-ccs @ com.bcxin:streaming-event-platform:1.0.0, /data/jenkins/workspace/event-platform/src/streaming-event-platform/pom.xml, line 337, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.bcxin:event-core:jar -> duplicate declaration of version ${project.version} @ com.bcxin:streaming-event-platform:1.0.0, /data/jenkins/workspace/event-platform/src/streaming-event-platform/pom.xml, line 410, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:flink-streaming-core:jar:1.0.0 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.bcxin:event-core:jar -> duplicate declaration of version (?) @ line 97, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.bcxin:streaming-event-platform:pom:1.0.0 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.flink:flink-streaming-java_2.12:jar -> version ${flink.version} vs 1.13.2 @ line 70, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.kafka:kafka-clients:jar -> version 3.2.3 vs 7.1.1-ccs @ line 337, column 25 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.bcxin:event-core:jar -> duplicate declaration of version ${project.version} @ line 410, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] streaming-event-platform [pom] [INFO] event-core [jar] [INFO] flink-streaming-core [jar] [INFO] event-job-core-domain [jar] [INFO] event-core-jdbc [jar] [INFO] tenant-data-etc-task [jar] [INFO] flink-cdc-kafka-source-task [jar] [INFO] tenant-data-etc-table-task [jar] [INFO] event-tasks [pom] [INFO] event-jobs [pom] [INFO] event-job-domain [jar] [INFO] event-job-domain-repository [jar] [INFO] flink-event-udf [jar] [INFO] [INFO] -----------------< com.bcxin:streaming-event-platform >----------------- [INFO] Building streaming-event-platform 1.0.0 [1/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ streaming-event-platform ---