[midPoint-ci] Build failed in Jenkins: midPoint - support 4.8 - Native repo, PG 14, JDK 21 (Eclipse Temurin) #235
Jenkins
noreply at evolveum.com
Thu Mar 6 13:18:00 CET 2025
See <https://jenkins.evolveum.com/job/midpoint-support-4-8-native-pg14-jdk21/235/display/redirect>
Changes:
------------------------------------------
[...truncated 1661 lines...]
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/system-init/target/system-init-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ system-init ---
[INFO] No dependency problems found
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ system-init ---
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/system-init/pom.xml to /root/.m2/repository/com/evolveum/midpoint/repo/system-init/4.8.7-SNAPSHOT/system-init-4.8.7-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/system-init/target/system-init-4.8.7-SNAPSHOT.jar to /root/.m2/repository/com/evolveum/midpoint/repo/system-init/4.8.7-SNAPSHOT/system-init-4.8.7-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/system-init/target/system-init-4.8.7-SNAPSHOT-sources.jar to /root/.m2/repository/com/evolveum/midpoint/repo/system-init/4.8.7-SNAPSHOT/system-init-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ---------------< com.evolveum.midpoint.repo:repo-sqale >----------------
[INFO] Building midPoint Repository - new SQL repository 4.8.7-SNAPSHOT [14/64]
[INFO] from repo/repo-sqale/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ repo-sqale ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce) @ repo-sqale ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-sqale ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-sqale ---
[INFO] Setting Git Describe: v4.8.7devel-52-g1622a2ce3e4
[INFO]
[INFO] --- resources:3.1.0:resources (default-resources) @ repo-sqale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ repo-sqale ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 250 source files with javac [debug target 17] to target/classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/lookuptable/QLookupTableMapping.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/lookuptable/QLookupTableMapping.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/role/QAbstractRole.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/role/QAbstractRole.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.1.0:testResources (default-testResources) @ repo-sqale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ repo-sqale ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 28 source files with javac [debug target 17] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 17
[WARNING] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoAddDeleteObjectTest.java:[978,57] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/func/SqaleRepoSearchTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/src/test/java/com/evolveum/midpoint/repo/sqale/SqaleRepoBaseTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ repo-sqale ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running Unit
[INFO] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 154.3 s -- in Unit
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ repo-sqale ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/target/repo-sqale-4.8.7-SNAPSHOT.jar
[INFO]
[INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ repo-sqale >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce) @ repo-sqale ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-sqale ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-sqale ---
[INFO]
[INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ repo-sqale <<<
[INFO]
[INFO]
[INFO] --- source:3.1.0:jar (attach-sources) @ repo-sqale ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/target/repo-sqale-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ repo-sqale ---
[INFO] No dependency problems found
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ repo-sqale ---
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/pom.xml to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sqale/4.8.7-SNAPSHOT/repo-sqale-4.8.7-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/target/repo-sqale-4.8.7-SNAPSHOT.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sqale/4.8.7-SNAPSHOT/repo-sqale-4.8.7-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sqale/target/repo-sqale-4.8.7-SNAPSHOT-sources.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sqale/4.8.7-SNAPSHOT/repo-sqale-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] -----------< com.evolveum.midpoint.repo:repo-sql-impl-test >------------
[INFO] Building midPoint Repository - sql repository test 4.8.7-SNAPSHOT [15/64]
[INFO] from repo/repo-sql-impl-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ repo-sql-impl-test ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce) @ repo-sql-impl-test ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-sql-impl-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-sql-impl-test ---
[INFO] Setting Git Describe: v4.8.7devel-52-g1622a2ce3e4
[INFO]
[INFO] --- resources:3.1.0:resources (default-resources) @ repo-sql-impl-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ repo-sql-impl-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 17] to target/classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/main/java/com/evolveum/midpoint/repo/sql/testing/ResourceCarefulAntUtil.java: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/main/java/com/evolveum/midpoint/repo/sql/testing/ResourceCarefulAntUtil.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/main/java/com/evolveum/midpoint/repo/sql/testing/ResourceCarefulAntUtil.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- resources:3.1.0:testResources (default-testResources) @ repo-sql-impl-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 115 resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ repo-sql-impl-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 51 source files with javac [debug target 17] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ExtDictionaryTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ExtDictionaryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ExtDictionaryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/src/test/java/com/evolveum/midpoint/repo/sql/ExtDictionaryTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ repo-sql-impl-test ---
[WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead.
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ repo-sql-impl-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/target/repo-sql-impl-test-4.8.7-SNAPSHOT.jar
[INFO]
[INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ repo-sql-impl-test >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce) @ repo-sql-impl-test ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-sql-impl-test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-sql-impl-test ---
[INFO]
[INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ repo-sql-impl-test <<<
[INFO]
[INFO]
[INFO] --- source:3.1.0:jar (attach-sources) @ repo-sql-impl-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/target/repo-sql-impl-test-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ repo-sql-impl-test ---
[WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead.
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.1.2:verify (integration-test) @ repo-sql-impl-test ---
[WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use -DskipTests instead.
[INFO] Tests are skipped.
[INFO]
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ repo-sql-impl-test ---
[INFO] No dependency problems found
[INFO]
[INFO] --- install:3.1.3:install (default-install) @ repo-sql-impl-test ---
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/pom.xml to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sql-impl-test/4.8.7-SNAPSHOT/repo-sql-impl-test-4.8.7-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/target/repo-sql-impl-test-4.8.7-SNAPSHOT.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sql-impl-test/4.8.7-SNAPSHOT/repo-sql-impl-test-4.8.7-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-sql-impl-test/target/repo-sql-impl-test-4.8.7-SNAPSHOT-sources.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-sql-impl-test/4.8.7-SNAPSHOT/repo-sql-impl-test-4.8.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ---------------< com.evolveum.midpoint.repo:repo-cache >----------------
[INFO] Building midPoint Repository Cache 4.8.7-SNAPSHOT [16/64]
[INFO] from repo/repo-cache/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ repo-cache ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce) @ repo-cache ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-cache ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-cache ---
[INFO] Setting Git Describe: v4.8.7devel-52-g1622a2ce3e4
[INFO]
[INFO] --- resources:3.1.0:resources (default-resources) @ repo-cache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ repo-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 40 source files with javac [debug target 17] to target/classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/ModificationOpHandler.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/handlers/ModificationOpHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/global/GlobalQueryCache.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/main/java/com/evolveum/midpoint/repo/cache/global/GlobalQueryCache.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.1.0:testResources (default-testResources) @ repo-cache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ repo-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/test/java/com/evolveum/midpoint/repo/cache/TestRepositoryCache.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-support-4-8-native-pg14-jdk21/repo/repo-cache/src/test/java/com/evolveum/midpoint/repo/cache/TestRepositoryCache.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ repo-cache ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running Unit
Aborted by Viliam Repan
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
Terminated
script returned exit code 143
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list