This job view page is being replaced by Spyglass soon. Check out the new job view.
PRclaudiubelu: tests: Ports kubelet unit tests to Windows
ResultSUCCESS
Tests 137 failed / 15299 succeeded
Started2023-01-27 10:36
Elapsed1h25m
Revision35e1f6bb3a0024304cd89b850cf5db482adda817
Refs 110949

Test Failures


k8s.io/kubernetes/cmd/kube-proxy/app TestConfigChange 12s

go test -v k8s.io/kubernetes/cmd/kube-proxy/app -run TestConfigChange$
=== RUN   TestConfigChange
    server_test.go:524: [update config file] Timeout: unable to get any events or internal timeout.
--- FAIL: TestConfigChange (12.01s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts TestDownloadCerts 0.12s

go test -v k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts -run TestDownloadCerts$
=== RUN   TestDownloadCerts
[certs] Generating "etcd/ca" certificate and key
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [localhost node] and IPs [1.2.3.4 127.0.0.1 ::1]
[certs] Generating "apiserver-etcd-client" certificate and key
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [localhost node] and IPs [1.2.3.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "ca" certificate and key
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local node] and IPs [10.96.0.1 1.2.3.4]
[certs] Generating "apiserver-kubelet-client" certificate and key
[certs] Generating "front-proxy-ca" certificate and key
[certs] Generating "front-proxy-client" certificate and key
[certs] Valid certificates and keys now exist in "C:\\Users\\azureuser\\AppData\\Local\\Temp\\2840190237"
[certs] Generating "sa" key and public key
[download-certs] Downloading the certificates in Secret "kubeadm-certs" in the "kube-system" Namespace
    copycerts_test.go:246: key "front-proxy-ca.key" should have mode 0600, has 0666
    copycerts_test.go:254: cert "sa.pub" should have mode 0644, has 0666
    copycerts_test.go:246: key "sa.key" should have mode 0600, has 0666
    copycerts_test.go:254: cert "etcd/ca.crt" should have mode 0644, has 0666
    copycerts_test.go:246: key "etcd/ca.key" should have mode 0600, has 0666
    copycerts_test.go:254: cert "ca.crt" should have mode 0644, has 0666
    copycerts_test.go:246: key "ca.key" should have mode 0600, has 0666
    copycerts_test.go:254: cert "front-proxy-ca.crt" should have mode 0644, has 0666
--- FAIL: TestDownloadCerts (0.12s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade TestStaticPodControlPlane 1.39s

go test -v k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade -run TestStaticPodControlPlane$
=== RUN   TestStaticPodControlPlane
--- FAIL: TestStaticPodControlPlane (1.39s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade TestStaticPodControlPlane/error-free_case_should_succeed 0.17s

go test -v k8s.io/kubernetes/cmd/kubeadm/app/phases/upgrade -run TestStaticPodControlPlane/error-free_case_should_succeed$
=== RUN   TestStaticPodControlPlane/error-free_case_should_succeed
W0127 11:56:48.892982    2208 initconfiguration.go:305] error unmarshaling configuration schema.GroupVersionKind{Group:"kubeadm.k8s.io", Version:"v1beta3", Kind:"ClusterConfiguration"}: strict decoding error: unknown field "etcd.local.image"
[certs] Generating "ca" certificate and key
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [foo kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.2.2]
[certs] Generating "apiserver-kubelet-client" certificate and key
[certs] Generating "front-proxy-ca" certificate and key
[certs] Generating "front-proxy-client" certificate and key
[kubeconfig] Writing "admin.conf" kubeconfig file
[kubeconfig] Writing "scheduler.conf" kubeconfig file
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
W0127 11:56:49.005530    2208 images.go:80] could not find officially supported version of etcd for Kubernetes v1.3.0, falling back to the nearest etcd version (3.2.24)
W0127 11:56:49.010515    2208 initconfiguration.go:305] error unmarshaling configuration schema.GroupVersionKind{Group:"kubeadm.k8s.io", Version:"v1beta3", Kind:"ClusterConfiguration"}: strict decoding error: unknown field "etcd.local.image"
[certs] Generating "etcd/ca" certificate and key
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [foo localhost] and IPs [192.168.2.2 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [foo localhost] and IPs [192.168.2.2 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
[upgrade/etcd] Upgrading to TLS for etcd
    staticpods_test.go:545: failed UpgradeStaticPodControlPlane
        error-free case should succeed
        	expected error: false
        	got: true
        	actual error: failed to back up etcd data: exec: "cp": executable file not found in %PATH%
    staticpods_test.go:560: failed StaticPodControlPlane
        error-free case should succeed
        	expected manifest change: true
        	got: false
        	newHash: e87a7f5677bdc34769562a3b4adfccd5b64e287e198abc4124a387c23af2e813
    --- FAIL: TestStaticPodControlPlane/error-free_case_should_succeed (0.17s)

				from junit_29.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/apis/batch/validation TestValidateCronJob 0.03s

go test -v k8s.io/kubernetes/pkg/apis/batch/validation -run TestValidateCronJob$
=== RUN   TestValidateCronJob
--- FAIL: TestValidateCronJob (0.03s)

				from junit_1.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/apis/batch/validation TestValidateCronJob/spec.timeZone:_Invalid_value:_"Continent/Zone_":_unknown_time_zone_Continent/Zone_ 0.01s

go test -v k8s.io/kubernetes/pkg/apis/batch/validation -run TestValidateCronJob/spec.timeZone:_Invalid_value:_"Continent/Zone_":_unknown_time_zone_Continent/Zone_$
=== RUN   TestValidateCronJob/spec.timeZone:_Invalid_value:_"Continent/Zone_":_unknown_time_zone_Continent/Zone_
    validation_test.go:1907: expected failure for spec.timeZone: Invalid value: "Continent/Zone ": unknown time zone Continent/Zone 
    validation_test.go:1930: expected failure for spec.timeZone: Invalid value: "Continent/Zone ": unknown time zone Continent/Zone 
    --- FAIL: TestValidateCronJob/spec.timeZone:_Invalid_value:_"Continent/Zone_":_unknown_time_zone_Continent/Zone_ (0.01s)

				from junit_1.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/controller/nodelifecycle TestApplyNoExecuteTaintsToNodesEnqueueTwice 0.00s

go test -v k8s.io/kubernetes/pkg/controller/nodelifecycle -run TestApplyNoExecuteTaintsToNodesEnqueueTwice$
=== RUN   TestApplyNoExecuteTaintsToNodesEnqueueTwice
I0127 11:12:58.835219     780 node_lifecycle_controller.go:497] Controller will reconcile labels.
I0127 11:12:58.835219     780 node_lifecycle_controller.go:1443] Initializing eviction metric for zone: region1:�:zone1
W0127 11:12:58.835219     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node0. Assuming now as a timestamp.
W0127 11:12:58.835219     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node1. Assuming now as a timestamp.
W0127 11:12:58.835219     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node2. Assuming now as a timestamp.
I0127 11:12:58.835219     780 node_lifecycle_controller.go:1259] Controller detected that zone region1:�:zone1 is now in state Normal.
W0127 11:12:58.835771     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node5. Assuming now as a timestamp.
W0127 11:12:58.835771     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node3. Assuming now as a timestamp.
W0127 11:12:58.835771     780 node_lifecycle_controller.go:1058] Missing timestamp for Node node4. Assuming now as a timestamp.
    node_lifecycle_controller_test.go:3016: Not found taint &Taint{Key:node.kubernetes.io/unreachable,Value:,Effect:NoExecute,TimeAdded:<nil>,} in [], which should be present in node3
--- FAIL: TestApplyNoExecuteTaintsToNodesEnqueueTwice (0.00s)

				from junit_7.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata 1.93s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata$
=== RUN   TestMetadata
--- FAIL: TestMetadata (1.93s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent 0.92s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent$
=== RUN   TestMetadata/productNameDependent
    --- FAIL: TestMetadata/productNameDependent (0.92s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope 0.20s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope$
=== RUN   TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope
=== PAUSE TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope
=== CONT  TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope
=== CONT  TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope
    metadata_test.go:408: Provider is unexpectedly disabled
        --- FAIL: TestMetadata/productNameDependent/ComputePlatformScopeSubstitutesStorageScope (0.20s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/ContainerRegistryBasics 0.58s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/ContainerRegistryBasics$
=== RUN   TestMetadata/productNameDependent/ContainerRegistryBasics
=== PAUSE TestMetadata/productNameDependent/ContainerRegistryBasics
=== CONT  TestMetadata/productNameDependent/ContainerRegistryBasics
        --- FAIL: TestMetadata/productNameDependent/ContainerRegistryBasics (0.58s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/ContainerRegistryBasics/container.cloud.google.com 0.20s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/ContainerRegistryBasics/container.cloud.google.com$
=== RUN   TestMetadata/productNameDependent/ContainerRegistryBasics/container.cloud.google.com
=== CONT  TestMetadata/productNameDependent/ContainerRegistryBasics/container.cloud.google.com
    metadata_test.go:271: Provider is unexpectedly disabled
            --- FAIL: TestMetadata/productNameDependent/ContainerRegistryBasics/container.cloud.google.com (0.20s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/ContainerRegistryBasics/eu.gcr.io 0.21s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/ContainerRegistryBasics/eu.gcr.io$
=== RUN   TestMetadata/productNameDependent/ContainerRegistryBasics/eu.gcr.io
=== CONT  TestMetadata/productNameDependent/ContainerRegistryBasics/eu.gcr.io
    metadata_test.go:271: Provider is unexpectedly disabled
            --- FAIL: TestMetadata/productNameDependent/ContainerRegistryBasics/eu.gcr.io (0.21s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/ContainerRegistryBasics/us-west2-docker.pkg.dev 0.17s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/ContainerRegistryBasics/us-west2-docker.pkg.dev$
=== RUN   TestMetadata/productNameDependent/ContainerRegistryBasics/us-west2-docker.pkg.dev
=== CONT  TestMetadata/productNameDependent/ContainerRegistryBasics/us-west2-docker.pkg.dev
    metadata_test.go:271: Provider is unexpectedly disabled
            --- FAIL: TestMetadata/productNameDependent/ContainerRegistryBasics/us-west2-docker.pkg.dev (0.17s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata 0.18s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata$
=== RUN   TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata
=== PAUSE TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata
=== CONT  TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata
=== CONT  TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata
    metadata_test.go:118: Provider is unexpectedly disabled
        --- FAIL: TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadata (0.18s)

				from junit_9.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/credentialprovider/gcp TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl 0.20s

go test -v k8s.io/kubernetes/pkg/credentialprovider/gcp -run TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl$
=== RUN   TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl
=== PAUSE TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl
=== CONT  TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl
=== CONT  TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl
    metadata_test.go:190: Provider is unexpectedly disabled
        --- FAIL: TestMetadata/productNameDependent/DockerKeyringFromGoogleDockerConfigMetadataUrl (0.20s)

				from junit_9.xml

Filter through log files | View test history on testgrid


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

go test -v k8s.io/kubernetes/pkg/kubelet -run TestMakeMountsWindows$
=== RUN   TestMakeMountsWindows
    kubelet_pods_windows_test.go:140: 
        	Error Trace:	kubelet_pods_windows_test.go:140
        	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}}
        	            	actual  : []container.Mount(nil)
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,59 +1,2 @@
        	            	-([]container.Mount) (len=7) {
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=4) "disk",
        	            	-  ContainerPath: (string) (len=12) "c:/etc/hosts",
        	            	-  HostPath: (string) (len=11) "c:/mnt/disk",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=4) "disk",
        	            	-  ContainerPath: (string) (len=12) "c:/mnt/path3",
        	            	-  HostPath: (string) (len=11) "c:/mnt/disk",
        	            	-  ReadOnly: (bool) true,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=5) "disk4",
        	            	-  ContainerPath: (string) (len=12) "c:/mnt/path4",
        	            	-  HostPath: (string) (len=11) "c:/mnt/host",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=5) "disk5",
        	            	-  ContainerPath: (string) (len=12) "c:/mnt/path5",
        	            	-  HostPath: (string) (len=44) "c:/var/lib/kubelet/podID/volumes/empty/disk5",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=5) "disk6",
        	            	-  ContainerPath: (string) (len=12) "c:\\mnt\\path6",
        	            	-  HostPath: (string) (len=12) "c:/mnt/disk6",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=5) "disk7",
        	            	-  ContainerPath: (string) (len=12) "c:/mnt/path7",
        	            	-  HostPath: (string) (len=12) "c:\\mnt\\disk7",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- },
        	            	- (container.Mount) {
        	            	-  Name: (string) (len=5) "pipe1",
        	            	-  ContainerPath: (string) (len=14) "\\\\.\\pipe\\pipe1",
        	            	-  HostPath: (string) (len=14) "\\\\.\\pipe\\pipe1",
        	            	-  ReadOnly: (bool) false,
        	            	-  SELinuxRelabel: (bool) false,
        	            	-  Propagation: (v1.MountPropagation) 0
        	            	- }
        	            	-}
        	            	+([]container.Mount) <nil>
        	            	 
        	Test:       	TestMakeMountsWindows
        	Messages:   	mounts of container {Name: Image: Command:[] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} 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.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


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

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

				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",
          	... // 1383 identical and 82 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 TestRoundTripYAML 0.03s

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

				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.01s

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",
          	... // 1407 identical and 58 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.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/validation TestValidateKubeletConfiguration 0.06s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/validation -run TestValidateKubeletConfiguration$
=== RUN   TestValidateKubeletConfiguration
--- FAIL: TestValidateKubeletConfiguration (0.06s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/apis/config/validation TestValidateKubeletConfiguration/Success 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/apis/config/validation -run TestValidateKubeletConfiguration/Success$
=== RUN   TestValidateKubeletConfiguration/Success
    validation_test.go:565: unexpected error: [invalid configuration: CgroupsPerQOS (--cgroups-per-qos) true is not supported on Windows, invalid configuration: EnforceNodeAllocatable (--enforce-node-allocatable) [pods system-reserved kube-reserved] is not supported on Windows]
    --- FAIL: TestValidateKubeletConfiguration/Success (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap TestLoadClientConfig 0.13s

go test -v k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap -run TestLoadClientConfig$
=== RUN   TestLoadClientConfig
--- FAIL: TestLoadClientConfig (0.13s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap TestLoadClientConfig/bootstrapPath_is_empty 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap -run TestLoadClientConfig/bootstrapPath_is_empty$
=== RUN   TestLoadClientConfig/bootstrapPath_is_empty
    bootstrap_test.go:276: Unexpected certConfig:   &rest.Config{
          	... // 9 identical fields
          	AuthConfigPersister: nil,
          	ExecProvider:        nil,
          	TLSClientConfig: rest.TLSClientConfig{
          		Insecure:   false,
          		ServerName: "",
          		CertFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.crt",
          		}, ""),
          		KeyFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.key",
          		}, ""),
          		CAFile:   "",
          		CertData: nil,
          		... // 3 identical fields
          	},
          	UserAgent:          "",
          	DisableCompression: false,
          	... // 9 identical fields
          }
    bootstrap_test.go:279: Unexpected clientConfig:   &rest.Config{
          	... // 9 identical fields
          	AuthConfigPersister: nil,
          	ExecProvider:        nil,
          	TLSClientConfig: rest.TLSClientConfig{
          		Insecure:   false,
          		ServerName: "",
          		CertFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.crt",
          		}, ""),
          		KeyFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.key",
          		}, ""),
          		CAFile:   "",
          		CertData: nil,
          		... // 3 identical fields
          	},
          	UserAgent:          "",
          	DisableCompression: false,
          	... // 9 identical fields
          }
    --- FAIL: TestLoadClientConfig/bootstrapPath_is_empty (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap TestLoadClientConfig/bootstrap_path_is_set_and_the_contents_of_kubeconfigPath_are_valid 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap -run TestLoadClientConfig/bootstrap_path_is_set_and_the_contents_of_kubeconfigPath_are_valid$
=== RUN   TestLoadClientConfig/bootstrap_path_is_set_and_the_contents_of_kubeconfigPath_are_valid
    bootstrap_test.go:276: Unexpected certConfig:   &rest.Config{
          	... // 9 identical fields
          	AuthConfigPersister: nil,
          	ExecProvider:        nil,
          	TLSClientConfig: rest.TLSClientConfig{
          		Insecure:   false,
          		ServerName: "",
          		CertFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.crt",
          		}, ""),
          		KeyFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.key",
          		}, ""),
          		CAFile:   "",
          		CertData: nil,
          		... // 3 identical fields
          	},
          	UserAgent:          "",
          	DisableCompression: false,
          	... // 9 identical fields
          }
    bootstrap_test.go:279: Unexpected clientConfig:   &rest.Config{
          	... // 9 identical fields
          	AuthConfigPersister: nil,
          	ExecProvider:        nil,
          	TLSClientConfig: rest.TLSClientConfig{
          		Insecure:   false,
          		ServerName: "",
          		CertFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.crt",
          		}, ""),
          		KeyFile: strings.Join({
          			`C:\Users\azureuser\AppData\Local\Temp\TestLoadClientConfig412868`,
          			`287\001`,
        - 			`\`,
        + 			"/",
          			"mycertvalid.key",
          		}, ""),
          		CAFile:   "",
          		CertData: nil,
          		... // 3 identical fields
          	},
          	UserAgent:          "",
          	DisableCompression: false,
          	... // 9 identical fields
          }
    --- FAIL: TestLoadClientConfig/bootstrap_path_is_set_and_the_contents_of_kubeconfigPath_are_valid (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate$
=== RUN   TestCPUManagerGenerate
--- FAIL: TestCPUManagerGenerate (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/invalid_policy_name 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/invalid_policy_name$
=== RUN   TestCPUManagerGenerate/invalid_policy_name
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
    --- FAIL: TestCPUManagerGenerate/invalid_policy_name (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/set_none_policy 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/set_none_policy$
=== RUN   TestCPUManagerGenerate/set_none_policy
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:25:59.755026    3148 state_mem.go:36] "Initialized new in-memory state store"
    --- FAIL: TestCPUManagerGenerate/set_none_policy (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/static_policy 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/static_policy$
=== RUN   TestCPUManagerGenerate/static_policy
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:25:59.755026    3148 cpu_manager.go:171] "Detected CPU topology" topology=&{NumCPUs:4 NumCores:4 NumSockets:0 NumNUMANodes:1 CPUDetails:map[0:{NUMANodeID:0 SocketID:0 CoreID:0} 1:{NUMANodeID:0 SocketID:0 CoreID:1} 2:{NUMANodeID:0 SocketID:0 CoreID:2} 3:{NUMANodeID:0 SocketID:0 CoreID:3}]}
I0127 11:25:59.755026    3148 policy_static.go:123] "Static policy created with configuration" options={FullPhysicalCPUsOnly:false DistributeCPUsAcrossNUMA:false AlignBySocket:false}
I0127 11:25:59.755026    3148 policy_static.go:150] "Reserved CPUs not available for exclusive assignment" reservedSize=3 reserved="0-2"
I0127 11:25:59.755026    3148 state_mem.go:36] "Initialized new in-memory state store"
    --- FAIL: TestCPUManagerGenerate/static_policy (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/static_policy_-_broken_reservation 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/static_policy_-_broken_reservation$
=== RUN   TestCPUManagerGenerate/static_policy_-_broken_reservation
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:25:59.755026    3148 cpu_manager.go:171] "Detected CPU topology" topology=&{NumCPUs:4 NumCores:4 NumSockets:0 NumNUMANodes:1 CPUDetails:map[0:{NUMANodeID:0 SocketID:0 CoreID:0} 1:{NUMANodeID:0 SocketID:0 CoreID:1} 2:{NUMANodeID:0 SocketID:0 CoreID:2} 3:{NUMANodeID:0 SocketID:0 CoreID:3}]}
    --- FAIL: TestCPUManagerGenerate/static_policy_-_broken_reservation (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/static_policy_-_broken_topology 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/static_policy_-_broken_topology$
=== RUN   TestCPUManagerGenerate/static_policy_-_broken_topology
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
    --- FAIL: TestCPUManagerGenerate/static_policy_-_broken_topology (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerGenerate/static_policy_-_no_CPU_resources 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerGenerate/static_policy_-_no_CPU_resources$
=== RUN   TestCPUManagerGenerate/static_policy_-_no_CPU_resources
    cpu_manager_test.go:632: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.755026    3148 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:25:59.755026    3148 cpu_manager.go:171] "Detected CPU topology" topology=&{NumCPUs:4 NumCores:4 NumSockets:0 NumNUMANodes:1 CPUDetails:map[0:{NUMANodeID:0 SocketID:0 CoreID:0} 1:{NUMANodeID:0 SocketID:0 CoreID:1} 2:{NUMANodeID:0 SocketID:0 CoreID:2} 3:{NUMANodeID:0 SocketID:0 CoreID:3}]}
    --- FAIL: TestCPUManagerGenerate/static_policy_-_no_CPU_resources (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerHandlePolicyOptions 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerHandlePolicyOptions$
=== RUN   TestCPUManagerHandlePolicyOptions
--- FAIL: TestCPUManagerHandlePolicyOptions (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/cpumanager TestCPUManagerHandlePolicyOptions/options_to_none_policy 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -run TestCPUManagerHandlePolicyOptions/options_to_none_policy$
=== RUN   TestCPUManagerHandlePolicyOptions/options_to_none_policy
    cpu_manager_test.go:1352: cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
I0127 11:25:59.760276    3148 fake_topology_manager.go:33] "NewFakeManager"
    --- FAIL: TestCPUManagerHandlePolicyOptions/options_to_none_policy (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/devicemanager TestAllocate 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestAllocate$
=== RUN   TestAllocate
    endpoint_test.go:258: 
        	Error Trace:	endpoint_test.go:258
        	            				endpoint_test.go:156
        	Error:      	Received unexpected error:
        	            	listen unix /tmp/mock1674818766068147800.sock: bind: A socket operation encountered a dead network.
        	Test:       	TestAllocate
--- FAIL: TestAllocate (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


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

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestDevicePluginReRegistrationProbeMode$
=== RUN   TestDevicePluginReRegistrationProbeMode
I0127 11:26:06.714477    4928 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:26:06.714477    4928 manager.go:447] "Failed to read data from checkpoint" checkpoint="kubelet_internal_checkpoint" err="checkpoint is not found"
E0127 11:26:06.714477    4928 client.go:83] "ListAndWatch ended unexpectedly for device plugin" err="rpc error: code = Unavailable desc = error reading from server: EOF" resource="fake-domain/resource"
I0127 11:26:06.714477    4928 stub.go:143] "Starting to serve on socket" socket="C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655/device-plugin.sock"
I0127 11:26:06.714477    4928 plugin_manager.go:118] "Starting Kubelet Plugin Manager"
I0127 11:26:06.721151    4928 stub.go:164] "GetInfo"
E0127 11:26:06.721151    4928 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655\\server.sock" failed. No retries permitted until 2023-01-27 11:26:07.2211514 +0000 GMT m=+1.280275601 (durationBeforeRetry 500ms). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin2620253655\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
I0127 11:26:06.721151    4928 stub.go:237] "ListAndWatch"
I0127 11:26:06.739118    4928 stub.go:143] "Starting to serve on socket" socket="C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655/device-plugin.sock.new"
E0127 11:26:07.726030    4928 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655\\server.sock" failed. No retries permitted until 2023-01-27 11:26:08.7260301 +0000 GMT m=+2.785167701 (durationBeforeRetry 1s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin2620253655\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
E0127 11:26:08.734096    4928 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655\\server.sock" failed. No retries permitted until 2023-01-27 11:26:10.7340963 +0000 GMT m=+4.793246701 (durationBeforeRetry 2s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin2620253655\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
E0127 11:26:10.745527    4928 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\device_plugin2620253655\\server.sock" failed. No retries permitted until 2023-01-27 11:26:14.7455271 +0000 GMT m=+8.804701201 (durationBeforeRetry 4s). Error: RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket C:\Users\azureuser\AppData\Local\Temp\device_plugin2620253655\server.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration
I0127 11:26:11.753906    4928 stub.go:164] "GetInfo"
I0127 11:26:11.753906    4928 stub.go:237] "ListAndWatch"
--- FAIL: TestDevicePluginReRegistrationProbeMode (5.09s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/devicemanager TestGetPreferredAllocation 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestGetPreferredAllocation$
=== RUN   TestGetPreferredAllocation
    endpoint_test.go:258: 
        	Error Trace:	endpoint_test.go:258
        	            				endpoint_test.go:206
        	Error:      	Received unexpected error:
        	            	listen unix /tmp/mock1674818766068147800.sock: bind: A socket operation encountered a dead network.
        	Test:       	TestGetPreferredAllocation
--- FAIL: TestGetPreferredAllocation (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/devicemanager TestNewEndpoint 0.04s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestNewEndpoint$
=== RUN   TestNewEndpoint
    endpoint_test.go:258: 
        	Error Trace:	endpoint_test.go:258
        	            				endpoint_test.go:80
        	Error:      	Received unexpected error:
        	            	listen unix /tmp/mock1674818766025658000.sock: bind: A socket operation encountered a dead network.
        	Test:       	TestNewEndpoint
--- FAIL: TestNewEndpoint (0.04s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/devicemanager TestRun 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -run TestRun$
=== RUN   TestRun
    endpoint_test.go:258: 
        	Error Trace:	endpoint_test.go:258
        	            				endpoint_test.go:134
        	Error:      	Received unexpected error:
        	            	listen unix /tmp/mock1674818766068147800.sock: bind: A socket operation encountered a dead network.
        	Test:       	TestRun
--- FAIL: TestRun (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager$
=== RUN   TestNewManager
I0127 11:26:07.434425    3468 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:26:07.434425    3468 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:26:07.434425    3468 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:26:07.434425    3468 fake_topology_manager.go:33] "NewFakeManager"
I0127 11:26:07.434425    3468 fake_topology_manager.go:33] "NewFakeManager"
--- FAIL: TestNewManager (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager/Should_create_manager_with_"none"_policy 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager/Should_create_manager_with_"none"_policy$
=== RUN   TestNewManager/Should_create_manager_with_"none"_policy
    memory_manager_test.go:1986: Cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
    --- FAIL: TestNewManager/Should_create_manager_with_"none"_policy (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager/Should_return_an_error_when_memory_reserved_for_system_is_empty_(systemReservedMemory) 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager/Should_return_an_error_when_memory_reserved_for_system_is_empty_(systemReservedMemory)$
=== RUN   TestNewManager/Should_return_an_error_when_memory_reserved_for_system_is_empty_(systemReservedMemory)
    memory_manager_test.go:1986: Cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
    --- FAIL: TestNewManager/Should_return_an_error_when_memory_reserved_for_system_is_empty_(systemReservedMemory) (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager/Should_return_an_error_when_policy_name_is_not_correct 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager/Should_return_an_error_when_policy_name_is_not_correct$
=== RUN   TestNewManager/Should_return_an_error_when_policy_name_is_not_correct
    memory_manager_test.go:1986: Cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
    --- FAIL: TestNewManager/Should_return_an_error_when_policy_name_is_not_correct (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager/Should_return_an_error_when_systemReservedMemory_(configured_with_kubelet_flag)_does_not_comply_with_Node_Allocatable_feature_values 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager/Should_return_an_error_when_systemReservedMemory_(configured_with_kubelet_flag)_does_not_comply_with_Node_Allocatable_feature_values$
=== RUN   TestNewManager/Should_return_an_error_when_systemReservedMemory_(configured_with_kubelet_flag)_does_not_comply_with_Node_Allocatable_feature_values
    memory_manager_test.go:1986: Cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
    --- FAIL: TestNewManager/Should_return_an_error_when_systemReservedMemory_(configured_with_kubelet_flag)_does_not_comply_with_Node_Allocatable_feature_values (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/cm/memorymanager TestNewManager/Successful_creation_of_Memory_Manager_instance 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/cm/memorymanager -run TestNewManager/Successful_creation_of_Memory_Manager_instance$
=== RUN   TestNewManager/Successful_creation_of_Memory_Manager_instance
    memory_manager_test.go:1986: Cannot create state file: CreateFile /tmp/: The system cannot find the file specified.
    --- FAIL: TestNewManager/Successful_creation_of_Memory_Manager_instance (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/images TestFreeSpaceRemoveByLeastRecentlyUsed 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/images -run TestFreeSpaceRemoveByLeastRecentlyUsed$
=== RUN   TestFreeSpaceRemoveByLeastRecentlyUsed
    image_gc_manager_test.go:468: 
        	Error Trace:	image_gc_manager_test.go:468
        	Error:      	Not equal: 
        	            	expected: int(1024)
        	            	actual  : int64(0)
        	Test:       	TestFreeSpaceRemoveByLeastRecentlyUsed
    image_gc_manager_test.go:469: 
        	Error Trace:	image_gc_manager_test.go:469
        	Error:      	"[{image-0 [] [] %!s(int64=1024) { []} %!s(bool=false)} {image-1 [] [] %!s(int64=2048) { []} %!s(bool=false)}]" should have 1 item(s), but has 2
        	Test:       	TestFreeSpaceRemoveByLeastRecentlyUsed
--- FAIL: TestFreeSpaceRemoveByLeastRecentlyUsed (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store TestFsStoreLoad 0.06s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store -run TestFsStoreLoad$
=== RUN   TestFsStoreLoad
I0127 11:26:45.596103    4952 fsstore.go:59] "Kubelet config controller initializing config checkpoints directory" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\fsstore-test-3924939663"
--- FAIL: TestFsStoreLoad (0.06s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store TestFsStoreLoad/checkpoint_exists 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store -run TestFsStoreLoad/checkpoint_exists$
=== RUN   TestFsStoreLoad/checkpoint_exists
I0127 11:26:45.643179    4952 fsstore.go:116] "Kubelet config controller loading Kubelet configuration checkpoint for source" apiPath="/api/v1/namespaces/namespace/configmaps/name" sourceUID="uid" resourceVersion="1"
    fsstore_test.go:285: expect &config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000381a68), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}, but got &config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"C:\\Users\\azureuser\\AppData\\Local\\Temp\\fsstore-test-3924939663\\checkpoints\\uid\\1\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"C:\\Users\\azureuser\\AppData\\Local\\Temp\\fsstore-test-3924939663\\checkpoints\\uid\\1\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000573a00), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestFsStoreLoad/checkpoint_exists (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad 0.45s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad$
=== RUN   TestLoad
--- FAIL: TestLoad (0.45s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/default_from_json 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/default_from_json$
=== RUN   TestLoad/default_from_json
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365b28), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000448088), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/default_from_json (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/default_from_yaml 0.03s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/default_from_yaml$
=== RUN   TestLoad/default_from_yaml
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365aa8), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc00040df70), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/default_from_yaml (0.03s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/duplicate_field 0.08s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/duplicate_field$
=== RUN   TestLoad/duplicate_field
I0127 11:26:47.272940    4432 codec.go:117] "Using lenient decoding as strict decoding failed" err=<
	strict decoding error: yaml: unmarshal errors:
	  line 4: key "staticPodPath" already set in map
 >
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test\\foo", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365ca8), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test\\foo", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc0000933a8), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/duplicate_field (0.08s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/json,_relative_path_is_resolved 0.03s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/json,_relative_path_is_resolved$
=== RUN   TestLoad/json,_relative_path_is_resolved
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365c28), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000092118), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/json,_relative_path_is_resolved (0.03s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/unknown_field 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/unknown_field$
=== RUN   TestLoad/unknown_field
I0127 11:26:47.347610    4432 codec.go:117] "Using lenient decoding as strict decoding failed" err="strict decoding error: unknown field \"foo\""
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365d28), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000449ac8), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/unknown_field (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestLoad/yaml,_relative_path_is_resolved 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestLoad/yaml,_relative_path_is_resolved$
=== RUN   TestLoad/yaml,_relative_path_is_resolved
    configfiles_test.go:175: expect config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"/usr/libexec/kubernetes/kubelet-plugins/volume/exec/", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"/etc/resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000365ba8), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true} but got config.KubeletConfiguration{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, EnableServer:true, StaticPodPath:"\\test-config-dir\\relative\\path\\test", SyncFrequency:v1.Duration{Duration:60000000000}, FileCheckFrequency:v1.Duration{Duration:20000000000}, HTTPCheckFrequency:v1.Duration{Duration:20000000000}, StaticPodURL:"", StaticPodURLHeader:map[string][]string(nil), Address:"0.0.0.0", Port:10250, ReadOnlyPort:0, VolumePluginDir:"\\test-config-dir\\usr\\libexec\\kubernetes\\kubelet-plugins\\volume\\exec", ProviderID:"", TLSCertFile:"", TLSPrivateKeyFile:"", TLSCipherSuites:[]string(nil), TLSMinVersion:"", RotateCertificates:false, ServerTLSBootstrap:false, Authentication:config.KubeletAuthentication{X509:config.KubeletX509Authentication{ClientCAFile:""}, Webhook:config.KubeletWebhookAuthentication{Enabled:true, CacheTTL:v1.Duration{Duration:120000000000}}, Anonymous:config.KubeletAnonymousAuthentication{Enabled:false}}, Authorization:config.KubeletAuthorization{Mode:"Webhook", Webhook:config.KubeletWebhookAuthorization{CacheAuthorizedTTL:v1.Duration{Duration:300000000000}, CacheUnauthorizedTTL:v1.Duration{Duration:30000000000}}}, RegistryPullQPS:5, RegistryBurst:10, EventRecordQPS:5, EventBurst:10, EnableDebuggingHandlers:true, EnableContentionProfiling:false, HealthzPort:10248, HealthzBindAddress:"127.0.0.1", OOMScoreAdj:-999, ClusterDomain:"", ClusterDNS:[]string(nil), StreamingConnectionIdleTimeout:v1.Duration{Duration:14400000000000}, NodeStatusUpdateFrequency:v1.Duration{Duration:10000000000}, NodeStatusReportFrequency:v1.Duration{Duration:300000000000}, NodeLeaseDurationSeconds:40, ImageMinimumGCAge:v1.Duration{Duration:120000000000}, ImageGCHighThresholdPercent:85, ImageGCLowThresholdPercent:80, VolumeStatsAggPeriod:v1.Duration{Duration:60000000000}, KubeletCgroups:"", SystemCgroups:"", CgroupRoot:"", CgroupsPerQOS:true, CgroupDriver:"cgroupfs", CPUManagerPolicy:"none", CPUManagerPolicyOptions:map[string]string(nil), CPUManagerReconcilePeriod:v1.Duration{Duration:10000000000}, MemoryManagerPolicy:"None", TopologyManagerPolicy:"none", TopologyManagerScope:"container", QOSReserved:map[string]string(nil), RuntimeRequestTimeout:v1.Duration{Duration:120000000000}, HairpinMode:"promiscuous-bridge", MaxPods:110, PodCIDR:"", PodPidsLimit:-1, ResolverConfig:"\\test-config-dir\\etc\\resolv.conf", RunOnce:false, CPUCFSQuota:true, CPUCFSQuotaPeriod:v1.Duration{Duration:100000000}, MaxOpenFiles:1000000, NodeStatusMaxImages:50, ContentType:"application/vnd.kubernetes.protobuf", KubeAPIQPS:5, KubeAPIBurst:10, SerializeImagePulls:true, EvictionHard:map[string]string{"imagefs.available":"15%", "memory.available":"100Mi", "nodefs.available":"10%"}, EvictionSoft:map[string]string(nil), EvictionSoftGracePeriod:map[string]string(nil), EvictionPressureTransitionPeriod:v1.Duration{Duration:300000000000}, EvictionMaxPodGracePeriod:0, EvictionMinimumReclaim:map[string]string(nil), PodsPerCore:0, EnableControllerAttachDetach:true, ProtectKernelDefaults:false, MakeIPTablesUtilChains:true, IPTablesMasqueradeBit:14, IPTablesDropBit:15, FeatureGates:map[string]bool(nil), FailSwapOn:true, MemorySwap:config.MemorySwapConfiguration{SwapBehavior:""}, ContainerLogMaxSize:"10Mi", ContainerLogMaxFiles:5, ConfigMapAndSecretChangeDetectionStrategy:"Watch", AllowedUnsafeSysctls:[]string(nil), KernelMemcgNotification:false, SystemReserved:map[string]string(nil), KubeReserved:map[string]string(nil), SystemReservedCgroup:"", KubeReservedCgroup:"", EnforceNodeAllocatable:[]string{"pods"}, ReservedSystemCPUs:"", ShowHiddenMetricsForVersion:"", Logging:v1.LoggingConfiguration{Format:"text", FlushFrequency:5000000000, Verbosity:0x0, VModule:v1.VModuleConfiguration(nil), Options:v1.FormatOptions{JSON:v1.JSONOptions{SplitStream:false, InfoBufferSize:resource.QuantityValue{Quantity:resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"0", Format:"DecimalSI"}}}}}, EnableSystemLogHandler:true, ShutdownGracePeriod:v1.Duration{Duration:0}, ShutdownGracePeriodCriticalPods:v1.Duration{Duration:0}, ShutdownGracePeriodByPodPriority:[]config.ShutdownGracePeriodByPodPriority(nil), ReservedMemory:[]config.MemoryReservation(nil), EnableProfilingHandler:true, EnableDebugFlagsHandler:true, SeccompDefault:false, MemoryThrottlingFactor:(*float64)(0xc000448e18), RegisterWithTaints:[]v1.Taint(nil), RegisterNode:true, Tracing:(*v1.TracingConfiguration)(nil), LocalStorageCapacityIsolation:true}
    --- FAIL: TestLoad/yaml,_relative_path_is_resolved (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestResolveRelativePaths 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestResolveRelativePaths$
=== RUN   TestResolveRelativePaths
--- FAIL: TestResolveRelativePaths (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles TestResolveRelativePaths/absolute_path 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -run TestResolveRelativePaths/absolute_path$
=== RUN   TestResolveRelativePaths/absolute_path
    configfiles_test.go:203: expect \test-config-dir\absolute but got \test-config-dir\test-config-dir\absolute
    --- FAIL: TestResolveRelativePaths/absolute_path (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestHelpers 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestHelpers$
=== RUN   TestHelpers
--- FAIL: TestHelpers (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestHelpers/missing_directory 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestHelpers/missing_directory$
=== RUN   TestHelpers/missing_directory
    test.go:32: expect error to contain "no such file or directory" but got "expect files.file{name:\"foo/bar\", mode:0x80000000, data:\"\"}, got error: CreateFile C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-util-files1819087508\\foo\\bar: The system cannot find the path specified."
    --- FAIL: TestHelpers/missing_directory (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestHelpers/missing_file 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestHelpers/missing_file$
=== RUN   TestHelpers/missing_file
    test.go:32: expect error to contain "no such file or directory" but got "expect files.file{name:\"foo\", mode:0x0, data:\"bar\"}, got error: CreateFile C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-util-files4220362577\\foo: The system cannot find the file specified."
    --- FAIL: TestHelpers/missing_file (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestReplaceFile 0.04s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestReplaceFile$
=== RUN   TestReplaceFile
--- FAIL: TestReplaceFile (0.04s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestReplaceFile/file_exists 0.03s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestReplaceFile/file_exists$
=== RUN   TestReplaceFile/file_exists
    test.go:30: expect nil error but got "rename C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-util-files690717066\\tmp_foo846641782 C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-util-files690717066\\foo: Access is denied."
    --- FAIL: TestReplaceFile/file_exists (0.03s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files TestReplaceFile/neither_parent_nor_file_exists 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -run TestReplaceFile/neither_parent_nor_file_exists$
=== RUN   TestReplaceFile/neither_parent_nor_file_exists
    test.go:32: expect error to contain "no such file or directory" but got "open C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-util-files4284807722\\foo\\tmp_bar3199495839: The system cannot find the path specified."
    --- FAIL: TestReplaceFile/neither_parent_nor_file_exists (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kuberuntime TestFieldProfile 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kuberuntime -run TestFieldProfile$
=== RUN   TestFieldProfile
    helpers_test.go:291: 
        	Error Trace:	helpers_test.go:291
        	Error:      	Not equal: 
        	            	expected: "localhost//test/profile.json"
        	            	actual  : "localhost/\\test\\profile.json"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-localhost//test/profile.json
        	            	+localhost/\test\profile.json
        	Test:       	TestFieldProfile
        	Messages:   	TestCase[5]: SeccompProfileTypeLocalhost should return localhost
--- FAIL: TestFieldProfile (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kuberuntime TestFieldProfileDefaultSeccomp 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kuberuntime -run TestFieldProfileDefaultSeccomp$
=== RUN   TestFieldProfileDefaultSeccomp
    helpers_test.go:347: 
        	Error Trace:	helpers_test.go:347
        	Error:      	Not equal: 
        	            	expected: "localhost//test/profile.json"
        	            	actual  : "localhost/\\test\\profile.json"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-localhost//test/profile.json
        	            	+localhost/\test\profile.json
        	Test:       	TestFieldProfileDefaultSeccomp
        	Messages:   	TestCase[5]: SeccompProfileTypeLocalhost should return localhost
--- FAIL: TestFieldProfileDefaultSeccomp (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/kuberuntime TestRemoveContainer 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/kuberuntime -run TestRemoveContainer$
=== RUN   TestRemoveContainer
--- FAIL: TestRemoveContainer (0.00s)
panic: regexp: Compile(`\var\log\pods\new_bar_12345678\foo\0.log.*`): error parsing regexp: invalid escape sequence: `\l` [recovered]
	panic: regexp: Compile(`\var\log\pods\new_bar_12345678\foo\0.log.*`): error parsing regexp: invalid escape sequence: `\l`

goroutine 46 [running]:
testing.tRunner.func1.2({0x18235c0, 0xc000767160})
	C:/Program Files/Go/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
	C:/Program Files/Go/src/testing/testing.go:1399 +0x39f
panic({0x18235c0, 0xc000767160})
	C:/Program Files/Go/src/runtime/panic.go:884 +0x212
regexp.MustCompile({0xc00004de60, 0x2a})
	C:/Program Files/Go/src/regexp/regexp.go:319 +0xbb
k8s.io/kubernetes/pkg/kubelet/kuberuntime.TestRemoveContainer.func1({0xc00004de30?, 0x2096b8f0598?}, {0xc00004dda0, 0x28})
	C:/kubernetes/pkg/kubelet/kuberuntime/kuberuntime_container_test.go:68 +0x57
k8s.io/kubernetes/pkg/kubelet/container/testing.(*FakeOS).Glob(0xc000773260, {0xc00004de30, 0x29})
	C:/kubernetes/pkg/kubelet/container/testing/os.go:124 +0x12b
k8s.io/kubernetes/pkg/kubelet/logs.(*containerLogManager).Clean(0xc000133770, {0xc000199248, 0x18})
	C:/kubernetes/pkg/kubelet/logs/container_log_manager.go:200 +0x1ac
k8s.io/kubernetes/pkg/kubelet/kuberuntime.(*kubeGenericRuntimeManager).removeContainerLog(0xc0001838c0, {0xc000199248, 0x18})
	C:/kubernetes/pkg/kubelet/kuberuntime/kuberuntime_container.go:948 +0x55
k8s.io/kubernetes/pkg/kubelet/kuberuntime.(*kubeGenericRuntimeManager).removeContainer(0xc0001838c0, {0xc000199248, 0x18})
	C:/kubernetes/pkg/kubelet/kuberuntime/kuberuntime_container.go:938 +0x145
k8s.io/kubernetes/pkg/kubelet/kuberuntime.TestRemoveContainer(0xc00077e4e0?)
	C:/kubernetes/pkg/kubelet/kuberuntime/kuberuntime_container_test.go:77 +0x548
testing.tRunner(0xc00077e820, 0x1cb83e0)
	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_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/logs TestCompressLog 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet/logs -run TestCompressLog$
=== RUN   TestCompressLog
    container_log_manager_test.go:334: 
        	Error Trace:	container_log_manager_test.go:334
        	Error:      	Received unexpected error:
        	            	failed to remove log "C:\\Users\\azureuser\\AppData\\Local\\Temp\\test-compress-log3710101138\\test-rotate-latest-log1862340199" after compress: remove C:\Users\azureuser\AppData\Local\Temp\test-compress-log3710101138\test-rotate-latest-log1862340199: The process cannot access the file because it is being used by another process.
        	Test:       	TestCompressLog
--- FAIL: TestCompressLog (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/logs TestRotateLatestLog 0.02s

go test -v k8s.io/kubernetes/pkg/kubelet/logs -run TestRotateLatestLog$
=== RUN   TestRotateLatestLog
    container_log_manager_test.go:377: TestCase "should successfully rotate log when MaxFiles is 2"
    container_log_manager_test.go:395: 
        	Error Trace:	container_log_manager_test.go:395
        	Error:      	Not equal: 
        	            	expected: false
        	            	actual  : true
        	Test:       	TestRotateLatestLog
    container_log_manager_test.go:397: 
        	Error Trace:	container_log_manager_test.go:397
        	Error:      	Not equal: 
        	            	expected: false
        	            	actual  : true
        	Test:       	TestRotateLatestLog
    container_log_manager_test.go:399: 
        	Error Trace:	container_log_manager_test.go:399
        	Error:      	Not equal: 
        	            	expected: true
        	            	actual  : false
        	Test:       	TestRotateLatestLog
    container_log_manager_test.go:400: 
        	Error Trace:	container_log_manager_test.go:400
        	Error:      	Received unexpected error:
        	            	expected []string{"ReopenContainerLog"}, got []string{}
        	Test:       	TestRotateLatestLog
    container_log_manager_test.go:377: TestCase "should restore original log when ReopenContainerLog fails"
    container_log_manager_test.go:400: 
        	Error Trace:	container_log_manager_test.go:400
        	Error:      	Received unexpected error:
        	            	expected []string{"ReopenContainerLog"}, got []string{}
        	Test:       	TestRotateLatestLog
--- FAIL: TestRotateLatestLog (0.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/network/dns TestGetPodDNS 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/network/dns -run TestGetPodDNS$
=== RUN   TestGetPodDNS
--- FAIL: TestGetPodDNS (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/network/dns TestGetPodDNS/ExpandedDNSConfig 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/network/dns -run TestGetPodDNS/ExpandedDNSConfig$
=== RUN   TestGetPodDNS/ExpandedDNSConfig
    dns_test.go:538: failed to generate container options: open /etc/resolv.conf: The system cannot find the path specified.
    --- FAIL: TestGetPodDNS/ExpandedDNSConfig (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/network/dns TestGetPodDNS/Not_ExpandedDNSConfig 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/network/dns -run TestGetPodDNS/Not_ExpandedDNSConfig$
=== RUN   TestGetPodDNS/Not_ExpandedDNSConfig
    dns_test.go:538: failed to generate container options: open /etc/resolv.conf: The system cannot find the path specified.
    --- FAIL: TestGetPodDNS/Not_ExpandedDNSConfig (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache Test_ASW_PluginExistsWithCorrectTimestamp_Negative_WrongTimestamp 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache -run Test_ASW_PluginExistsWithCorrectTimestamp_Negative_WrongTimestamp$
=== RUN   Test_ASW_PluginExistsWithCorrectTimestamp_Negative_WrongTimestamp
    actual_state_of_world_test.go:140: PluginExistsWithCorrectTimestamp returns true for a plugin with newer timestamp
--- FAIL: Test_ASW_PluginExistsWithCorrectTimestamp_Negative_WrongTimestamp (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache Test_DSW_AddOrUpdatePlugin_Positive_ExistingPlugin 0.04s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache -run Test_DSW_AddOrUpdatePlugin_Positive_ExistingPlugin$
=== RUN   Test_DSW_AddOrUpdatePlugin_Positive_ExistingPlugin
    desired_state_of_world_test.go:89: New timestamp is not newer than the old timestamp 2023-01-27 11:27:16.9181318 +0000 GMT m=+0.005597501 2023-01-27 11:27:16.9181318 +0000 GMT m=+0.005597501
--- FAIL: Test_DSW_AddOrUpdatePlugin_Positive_ExistingPlugin (0.04s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher TestPluginReRegistration 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher -run TestPluginReRegistration$
=== RUN   TestPluginReRegistration
I0127 11:29:24.748545    4944 plugin_watcher.go:52] "Plugin Watcher Start" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:29:24.748545    4944 plugin_watcher.go:101] "Ensuring Plugin directory" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:29:24.751305    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-reregistration.sock"
I0127 11:29:24.751305    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-reregistration.sock"
I0127 11:29:24.754089    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-0.sock\": REMOVE"
I0127 11:29:24.754089    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:29:24.754089    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\": REMOVE"
I0127 11:29:24.754089    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:29:24.754613    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-reregistration.sock\": CREATE"
I0127 11:29:24.754613    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-reregistration.sock"
I0127 11:29:24.754613    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-reregistration.sock"
I0127 11:29:24.754613    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-reregistration.sock"
I0127 11:29:24.754613    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-reregistration.sock"
    plugin_watcher_test.go:75: Timed out waiting for plugin to be added to desired state of world cache:
        C:\Users\azureuser\AppData\Local\Temp\plugin_test3824106178/plugin-reregistration.sock.
--- FAIL: TestPluginReRegistration (60.54s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher TestPluginRegistration 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher -run TestPluginRegistration$
=== RUN   TestPluginRegistration
I0127 11:27:23.667400    4944 plugin_watcher.go:52] "Plugin Watcher Start" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:27:23.694813    4944 plugin_watcher.go:101] "Ensuring Plugin directory" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:27:23.703260    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:27:23.705268    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:27:23.705268    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-0.sock\": CREATE"
I0127 11:27:23.705806    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:27:23.705806    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:27:23.705806    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:27:23.705806    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
    plugin_watcher_test.go:75: Timed out waiting for plugin to be added to desired state of world cache:
        C:\Users\azureuser\AppData\Local\Temp\plugin_test3824106178/plugin-0.sock.
I0127 11:28:24.230038    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-0.sock\": REMOVE"
I0127 11:28:24.230038    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:28:24.230038    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\": REMOVE"
I0127 11:28:24.230038    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
--- FAIL: TestPluginRegistration (60.56s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher TestPluginRegistrationAtKubeletStart 30s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher -run TestPluginRegistrationAtKubeletStart$
=== RUN   TestPluginRegistrationAtKubeletStart
I0127 11:30:25.290242    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:30:25.290242    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-reregistration.sock\": REMOVE"
I0127 11:30:25.290242    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-reregistration.sock"
I0127 11:30:25.290242    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\": REMOVE"
I0127 11:30:25.290242    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:30:25.290870    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:30:25.290870    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-1.sock"
I0127 11:30:25.291391    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-1.sock"
I0127 11:30:25.291430    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-2.sock"
I0127 11:30:25.291961    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-2.sock"
I0127 11:30:25.291961    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-3.sock"
I0127 11:30:25.292540    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-3.sock"
I0127 11:30:25.292540    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-4.sock"
I0127 11:30:25.292540    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-4.sock"
I0127 11:30:25.293061    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-5.sock"
I0127 11:30:25.293092    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-5.sock"
I0127 11:30:25.293092    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-6.sock"
I0127 11:30:25.293629    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-6.sock"
I0127 11:30:25.293629    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-7.sock"
I0127 11:30:25.294157    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-7.sock"
I0127 11:30:25.294157    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-8.sock"
I0127 11:30:25.294686    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-8.sock"
I0127 11:30:25.294686    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-9.sock"
I0127 11:30:25.295226    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-9.sock"
I0127 11:30:25.295226    4944 plugin_watcher.go:52] "Plugin Watcher Start" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:30:25.295226    4944 plugin_watcher.go:101] "Ensuring Plugin directory" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:30:25.295971    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.295971    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.295971    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.295971    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-0.sock\": CREATE"
I0127 11:30:25.295971    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.295971    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.296549    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.296549    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:30:25.296549    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.296549    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.296549    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.296549    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-1.sock\": CREATE"
I0127 11:30:25.297074    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.297074    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.297284    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.297284    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-1.sock"
I0127 11:30:25.297284    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297284    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297284    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297284    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-2.sock\": CREATE"
I0127 11:30:25.297807    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297807    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297918    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297918    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-2.sock"
I0127 11:30:25.297918    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.297918    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.297918    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.297918    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-3.sock\": CREATE"
I0127 11:30:25.298444    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.298444    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.298629    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.298629    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-3.sock"
I0127 11:30:25.298629    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.298629    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.298629    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.298629    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-4.sock\": CREATE"
I0127 11:30:25.298629    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.298629    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.299246    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.299246    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-4.sock"
I0127 11:30:25.299246    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299246    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299246    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299246    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-5.sock\": CREATE"
I0127 11:30:25.299783    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299783    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299783    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299783    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-5.sock"
I0127 11:30:25.299783    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.299783    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300302    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300302    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-6.sock\": CREATE"
I0127 11:30:25.300445    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300445    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300445    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300445    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-6.sock"
I0127 11:30:25.300445    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.300445    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.300965    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.300965    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-7.sock\": CREATE"
I0127 11:30:25.301085    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.301085    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.301085    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.301085    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-7.sock"
I0127 11:30:25.301085    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.301085    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.301605    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.302183    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-8.sock\": CREATE"
I0127 11:30:25.302183    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.302183    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.302693    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.302693    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-8.sock"
I0127 11:30:25.302693    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.302693    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.302693    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.302693    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-9.sock\": CREATE"
I0127 11:30:25.303247    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.303247    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.303247    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:25.303247    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
    plugin_watcher_test.go:251: Timeout while waiting for the plugin registration status
I0127 11:30:55.303223    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-9.sock"
I0127 11:30:55.303951    4944 plugin_watcher.go:212] "Handling delete event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-9.sock\": REMOVE"
I0127 11:30:55.303951    4944 plugin_watcher.go:215] "Removing socket path from desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-9.sock"
I0127 11:30:55.303951    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-8.sock"
I0127 11:30:55.304589    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-7.sock"
I0127 11:30:55.305100    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-6.sock"
I0127 11:30:55.305330    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-5.sock"
I0127 11:30:55.305841    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-4.sock"
I0127 11:30:55.305841    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-3.sock"
I0127 11:30:55.305841    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-2.sock"
I0127 11:30:55.305841    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-1.sock"
I0127 11:30:55.305841    4944 example_plugin.go:158] "Stopping example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
--- FAIL: TestPluginRegistrationAtKubeletStart (30.02s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher TestPluginRegistrationSameName 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher -run TestPluginRegistrationSameName$
=== RUN   TestPluginRegistrationSameName
I0127 11:28:24.230038    4944 plugin_watcher.go:52] "Plugin Watcher Start" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:28:24.230038    4944 plugin_watcher.go:101] "Ensuring Plugin directory" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178"
I0127 11:28:24.230584    4944 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:28:24.231205    4944 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178/plugin-0.sock"
I0127 11:28:24.231205    4944 plugin_watcher.go:160] "Handling create event" event="\"C:\\\\Users\\\\azureuser\\\\AppData\\\\Local\\\\Temp\\\\plugin_test3824106178\\\\plugin-0.sock\": CREATE"
I0127 11:28:24.231205    4944 util_windows.go:149] "Function IsUnixDomainSocket starts" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:28:24.231731    4944 util_windows.go:156] "Dialing the socket" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:28:24.231776    4944 util_windows.go:161] "Socket dialed successfully" filePath="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
I0127 11:28:24.231776    4944 plugin_watcher.go:203] "Adding socket path or updating timestamp to desired state cache" path="C:\\Users\\azureuser\\AppData\\Local\\Temp\\plugin_test3824106178\\plugin-0.sock"
    plugin_watcher_test.go:75: Timed out waiting for plugin to be added to desired state of world cache:
        C:\Users\azureuser\AppData\Local\Temp\plugin_test3824106178/plugin-0.sock.
--- FAIL: TestPluginRegistrationSameName (60.52s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler Test_Run_Positive_ReRegister 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler -run Test_Run_Positive_ReRegister$
=== RUN   Test_Run_Positive_ReRegister
I0127 11:29:35.698168    4724 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin2.sock"
I0127 11:29:35.698709    4724 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin2.sock"
I0127 11:29:35.699773    4724 example_plugin.go:108] "Notify registration status" status="&RegistrationStatus{PluginRegistered:true,Error:,}"
E0127 11:29:40.709705    4724 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin2.sock" failed. No retries permitted until 2023-01-27 11:29:41.2097055 +0000 GMT m=+126.720124101 (durationBeforeRetry 500ms). Error: RegisterPlugin error -- failed to send registration status at socket C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin2.sock, err: : rpc error: code = DeadlineExceeded desc = context deadline exceeded
    reconciler_test.go:80: Timed out waiting for plugin to be registered:
        C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin2.sock.
--- FAIL: Test_Run_Positive_ReRegister (60.54s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler Test_Run_Positive_Register 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler -run Test_Run_Positive_Register$
=== RUN   Test_Run_Positive_Register
I0127 11:27:34.546439    4724 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock"
I0127 11:27:34.589319    4724 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock"
I0127 11:27:34.592679    4724 example_plugin.go:108] "Notify registration status" status="&RegistrationStatus{PluginRegistered:true,Error:,}"
E0127 11:27:39.601761    4724 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock" failed. No retries permitted until 2023-01-27 11:27:40.1017616 +0000 GMT m=+5.611243401 (durationBeforeRetry 500ms). Error: RegisterPlugin error -- failed to send registration status at socket C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin.sock, err: : rpc error: code = DeadlineExceeded desc = context deadline exceeded
    reconciler_test.go:80: Timed out waiting for plugin to be registered:
        C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin.sock.
--- FAIL: Test_Run_Positive_Register (60.59s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler Test_Run_Positive_RegisterThenUnregister 1m0s

go test -v k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler -run Test_Run_Positive_RegisterThenUnregister$
=== RUN   Test_Run_Positive_RegisterThenUnregister
I0127 11:28:35.136058    4724 example_plugin.go:119] "Starting example server" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock"
I0127 11:28:35.136811    4724 example_plugin.go:125] "Example server started" endpoint="C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock"
I0127 11:28:35.138534    4724 example_plugin.go:108] "Notify registration status" status="&RegistrationStatus{PluginRegistered:true,Error:,}"
E0127 11:28:40.143194    4724 goroutinemap.go:150] Operation for "C:\\Users\\azureuser\\AppData\\Local\\Temp\\reconciler_test2446380203/plugin.sock" failed. No retries permitted until 2023-01-27 11:28:40.6431947 +0000 GMT m=+66.153184501 (durationBeforeRetry 500ms). Error: RegisterPlugin error -- failed to send registration status at socket C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin.sock, err: : rpc error: code = DeadlineExceeded desc = context deadline exceeded
    reconciler_test.go:80: Timed out waiting for plugin to be registered:
        C:\Users\azureuser\AppData\Local\Temp\reconciler_test2446380203/plugin.sock.
--- FAIL: Test_Run_Positive_RegisterThenUnregister (60.56s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/server/stats TestSummaryProvider 0.05s

go test -v k8s.io/kubernetes/pkg/kubelet/server/stats -run TestSummaryProvider$
=== RUN   TestSummaryProvider
    summary_windows_test.go:75: 
        	Error Trace:	summary_windows_test.go:75
        	Error:      	Not equal: 
        	            	expected: time.Date(2023, time.January, 27, 10, 45, 57, 0, time.Local)
        	            	actual  : time.Date(2824, time.May, 27, 14, 27, 29, 0, time.Local)
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -3,3 +3,3 @@
        	            	   wall: (uint64) 0,
        	            	-  ext: (int64) 63810413157,
        	            	+  ext: (int64) 89097978449,
        	            	   loc: (*time.Location)({
        	Test:       	TestSummaryProvider
--- FAIL: TestSummaryProvider (0.05s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/stats TestFilterTerminatedContainerInfoAndAssembleByPodCgroupKey 0.01s

go test -v k8s.io/kubernetes/pkg/kubelet/stats -run TestFilterTerminatedContainerInfoAndAssembleByPodCgroupKey$
=== RUN   TestFilterTerminatedContainerInfoAndAssembleByPodCgroupKey
    cadvisor_stats_provider_test.go:96: "c1" is expected to be in the output
--- FAIL: TestFilterTerminatedContainerInfoAndAssembleByPodCgroupKey (0.01s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/kubelet/status TestUpdateLastTransitionTime 0.00s

go test -v k8s.io/kubernetes/pkg/kubelet/status -run TestUpdateLastTransitionTime$
=== RUN   TestUpdateLastTransitionTime
    status_manager_test.go:1364: TestCase "should update last transition time if no old condition"
    status_manager_test.go:1375: 
        	Error Trace:	status_manager_test.go:1375
        	Error:      	Should be true
        	Test:       	TestUpdateLastTransitionTime
    status_manager_test.go:1364: TestCase "should update last transition time if condition is changed"
    status_manager_test.go:1375: 
        	Error Trace:	status_manager_test.go:1375
        	Error:      	Should be true
        	Test:       	TestUpdateLastTransitionTime
    status_manager_test.go:1364: TestCase "should keep last transition time if condition is not changed"
    status_manager_test.go:1364: TestCase "should do nothing if no corresponding condition"
--- FAIL: TestUpdateLastTransitionTime (0.00s)

				from junit_15.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/routes TestPreCheckLogFileNameLength 0.00s

go test -v k8s.io/kubernetes/pkg/routes -run TestPreCheckLogFileNameLength$
=== RUN   TestPreCheckLogFileNameLength
    logs_test.go:31: failed to check oversize filename
--- FAIL: TestPreCheckLogFileNameLength (0.00s)

				from junit_21.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestPermitWaitDurationMetric 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestPermitWaitDurationMetric$
=== RUN   TestPermitWaitDurationMetric
--- FAIL: TestPermitWaitDurationMetric (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestPermitWaitDurationMetric/WaitOnPermit_-_Wait_Timeout 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestPermitWaitDurationMetric/WaitOnPermit_-_Wait_Timeout$
=== RUN   TestPermitWaitDurationMetric/WaitOnPermit_-_Wait_Timeout
    framework_test.go:2687: Expect latency to be greater than 0, got: 0
    --- FAIL: TestPermitWaitDurationMetric/WaitOnPermit_-_Wait_Timeout (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics 0.22s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics$
=== RUN   TestRecordingMetrics
--- FAIL: TestRecordingMetrics (0.22s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Bind_-_Error 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Bind_-_Error$
=== RUN   TestRecordingMetrics/Bind_-_Error
E0127 11:47:45.007297    1084 framework.go:1050] "Failed running Bind plugin" err="injected status" plugin="test-plugin" pod="" node=""
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Bind_-_Error (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Bind_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Bind_-_Success$
=== RUN   TestRecordingMetrics/Bind_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Bind_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Permit_-_Error 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Permit_-_Error$
=== RUN   TestRecordingMetrics/Permit_-_Error
E0127 11:47:45.022906    1084 framework.go:1174] "Failed running Permit plugin" err="injected status" plugin="test-plugin" pod=""
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Permit_-_Error (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Permit_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Permit_-_Success$
=== RUN   TestRecordingMetrics/Permit_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Permit_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Permit_-_Wait 0.01s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Permit_-_Wait$
=== RUN   TestRecordingMetrics/Permit_-_Wait
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Permit_-_Wait (0.01s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PostBind_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PostBind_-_Success$
=== RUN   TestRecordingMetrics/PostBind_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PostBind_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreBind_-_Error 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreBind_-_Error$
=== RUN   TestRecordingMetrics/PreBind_-_Error
E0127 11:47:44.991076    1084 framework.go:1012] "Failed running PreBind plugin" err="injected status" plugin="test-plugin" pod="" node=""
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreBind_-_Error (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreBind_-_Success 0.01s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreBind_-_Success$
=== RUN   TestRecordingMetrics/PreBind_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreBind_-_Success (0.01s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreFilter_-_Error 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreFilter_-_Error$
=== RUN   TestRecordingMetrics/PreFilter_-_Error
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreFilter_-_Error (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreFilter_-_Success 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreFilter_-_Success$
=== RUN   TestRecordingMetrics/PreFilter_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreFilter_-_Success (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreScore_-_Error 0.03s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreScore_-_Error$
=== RUN   TestRecordingMetrics/PreScore_-_Error
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreScore_-_Error (0.03s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/PreScore_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/PreScore_-_Success$
=== RUN   TestRecordingMetrics/PreScore_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/PreScore_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Reserve_-_Error 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Reserve_-_Error$
=== RUN   TestRecordingMetrics/Reserve_-_Error
E0127 11:47:44.975966    1084 framework.go:1103] "Failed running Reserve plugin" err="injected status" plugin="test-plugin" pod=""
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Reserve_-_Error (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Reserve_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Reserve_-_Success$
=== RUN   TestRecordingMetrics/Reserve_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Reserve_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Score_-_Error 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Score_-_Error$
=== RUN   TestRecordingMetrics/Score_-_Error
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Score_-_Error (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Score_-_Success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Score_-_Success$
=== RUN   TestRecordingMetrics/Score_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Score_-_Success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRecordingMetrics/Unreserve_-_Success 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRecordingMetrics/Unreserve_-_Success$
=== RUN   TestRecordingMetrics/Unreserve_-_Success
    framework_test.go:2307: Expect latency to be greater than 0, got: 0
    framework_test.go:2308: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRecordingMetrics/Unreserve_-_Success (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins 0.03s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins$
=== RUN   TestRunBindPlugins
--- FAIL: TestRunBindPlugins (0.03s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/all_skip 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/all_skip$
=== RUN   TestRunBindPlugins/all_skip
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/all_skip (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/error_after_success_status,_returns_success 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/error_after_success_status,_returns_success$
=== RUN   TestRunBindPlugins/error_after_success_status,_returns_success
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/error_after_success_status,_returns_success (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/error_on_second 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/error_on_second$
=== RUN   TestRunBindPlugins/error_on_second
E0127 11:47:45.038950    1084 framework.go:1050] "Failed running Bind plugin" err="injected status" plugin="bind-1" pod="" node=""
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/error_on_second (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/error_on_third,_but_not_reached 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/error_on_third,_but_not_reached$
=== RUN   TestRunBindPlugins/error_on_third,_but_not_reached
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/error_on_third,_but_not_reached (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/invalid_status 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/invalid_status$
=== RUN   TestRunBindPlugins/invalid_status
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/invalid_status (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/invalid_status,_returns_error 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/invalid_status,_returns_error$
=== RUN   TestRunBindPlugins/invalid_status,_returns_error
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/invalid_status,_returns_error (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/no_bind_plugin,_returns_default_binder 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/no_bind_plugin,_returns_default_binder$
=== RUN   TestRunBindPlugins/no_bind_plugin,_returns_default_binder
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/no_bind_plugin,_returns_default_binder (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/simple_error 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/simple_error$
=== RUN   TestRunBindPlugins/simple_error
E0127 11:47:45.039680    1084 framework.go:1050] "Failed running Bind plugin" err="injected status" plugin="bind-0" pod="" node=""
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/simple_error (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/simple_success 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/simple_success$
=== RUN   TestRunBindPlugins/simple_success
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/simple_success (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/success_after_error_status,_returns_error 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/success_after_error_status,_returns_error$
=== RUN   TestRunBindPlugins/success_after_error_status,_returns_error
E0127 11:47:45.070446    1084 framework.go:1050] "Failed running Bind plugin" err="injected status" plugin="bind-0" pod="" node=""
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/success_after_error_status,_returns_error (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/success_before_invalid_status,_returns_success 0.00s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/success_before_invalid_status,_returns_success$
=== RUN   TestRunBindPlugins/success_before_invalid_status,_returns_success
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/success_before_invalid_status,_returns_success (0.00s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/framework/runtime TestRunBindPlugins/success_on_second,_returns_success 0.02s

go test -v k8s.io/kubernetes/pkg/scheduler/framework/runtime -run TestRunBindPlugins/success_on_second,_returns_success$
=== RUN   TestRunBindPlugins/success_on_second,_returns_success
    framework_test.go:2420: Expect latency to be greater than 0, got: 0
    --- FAIL: TestRunBindPlugins/success_on_second,_returns_success (0.02s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/internal/queue TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks 0.43s

go test -v k8s.io/kubernetes/pkg/scheduler/internal/queue -run TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks$
=== RUN   TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks
--- FAIL: TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks (0.43s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/internal/queue TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/move_Pods_with_priority_greater_than_2 0.11s

go test -v k8s.io/kubernetes/pkg/scheduler/internal/queue -run TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/move_Pods_with_priority_greater_than_2$
=== RUN   TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/move_Pods_with_priority_greater_than_2
    scheduling_queue_test.go:1977: Unexpected diff (-want, +got):
          []string{
          	"p2",
        - 	"p3",
        + 	"p4",
        - 	"p4",
        + 	"p3",
          }
    --- FAIL: TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/move_Pods_with_priority_greater_than_2 (0.11s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/scheduler/internal/queue TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/nil_PreEnqueueCheck 0.12s

go test -v k8s.io/kubernetes/pkg/scheduler/internal/queue -run TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/nil_PreEnqueueCheck$
=== RUN   TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/nil_PreEnqueueCheck
    scheduling_queue_test.go:1977: Unexpected diff (-want, +got):
          []string{
          	"p0",
        - 	"p1",
        + 	"p4",
        - 	"p2",
        + 	"p3",
        - 	"p3",
        + 	"p2",
        - 	"p4",
        + 	"p1",
          }
    --- FAIL: TestMoveAllToActiveOrBackoffQueue_PreEnqueueChecks/nil_PreEnqueueCheck (0.12s)

				from junit_22.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/util/removeall TestRemoveAllOneFilesystem 0.01s

go test -v k8s.io/kubernetes/pkg/util/removeall -run TestRemoveAllOneFilesystem$
=== RUN   TestRemoveAllOneFilesystem
    removeall_test.go:134: test "mount" failed: expected error and got none
    removeall_test.go:134: test "innermount" failed: expected error and got none
    removeall_test.go:134: test "error" failed: expected error and got none
--- FAIL: TestRemoveAllOneFilesystem (0.01s)

				from junit_26.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/util/removeall TestRemoveDirsOneFilesystem 0.04s

go test -v k8s.io/kubernetes/pkg/util/removeall -run TestRemoveDirsOneFilesystem$
=== RUN   TestRemoveDirsOneFilesystem
    removeall_test.go:254: test "mount-no-files" failed: expected error and got none
    removeall_test.go:254: test "innermount" failed: expected error and got none
    removeall_test.go:254: test "error" failed: expected error and got none
--- FAIL: TestRemoveDirsOneFilesystem (0.04s)

				from junit_26.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume TestGetMetricsBlockInvalid 0.00s

go test -v k8s.io/kubernetes/pkg/volume -run TestGetMetricsBlockInvalid$
=== RUN   TestGetMetricsBlockInvalid
--- FAIL: TestGetMetricsBlockInvalid (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x28 pc=0x14022f6]

goroutine 27 [running]:
testing.tRunner.func1.2({0x1595d80, 0x2418590})
	C:/Program Files/Go/src/testing/testing.go:1396 +0x24e
testing.tRunner.func1()
	C:/Program Files/Go/src/testing/testing.go:1399 +0x39f
panic({0x1595d80, 0x2418590})
	C:/Program Files/Go/src/runtime/panic.go:884 +0x212
k8s.io/kubernetes/pkg/volume/testing.MetricsEqualIgnoreTimestamp(...)
	C:/kubernetes/pkg/volume/testing/testing.go:1720
k8s.io/kubernetes/pkg/volume_test.TestGetMetricsBlockInvalid(0xc00019aea0)
	C:/kubernetes/pkg/volume/metrics_block_test.go:30 +0x76
testing.tRunner(0xc00019aea0, 0x1849840)
	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_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/downwardapi TestDownwardAPI 0.16s

go test -v k8s.io/kubernetes/pkg/volume/downwardapi -run TestDownwardAPI$
=== RUN   TestDownwardAPI
    downwardapi_test.go:187: Test case: "test_labels" Step: "labels"
W0127 11:50:22.987948    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.3138627529\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_annotations" Step: "annotations"
W0127 11:50:23.033599    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.1108431472\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_name" Step: "name_file_name"
W0127 11:50:23.047179    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.4282681483\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_namespace" Step: "namespace_file_name"
W0127 11:50:23.061531    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.283075546\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_write_twice_no_update" Step: "resetup"
    downwardapi_test.go:187: Test case: "test_write_twice_no_update" Step: "labels"
W0127 11:50:23.073081    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.4155055629\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_write_twice_with_update" Step: "resetup"
    downwardapi_test.go:187: Test case: "test_write_twice_with_update" Step: "labels"
W0127 11:50:23.090852    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.2325742821\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_write_with_unix_path" Step: "these/are/my/labels"
    downwardapi_test.go:187: Test case: "test_write_with_unix_path" Step: "these/are/your/annotations"
W0127 11:50:23.103686    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.255947056\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_write_with_two_consecutive_slashes_in_the_path" Step: "this/labels"
W0127 11:50:23.114169    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.2188846578\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_default_mode" Step: "name_file_name"
    downwardapi_test.go:362: Found mode `-rw-rw-rw-` expected -rw-r--r--
W0127 11:50:23.123811    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.212076945\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
    downwardapi_test.go:187: Test case: "test_item_mode" Step: "name_file_name"
    downwardapi_test.go:362: Found mode `-r--r--r--` expected -r--------
W0127 11:50:23.133288    1372 empty_dir.go:523] Warning: Failed to clear quota on C:\Users\azureuser\AppData\Local\Temp\downwardApi_volume_test.3478459108\pods\test_pod_uid\volumes\kubernetes.io~downward-api: not implemented
--- FAIL: TestDownwardAPI (0.16s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/flexvolume TestNestedDriverDir 0.01s

go test -v k8s.io/kubernetes/pkg/volume/flexvolume -run TestNestedDriverDir$
=== RUN   TestNestedDriverDir
    probe_test.go:240: 
        	Error Trace:	probe_test.go:240
        	Error:      	Not equal: 
        	            	expected: 3
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:241
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 4
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 5
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 6
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 7
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 8
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 9
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 10
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 11
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 12
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
    probe_test.go:251: 
        	Error Trace:	probe_test.go:251
        	Error:      	Not equal: 
        	            	expected: 13
        	            	actual  : 2
        	Test:       	TestNestedDriverDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:252
        	Error:      	Should be true
        	Test:       	TestNestedDriverDir
--- FAIL: TestNestedDriverDir (0.01s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/flexvolume TestProberAddRemoveDriver 0.00s

go test -v k8s.io/kubernetes/pkg/volume/flexvolume -run TestProberAddRemoveDriver$
=== RUN   TestProberAddRemoveDriver
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:98
        	Error:      	Should be true
        	Test:       	TestProberAddRemoveDriver
--- FAIL: TestProberAddRemoveDriver (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/flexvolume TestRemovePluginDir 0.00s

go test -v k8s.io/kubernetes/pkg/volume/flexvolume -run TestRemovePluginDir$
=== RUN   TestRemovePluginDir
W0127 11:50:29.915232    4944 probe.go:268] Flexvolume plugin directory at /flexvolume does not exist. Recreating.
    probe_test.go:219: 
        	Error Trace:	probe_test.go:219
        	Error:      	Not equal: 
        	            	expected: 3
        	            	actual  : 2
        	Test:       	TestRemovePluginDir
    probe_test.go:40: 
        	Error Trace:	probe_test.go:40
        	            				probe_test.go:224
        	Error:      	Should be true
        	Test:       	TestRemovePluginDir
--- FAIL: TestRemovePluginDir (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/iscsi TestGetVolCount 0.00s

go test -v k8s.io/kubernetes/pkg/volume/iscsi -run TestGetVolCount$
=== RUN   TestGetVolCount
    iscsi_util_test.go:372: error creating fake plugin dir: mkdir C:\Users\azureuser\AppData\Local\Temp\refcounter2780808577\iface-127.0.0.1:3260:pv1: The filename, directory name, or volume label syntax is incorrect.
--- FAIL: TestGetVolCount (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/iscsi TestGetVolCount/single_volume 0.00s

go test -v k8s.io/kubernetes/pkg/volume/iscsi -run TestGetVolCount/single_volume$
=== RUN   TestGetVolCount/single_volume
    iscsi_util_test.go:435: expected 1 volumes, got 0
    --- FAIL: TestGetVolCount/single_volume (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/iscsi TestGetVolCount/two_volumes 0.00s

go test -v k8s.io/kubernetes/pkg/volume/iscsi -run TestGetVolCount/two_volumes$
=== RUN   TestGetVolCount/two_volumes
    iscsi_util_test.go:435: expected 2 volumes, got 0
    --- FAIL: TestGetVolCount/two_volumes (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/iscsi TestGetVolCount/volumeDevices_(block)_volume 0.00s

go test -v k8s.io/kubernetes/pkg/volume/iscsi -run TestGetVolCount/volumeDevices_(block)_volume$
=== RUN   TestGetVolCount/volumeDevices_(block)_volume
    iscsi_util_test.go:435: expected 1 volumes, got 0
    --- FAIL: TestGetVolCount/volumeDevices_(block)_volume (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/local TestBlockDeviceGlobalPathAndMountDevice 0.03s

go test -v k8s.io/kubernetes/pkg/volume/local -run TestBlockDeviceGlobalPathAndMountDevice$
=== RUN   TestBlockDeviceGlobalPathAndMountDevice
expected global path is: C:\Users\azureuser\AppData\Local\Temp\localVolumeTest2089063536\plugins\kubernetes.io\local-volume\mounts\pvA
E0127 11:50:51.187366    2032 mount_windows.go:281] diskMount: formatAndMount failed, err: wrong disk number format: "C:\\Users\\azureuser\\AppData\\Local\\Temp\\localVolumeTest2089063536", err: strconv.Atoi: parsing "C:\\Users\\azureuser\\AppData\\Local\\Temp\\localVolumeTest2089063536": invalid syntax
    local_test.go:271: local: failed to mount device C:\Users\azureuser\AppData\Local\Temp\localVolumeTest2089063536 at C:\Users\azureuser\AppData\Local\Temp\localVolumeTest2089063536\plugins\kubernetes.io\local-volume\mounts\pvA (fstype: ext4), error wrong disk number format: "C:\\Users\\azureuser\\AppData\\Local\\Temp\\localVolumeTest2089063536", err: strconv.Atoi: parsing "C:\\Users\\azureuser\\AppData\\Local\\Temp\\localVolumeTest2089063536": invalid syntax
--- FAIL: TestBlockDeviceGlobalPathAndMountDevice (0.03s)

				from junit_27.xml

Filter through log files | View test history on testgrid


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

go test -v k8s.io/kubernetes/pkg/volume/rbd -run TestPlugin$
=== RUN   TestPlugin
E0127 11:51:03.970968    1984 mount_windows.go:281] diskMount: formatAndMount failed, err: wrong disk number format: "/dev/rbd1", err: strconv.Atoi: parsing "/dev/rbd1": invalid syntax
    rbd_test.go:286: rbd: failed to mount device /dev/rbd1 at C:\Users\azureuser\AppData\Local\Temp\rbd_test1904387322\plugins\kubernetes.io\rbd\mounts\pool1-image-image1 (fstype: ext4), error wrong disk number format: "/dev/rbd1", err: strconv.Atoi: parsing "/dev/rbd1": invalid syntax
--- FAIL: TestPlugin (0.04s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/util TestGetNestedMountpoints 0.00s

go test -v k8s.io/kubernetes/pkg/volume/util -run TestGetNestedMountpoints$
=== RUN   TestGetNestedMountpoints
    nested_volumes_test.go:230: Unsorted Nested Pod: unexpected nested directories created:
        expected: map[nested:{} nested2:{}]
             got: map[nested:{} nested2:{} nested\double:{}]
    nested_volumes_test.go:230: Big Pod: unexpected nested directories created:
        expected: map[sub:{} sub1/sub2/sub3:{} sub1/sub2/sub4:{} sub1/sub2/sub6:{}]
             got: map[sub:{} sub1\sub2\sub3:{} sub1\sub2\sub4:{} sub1\sub2\sub6:{}]
--- FAIL: TestGetNestedMountpoints (0.00s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/util/subpath TestDoSafeMakeDir 7.77s

go test -v k8s.io/kubernetes/pkg/volume/util/subpath -run TestDoSafeMakeDir$
=== RUN   TestDoSafeMakeDir
    subpath_windows_test.go:129: 
        	Error Trace:	subpath_windows_test.go:129
        	Error:      	Expected nil, but got: &errors.errorString{s:"error opening existing directory C:\\Users\\azureuser\\AppData\\Local\\Temp\\TestDoSafeMakeDir3914727943\\testingVolumePath: exit status 1"}
        	Test:       	TestDoSafeMakeDir
        	Messages:   	Expect no error during doSafeMakeDir(C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath\x, C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath)
    subpath_windows_test.go:131: subPath should exists after doSafeMakeDir(C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath\x, C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath)
    subpath_windows_test.go:129: 
        	Error Trace:	subpath_windows_test.go:129
        	Error:      	Expected nil, but got: &errors.errorString{s:"error opening existing directory C:\\Users\\azureuser\\AppData\\Local\\Temp\\TestDoSafeMakeDir3914727943\\testingVolumePath: exit status 1"}
        	Test:       	TestDoSafeMakeDir
        	Messages:   	Expect no error during doSafeMakeDir(C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath\a\b\c\d, C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath)
    subpath_windows_test.go:131: subPath should exists after doSafeMakeDir(C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath\a\b\c\d, C:\Users\azureuser\AppData\Local\Temp\TestDoSafeMakeDir3914727943\testingVolumePath)
--- FAIL: TestDoSafeMakeDir (7.77s)

				from junit_27.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/pkg/volume/util/subpath TestLockAndCheckSubPath 11s

go test -v k8s.io/kubernetes/pkg/volume/util/subpath -run TestLockAndCheckSubPath$
=== RUN   TestLockAndCheckSubPath
    subpath_windows_test.go:228: 
        	Error Trace:	subpath_windows_test.go:228
        	Error:      	Not equal: 
        	            	expected: 1
        	            	actual  : 0
        	Test:       	TestLockAndCheckSubPath
    subpath_windows_test.go:233: 
        	Error Trace:	subpath_windows_test.go:233
        	Error:      	Expected nil, but got: &errors.errorString{s:"cannot evaluate link C:\\Users\\azureuser\\AppData\\Local\\Temp\\TestLockAndCheckSubPath360985036\\testingVolumePath\\a: exit status 1"}
        	Test:       	TestLockAndCheckSubPath
        	Messages:   	Expect no error during LockAndCheckSubPath(C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath, C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath\a)
    subpath_windows_test.go:228: 
        	Error Trace:	subpath_windows_test.go:228
        	Error:      	Not equal: 
        	            	expected: 4
        	            	actual  : 0
        	Test:       	TestLockAndCheckSubPath
    subpath_windows_test.go:233: 
        	Error Trace:	subpath_windows_test.go:233
        	Error:      	Expected nil, but got: &errors.errorString{s:"cannot evaluate link C:\\Users\\azureuser\\AppData\\Local\\Temp\\TestLockAndCheckSubPath360985036\\testingVolumePath\\a\\b\\c\\d: exit status 1"}
        	Test:       	TestLockAndCheckSubPath
        	Messages:   	Expect no error during LockAndCheckSubPath(C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath, C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath\a\b\c\d)
    subpath_windows_test.go:228: 
        	Error Trace:	subpath_windows_test.go:228
        	Error:      	Not equal: 
        	            	expected: 2
        	            	actual  : 0
        	Test:       	TestLockAndCheckSubPath
    subpath_windows_test.go:233: 
        	Error Trace:	subpath_windows_test.go:233
        	Error:      	Expected nil, but got: &errors.errorString{s:"cannot evaluate link C:\\Users\\azureuser\\AppData\\Local\\Temp\\TestLockAndCheckSubPath360985036\\testingVolumePath\\a\\b\\c\\d\\symlink: exit status 1"}
        	Test:       	TestLockAndCheckSubPath
        	Messages:   	Expect no error during LockAndCheckSubPath(C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath, C:\Users\azureuser\AppData\Local\Temp\TestLockAndCheckSubPath360985036\testingVolumePath\a\b\c\d\symlink)
--- FAIL: TestLockAndCheckSubPath (11.32s)

				from junit_27.xml

Filter through log files | View test history on testgrid


Show 15299 Passed Tests