This job view page is being replaced by Spyglass soon. Check out the new job view.
PRclaudiubelu: DO NOT MERGE: Windows unit tests
ResultSUCCESS
Tests 23 failed / 16398 succeeded
Started2023-01-01 14:08
Elapsed1h46m
Revisionca4de6cb4bb5f9ab5538587d0e42cd92d988d396
Refs 110981

Test Failures


k8s.io/kubernetes/cmd/kubeadm/test/cmd TestCmdCompletion 0.00s

go test -v k8s.io/kubernetes/cmd/kubeadm/test/cmd -run TestCmdCompletion$
=== RUN   TestCmdCompletion
--- FAIL: TestCmdCompletion (0.00s)
panic: the environment variable KUBEADM_PATH must point to the kubeadm binary path [recovered]
	panic: the environment variable KUBEADM_PATH must point to the kubeadm binary path

goroutine 19 [running]:
testing.tRunner.func1.2({0x190640, 0x200588})
	C:/Program Files/Go/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
	C:/Program Files/Go/src/testing/testing.go:1399 +0x39f
panic({0x190640, 0x200588})
	C:/Program Files/Go/src/runtime/panic.go:884 +0x212
k8s.io/kubernetes/cmd/kubeadm/test/cmd.getKubeadmPath(...)
	C:/kubernetes/cmd/kubeadm/test/cmd/util.go:78
k8s.io/kubernetes/cmd/kubeadm/test/cmd.TestCmdCompletion(0x0?)
	C:/kubernetes/cmd/kubeadm/test/cmd/completion_test.go:22 +0x1cd
testing.tRunner(0xc0000c4ea0, 0x1cf378)
	C:/Program Files/Go/src/testing/testing.go:1446 +0x10b
created by testing.(*T).Run
	C:/Program Files/Go/src/testing/testing.go:1493 +0x35f

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/garbagecollector TestMarshalDOT 0.08s

go test -v k8s.io/kubernetes/pkg/controller/garbagecollector -run TestMarshalDOT$
=== RUN   TestMarshalDOT
--- FAIL: TestMarshalDOT (0.08s)

				from junit_7.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/garbagecollector TestMarshalDOT/empty.dot 0.02s

go test -v k8s.io/kubernetes/pkg/controller/garbagecollector -run TestMarshalDOT/empty.dot$
=== RUN   TestMarshalDOT/empty.dot
    dump_test.go:430: got
        strict digraph full {
        }
    dump_test.go:431: unexpected diff:
          string(
        - 	"strict digraph full {\r\n}\r\n",
        + 	"strict digraph full {\n}\n",
          )
    --- FAIL: TestMarshalDOT/empty.dot (0.02s)

				from junit_7.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/garbagecollector TestMarshalDOT/escaping.dot 0.02s

go test -v k8s.io/kubernetes/pkg/controller/garbagecollector -run TestMarshalDOT/escaping.dot$
=== RUN   TestMarshalDOT/escaping.dot
    dump_test.go:430: got
        strict digraph full {
          // Node definitions.
          "ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹" [
            label="uid=ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹\nnamespace=ref1ns\nref1kind-Iñtërnâtiônàlizætiøn,🐹.version.ref1group/ref1name-Iñtërnâtiônàlizætiøn,🐹\n"
            group="ref1group"
            version="version"
            kind="ref1kind-Iñtërnâtiônàlizætiøn,🐹"
            namespace="ref1ns"
            name="ref1name-Iñtërnâtiônàlizætiøn,🐹"
            uid="ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "ref2-" [
            label="uid=ref2-\nnamespace=ref2ns\nref2kind-.version.ref2group/ref2name-\n"
            group="ref2group"
            version="version"
            kind="ref2kind-"
            namespace="ref2ns"
            name="ref2name-"
            uid="ref2-"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          // Edge definitions.
          "ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹" -> "ref2-";
        }
    dump_test.go:431: unexpected diff:
          strings.Join({
        - 	"strict digraph full {\r",
        - 	"  // Node definitions.\r",
        - 	"  \"ref1-[]\\\"\\\\Iñtërnâtiônàlizætiøn,🐹\" [\r",
        - 	"    label=\"uid=ref1-[]\\\"\\\\Iñtërnâtiônàlizætiøn,🐹\\nnamespace=ref1ns\\nref1kind-Iñtërnâtiônàlizætiøn,🐹.version.ref1group/ref1name-Iñtërnâtiônàlizætiøn,🐹\\n\"\r",
        - 	"    group=\"ref1group\"\r",
        - 	"    version=\"version\"\r",
        - 	"    kind=\"ref1kind-Iñtërnâtiônàlizætiøn,🐹\"\r",
        - 	"    namespace=\"ref1ns\"\r",
        - 	"    name=\"ref1name-Iñtërnâtiônàlizætiøn,🐹\"\r",
        - 	"    uid=\"ref1-[]\\\"\\\\Iñtërnâtiônàlizætiøn,🐹\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"ref2-\" [\r",
        - 	"    label=\"uid=ref2-\\nnamespace=ref2ns\\nref2kind-.version.ref2group/ref2name-\\n\"\r",
        - 	"    group=\"ref2group\"\r",
        - 	"    version=\"version\"\r",
        - 	"    kind=\"ref2kind-\"\r",
        - 	"    namespace=\"ref2ns\"\r",
        - 	"    name=\"ref2name-\"\r",
        - 	"    uid=\"ref2-\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  // Edge definitions.\r",
        - 	"  \"ref1-[]\\\"\\\\Iñtërnâtiônàlizætiøn,🐹\" -> \"ref2-\";\r",
        - 	"}\r",
        + 	"strict digraph full {",
        + 	"  // Node definitions.",
        + 	`  "ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹" [`,
        + 	`    label="uid=ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹\nnamespace=ref1ns\nref1kind-Iñtërnâtiônàlizætiøn,🐹.version.ref1group/ref1name-Iñtërnâtiônàlizætiøn,🐹\n"`,
        + 	`    group="ref1group"`,
        + 	`    version="version"`,
        + 	`    kind="ref1kind-Iñtërnâtiônàlizætiøn,🐹"`,
        + 	`    namespace="ref1ns"`,
        + 	`    name="ref1name-Iñtërnâtiônàlizætiøn,🐹"`,
        + 	`    uid="ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "ref2-" [`,
        + 	`    label="uid=ref2-\nnamespace=ref2ns\nref2kind-.version.ref2group/ref2name-\n"`,
        + 	`    group="ref2group"`,
        + 	`    version="version"`,
        + 	`    kind="ref2kind-"`,
        + 	`    namespace="ref2ns"`,
        + 	`    name="ref2name-"`,
        + 	`    uid="ref2-"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	"  // Edge definitions.",
        + 	`  "ref1-[]\"\\Iñtërnâtiônàlizætiøn,🐹" -> "ref2-";`,
        + 	"}",
          	... // 1 identical line
          }, "\n")
    --- FAIL: TestMarshalDOT/escaping.dot (0.02s)

				from junit_7.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/garbagecollector TestMarshalDOT/simple.dot 0.04s

go test -v k8s.io/kubernetes/pkg/controller/garbagecollector -run TestMarshalDOT/simple.dot$
=== RUN   TestMarshalDOT/simple.dot
    dump_test.go:430: got
        strict digraph full {
          // Node definitions.
          "alpha" [
            label="uid=alpha\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="alpha"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "bravo" [
            label="uid=bravo\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="bravo"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "charlie" [
            label="uid=charlie\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="charlie"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "delta" [
            label="uid=delta\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="delta"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "foxtrot" [
            label="uid=foxtrot\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="foxtrot"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          "golf" [
            label="uid=golf\nnamespace=\n./\n"
            group=""
            version=""
            kind=""
            namespace=""
            name=""
            uid="golf"
            missing="false"
            beingDeleted="false"
            deletingDependents="false"
            virtual="false"
          ];
          // Edge definitions.
          "alpha" -> "bravo";
          "alpha" -> "charlie";
          "delta" -> "foxtrot";
          "foxtrot" -> "golf";
        }
    dump_test.go:431: unexpected diff:
          strings.Join({
        - 	"strict digraph full {\r",
        - 	"  // Node definitions.\r",
        - 	"  \"alpha\" [\r",
        - 	"    label=\"uid=alpha\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"alpha\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"bravo\" [\r",
        - 	"    label=\"uid=bravo\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"bravo\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"charlie\" [\r",
        - 	"    label=\"uid=charlie\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"charlie\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"delta\" [\r",
        - 	"    label=\"uid=delta\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"delta\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"foxtrot\" [\r",
        - 	"    label=\"uid=foxtrot\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"foxtrot\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  \"golf\" [\r",
        - 	"    label=\"uid=golf\\nnamespace=\\n./\\n\"\r",
        - 	"    group=\"\"\r",
        - 	"    version=\"\"\r",
        - 	"    kind=\"\"\r",
        - 	"    namespace=\"\"\r",
        - 	"    name=\"\"\r",
        - 	"    uid=\"golf\"\r",
        - 	"    missing=\"false\"\r",
        - 	"    beingDeleted=\"false\"\r",
        - 	"    deletingDependents=\"false\"\r",
        - 	"    virtual=\"false\"\r",
        - 	"  ];\r",
        - 	"  // Edge definitions.\r",
        - 	"  \"alpha\" -> \"bravo\";\r",
        - 	"  \"alpha\" -> \"charlie\";\r",
        - 	"  \"delta\" -> \"foxtrot\";\r",
        - 	"  \"foxtrot\" -> \"golf\";\r",
        - 	"}\r",
        + 	"strict digraph full {",
        + 	"  // Node definitions.",
        + 	`  "alpha" [`,
        + 	`    label="uid=alpha\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="alpha"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "bravo" [`,
        + 	`    label="uid=bravo\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="bravo"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "charlie" [`,
        + 	`    label="uid=charlie\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="charlie"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "delta" [`,
        + 	`    label="uid=delta\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="delta"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "foxtrot" [`,
        + 	`    label="uid=foxtrot\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="foxtrot"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	`  "golf" [`,
        + 	`    label="uid=golf\nnamespace=\n./\n"`,
        + 	`    group=""`,
        + 	`    version=""`,
        + 	`    kind=""`,
        + 	`    namespace=""`,
        + 	`    name=""`,
        + 	`    uid="golf"`,
        + 	`    missing="false"`,
        + 	`    beingDeleted="false"`,
        + 	`    deletingDependents="false"`,
        + 	`    virtual="false"`,
        + 	"  ];",
        + 	"  // Edge definitions.",
        + 	`  "alpha" -> "bravo";`,
        + 	`  "alpha" -> "charlie";`,
        + 	`  "delta" -> "foxtrot";`,
        + 	`  "foxtrot" -> "golf";`,
        + 	"}",
          	... // 1 identical line
          }, "\n")
    --- FAIL: TestMarshalDOT/simple.dot (0.04s)

				from junit_7.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/nodelifecycle TestMonitorNodeHealthEvictPodsWithDisruption 3m0s

go test -v k8s.io/kubernetes/pkg/controller/nodelifecycle -run TestMonitorNodeHealthEvictPodsWithDisruption$
=== RUN   TestMonitorNodeHealthEvictPodsWithDisruption
I0101 14:54:22.060667    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:54:22.060667    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
W0101 14:54:22.060667    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node1. Assuming now as a timestamp.
W0101 14:54:22.060667    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
I0101 14:54:22.060667    2680 node_lifecycle_controller.go:1204] Controller detected that all Nodes are not-Ready. Entering master disruption mode.
    node_lifecycle_controller_test.go:1476: Network Disruption: Only zone is down - eviction shouldn't take place.: expected pod eviction: false, got true
I0101 14:55:22.061515    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:55:22.061515    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region2:�:zone2
I0101 14:55:22.061515    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
W0101 14:55:22.061515    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node1. Assuming now as a timestamp.
W0101 14:55:22.062026    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
I0101 14:55:22.062148    2680 node_lifecycle_controller.go:1204] Controller detected that all Nodes are not-Ready. Entering master disruption mode.
    node_lifecycle_controller_test.go:1476: Network Disruption: Both zones down - eviction shouldn't take place.: expected pod eviction: false, got true
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone2
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
W0101 14:56:22.065261    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node1. Assuming now as a timestamp.
W0101 14:56:22.065261    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1254] Controller detected that zone region1:�:zone2 is now in state Normal.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1254] Controller detected that zone region1:�:zone1 is now in state FullDisruption.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
W0101 14:56:22.065261    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
W0101 14:56:22.065261    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node-master. Assuming now as a timestamp.
I0101 14:56:22.065261    2680 node_lifecycle_controller.go:1204] Controller detected that all Nodes are not-Ready. Entering master disruption mode.
    node_lifecycle_controller_test.go:1476: NetworkDisruption: eviction should stop, only Node with label node.kubernetes.io/exclude-disruption is healthy: expected pod eviction: false, got true
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone2
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node1. Assuming now as a timestamp.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1204] Controller detected that all Nodes are not-Ready. Entering master disruption mode.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1231] Controller detected that some Nodes are Ready. Exiting master disruption mode.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:492] Controller will reconcile labels.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1438] Initializing eviction metric for zone: region1:�:zone1
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node0. Assuming now as a timestamp.
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node1. Assuming now as a timestamp.
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node2. Assuming now as a timestamp.
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node3. Assuming now as a timestamp.
W0101 14:57:22.076407    2680 node_lifecycle_controller.go:1053] Missing timestamp for Node node4. Assuming now as a timestamp.
I0101 14:57:22.076407    2680 node_lifecycle_controller.go:1254] Controller detected that zone region1:�:zone1 is now in state PartialDisruption.
--- FAIL: TestMonitorNodeHealthEvictPodsWithDisruption (180.01s)

				from junit_7.xml

Find eviction mentions in log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet TestMakeMountsWindows 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet -run TestMakeMountsWindows$
=== RUN   TestMakeMountsWindows
    kubelet_pods_windows_test.go:154: 
        	Error Trace:	C:\kubernetes\pkg\kubelet\kubelet_pods_windows_test.go:154
        	Error:      	Not equal: 
        	            	expected: []container.Mount{container.Mount{Name:"disk", ContainerPath:"c:/etc/hosts", HostPath:"c:/mnt/disk", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk", ContainerPath:"c:/mnt/path3", HostPath:"c:/mnt/disk", ReadOnly:true, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk4", ContainerPath:"c:/mnt/path4", HostPath:"c:/mnt/host", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk5", ContainerPath:"c:/mnt/path5", HostPath:"c:/var/lib/kubelet/podID/volumes/empty/disk5", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk6", ContainerPath:"c:\\mnt\\path6", HostPath:"c:/mnt/disk6", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk7", ContainerPath:"c:/mnt/path7", HostPath:"c:\\mnt\\disk7", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"pipe1", ContainerPath:"\\\\.\\pipe\\pipe1", HostPath:"\\\\.\\pipe\\pipe1", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"k8s-managed-etc-hosts", ContainerPath:"C:\\Windows\\System32\\drivers\\etc\\hosts", HostPath:"C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-rotate-logs4062076947\\etc-hosts", ReadOnly:false, SELinuxRelabel:true, Propagation:0}}
        	            	actual  : []container.Mount{container.Mount{Name:"disk", ContainerPath:"c:/etc/hosts", HostPath:"c:/mnt/disk", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk", ContainerPath:"c:/mnt/path3", HostPath:"c:/mnt/disk", ReadOnly:true, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk4", ContainerPath:"c:/mnt/path4", HostPath:"c:/mnt/host", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk5", ContainerPath:"c:/mnt/path5", HostPath:"c:/var/lib/kubelet/podID/volumes/empty/disk5", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk6", ContainerPath:"\\mnt\\path6", HostPath:"c:/mnt/disk6", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"disk7", ContainerPath:"/mnt/path7", HostPath:"c:\\mnt\\disk7", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"pipe1", ContainerPath:"\\\\.\\pipe\\pipe1", HostPath:"\\\\.\\pipe\\pipe1", ReadOnly:false, SELinuxRelabel:false, Propagation:0}, container.Mount{Name:"k8s-managed-etc-hosts", ContainerPath:"C:\\Windows\\System32\\drivers\\etc\\hosts", HostPath:"C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-rotate-logs4062076947\\etc-hosts", ReadOnly:false, SELinuxRelabel:true, Propagation:0}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -35,3 +35,3 @@
        	            	   Name: (string) (len=5) "disk6",
        	            	-  ContainerPath: (string) (len=12) "c:\\mnt\\path6",
        	            	+  ContainerPath: (string) (len=10) "\\mnt\\path6",
        	            	   HostPath: (string) (len=12) "c:/mnt/disk6",
        	            	@@ -43,3 +43,3 @@
        	            	   Name: (string) (len=5) "disk7",
        	            	-  ContainerPath: (string) (len=12) "c:/mnt/path7",
        	            	+  ContainerPath: (string) (len=10) "/mnt/path7",
        	            	   HostPath: (string) (len=12) "c:\\mnt\\disk7",
        	Test:       	TestMakeMountsWindows
        	Messages:   	mounts of container {Name: Image: Command:[] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[] Claims:[]} VolumeMounts:[{Name:disk ReadOnly:false MountPath:c:/etc/hosts SubPath: MountPropagation:<nil> SubPathExpr:} {Name:disk ReadOnly:true MountPath:c:/mnt/path3 SubPath: MountPropagation:<nil> SubPathExpr:} {Name:disk4 ReadOnly:false MountPath:c:/mnt/path4 SubPath: MountPropagation:<nil> SubPathExpr:} {Name:disk5 ReadOnly:false MountPath:c:/mnt/path5 SubPath: MountPropagation:<nil> SubPathExpr:} {Name:disk6 ReadOnly:false MountPath:\mnt\path6 SubPath: MountPropagation:<nil> SubPathExpr:} {Name:disk7 ReadOnly:false MountPath:/mnt/path7 SubPath: MountPropagation:<nil> SubPathExpr:} {Name:pipe1 ReadOnly:false MountPath:\\.\pipe\pipe1 SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil StartupProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy: SecurityContext:nil Stdin:false StdinOnce:false TTY:false}
--- FAIL: TestMakeMountsWindows (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestDefaultsYAML 0.05s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestDefaultsYAML$
=== RUN   TestDefaultsYAML
--- FAIL: TestDefaultsYAML (0.05s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestDefaultsYAML/CredentialProviderConfig_default_v1 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestDefaultsYAML/CredentialProviderConfig_default_v1$
=== RUN   TestDefaultsYAML/CredentialProviderConfig_default_v1
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestDefaultsYAML/CredentialProviderConfig_default_v1 (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestDefaultsYAML/CredentialProviderConfig_default_v1beta1 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestDefaultsYAML/CredentialProviderConfig_default_v1beta1$
=== RUN   TestDefaultsYAML/CredentialProviderConfig_default_v1beta1
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestDefaultsYAML/CredentialProviderConfig_default_v1beta1 (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestDefaultsYAML/KubeletConfiguration_default_v1beta1 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestDefaultsYAML/KubeletConfiguration_default_v1beta1$
=== RUN   TestDefaultsYAML/KubeletConfiguration_default_v1beta1
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"address: 0.0.0.0",
        - 	"\r",
          	"\napiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nauthentication:",
        - 	"\r",
          	"\n  anonymous:",
        - 	"\r",
          	"\n    enabled: false",
        - 	"\r",
          	"\n  webhook:",
        - 	"\r",
          	"\n    cacheTTL: 2m0s",
        - 	"\r",
          	"\n    enabled: true",
        - 	"\r",
          	"\n  x509: {}",
        - 	"\r",
          	"\nauthorization:",
        - 	"\r",
          	"\n  mode: Webhook",
        - 	"\r",
          	"\n  webhook:",
        - 	"\r",
          	"\n    cacheAuthorizedTTL: 5m0s",
        - 	"\r",
          	"\n    cacheUnauthorizedTTL: 30s",
        - 	"\r",
          	"\ncgroupDriver: cgroupfs",
        - 	"\r",
          	"\ncgroupsPerQOS: true",
        - 	"\r",
          	"\nconfigMapAndSecretChangeDetectionStrategy: Watch",
        - 	"\r",
          	"\ncontainerLogMaxFiles: 5",
        - 	"\r",
          	"\ncontainerLogMaxSize: 10Mi",
        - 	"\r",
          	"\ncontentType: application/vnd.kubernetes.protobuf",
        - 	"\r",
          	"\ncpuCFSQuota: true",
        - 	"\r",
          	"\ncpuCFSQuotaPeriod: 100ms",
        - 	"\r",
          	"\ncpuManagerPolicy: none",
        - 	"\r",
          	"\ncpuManagerReconcilePeriod: 10s",
        - 	"\r",
          	"\nenableControllerAttachDetach: true",
        - 	"\r",
          	"\nenableDebugFlagsHandler: true",
        - 	"\r",
          	"\nenableDebuggingHandlers: true",
        - 	"\r",
          	"\nenableProfilingHandler: true",
        - 	"\r",
          	"\nenableServer: true",
        - 	"\r",
          	"\nenableSystemLogHandler: true",
        - 	"\r",
          	"\nenforceNodeAllocatable:",
        - 	"\r",
          	"\n- pods",
        - 	"\r",
          	... // 1294 identical and 53 removed bytes
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestDefaultsYAML/KubeletConfiguration_default_v1beta1 (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestDefaultsYAML/SerializedNodeConfigSource_default_v1beta1 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestDefaultsYAML/SerializedNodeConfigSource_default_v1beta1$
=== RUN   TestDefaultsYAML/SerializedNodeConfigSource_default_v1beta1
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nkind: SerializedNodeConfigSource",
        - 	"\r",
          	"\nsource: {}",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestDefaultsYAML/SerializedNodeConfigSource_default_v1beta1 (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML 0.05s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML$
=== RUN   TestRoundTripYAML
--- FAIL: TestRoundTripYAML (0.05s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/CredentialProviderConfig_v1Tov1_default 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/CredentialProviderConfig_v1Tov1_default$
=== RUN   TestRoundTripYAML/CredentialProviderConfig_v1Tov1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/CredentialProviderConfig_v1Tov1_default (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/CredentialProviderConfig_v1Tov1beta1_default 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/CredentialProviderConfig_v1Tov1beta1_default$
=== RUN   TestRoundTripYAML/CredentialProviderConfig_v1Tov1beta1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/CredentialProviderConfig_v1Tov1beta1_default (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1_default 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1_default$
=== RUN   TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1_default (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1beta1_default 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1beta1_default$
=== RUN   TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1beta1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nkind: CredentialProviderConfig",
        - 	"\r",
          	"\nproviders: null",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/CredentialProviderConfig_v1beta1Tov1beta1_default (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/KubeletConfiguration_v1beta1Tov1beta1_default 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/KubeletConfiguration_v1beta1Tov1beta1_default$
=== RUN   TestRoundTripYAML/KubeletConfiguration_v1beta1Tov1beta1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"address: 0.0.0.0",
        - 	"\r",
          	"\napiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nauthentication:",
        - 	"\r",
          	"\n  anonymous:",
        - 	"\r",
          	"\n    enabled: false",
        - 	"\r",
          	"\n  webhook:",
        - 	"\r",
          	"\n    cacheTTL: 2m0s",
        - 	"\r",
          	"\n    enabled: true",
        - 	"\r",
          	"\n  x509: {}",
        - 	"\r",
          	"\nauthorization:",
        - 	"\r",
          	"\n  mode: Webhook",
        - 	"\r",
          	"\n  webhook:",
        - 	"\r",
          	"\n    cacheAuthorizedTTL: 5m0s",
        - 	"\r",
          	"\n    cacheUnauthorizedTTL: 30s",
        - 	"\r",
          	"\ncgroupDriver: cgroupfs",
        - 	"\r",
          	"\ncgroupsPerQOS: true",
        - 	"\r",
          	"\nconfigMapAndSecretChangeDetectionStrategy: Watch",
        - 	"\r",
          	"\ncontainerLogMaxFiles: 5",
        - 	"\r",
          	"\ncontainerLogMaxSize: 10Mi",
        - 	"\r",
          	"\ncontentType: application/vnd.kubernetes.protobuf",
        - 	"\r",
          	"\ncpuCFSQuota: true",
        - 	"\r",
          	"\ncpuCFSQuotaPeriod: 100ms",
        - 	"\r",
          	"\ncpuManagerPolicy: none",
        - 	"\r",
          	"\ncpuManagerReconcilePeriod: 10s",
        - 	"\r",
          	"\nenableControllerAttachDetach: true",
        - 	"\r",
          	"\nenableDebugFlagsHandler: true",
        - 	"\r",
          	"\nenableDebuggingHandlers: true",
        - 	"\r",
          	"\nenableProfilingHandler: true",
        - 	"\r",
          	"\nenableServer: true",
        - 	"\r",
          	"\nenableSystemLogHandler: true",
        - 	"\r",
          	"\nenforceNodeAllocatable:",
        - 	"\r",
          	"\n- pods",
        - 	"\r",
          	... // 1294 identical and 53 removed bytes
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/KubeletConfiguration_v1beta1Tov1beta1_default (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/scheme TestRoundTripYAML/SerializedNodeConfigSource_v1beta1Tov1beta1_default 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -run TestRoundTripYAML/SerializedNodeConfigSource_v1beta1Tov1beta1_default$
=== RUN   TestRoundTripYAML/SerializedNodeConfigSource_v1beta1Tov1beta1_default
    helpers.go:89: Output does not match expected, diff (- want, + got):
          strings.Join({
          	"apiVersion: kubelet.config.k8s.io/v1beta1",
        - 	"\r",
          	"\nkind: SerializedNodeConfigSource",
        - 	"\r",
          	"\nsource: {}",
        - 	"\r",
          	"\n",
          }, "")
        
    helpers.go:104: if the diff is expected because of a new type or a new field, re-run with UPDATE_COMPONENTCONFIG_FIXTURE_DATA=true to update the compatibility data or generate missing files
    --- FAIL: TestRoundTripYAML/SerializedNodeConfigSource_v1beta1Tov1beta1_default (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/devicemanager TestDevicePluginReRegistrationProbeMode 5.07s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestDevicePluginReRegistrationProbeMode$
=== RUN   TestDevicePluginReRegistrationProbeMode
I0101 15:12:22.009594    3876 fake_topology_manager.go:33] "NewFakeManager"
I0101 15:12:22.009594    3876 manager.go:455] "Failed to read data from checkpoint" checkpoint="kubelet_internal_checkpoint" err="checkpoint is not found"
E0101 15:12:22.015110    3876 client.go:88] "ListAndWatch ended unexpectedly for device plugin" err="rpc error: code = Unavailable desc = error reading from server: EOF" resource="fake-domain/resource"
I0101 15:12:22.015110    3876 stub.go:143] "Starting to serve on socket" socket="C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\device-plugin.sock"
I0101 15:12:22.020172    3876 plugin_manager.go:118] "Starting Kubelet Plugin Manager"
E0101 15:12:22.047199    3876 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\server.sock" failed. No retries permitted until 2023-01-01 15:12:22.5471993 +0000 GMT m=+1.311926501 (durationBeforeRetry 500ms). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin3795471389\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
I0101 15:12:22.047199    3876 stub.go:164] "GetInfo"
I0101 15:12:22.047199    3876 stub.go:237] "ListAndWatch"
I0101 15:12:22.072390    3876 stub.go:143] "Starting to serve on socket" socket="C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\device-plugin.sock.new"
E0101 15:12:23.033435    3876 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\server.sock" failed. No retries permitted until 2023-01-01 15:12:24.0334353 +0000 GMT m=+2.798159001 (durationBeforeRetry 1s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin3795471389\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
E0101 15:12:25.029369    3876 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\server.sock" failed. No retries permitted until 2023-01-01 15:12:27.0293692 +0000 GMT m=+5.794085901 (durationBeforeRetry 2s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin3795471389\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
I0101 15:12:27.042353    3876 stub.go:164] "GetInfo"
E0101 15:12:27.042353    3876 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin3795471389\\server.sock" failed. No retries permitted until 2023-01-01 15:12:31.0423534 +0000 GMT m=+9.807060701 (durationBeforeRetry 4s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin3795471389\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
I0101 15:12:27.042353    3876 stub.go:237] "ListAndWatch"
--- FAIL: TestDevicePluginReRegistrationProbeMode (5.07s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/rbd TestPlugin 13s

go test -v k8s.io/kubernetes/pkg/volume/rbd -run TestPlugin$
=== RUN   TestPlugin
    rbd_test.go:231: fakeMounter should have 1 logs, actual: 0
--- FAIL: TestPlugin (13.34s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/util TestUpdate 0.39s

go test -v k8s.io/kubernetes/pkg/volume/util -run TestUpdate$
=== RUN   TestUpdate
    atomic_writer_test.go:813: update: payload and observed payload do not match.
--- FAIL: TestUpdate (0.39s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/util TestWriteOnce 0.41s

go test -v k8s.io/kubernetes/pkg/volume/util -run TestWriteOnce$
=== RUN   TestWriteOnce
E0101 15:41:41.120313    1616 atomic_writer.go:131] -test-: invalid payload: invalid path: must not start with '..': ..bar
E0101 15:41:41.198522    1616 atomic_writer.go:131] -test-: invalid payload: invalid path: must not contain '..': foo/../bar
    atomic_writer_test.go:813: dotfiles mode: payload and observed payload do not match.
--- FAIL: TestWriteOnce (0.41s)

				from junit_27.xml

Filter through log files | View test history on testgrid


Show 16398 Passed Tests