This job view page is being replaced by Spyglass soon. Check out the new job view.
PRandyzhangx: fix: remove python in container image to fix CVE
ResultFAILURE
Tests 1 failed / 14 succeeded
Started2023-01-26 03:30
Elapsed29m21s
Revision8643410eeea99d7ac3cf18ba5ae683a148f77d57
Refs 1169
job-versionv1.27.0-alpha.1.12+fab126d7f380b3
kubetest-versionv20230117-50d6df3625
revisionv1.27.0-alpha.1.12+fab126d7f380b3

Test Failures


kubetest Test 15m49s

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 98 lines ...

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11345  100 11345    0     0   181k      0 --:--:-- --:--:-- --:--:--  181k
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-3f5be661c8e98cc9695ad163f8a924094336f8cd || make container-all push-manifest
Error response from daemon: manifest for k8sprow.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:35:43Z -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 676 lines ...
#9 0.152 
#9 0.152 The following packages have unmet dependencies:
#9 0.153  adduser : Depends: debconf (>= 0.5) but it is not going to be installed or
#9 0.153                     debconf-2.0
#9 0.153  passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed
#9 0.153           Depends: libpam-modules but it is not going to be installed
#9 0.155 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.152 distribution that some required packages have not yet been created
#9 0.152 or been moved out of Incoming.
#9 0.152 The following information may help to resolve the situation:
#9 0.152 
#9 0.152 The following packages have unmet dependencies:
#9 0.153  adduser : Depends: debconf (>= 0.5) but it is not going to be installed or
#9 0.153                     debconf-2.0
#9 0.153  passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed
#9 0.153           Depends: libpam-modules but it is not going to be installed
#9 0.155 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:35:43Z -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 558 lines ...
#8 0.719 
#8 0.719 The following packages have unmet dependencies:
#8 0.726  adduser : Depends: debconf (>= 0.5) but it is not going to be installed or
#8 0.727                     debconf-2.0
#8 0.727  passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed
#8 0.727           Depends: libpam-modules but it is not going to be installed
#8 0.752 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.718 distribution that some required packages have not yet been created
#8 0.718 or been moved out of Incoming.
#8 0.719 The following information may help to resolve the situation:
#8 0.719 
#8 0.719 The following packages have unmet dependencies:
#8 0.726  adduser : Depends: debconf (>= 0.5) but it is not going to be installed or
#8 0.727                     debconf-2.0
#8 0.727  passwd : Depends: libpam0g (>= 0.99.7.1) but it is not going to be installed
#8 0.727           Depends: libpam-modules but it is not going to be installed
#8 0.752 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[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'
------------------------------
[BeforeSuite] [FAILED] [538.422 seconds]
[BeforeSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:75

  Begin Captured GinkgoWriter Output >>
    Jan 26 03:37:32.729: INFO: The --provider flag is not set. Continuing as if --provider=skeleton had been used.
  << End Captured GinkgoWriter Output

  Unexpected error:
      <*exec.ExitError | 0xc000418000>: {
          ProcessState: {
              pid: 15409,
              status: 512,
              rusage: {
                  Utime: {Sec: 1268, Usec: 492664},
... skipping 28 lines ...
2023/01/26 03:46:31 Check successfully
2023/01/26 03:46:31 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] [301.581 seconds]
[AfterSuite] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/suite_test.go:148

  Unexpected error:
      <*exec.ExitError | 0xc000418000>: {
          ProcessState: {
              pid: 52242,
              status: 256,
              rusage: {
                  Utime: {Sec: 0, Usec: 619434},
... 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 840.004 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 (840.00s)
FAIL
FAIL	sigs.k8s.io/azurefile-csi-driver/test/e2e	840.063s
FAIL
make: *** [Makefile:85: e2e-test] Error 1
2023/01/26 03:51:33 process.go:155: Step 'make e2e-test' finished in 15m49.678951965s
2023/01/26 03:51:33 aksengine_helpers.go:425: downloading /root/tmp887021143/log-dump.sh from https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/hack/log-dump/log-dump.sh
2023/01/26 03:51:33 util.go:70: curl https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/hack/log-dump/log-dump.sh
2023/01/26 03:51:33 process.go:153: Running: chmod +x /root/tmp887021143/log-dump.sh
2023/01/26 03:51:33 process.go:155: Step 'chmod +x /root/tmp887021143/log-dump.sh' finished in 3.763243ms
2023/01/26 03:51:33 aksengine_helpers.go:425: downloading /root/tmp887021143/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: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
 
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: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
 
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 '1762k8s001' (ECDSA) to the list of known hosts.
Collecting logs for vm 1762k8s002
Testing connection to host 1762k8s002.
Warning: Permanently added 'kubetest-ez5yhiao.eastus.cloudapp.azure.com,20.62.148.118' (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/26 03:52:58 process.go:155: Step 'bash -c /root/tmp887021143/win-ci-logs-collector.sh kubetest-ez5yhiao.eastus.cloudapp.azure.com /root/tmp887021143 /etc/ssh-key-secret/ssh-private' finished in 1m7.637748236s
2023/01/26 03:52:58 aksengine.go:1141: Deleting resource group: kubetest-ez5yhiao.
2023/01/26 03:59:20 process.go:96: Saved XML output to /logs/artifacts/junit_runner.xml.
2023/01/26 03:59:20 process.go:153: Running: bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"
2023/01/26 03:59:22 process.go:155: Step 'bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"' finished in 1.523492602s
2023/01/26 03:59:22 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
58ad07999f52
... skipping 4 lines ...