[midPoint-ci] Build failed in Jenkins: Connector LDAP #17
Jenkins
noreply at evolveum.com
Thu May 7 16:03:58 CEST 2026
See <https://jenkins.evolveum.com/job/connector-ldap/17/display/redirect>
Changes:
------------------------------------------
Started by user Viliam Repan
Obtained jenkins-pipeline from git https://github.com/Evolveum/connector-ldap.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-legacy/connector-ldap-17-d32d6-499bz-jrv5l
[PodInfo] jenkins-legacy/connector-ldap-17-d32d6-499bz-jrv5l
Pod [Pending][Unschedulable] 0/6 nodes are available: persistentvolumeclaim "pvc-workspace-connector-ldap-17-d32d6-499bz-jrv5l" not found. not found
[PodInfo] jenkins-legacy/connector-ldap-17-d32d6-499bz-jrv5l
Pod [Pending][Unschedulable] 0/6 nodes are available: pod has unbound immediate PersistentVolumeClaims. not found
[PodInfo] jenkins-legacy/connector-ldap-17-d32d6-499bz-jrv5l
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
[PodInfo] jenkins-legacy/connector-ldap-17-d32d6-499bz-jrv5l
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
Still waiting to schedule task
‘connector-ldap-17-d32d6-499bz-jrv5l’ is offline
Agent connector-ldap-17-d32d6-499bz-jrv5l is provisioned from template connector-ldap_17-d32d6-499bz
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1778162605649"
buildUrl: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/job/connector-ldap/17/"
runUrl: "job/connector-ldap/17/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "08118d2a7bbb61320d925e1bfe10ef0a9aacd332"
jenkins/label: "connector-ldap_17-d32d6"
kubernetes.jenkins.io/controller: "http___jenkins_jenkins-legacy_svc_cluster_local_8080x"
name: "connector-ldap-17-d32d6-499bz-jrv5l"
namespace: "jenkins-legacy"
spec:
activeDeadlineSeconds: 600
containers:
- command:
- "cat"
env:
- name: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
image: "maven:3.8.5-openjdk-17"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "8Gi"
cpu: "8"
requests:
memory: "8Gi"
cpu: "8"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/root/jenkins-nexus"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
- name: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "connector-ldap-17-d32d6-499bz-jrv5l"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "connector-ldap-17-d32d6-499bz-jrv5l"
- 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/jenkins-nexus"
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"
secret:
secretName: "jenkins-nexus"
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-connector-ldap-17-d32d6-499bz-jrv5l"
readOnly: false
Running on connector-ldap-17-d32d6-499bz-jrv5l in /home/jenkins/agent/workspace/connector-ldap
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[Pipeline] git
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/connector-ldap.git
> git init /home/jenkins/agent/workspace/connector-ldap # timeout=10
Fetching upstream changes from https://github.com/Evolveum/connector-ldap.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/connector-ldap.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5d4fcae2ed3b81c693071e0e1a2175835d31e44e (refs/remotes/origin/master)
> git config remote.origin.url https://github.com/Evolveum/connector-ldap.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5d4fcae2ed3b81c693071e0e1a2175835d31e44e # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 5d4fcae2ed3b81c693071e0e1a2175835d31e44e # timeout=10
Commit message: "fixed evolveum ca"
> git rev-list --no-walk 1ddb0fd3e743c6eb2b3e3330818857787f3c7b49 # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $DTRACK_URL or $DTRACK_TOKEN or $EVOLVEUM_ROOT_CA
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [EVOLVEUM_ROOT_CA]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ mkdir -p /root/.m2
+ ln -s ../jenkins-nexus/settings.xml /root/.m2/settings.xml
+ keytool -importcert -noprompt -cacerts -storepass changeit -alias evolveum-root-ca -file '\****'
keytool error: java.io.FileNotFoundException: \**** (No such file or directory)
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list