[midPoint-ci] Build failed in Jenkins: midPoint - studio - support #100

Jenkins noreply at evolveum.com
Sun May 17 22:52:21 CEST 2026


See <https://jenkins.evolveum.com/job/midpoint-studio-support/100/display/redirect>

Changes:


------------------------------------------
Started by user Viliam Repan
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-legacy/midpoint-studio-support-100-4p7c4-wmhq9-2h33m
[PodInfo] jenkins-legacy/midpoint-studio-support-100-4p7c4-wmhq9-2h33m
	Pod [Pending][Unschedulable] 0/6 nodes are available: persistentvolumeclaim "pvc-workspace-midpoint-studio-support-100-4p7c4-wmhq9-2h33m" not found. not found
[PodInfo] jenkins-legacy/midpoint-studio-support-100-4p7c4-wmhq9-2h33m
	Pod [Pending][Unschedulable] 0/6 nodes are available: pod has unbound immediate PersistentVolumeClaims. not found
[PodInfo] jenkins-legacy/midpoint-studio-support-100-4p7c4-wmhq9-2h33m
	Container [jdk] waiting [ContainerCreating] No message
	Container [jnlp] waiting [ContainerCreating] No message
	Pod [Pending][ContainersNotReady] containers with unready status: [jdk jnlp]
Agent midpoint-studio-support-100-4p7c4-wmhq9-2h33m is provisioned from template midpoint-studio-support_100-4p7c4-wmhq9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1779051119968"
    buildUrl: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/job/midpoint-studio-support/100/"
    runUrl: "job/midpoint-studio-support/100/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "fae81ae45f1e562a7ff03682a6666636d267c9b4"
    jenkins/label: "midpoint-studio-support_100-4p7c4"
    kubernetes.jenkins.io/controller: "http___jenkins_jenkins-legacy_svc_cluster_local_8080x"
  name: "midpoint-studio-support-100-4p7c4-wmhq9-2h33m"
  namespace: "jenkins-legacy"
spec:
  activeDeadlineSeconds: 3600
  containers:
  - command:
    - "cat"
    env:
    - name: "no_proxy"
      value: "127.0.0.1,localhost,.local,.internal,.e,kubernetes.default,.svc,.cluster.local,10.42.0.0/16,10.43.0.0/16"
    - name: "http_proxy"
      value: "http://fw.v130.e:3128"
    - name: "https_proxy"
      value: "http://fw.v130.e:3128"
    image: "maven:3.8.5-eclipse-temurin-17"
    imagePullPolicy: "IfNotPresent"
    name: "jdk"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/root/.pluginVerifier"
      name: "volume-1"
      readOnly: false
    - mountPath: "/root/.gradle"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "no_proxy"
      value: "127.0.0.1,localhost,.local,.internal,.e,kubernetes.default,.svc,.cluster.local,10.42.0.0/16,10.43.0.0/16"
    - name: "http_proxy"
      value: "http://fw.v130.e:3128"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "midpoint-studio-support-100-4p7c4-wmhq9-2h33m"
    - name: "https_proxy"
      value: "http://fw.v130.e:3128"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "midpoint-studio-support-100-4p7c4-wmhq9-2h33m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/"
    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: "/root/.pluginVerifier"
      name: "volume-1"
      readOnly: false
    - mountPath: "/root/.gradle"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "midpoint-studio-gradle"
      readOnly: false
  - name: "volume-1"
    persistentVolumeClaim:
      claimName: "midpoint-studio-plugin-verifier"
      readOnly: false
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-midpoint-studio-support-100-4p7c4-wmhq9-2h33m"
      readOnly: false

Running on midpoint-studio-support-100-4p7c4-wmhq9-2h33m in /home/jenkins/agent/workspace/midpoint-studio-support
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] lock
Trying to acquire lock on [Resource: midpoint-studio-pvc-lock]
Resource [midpoint-studio-pvc-lock] did not exist. Created.
Lock acquired on [Resource: midpoint-studio-pvc-lock]
[Pipeline] {
[Pipeline] stage
[Pipeline] { (clean-gradle-repository)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint-studio.git
 > git init /home/jenkins/agent/workspace/midpoint-studio-support # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint-studio.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.2'
Setting http proxy: fw.v130.e:3128
 > git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint-studio.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/Evolveum/midpoint-studio.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 23b9a6e75fc49303696dd75ec17fb42cdda7c19f (origin/support-4.10)
Commit message: "removed support for 2024.3"
 > git rev-parse origin/support-4.10^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23b9a6e75fc49303696dd75ec17fb42cdda7c19f # timeout=10
 > git rev-list --no-walk 23b9a6e75fc49303696dd75ec17fb42cdda7c19f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ localhost
+ echo 'JAVA_OPTS: -Dhttp.proxyHost=fw.v130.e -Dhttp.proxyPort=3128 -Dhttps.proxyHost=fw.v130.e -Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts=127.*'
+ '*.local'
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: localhost: command not found
+ '*.internal'
+ '*.e'
+ kubernetes.default
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: *.local: command not found
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: *.e: command not found
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: *.internal: command not found
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: kubernetes.default: command not found
+ '*.svc'
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: *.svc: command not found
+ '*.cluster.local'
+ '10.*'
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: *.cluster.local: command not found
/home/jenkins/agent/workspace/midpoint-studio-support at tmp/durable-4190f54e/script.sh.copy: line 2: 10.*: command not found
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Lock released on resource [Resource: midpoint-studio-pvc-lock]
[Pipeline] // lock
[Pipeline] }
[Pipeline] // timeout
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list