Recent runs || View in Spyglass
PR | andyzhangx: fix: remove python in container image to fix CVE |
Result | FAILURE |
Tests | 0 failed / 6 succeeded |
Started | |
Elapsed | 3m36s |
Revision | ae1657b340b484cedca995161e87f91c0fdb4fe1 |
Refs |
402 |
test-fmt
test-go
test-shellcheck
test-subtree
test-vendor
test-vet
... skipping 111 lines ... export os_arch_seen="" && echo '' | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \ os_arch_seen_pre=${os_arch_seen%%$os-$arch-$buildx_platform*}; \ if ! [ ${#os_arch_seen_pre} = ${#os_arch_seen} ]; then \ continue; \ fi; \ if ! (set -x; cd ./cmd/nfsplugin && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags '-X github.com/kubernetes-csi/csi-driver-nfs/pkg/nfs.driverVersion=e2e-37146e432be74903ba5364638ad6c0b3dfb11126 -X github.com/kubernetes-csi/csi-driver-nfs/pkg/nfs.gitCommit=37146e432be74903ba5364638ad6c0b3dfb11126 -X github.com/kubernetes-csi/csi-driver-nfs/pkg/nfs.buildDate=2023-01-26T08:03:01Z -X main.version=v4.1.0-72-g37146e43 -s -w -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/csi-driver-nfs/bin/nfsplugin$suffix" .); then \ echo "Building nfsplugin for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/nfsplugin + CGO_ENABLED=0 ... skipping 351 lines ... E: Couldn't find any package by glob 'python3.9-minimal' E: Unable to locate package libpython3.9-minimal E: Couldn't find any package by glob 'libpython3.9-minimal' E: Unable to locate package libpython3.9-stdlib E: Couldn't find any package by glob 'libpython3.9-stdlib' [0mThe command '/bin/sh -c apt remove python3.9 python3.9-minimal libpython3.9-minimal libpython3.9-stdlib -y' returned a non-zero code: 100 make: *** [release-tools/build.make:105: container-nfsplugin] Error 100 ERROR: 'make container' failed + EXIT_VALUE=1 + set +o xtrace Cleaning up after docker in docker. ================================================================================ Cleaning up after docker eb21b0a61e07 ... skipping 4 lines ...