Recent runs || View in Spyglass
PR | andyzhangx: fix: remove python in container image to fix CVE |
Result | FAILURE |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 49m22s |
Revision | 8643410eeea99d7ac3cf18ba5ae683a148f77d57 |
Refs |
1169 |
... skipping 790 lines ... certificate.cert-manager.io "selfsigned-cert" deleted # Create secret for AzureClusterIdentity ./hack/create-identity-secret.sh make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' make[2]: Nothing to be done for 'kubectl'. make[2]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' Error from server (NotFound): secrets "cluster-identity-secret" not found secret/cluster-identity-secret created secret/cluster-identity-secret labeled # Create customized cloud provider configs ./hack/create-custom-cloud-provider-config.sh make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' make[2]: Nothing to be done for 'kubectl'. ... skipping 220 lines ... 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11345 100 11345 0 0 205k 0 --:--:-- --:--:-- --:--:-- 205k Downloading https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz Verifying checksum... Done. Preparing to install helm into /usr/local/bin helm installed into /usr/local/bin/helm docker pull capzci.azurecr.io/azurefile-csi:e2e-3f5be661c8e98cc9695ad163f8a924094336f8cd || make container-all push-manifest Error response from daemon: manifest for capzci.azurecr.io/azurefile-csi:e2e-3f5be661c8e98cc9695ad163f8a924094336f8cd not found: manifest unknown: manifest tagged by "e2e-3f5be661c8e98cc9695ad163f8a924094336f8cd" is not found make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' CGO_ENABLED=0 GOOS=windows go build -a -ldflags "-X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.driverVersion=e2e-3f5be661c8e98cc9695ad163f8a924094336f8cd -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.gitCommit=3f5be661c8e98cc9695ad163f8a924094336f8cd -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.buildDate=2023-01-26T03:46:28Z -s -w -extldflags '-static'" -mod vendor -o _output/amd64/azurefileplugin.exe ./pkg/azurefileplugin docker buildx rm container-builder || true ERROR: no builder "container-builder" found docker buildx create --use --name=container-builder container-builder # enable qemu for arm64 build # https://github.com/docker/buildx/issues/464#issuecomment-741507760 docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-aarch64 Unable to find image 'tonistiigi/binfmt:latest' locally ... skipping 677 lines ... #9 0.186 #9 0.186 The following packages have unmet dependencies: #9 0.187 adduser : Depends: debconf (>= 0.5) but it is not going to be installed or #9 0.187 debconf-2.0 #9 0.187 passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed #9 0.187 Depends: libpam-modules but it is not going to be installed #9 0.189 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. #9 ERROR: process "/bin/sh -c apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y" did not complete successfully: exit code: 100 ------ > [4/4] RUN apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y: #9 0.186 distribution that some required packages have not yet been created #9 0.186 or been moved out of Incoming. #9 0.186 The following information may help to resolve the situation: #9 0.186 #9 0.186 The following packages have unmet dependencies: #9 0.187 adduser : Depends: debconf (>= 0.5) but it is not going to be installed or #9 0.187 debconf-2.0 #9 0.187 passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed #9 0.187 Depends: libpam-modules but it is not going to be installed #9 0.189 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. ------ Dockerfile:22 -------------------- 20 | 21 | RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase 22 | >>> RUN apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y 23 | 24 | LABEL maintainers="andyzhangx" -------------------- ERROR: failed to solve: process "/bin/sh -c apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y" did not complete successfully: exit code: 100 make[3]: *** [Makefile:136: container-linux] Error 1 make[3]: Leaving directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' make[3]: Entering directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -ldflags "-X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.driverVersion=e2e-3f5be661c8e98cc9695ad163f8a924094336f8cd -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.gitCommit=3f5be661c8e98cc9695ad163f8a924094336f8cd -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.buildDate=2023-01-26T03:46:28Z -s -w -extldflags '-static'" -mod vendor -o _output/arm64/azurefileplugin ./pkg/azurefileplugin make[3]: Leaving directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' make[3]: Entering directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' docker buildx build --pull --output=type=registry --platform="linux/arm64" \ ... skipping 559 lines ... #8 1.333 #8 1.334 The following packages have unmet dependencies: #8 1.346 adduser : Depends: debconf (>= 0.5) but it is not going to be installed or #8 1.347 debconf-2.0 #8 1.348 passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed #8 1.348 Depends: libpam-modules but it is not going to be installed #8 1.392 E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. #8 ERROR: process "/bin/sh -c apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y" did not complete successfully: exit code: 100 ------ > [4/4] RUN apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y: #8 0.590 #8 0.590 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #8 0.592 #8 1.189 Building dependency tree... #8 1.218 Reading state information... Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. ------ Dockerfile:22 -------------------- 20 | 21 | RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase 22 | >>> RUN apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y 23 | 24 | LABEL maintainers="andyzhangx" -------------------- ERROR: failed to solve: process "/bin/sh -c apt remove python3.9 libpython3.9-stdlib libpython3.9-minimal python3.9-minimal perl-base tar -y" did not complete successfully: exit code: 100 make[3]: *** [Makefile:136: container-linux] Error 1 make[3]: Leaving directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' make[2]: *** [Makefile:153: container-all] Error 2 make[2]: Leaving directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' make[1]: *** [Makefile:94: e2e-bootstrap] Error 2 make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver' [38;5;243m------------------------------[0m [38;5;9m[BeforeSuite] [FAILED] [638.289 seconds][0m [38;5;9m[1m[BeforeSuite] [0m [38;5;243m/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:75[0m [38;5;243mBegin Captured GinkgoWriter Output >>[0m Jan 26 03:48:37.941: INFO: The --provider flag is not set. Continuing as if --provider=skeleton had been used. [38;5;243m<< End Captured GinkgoWriter Output[0m [38;5;9mUnexpected error: <*exec.ExitError | 0xc000594000>: { ProcessState: { pid: 41134, status: 512, rusage: { Utime: {Sec: 1316, Usec: 765977}, ... skipping 28 lines ... 2023/01/26 03:59:16 Check successfully 2023/01/26 03:59:16 create example deployments begin to create deployment examples ... storageclass.storage.k8s.io/azurefile-csi created Applying config "deploy/example/windows/deployment.yaml" Waiting for deployment "deployment-azurefile-win" rollout to finish: 0 of 1 updated replicas are available... error: timed out waiting for the condition Failed to apply config "deploy/example/windows/deployment.yaml" [38;5;243m------------------------------[0m [38;5;9m[AfterSuite] [FAILED] [303.313 seconds][0m [38;5;9m[1m[AfterSuite] [0m [38;5;243m/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:148[0m [38;5;9mUnexpected error: <*exec.ExitError | 0xc000594000>: { ProcessState: { pid: 78433, status: 256, rusage: { Utime: {Sec: 1, Usec: 130623}, ... skipping 20 lines ... occurred[0m [38;5;9mIn [1m[AfterSuite][0m[38;5;9m at: [1m/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261[0m [38;5;243m------------------------------[0m [38;5;9m[1mSummarizing 2 Failures:[0m [38;5;9m[FAIL][0m [0m[38;5;9m[1m[BeforeSuite] [0m[0m [38;5;243m/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261[0m [38;5;9m[FAIL][0m [0m[38;5;9m[1m[AfterSuite] [0m[0m [38;5;243m/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261[0m [38;5;9m[1mRan 0 of 38 Specs in 941.602 seconds[0m [38;5;9m[1mFAIL![0m -- [38;5;14m[1mA BeforeSuite node failed so all tests were skipped.[0m [38;5;228mYou're using deprecated Ginkgo functionality:[0m [38;5;228m=============================================[0m [38;5;11mSupport for custom reporters has been removed in V2. Please read the documentation linked to below for Ginkgo's new behavior and for a migration path:[0m [1mLearn more at:[0m [38;5;14m[4mhttps://onsi.github.io/ginkgo/MIGRATING_TO_V2#removed-custom-reporters[0m [38;5;243mTo silence deprecations that can be silenced set the following environment variable:[0m [38;5;243mACK_GINKGO_DEPRECATIONS=2.4.0[0m --- FAIL: TestE2E (941.60s) FAIL FAIL sigs.k8s.io/azurefile-csi-driver/test/e2e 941.676s FAIL make: *** [Makefile:85: e2e-test] Error 1 NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME capz-xgur-ng58x Ready <none> 18m v1.23.17-rc.0.5+a3ccd27a5da633 10.1.0.5 <none> Windows Server 2019 Datacenter 10.0.17763.3887 containerd://1.6.15 capz-xgur-sdbf6 Ready <none> 19m v1.23.17-rc.0.5+a3ccd27a5da633 10.1.0.4 <none> Windows Server 2019 Datacenter 10.0.17763.3887 containerd://1.6.15 capz-xgurv8-control-plane-8bbmc Ready control-plane,master 22m v1.23.17-rc.0.5+a3ccd27a5da633 10.0.0.4 <none> Ubuntu 18.04.6 LTS 5.4.0-1100-azure containerd://1.6.15 NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES calico-apiserver calico-apiserver-59b869695b-9pqqj 1/1 Running 0 20m 192.168.100.7 capz-xgurv8-control-plane-8bbmc <none> <none> ... skipping 32 lines ... Jan 26 04:06:31.521: INFO: Collecting logs for Windows node capz-xgur-sdbf6 in cluster capz-xgurv8 in namespace default Jan 26 04:08:56.270: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-xgur-sdbf6 to /logs/artifacts/clusters/capz-xgurv8/machines/capz-xgurv8-md-win-7956959588-pzh66/crashdumps.tar Jan 26 04:08:57.861: INFO: Collecting boot logs for AzureMachine capz-xgurv8-md-win-sdbf6 Failed to get logs for Machine capz-xgurv8-md-win-7956959588-pzh66, Cluster default/capz-xgurv8: [running command "Get-Content "C:\\cni.log"": Process exited with status 1, running command "$p = 'c:\localdumps' ; if (Test-Path $p) { tar.exe -cvzf c:\crashdumps.tar $p *>&1 | %{ Write-Output "$_"} } else { Write-Host "No crash dumps found at $p" }": Process exited with status 1] Jan 26 04:08:58.888: INFO: Collecting logs for Windows node capz-xgur-ng58x in cluster capz-xgurv8 in namespace default Jan 26 04:11:26.734: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-xgur-ng58x to /logs/artifacts/clusters/capz-xgurv8/machines/capz-xgurv8-md-win-7956959588-tz78j/crashdumps.tar Jan 26 04:11:28.378: INFO: Collecting boot logs for AzureMachine capz-xgurv8-md-win-ng58x Failed to get logs for Machine capz-xgurv8-md-win-7956959588-tz78j, Cluster default/capz-xgurv8: [running command "Get-Content "C:\\cni.log"": Process exited with status 1, running command "$p = 'c:\localdumps' ; if (Test-Path $p) { tar.exe -cvzf c:\crashdumps.tar $p *>&1 | %{ Write-Output "$_"} } else { Write-Host "No crash dumps found at $p" }": Process exited with status 1] Jan 26 04:11:29.534: INFO: Dumping workload cluster default/capz-xgurv8 kube-system pod logs Jan 26 04:11:29.856: INFO: Collecting events for Pod calico-apiserver/calico-apiserver-59b869695b-9pqqj Jan 26 04:11:29.856: INFO: Collecting events for Pod calico-apiserver/calico-apiserver-59b869695b-bf4nx Jan 26 04:11:29.856: INFO: Creating log watcher for controller calico-apiserver/calico-apiserver-59b869695b-bf4nx, container calico-apiserver Jan 26 04:11:29.856: INFO: Creating log watcher for controller calico-apiserver/calico-apiserver-59b869695b-9pqqj, container calico-apiserver Jan 26 04:11:29.900: INFO: Creating log watcher for controller calico-system/calico-kube-controllers-fb49b9cf7-shpqm, container calico-kube-controllers ... skipping 67 lines ...