This job view page is being replaced by Spyglass soon. Check out the new job view.
PRZeroMagic: [DO NOT MERGE] remove csi proxy
ResultFAILURE
Tests 0 failed / 0 succeeded
Started2023-01-30 08:01
Elapsed48m11s
Revision8ae7ba9483575103ffce9ac17afd1444319b64e8
Refs 1097

No Test Failures!


Error lines from build-log.txt

... skipping 804 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 221 lines ...

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11345  100 11345    0     0   178k      0 --:--:-- --:--:-- --:--:--  178k
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-e9f0f8679bdb535612e60b9454ecbf361ce9c385 || make container-all push-manifest push-hostprocess
Error response from daemon: manifest for capzci.azurecr.io/azurefile-csi:e2e-e9f0f8679bdb535612e60b9454ecbf361ce9c385 not found: manifest unknown: manifest tagged by "e2e-e9f0f8679bdb535612e60b9454ecbf361ce9c385" 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-e9f0f8679bdb535612e60b9454ecbf361ce9c385 -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.gitCommit=e9f0f8679bdb535612e60b9454ecbf361ce9c385 -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.buildDate=2023-01-30T08:27:31Z -s -w -extldflags '-static'" -mod vendor -o _output/amd64/azurefileplugin.exe ./pkg/azurefileplugin
# sigs.k8s.io/azurefile-csi-driver/pkg/mounter
pkg/mounter/safe_mounter_host_process_windows.go:36:25: cannot use &winNativeCallMounter{} (value of type *winNativeCallMounter) as type CSIProxyMounter in variable declaration:
	*winNativeCallMounter does not implement CSIProxyMounter (missing CanSafelySkipMountPointCheck method)
pkg/mounter/safe_mounter_windows.go:298:15: cannot use NewWinNativeCallMounter() (value of type *winNativeCallMounter) as type mount.Interface in struct literal:
	*winNativeCallMounter does not implement mount.Interface (missing CanSafelySkipMountPointCheck method)
make[2]: *** [Makefile:140: azurefile-windows] 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'
------------------------------
[BeforeSuite] [FAILED] [77.295 seconds]
[BeforeSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:75

  Begin Captured GinkgoWriter Output >>
    Jan 30 08:29:23.512: INFO: The --provider flag is not set. Continuing as if --provider=skeleton had been used.
  << End Captured GinkgoWriter Output

  Unexpected error:
      <*exec.ExitError | 0xc000122e60>: {
          ProcessState: {
              pid: 42167,
              status: 512,
              rusage: {
                  Utime: {Sec: 420, Usec: 286859},
... skipping 28 lines ...
2023/01/30 08:30:41 Check successfully
2023/01/30 08:30:41 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"
------------------------------
[AfterSuite] [FAILED] [303.473 seconds]
[AfterSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:148

  Unexpected error:
      <*exec.ExitError | 0xc000122000>: {
          ProcessState: {
              pid: 49491,
              status: 256,
              rusage: {
                  Utime: {Sec: 0, Usec: 619409},
... skipping 20 lines ...
  occurred
  In [AfterSuite] at: /home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261
------------------------------


Summarizing 2 Failures:
  [FAIL] [BeforeSuite] 
  /home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261
  [FAIL] [AfterSuite] 
  /home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:261

Ran 0 of 38 Specs in 380.769 seconds
FAIL! -- A BeforeSuite node failed so all tests were skipped.
You're using deprecated Ginkgo functionality:
=============================================
  Support 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:
  Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#removed-custom-reporters

To silence deprecations that can be silenced set the following environment variable:
  ACK_GINKGO_DEPRECATIONS=2.4.0

--- FAIL: TestE2E (380.77s)
FAIL
FAIL	sigs.k8s.io/azurefile-csi-driver/test/e2e	380.848s
FAIL
make: *** [Makefile:85: e2e-test] Error 1
NAME                              STATUS   ROLES                  AGE     VERSION                          INTERNAL-IP   EXTERNAL-IP   OS-IMAGE                         KERNEL-VERSION     CONTAINER-RUNTIME
capz-gev1-nwkrb                   Ready    <none>                 9m33s   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-gev1-x67hn                   Ready    <none>                 9m16s   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-gev1nc-control-plane-sr7ch   Ready    control-plane,master   20m     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-b94bf7474-hd67x                          1/1     Running   0               19m     192.168.212.68   capz-gev1nc-control-plane-sr7ch   <none>           <none>
... skipping 32 lines ...

  Jan 30 08:37:56.709: INFO: Collecting logs for Windows node capz-gev1-x67hn in cluster capz-gev1nc in namespace default

  Jan 30 08:40:23.439: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-gev1-x67hn to /logs/artifacts/clusters/capz-gev1nc/machines/capz-gev1nc-md-win-c67f4b54b-8p6l6/crashdumps.tar
  Jan 30 08:40:25.592: INFO: Collecting boot logs for AzureMachine capz-gev1nc-md-win-x67hn

Failed to get logs for Machine capz-gev1nc-md-win-c67f4b54b-8p6l6, Cluster default/capz-gev1nc: [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 30 08:40:26.556: INFO: Collecting logs for Windows node capz-gev1-nwkrb in cluster capz-gev1nc in namespace default

  Jan 30 08:42:53.636: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-gev1-nwkrb to /logs/artifacts/clusters/capz-gev1nc/machines/capz-gev1nc-md-win-c67f4b54b-lbkmj/crashdumps.tar
  Jan 30 08:42:55.847: INFO: Collecting boot logs for AzureMachine capz-gev1nc-md-win-nwkrb

Failed to get logs for Machine capz-gev1nc-md-win-c67f4b54b-lbkmj, Cluster default/capz-gev1nc: [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 30 08:42:56.896: INFO: Dumping workload cluster default/capz-gev1nc kube-system pod logs
  Jan 30 08:42:57.562: INFO: Creating log watcher for controller calico-apiserver/calico-apiserver-b94bf7474-hd67x, container calico-apiserver
  Jan 30 08:42:57.563: INFO: Describing Pod calico-apiserver/calico-apiserver-b94bf7474-hd67x
  Jan 30 08:42:57.686: INFO: Creating log watcher for controller calico-apiserver/calico-apiserver-b94bf7474-ntln9, container calico-apiserver
  Jan 30 08:42:57.686: INFO: Describing Pod calico-apiserver/calico-apiserver-b94bf7474-ntln9
  Jan 30 08:42:57.811: INFO: Creating log watcher for controller calico-system/calico-kube-controllers-fb49b9cf7-t5htb, container calico-kube-controllers
... skipping 66 lines ...