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 1 failed / 14 succeeded
Started2023-01-31 07:37
Elapsed31m48s
Revision71b15210d09da171256ff7dfb0777e792a68a2e8
Refs 1097
job-versionv1.27.0-alpha.1.142+f9a3fd2810ed4c
kubetest-versionv20230117-50d6df3625
revisionv1.27.0-alpha.1.142+f9a3fd2810ed4c

Test Failures


kubetest Test 18m35s

error during make e2e-test: exit status 2
				from junit_runner.xml

Filter through log files | View test history on testgrid


Show 14 Passed Tests

Error lines from build-log.txt

... skipping 106 lines ...

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11345  100 11345    0     0   170k      0 --:--:-- --:--:-- --:--:--  170k
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 k8sprow.azurecr.io/azurefile-csi:e2e-14dc96138aceeb3926b07b5daef5cf84505ae0d4 || make container-all push-manifest push-hostprocess
Error response from daemon: manifest for k8sprow.azurecr.io/azurefile-csi:e2e-14dc96138aceeb3926b07b5daef5cf84505ae0d4 not found: manifest unknown: manifest tagged by "e2e-14dc96138aceeb3926b07b5daef5cf84505ae0d4" 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-14dc96138aceeb3926b07b5daef5cf84505ae0d4 -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.gitCommit=14dc96138aceeb3926b07b5daef5cf84505ae0d4 -X sigs.k8s.io/azurefile-csi-driver/pkg/azurefile.buildDate=2023-01-31T07:42:46Z -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 1608 lines ...
      }
   ]
}
docker push k8sprow.azurecr.io/azurefile-csi:e2e-14dc96138aceeb3926b07b5daef5cf84505ae0d4-windows-hp
The push refers to repository [k8sprow.azurecr.io/azurefile-csi]
An image does not exist locally with the tag: k8sprow.azurecr.io/azurefile-csi
make[2]: *** [Makefile:211: push-hostprocess] Error 1
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] [704.803 seconds]
[BeforeSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:75

  Begin Captured GinkgoWriter Output >>
    Jan 31 07:44:32.660: INFO: The --provider flag is not set. Continuing as if --provider=skeleton had been used.
  << End Captured GinkgoWriter Output

  Unexpected error:
      <*exec.ExitError | 0xc000594000>: {
          ProcessState: {
              pid: 15438,
              status: 512,
              rusage: {
                  Utime: {Sec: 1345, Usec: 58569},
... skipping 28 lines ...
2023/01/31 07:56:18 Check successfully
2023/01/31 07:56:18 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.666 seconds]
[AfterSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:148

  Unexpected error:
      <*exec.ExitError | 0xc000594000>: {
          ProcessState: {
              pid: 52968,
              status: 256,
              rusage: {
                  Utime: {Sec: 0, Usec: 608088},
... 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 1008.470 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 (1008.47s)
FAIL
FAIL	sigs.k8s.io/azurefile-csi-driver/test/e2e	1008.536s
FAIL
make: *** [Makefile:85: e2e-test] Error 1
2023/01/31 08:01:21 process.go:155: Step 'make e2e-test' finished in 18m35.342442382s
2023/01/31 08:01:21 aksengine_helpers.go:425: downloading /root/tmp3357955310/log-dump.sh from https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/hack/log-dump/log-dump.sh
2023/01/31 08:01:21 util.go:70: curl https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/hack/log-dump/log-dump.sh
2023/01/31 08:01:21 process.go:153: Running: chmod +x /root/tmp3357955310/log-dump.sh
2023/01/31 08:01:21 process.go:155: Step 'chmod +x /root/tmp3357955310/log-dump.sh' finished in 3.206824ms
2023/01/31 08:01:21 aksengine_helpers.go:425: downloading /root/tmp3357955310/log-dump-daemonset.yaml from https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/hack/log-dump/log-dump-daemonset.yaml
... skipping 108 lines ...
     

   Flags

     -d

	   Detailed option, when used with list, dumps the json of the object





Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
... skipping 3 lines ...
At C:\k\debug\collectlogs.ps1:120 char:5
+     $tcpRangesList.AddRange($tcpRangesArray)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodException
    + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
 
Write-Progress : Win32 internal error "Access is denied" 0x5 occurred while reading the console output buffer. Contact 

Microsoft Customer Support Services.
At 
C:\windows\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:1132 
char:9
+         Write-Progress -Activity $cmdletName -Status $status -Percent ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... skipping 53 lines ...
     

   Flags

     -d

	   Detailed option, when used with list, dumps the json of the object





Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:111 char:25
+ ... pPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.

At C:\k\debug\collectlogs.ps1:115 char:31
+ ... lPorts | % { $tcpRangesArray += [pscustomobject]@{P1 = $_; P2 = $_} }
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (op_Addition:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound
 
... skipping 3 lines ...
At C:\k\debug\collectlogs.ps1:120 char:5
+     $tcpRangesList.AddRange($tcpRangesArray)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodException
    + FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
 
Write-Progress : Win32 internal error "Access is denied" 0x5 occurred while reading the console output buffer. Contact 

Microsoft Customer Support Services.
At 
C:\windows\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:1132 
char:9
+         Write-Progress -Activity $cmdletName -Status $status -Percent ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... skipping 8 lines ...
Warning: Permanently added '3791k8s001' (ECDSA) to the list of known hosts.
Collecting logs for vm 3791k8s002
Testing connection to host 3791k8s002.
Warning: Permanently added 'kubetest-ahhgo6fa.uksouth.cloudapp.azure.com,20.50.98.228' (ECDSA) to the list of known hosts.

Authorized uses only. All activity may be monitored and reported.
channel 0: open failed: connect failed: Name or service not known

stdio forwarding failed

ssh_exchange_identification: Connection closed by remote host
2023/01/31 08:02:55 process.go:155: Step 'bash -c /root/tmp3357955310/win-ci-logs-collector.sh kubetest-ahhgo6fa.uksouth.cloudapp.azure.com /root/tmp3357955310 /etc/ssh-key-secret/ssh-private' finished in 1m11.67312677s
2023/01/31 08:02:55 aksengine.go:1141: Deleting resource group: kubetest-ahhgo6fa.
2023/01/31 08:09:04 process.go:96: Saved XML output to /logs/artifacts/junit_runner.xml.
2023/01/31 08:09:04 process.go:153: Running: bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"
2023/01/31 08:09:05 process.go:155: Step 'bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"' finished in 1.532902153s
2023/01/31 08:09:05 main.go:328: Something went wrong: encountered 1 errors: [error during make e2e-test: exit status 2]
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up after docker
d75be309d5c8
... skipping 4 lines ...