[midPoint-ci] Build failed in Jenkins: midPoint - master - main - PG 16 #1037

Jenkins noreply at evolveum.com
Wed May 6 15:26:32 CEST 2026


See <https://jenkins.evolveum.com/job/midpoint-master-main/1037/display/redirect>

Changes:


------------------------------------------
[...truncated 106 lines...]
    volumeMounts:
    - mountPath: "/root/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/root/.m2/repository"
      name: "volume-1"
      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: "midpoint-master-main-1037-rgg2g-w6f3k-vn2x4"
    - name: "MIDPOINT_BUILD_ALIAS"
      value: "build-signing-key"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "midpoint-master-main-1037-rgg2g-w6f3k-vn2x4"
    - 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: "4Gi"
        cpu: "2"
      requests:
        cpu: "500m"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: false
    volumeMounts:
    - mountPath: "/root/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/root/.m2/repository"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "POSTGRES_USER"
      value: "midtest"
    - 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: "POSTGRES_PASSWORD"
      value: "password"
    - name: "POSTGRES_INITDB_ARGS"
      value: "--lc-collate=en_US.utf8 --lc-ctype=en_US.utf8"
    - name: "MIDPOINT_BUILD_ALIAS"
      value: "build-signing-key"
    image: "postgres:16-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: "/root/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/root/.m2/repository"
      name: "volume-1"
      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: "volume-1"
    persistentVolumeClaim:
      claimName: "midpoint-master-main-m2repo"
      readOnly: false
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-midpoint-master-main-1037-rgg2g-w6f3k-vn2x4"
      readOnly: false

Running on midpoint-master-main-1037-rgg2g-w6f3k-vn2x4 in /home/jenkins/agent/workspace/midpoint-master-main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[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-main # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.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.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e63cf0fe0a843a4901d7bd7b0f7cacdf81832f7d (refs/remotes/origin/master)
Commit message: "Remove idleMinutes from deploy pipeline and whole legacy pipeline"
 > git config remote.origin.url https://github.com/Evolveum/midpoint.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 e63cf0fe0a843a4901d7bd7b0f7cacdf81832f7d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master e63cf0fe0a843a4901d7bd7b0f7cacdf81832f7d # timeout=10
 > git rev-list --no-walk ec62e71cc61d9381caa126a44e934a790527ee0d # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $MIDPOINT_BUILD_STOREPASS or $MIDPOINT_BUILD_KEYPASS or $MIDPOINT_BUILD_KEYSTORE or $DTRACK_URL or $DTRACK_TOKEN or $EVOLVEUM_ROOT_CA
[Pipeline] {
[Pipeline] sh
+ 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 ****
Certificate was added to keystore
+ '[' 0 -ge 1 ']'
+ PROFILES=dist,docs,jar-signing
+ [[ master != milestone/* ]]
+ PROFILES=dist,docs,jar-signing,sbom,dependencytrack
+ mvn -B -ntp -u -DskipTests -P dist,docs,jar-signing,sbom,dependencytrack clean deploy -DdeployAtEnd=true
Unable to parse command line options: Unrecognized option: -u

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -am,--also-make                        If project list is specified, also
                                        build projects required by the
                                        list
 -amd,--also-make-dependents            If project list is specified, also
                                        build projects that depend on
                                        projects on the list
 -B,--batch-mode                        Run in non-interactive (batch)
                                        mode (disables output color)
 -b,--builder <arg>                     The id of the build strategy to
                                        use
 -C,--strict-checksums                  Fail the build if checksums don't
                                        match
 -c,--lax-checksums                     Warn if checksums don't match
    --color <arg>                       Defines the color mode of the
                                        output. Supported are 'auto',
                                        'always', 'never'.
 -cpu,--check-plugin-updates            Ineffective, only kept for
                                        backward compatibility
 -D,--define <arg>                      Define a system property
 -e,--errors                            Produce execution error messages
 -emp,--encrypt-master-password <arg>   Encrypt master security password
 -ep,--encrypt-password <arg>           Encrypt server password
 -f,--file <arg>                        Force the use of an alternate POM
                                        file (or directory with pom.xml)
 -fae,--fail-at-end                     Only fail the build afterwards;
                                        allow all non-impacted builds to
                                        continue
 -ff,--fail-fast                        Stop at first failure in
                                        reactorized builds
 -fn,--fail-never                       NEVER fail the build, regardless
                                        of project result
 -gs,--global-settings <arg>            Alternate path for the global
                                        settings file
 -gt,--global-toolchains <arg>          Alternate path for the global
                                        toolchains file
 -h,--help                              Display help information
 -l,--log-file <arg>                    Log file where all build output
                                        will go (disables output color)
 -llr,--legacy-local-repository         Use Maven 2 Legacy Local
                                        Repository behaviour, ie no use of
                                        _remote.repositories. Can also be
                                        activated by using
                                        -Dmaven.legacyLocalRepo=true
 -N,--non-recursive                     Do not recurse into sub-projects
 -npr,--no-plugin-registry              Ineffective, only kept for
                                        backward compatibility
 -npu,--no-plugin-updates               Ineffective, only kept for
                                        backward compatibility
 -nsu,--no-snapshot-updates             Suppress SNAPSHOT updates
 -ntp,--no-transfer-progress            Do not display transfer progress
                                        when downloading or uploading
 -o,--offline                           Work offline
 -P,--activate-profiles <arg>           Comma-delimited list of profiles
                                        to activate
 -pl,--projects <arg>                   Comma-delimited list of specified
                                        reactor projects to build instead
                                        of all projects. A project can be
                                        specified by [groupId]:artifactId
                                        or by its relative path
 -q,--quiet                             Quiet output - only show errors
 -rf,--resume-from <arg>                Resume reactor from specified
                                        project
 -s,--settings <arg>                    Alternate path for the user
                                        settings file
 -t,--toolchains <arg>                  Alternate path for the user
                                        toolchains file
 -T,--threads <arg>                     Thread count, for instance 2.0C
                                        where C is core multiplied
 -U,--update-snapshots                  Forces a check for missing
                                        releases and updated snapshots on
                                        remote repositories
 -up,--update-plugins                   Ineffective, only kept for
                                        backward compatibility
 -v,--version                           Display version information
 -V,--show-version                      Display version information
                                        WITHOUT stopping build
 -X,--debug                             Produce execution debug output
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list