Skip to content

Update dependency io.fabric8:kubernetes-server-mock to v7.8.0#2810

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/fabric8-kubernetes-client-monorepo
Open

Update dependency io.fabric8:kubernetes-server-mock to v7.8.0#2810
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/fabric8-kubernetes-client-monorepo

Update dependency io.fabric8:kubernetes-server-mock to v7.8.0

471712b
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Jun 29, 2026 in 4m 18s

Tests/jdk25: error in 'sh' step

Tests / kind-1 / Shell Script

Error in sh step, with arguments ./kind.sh -Penable-jacoco -Dsurefire.includesFile="$WORKSPACE_TMP/includes.txt" -Dsurefire.excludesFile="$WORKSPACE_TMP/excludes.txt".

Failed in branch jdk25
Build log
[2026-06-29T12:44:17.785Z] + ./kind.sh -Penable-jacoco -Dsurefire.includesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/includes.txt -Dsurefire.excludesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/excludes.txt
[2026-06-29T12:44:17.786Z] ++ dirname ./kind.sh
[2026-06-29T12:44:17.786Z] + cd .
[2026-06-29T12:44:17.789Z] + : /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp
[2026-06-29T12:44:17.789Z] ++ uname -m
[2026-06-29T12:44:17.790Z] + machine_name=x86_64
[2026-06-29T12:44:17.790Z] + '[' x86_64 = x86_64 ']'
[2026-06-29T12:44:17.792Z] + arch=amd64
[2026-06-29T12:44:17.793Z] + export PATH=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp:/opt/jdk-21/bin:/home/jenkins/.asdf/shims:/home/jenkins/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin:/opt/nodejs/bin
[2026-06-29T12:44:17.793Z] + PATH=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp:/opt/jdk-21/bin:/home/jenkins/.asdf/shims:/home/jenkins/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin:/opt/nodejs/bin
[2026-06-29T12:44:17.794Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind ']'
[2026-06-29T12:44:17.794Z] ++ uname
[2026-06-29T12:44:17.795Z] ++ tr '[:upper:]' '[:lower:]'
[2026-06-29T12:44:17.795Z] + curl -sLo /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.23.0/kind-linux-amd64
[2026-06-29T12:44:18.126Z] + chmod +x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind
[2026-06-29T12:44:18.127Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl ']'
[2026-06-29T12:44:18.127Z] ++ uname
[2026-06-29T12:44:18.128Z] ++ tr '[:upper:]' '[:lower:]'
[2026-06-29T12:44:18.128Z] + curl -sLo /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.30.1/bin/linux/amd64/kubectl
[2026-06-29T12:44:18.635Z] + chmod +x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl
[2026-06-29T12:44:18.635Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/ktunnel ']'
[2026-06-29T12:44:18.637Z] + cd /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp
[2026-06-29T12:44:18.638Z] + tar xvfz - ktunnel
[2026-06-29T12:44:18.638Z] ++ uname
[2026-06-29T12:44:18.638Z] + curl -sL https://github.com/omrikiei/ktunnel/releases/download/v1.6.1/ktunnel_1.6.1_Linux_x86_64.tar.gz
[2026-06-29T12:44:19.041Z] ktunnel
[2026-06-29T12:44:19.445Z] + export cluster=ci11431
[2026-06-29T12:44:19.446Z] + cluster=ci11431
[2026-06-29T12:44:19.446Z] + export KUBECONFIG=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubeconfig-ci11431
[2026-06-29T12:44:19.447Z] + KUBECONFIG=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubeconfig-ci11431
[2026-06-29T12:44:19.447Z] + kind create cluster --name ci11431 --wait 5m
[2026-06-29T12:44:20.050Z] Creating cluster "ci11431" ...
[2026-06-29T12:44:20.051Z]  • Ensuring node image (kindest/node:v1.30.0) 🖼  ...
[2026-06-29T12:44:32.698Z]  ✓ Ensuring node image (kindest/node:v1.30.0) 🖼
[2026-06-29T12:44:32.698Z]  • Preparing nodes 📦   ...
[2026-06-29T12:44:43.933Z]  ✓ Preparing nodes 📦 
[2026-06-29T12:44:43.934Z]  • Writing configuration 📜  ...
[2026-06-29T12:44:44.336Z]  ✓ Writing configuration 📜
[2026-06-29T12:44:44.336Z]  • Starting control-plane 🕹️  ...
[2026-06-29T12:45:01.385Z]  ✓ Starting control-plane 🕹️
[2026-06-29T12:45:01.386Z]  • Installing CNI 🔌  ...
[2026-06-29T12:45:01.890Z]  ✓ Installing CNI 🔌
[2026-06-29T12:45:01.890Z]  • Installing StorageClass 💾  ...
[2026-06-29T12:45:02.492Z]  ✓ Installing StorageClass 💾
[2026-06-29T12:45:02.593Z]  • Waiting ≤ 5m0s for control-plane = Ready ⏳  ...
[2026-06-29T12:45:19.344Z]  ✓ Waiting ≤ 5m0s for control-plane = Ready ⏳
[2026-06-29T12:45:19.345Z]  • Ready after 17s 💚
[2026-06-29T12:45:19.646Z] Set kubectl context to "kind-ci11431"
[2026-06-29T12:45:19.647Z] You can now use your cluster with:
[2026-06-29T12:45:19.647Z] 
[2026-06-29T12:45:19.648Z] kubectl cluster-info --context kind-ci11431
[2026-06-29T12:45:19.648Z] 
[2026-06-29T12:45:19.648Z] Have a nice day! 👋
[2026-06-29T12:45:19.648Z] + trap cleanup EXIT
[2026-06-29T12:45:19.656Z] + kubectl cluster-info
[2026-06-29T12:45:19.758Z] Kubernetes control plane is running at https://127.0.0.1:46303
[2026-06-29T12:45:19.759Z] CoreDNS is running at https://127.0.0.1:46303/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
[2026-06-29T12:45:19.759Z] 
[2026-06-29T12:45:19.759Z] To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
[2026-06-29T12:45:19.759Z] + false
[2026-06-29T12:45:19.768Z] + ktunnel_pid=7628
[2026-06-29T12:45:19.768Z] + mvn -B -ntp -Pktunnel -Dmaven.test.failure.ignore verify -Penable-jacoco -Dsurefire.includesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/includes.txt -Dsurefire.excludesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/excludes.txt
[2026-06-29T12:45:19.768Z] + ktunnel expose jenkins 8000:8000 8001:8001
[2026-06-29T12:45:19.970Z] time="2026-06-29T12:45:19Z" level=info msg="Exposed service's cluster ip is: 10.96.197.214"
[2026-06-29T12:45:19.970Z] time="2026-06-29T12:45:19Z" level=info msg="ProgressDeadlineInSeconds is currently 600s. It may take this long to detect a deployment failure."
[2026-06-29T12:45:19.970Z] time="2026-06-29T12:45:19Z" level=info msg="waiting for deployment to be ready"
[2026-06-29T12:45:22.697Z] time="2026-06-29T12:45:22Z" level=info msg="deployment \"jenkins\" successfully rolled out\n"
[2026-06-29T12:45:22.698Z] time="2026-06-29T12:45:22Z" level=info msg="port forwarding to https://127.0.0.1:46303/api/v1/namespaces/default/pods/jenkins-56bbc966c7-p66st/portforward"
[2026-06-29T12:45:22.698Z] time="2026-06-29T12:45:22Z" level=info msg="Waiting for port forward to finish"
[2026-06-29T12:45:22.803Z] time="2026-06-29T12:45:22Z" level=info msg="Forwarding from 127.0.0.1:28688 -> 28688\nForwarding from [::1]:28688 -> 28688\n"
[2026-06-29T12:45:22.803Z] INFO[2026-06-29 12:45:22.711] starting tcp tunnel from source 8001 to target localhost:8001 
[2026-06-29T12:45:22.804Z] INFO[2026-06-29 12:45:22.711] starting tcp tunnel from source 8000 to target localhost:8000 
[2026-06-29T12:45:28.404Z] Sending interrupt signal to process
[2026-06-29T12:45:24.317Z] time="2026-06-29T12:45:24Z" level=info msg="Got exit signal, closing client tunnels and removing k8s objects"
[2026-06-29T12:45:24.317Z] time="2026-06-29T12:45:24Z" level=info msg="Deleting service jenkins"
[2026-06-29T12:45:24.318Z] INFO[2026-06-29 12:45:24.276] closing listener on localhost:8000            error="context canceled"
[2026-06-29T12:45:24.318Z] INFO[2026-06-29 12:45:24.276] closing listener on localhost:8001            error="context canceled"
[2026-06-29T12:45:24.318Z] time="2026-06-29T12:45:24Z" level=info msg="Deleting deployment jenkins"
[2026-06-29T12:45:24.419Z] + cleanup
[2026-06-29T12:45:24.420Z] + set +e
[2026-06-29T12:45:24.420Z] + '[' -v ktunnel_pid ']'
[2026-06-29T12:45:24.420Z] + ps -p 7628
[2026-06-29T12:45:24.420Z] + kind export logs --name ci11431 /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kindlogs
[2026-06-29T12:45:24.521Z] Terminated
[2026-06-29T12:45:24.522Z] Exporting logs for cluster "ci11431" to:
[2026-06-29T12:45:24.522Z] /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kindlogs

Tests / kind-2 / Shell Script

Error in sh step, with arguments ./kind.sh -Penable-jacoco -Dsurefire.includesFile="$WORKSPACE_TMP/includes.txt" -Dsurefire.excludesFile="$WORKSPACE_TMP/excludes.txt".

Failed in branch jdk25
Build log
[2026-06-29T12:44:21.681Z] + ./kind.sh -Penable-jacoco -Dsurefire.includesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/includes.txt -Dsurefire.excludesFile=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/excludes.txt
[2026-06-29T12:44:21.684Z] ++ dirname ./kind.sh
[2026-06-29T12:44:21.684Z] + cd .
[2026-06-29T12:44:21.686Z] + : /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp
[2026-06-29T12:44:21.686Z] ++ uname -m
[2026-06-29T12:44:21.687Z] + machine_name=x86_64
[2026-06-29T12:44:21.687Z] + '[' x86_64 = x86_64 ']'
[2026-06-29T12:44:21.688Z] + arch=amd64
[2026-06-29T12:44:21.688Z] + export PATH=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp:/opt/jdk-21/bin:/home/jenkins/.asdf/shims:/home/jenkins/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin:/opt/nodejs/bin
[2026-06-29T12:44:21.689Z] + PATH=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp:/opt/jdk-21/bin:/home/jenkins/.asdf/shims:/home/jenkins/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin:/opt/nodejs/bin
[2026-06-29T12:44:21.692Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind ']'
[2026-06-29T12:44:21.692Z] ++ uname
[2026-06-29T12:44:21.693Z] ++ tr '[:upper:]' '[:lower:]'
[2026-06-29T12:44:21.693Z] + curl -sLo /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.23.0/kind-linux-amd64
[2026-06-29T12:44:21.930Z] + chmod +x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kind
[2026-06-29T12:44:21.931Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl ']'
[2026-06-29T12:44:21.932Z] ++ uname
[2026-06-29T12:44:21.932Z] ++ tr '[:upper:]' '[:lower:]'
[2026-06-29T12:44:21.933Z] + curl -sLo /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.30.1/bin/linux/amd64/kubectl
[2026-06-29T12:44:22.536Z] + chmod +x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubectl
[2026-06-29T12:44:22.537Z] + '[' '!' -x /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/ktunnel ']'
[2026-06-29T12:44:22.538Z] + cd /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp
[2026-06-29T12:44:22.538Z] + tar xvfz - ktunnel
[2026-06-29T12:44:22.538Z] ++ uname
[2026-06-29T12:44:22.539Z] + curl -sL https://github.com/omrikiei/ktunnel/releases/download/v1.6.1/ktunnel_1.6.1_Linux_x86_64.tar.gz
[2026-06-29T12:44:22.741Z] ktunnel
[2026-06-29T12:44:23.043Z] + export cluster=ci8805
[2026-06-29T12:44:23.044Z] + cluster=ci8805
[2026-06-29T12:44:23.044Z] + export KUBECONFIG=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubeconfig-ci8805
[2026-06-29T12:44:23.044Z] + KUBECONFIG=/home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810@tmp/kubeconfig-ci8805
[2026-06-29T12:44:23.045Z] + kind create cluster --name ci8805 --wait 5m
[2026-06-29T12:44:26.856Z] Creating cluster "ci8805" ...
[2026-06-29T12:44:26.857Z]  • Ensuring node image (kindest/node:v1.30.0) 🖼  ...
[2026-06-29T12:44:39.401Z]  ✓ Ensuring node image (kindest/node:v1.30.0) 🖼
[2026-06-29T12:44:39.402Z]  • Preparing nodes 📦   ...
[2026-06-29T12:44:50.628Z]  ✓ Preparing nodes 📦 
[2026-06-29T12:44:50.730Z]  • Writing configuration 📜  ...
[2026-06-29T12:44:51.032Z]  ✓ Writing configuration 📜
[2026-06-29T12:44:51.032Z]  • Starting control-plane 🕹️  ...
[2026-06-29T12:45:08.678Z]  ✓ Starting control-plane 🕹️
[2026-06-29T12:45:08.679Z]  • Installing CNI 🔌  ...
[2026-06-29T12:45:09.181Z]  ✓ Installing CNI 🔌
[2026-06-29T12:45:09.182Z]  • Installing StorageClass 💾  ...
[2026-06-29T12:45:09.884Z]  ✓ Installing StorageClass 💾
[2026-06-29T12:45:09.986Z]  • Waiting ≤ 5m0s for control-plane = Ready ⏳  ...
[2026-06-29T12:45:28.648Z] Sending interrupt signal to process
[2026-06-29T12:45:24.630Z] panic: runtime error: index out of range [0] with length 0
[2026-06-29T12:45:24.630Z] 
[2026-06-29T12:45:24.631Z] goroutine 1 [running]:
[2026-06-29T12:45:24.631Z] sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready.(*Action).Execute.waitForReady.func1()
[2026-06-29T12:45:24.631Z] 	sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready/waitforready.go:122 +0x1ab
[2026-06-29T12:45:24.632Z] sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready.tryUntil({0xc288b860784bf8ca?, 0x50c631557b?, 0x9bfda0?}, 0xc0004b38f8)
[2026-06-29T12:45:24.632Z] 	sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready/waitforready.go:138 +0x57
[2026-06-29T12:45:24.632Z] sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready.waitForReady(...)
[2026-06-29T12:45:24.633Z] 	sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready/waitforready.go:103
[2026-06-29T12:45:24.633Z] sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready.(*Action).Execute(0xc0002103f0, 0xc000220240)
[2026-06-29T12:45:24.633Z] 	sigs.k8s.io/kind/pkg/cluster/internal/create/actions/waitforready/waitforready.go:87 +0x21d
[2026-06-29T12:45:24.634Z] sigs.k8s.io/kind/pkg/cluster/internal/create.Cluster({0x7cee40, 0xc000074fc0?}, {0x7d0bf8?, 0xc000096018}, 0xc0000a2000)
[2026-06-29T12:45:24.634Z] 	sigs.k8s.io/kind/pkg/cluster/internal/create/create.go:135 +0x7c9
[2026-06-29T12:45:24.634Z] sigs.k8s.io/kind/pkg/cluster.(*Provider).Create(0xc00002e6e0, {0x7ffc961c02cc, 0x6}, {0xc000137b70, 0x7, 0xc000007d40?})
[2026-06-29T12:45:24.634Z] 	sigs.k8s.io/kind/pkg/cluster/provider.go:192 +0xd6
[2026-06-29T12:45:24.635Z] sigs.k8s.io/kind/pkg/cmd/kind/create/cluster.runE({0x7cee40?, 0xc000074fc0}, {{0x7cce60, 0xc000046028}, {0x7cce80, 0xc000046030}, {0x7cce80, 0xc000046038}}, 0xc000072460)
[2026-06-29T12:45:24.635Z] 	sigs.k8s.io/kind/pkg/cmd/kind/create/cluster/createcluster.go:110 +0x405
[2026-06-29T12:45:24.635Z] sigs.k8s.io/kind/pkg/cmd/kind/create/cluster.NewCommand.func1(0xc000140500?, {0xc000116880?, 0x4?, 0x74ece6?})
[2026-06-29T12:45:24.635Z] 	sigs.k8s.io/kind/pkg/cmd/kind/create/cluster/createcluster.go:54 +0x6c
[2026-06-29T12:45:24.636Z] github.com/spf13/cobra.(*Command).execute(0xc00014c780, {0xc000116840, 0x4, 0x4})
[2026-06-29T12:45:24.636Z] 	github.com/spf13/cobra@v1.4.0/command.go:856 +0x694
[2026-06-29T12:45:24.636Z] github.com/spf13/cobra.(*Command).ExecuteC(0xc00012b180)
[2026-06-29T12:45:24.638Z] 	github.com/spf13/cobra@v1.4.0/command.go:974 +0x38d
[2026-06-29T12:45:24.638Z] github.com/spf13/cobra.(*Command).Execute(0x7cee40?)
[2026-06-29T12:45:24.638Z] 	github.com/spf13/cobra@v1.4.0/command.go:902 +0x13
[2026-06-29T12:45:24.638Z] sigs.k8s.io/kind/cmd/kind/app.Run({0x7cee40, 0xc000074fc0}, {{0x7cce60, 0xc000046028}, {0x7cce80, 0xc000046030}, {0x7cce80, 0xc000046038}}, {0xc000014240, 0x6, ...})
[2026-06-29T12:45:24.639Z] 	sigs.k8s.io/kind/cmd/kind/app/main.go:53 +0x11c
[2026-06-29T12:45:24.639Z] sigs.k8s.io/kind/cmd/kind/app.Main()
[2026-06-29T12:45:24.639Z] 	sigs.k8s.io/kind/cmd/kind/app/main.go:35 +0xe5
[2026-06-29T12:45:24.639Z] main.main()
[2026-06-29T12:45:24.639Z] 	sigs.k8s.io/kind/main.go:25 +0xf

Tests / jdk25 / Shell Script

Error in sh step, with arguments mvn -B -ntp -Dset.changelist -Dmaven.test.failure.ignore clean install.

script returned exit code 1
Build log
[2026-06-29T12:44:09.879Z] + mvn -B -ntp -Dset.changelist -Dmaven.test.failure.ignore clean install
[2026-06-29T12:44:14.212Z] [INFO] Setting: -Dchangelist=4434.v471712b_5129f -DscmTag=471712b5129ff31ee42cd1723fb62d4a7975ffd4 -Dproject.build.outputTimestamp=2026-06-29T12:40:46Z
[2026-06-29T12:44:14.213Z] [INFO] No information available to set -DgitHubRepo
[2026-06-29T12:44:14.213Z] [INFO] Scanning for projects...
[2026-06-29T12:44:23.139Z] [INFO] Artifact org.jenkins-ci.tools:maven-hpi-plugin:pom:3.1814.v77d15159f9b_d is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [incrementals (https://repo.jenkins-ci.org/incrementals/, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[2026-06-29T12:44:23.140Z] [INFO] Artifact org.jenkins-ci.tools:maven-hpi-plugin:pom:3.1814.v77d15159f9b_d is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [incrementals (https://repo.jenkins-ci.org/incrementals/, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[2026-06-29T12:44:23.140Z] [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.1814.v77d15159f9b_d is missing, no dependency information available
[2026-06-29T12:44:23.141Z] [INFO] Artifact org.jenkins-ci.tools:maven-hpi-plugin:jar:3.1814.v77d15159f9b_d is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [incrementals (https://repo.jenkins-ci.org/incrementals/, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[2026-06-29T12:44:23.141Z] [INFO] Artifact org.jenkins-ci.tools:maven-hpi-plugin:jar:3.1814.v77d15159f9b_d is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [incrementals (https://repo.jenkins-ci.org/incrementals/, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[2026-06-29T12:44:23.442Z] [WARNING] Failed to build parent project for org.csanchez.jenkins.plugins:kubernetes:hpi:4434.v471712b_5129f
[2026-06-29T12:44:23.443Z] [INFO] 
[2026-06-29T12:44:23.443Z] [INFO] --------------< org.csanchez.jenkins.plugins:kubernetes >---------------
[2026-06-29T12:44:23.443Z] [INFO] Building Kubernetes plugin 4434.v471712b_5129f
[2026-06-29T12:44:23.444Z] [INFO]   from pom.xml
[2026-06-29T12:44:23.444Z] [INFO] --------------------------------[ hpi ]---------------------------------
[2026-06-29T12:45:19.757Z] [INFO] 
[2026-06-29T12:45:19.758Z] [INFO] --- clean:3.5.0:clean (default-clean) @ kubernetes ---
[2026-06-29T12:45:19.859Z] [INFO] 
[2026-06-29T12:45:19.859Z] [INFO] --- hpi:3.1814.v77d15159f9b_d:validate (default-validate) @ kubernetes ---
[2026-06-29T12:45:19.860Z] [INFO] Created marker file /home/jenkins/agent/workspace/lugins_kubernetes-plugin_PR-2810/target/java-level/17
[2026-06-29T12:45:19.860Z] [INFO] 
[2026-06-29T12:45:19.860Z] [INFO] --- hpi:3.1814.v77d15159f9b_d:validate-hpi (default-validate-hpi) @ kubernetes ---
[2026-06-29T12:45:21.163Z] [INFO] 
[2026-06-29T12:45:21.163Z] [INFO] --- enforcer:3.6.3:enforce (display-info) @ kubernetes ---
[2026-06-29T12:45:22.968Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[2026-06-29T12:45:22.968Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[2026-06-29T12:45:22.968Z] [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[2026-06-29T12:45:22.969Z] [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[2026-06-29T12:45:23.771Z] [INFO] Rule 4: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
[2026-06-29T12:45:23.872Z] [INFO] Rule 5: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[2026-06-29T12:45:23.973Z] [INFO] Rule 6: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[2026-06-29T12:45:23.973Z] [INFO] Ignoring requireUpperBoundDeps in org.ow2.asm:asm
[2026-06-29T12:45:23.973Z] [INFO] Rule 7: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[2026-06-29T12:45:23.974Z] [INFO] Rule 8: io.jenkins.tools.maven.jenkins_enforcer_rules.BanObsoleteDependencyOverrides passed
[2026-06-29T12:45:23.974Z] [INFO] 
[2026-06-29T12:45:23.974Z] [INFO] --- enforcer:3.6.3:enforce (no-snapshots-in-release) @ kubernetes ---
[2026-06-29T12:45:23.974Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[2026-06-29T12:45:23.974Z] [INFO] 
[2026-06-29T12:45:23.974Z] [INFO] --- enforcer:3.6.3:enforce (enforce-okhttp-consistency) @ kubernetes ---
[2026-06-29T12:45:23.974Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.RequireSameVersions passed
[2026-06-29T12:45:23.975Z] [INFO] ------------------------------------------------------------------------
[2026-06-29T12:45:23.975Z] [INFO] BUILD FAILURE
[2026-06-29T12:45:23.975Z] [INFO] ------------------------------------------------------------------------
[2026-06-29T12:45:23.975Z] [INFO] Total time:  01:10 min
[2026-06-29T12:45:23.975Z] [INFO] Finished at: 2026-06-29T12:45:23Z
[2026-06-29T12:45:23.975Z] [INFO] ------------------------------------------------------------------------
[2026-06-29T12:45:23.975Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.3:enforce (enforce-okhttp-consistency) on project kubernetes: 
[2026-06-29T12:45:23.975Z] [ERROR] Rule 1: org.apache.maven.enforcer.rules.RequireSameVersions failed with message:
[2026-06-29T12:45:23.976Z] [ERROR] Found entries with different versions
[2026-06-29T12:45:23.976Z] [ERROR] Entries with version 7.3.1
[2026-06-29T12:45:23.976Z] [ERROR] - io.fabric8:kubernetes-client:jar (dependency)
[2026-06-29T12:45:23.976Z] [ERROR] Entries with version 7.8.0
[2026-06-29T12:45:23.976Z] [ERROR] - io.fabric8:kubernetes-server-mock:jar (dependency)
[2026-06-29T12:45:23.976Z] [ERROR] -> [Help 1]
[2026-06-29T12:45:23.976Z] [ERROR] 
[2026-06-29T12:45:23.976Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2026-06-29T12:45:23.976Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2026-06-29T12:45:23.977Z] [ERROR] 
[2026-06-29T12:45:23.977Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2026-06-29T12:45:23.977Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Details

  • Determine splits (1 min 15 sec)
  • Tests (3 min 5 sec)
    • kind-1 (3.9 sec)
      Error: Failed in branch jdk25 - logs
    • kind-2 (3.9 sec)
      Error: Failed in branch jdk25 - logs
    • jdk25 (3 min 3 sec)
      Error: script returned exit code 1 - logs