[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 17, JDK 21 (Eclipse Temurin) #168

Jenkins noreply at evolveum.com
Sun May 25 04:44:22 CEST 2025


See <https://jenkins.evolveum.com/job/midpoint-master-native-pg17-jdk21/168/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Obtained tools/jenkins/midpoint-main-nativepg-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj’ is offline
Created Pod: kubernetes jenkins/midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj
Agent midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj is provisioned from template midpoint-master-native-pg17-jdk21_168-vw70m-0694h
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1748139315503"
    buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-native-pg17-jdk21/168/"
    runUrl: "job/midpoint-master-native-pg17-jdk21/168/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "2d14dbebbd834fec4439a77477fc2718d7ade6fa"
    jenkins/label: "midpoint-master-native-pg17-jdk21_168-vw70m"
    kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
  name: "midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 21600
  containers:
  - command:
    - "cat"
    image: "maven:3.9.4-eclipse-temurin-21"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "https://jenkins.evolveum.com/"
    image: "jenkins/inbound-agent:4.13-2-alpine"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "1"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: false
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "POSTGRES_USER"
      value: "midtest"
    - name: "POSTGRES_INITDB_ARGS"
      value: "--lc-collate=en_US.utf8 --lc-ctype=en_US.utf8"
    - name: "POSTGRES_PASSWORD"
      value: "password"
    image: "postgres:17-alpine"
    imagePullPolicy: "IfNotPresent"
    name: "postgres"
    ports:
    - containerPort: 5432
      name: "postgres"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    cpu: "E5-2680"
  restartPolicy: "Never"
  volumes:
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj"
      readOnly: false

Running on midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj in /home/jenkins/agent/workspace/midpoint-master-native-pg17-jdk21
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
Resuming build at Sun May 25 02:20:08 GMT 2025 after Jenkins restart
Waiting for reconnection of midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj before proceeding with build
Ready to run at Sun May 25 02:20:09 GMT 2025
[Pipeline] }
ERROR: Execution failed
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ad236532-b2e0-425e-81bc-73886a5414d3
org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedException: Resume after a restart not supported for non-blocking synchronous steps
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.onResume(SynchronousNonBlockingStepExecution.java:75)
	at PluginClassLoader for workflow-api//org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ParallelResumer.lambda$run$6(FlowExecutionList.java:478)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Retrying
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
Resuming build at Sun May 25 02:28:29 GMT 2025 after Jenkins restart
Waiting for reconnection of midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj before proceeding with build
Resuming build at Sun May 25 02:30:45 GMT 2025 after Jenkins restart
Waiting for reconnection of midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj before proceeding with build
Ready to run at Sun May 25 02:32:03 GMT 2025
[Pipeline] }
ERROR: Execution failed
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: df59203b-e9f5-400c-a58e-611b79581d34
org.jenkinsci.plugins.workflow.steps.SynchronousResumeNotSupportedException: Resume after a restart not supported for non-blocking synchronous steps
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.onResume(SynchronousNonBlockingStepExecution.java:75)
	at PluginClassLoader for workflow-api//org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ParallelResumer.lambda$run$6(FlowExecutionList.java:478)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Retrying
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint.git
 > git init /home/jenkins/agent/workspace/midpoint-master-native-pg17-jdk21 # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.2'
 > git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Resuming build at Sun May 25 02:44:17 GMT 2025 after Jenkins restart
Waiting for reconnection of midpoint-master-native-pg17-jdk21-168-vw70m-0694h-6g0dj before proceeding with build
Ready to run at Sun May 25 02:44:20 GMT 2025
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list