This job view page is being replaced by Spyglass soon. Check out the new job view.
PRtangwz: feat(NodeVolumeLimits): return Skip in PreFilter
ResultFAILURE
Tests 5 failed / 37702 succeeded
Started2023-02-03 05:23
Elapsed29m47s
Revision94af73dd18b3e21fdb989e1b8eea3afd13207b53
Refs 115398

Test Failures


k8s.io/kubernetes/cmd/kube-scheduler/app TestSetup 1m33s

go test -v k8s.io/kubernetes/cmd/kube-scheduler/app -run TestSetup$
=== RUN   TestSetup
--- FAIL: TestSetup (93.48s)

				from junit_20230203-052329.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kube-scheduler/app TestSetup/default_config 4.20s

go test -v k8s.io/kubernetes/cmd/kube-scheduler/app -run TestSetup/default_config$
=== RUN   TestSetup/default_config
I0203 05:30:09.096604   39203 serving.go:348] Generated self-signed cert in-memory
W0203 05:30:11.275858   39203 authentication.go:426] failed to read in-cluster kubeconfig for delegated authentication: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:11.276076   39203 authentication.go:320] No authentication-kubeconfig provided in order to lookup client-ca-file in configmap/extension-apiserver-authentication in kube-system, so client certificate authentication won't work.
W0203 05:30:11.276214   39203 authentication.go:344] No authentication-kubeconfig provided in order to lookup requestheader-client-ca-file in configmap/extension-apiserver-authentication in kube-system, so request-header client certificate authentication won't work.
W0203 05:30:11.276352   39203 authorization.go:225] failed to read in-cluster kubeconfig for delegated authorization: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:11.276454   39203 authorization.go:193] No authorization-kubeconfig provided, so SubjectAccessReview of authorization tokens won't work.
W0203 05:30:11.279905   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280114   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280246   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280287   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280324   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280360   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280413   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280602   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280670   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280787   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280823   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280859   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.280907   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:11.281067   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
    server_test.go:664: Unexpected plugins diff (-want, +got):   map[string]*config.Plugins{
          	"default-scheduler": &{
          		PreEnqueue: {},
          		QueueSort:  {Enabled: {{Name: "PrioritySort"}}},
          		PreFilter: config.PluginSet{
          			Enabled: []config.Plugin{
          				... // 2 identical elements
          				{Name: "NodeResourcesFit"},
          				{Name: "VolumeRestrictions"},
        + 				{Name: "EBSLimits"},
        + 				{Name: "GCEPDLimits"},
        + 				{Name: "NodeVolumeLimits"},
        + 				{Name: "AzureDiskLimits"},
          				{Name: "VolumeBinding"},
          				{Name: "VolumeZone"},
          				... // 2 identical elements
          			},
          			Disabled: nil,
          		},
          		Filter:     {Enabled: {{Name: "NodeUnschedulable"}, {Name: "NodeName"}, {Name: "TaintToleration"}, {Name: "NodeAffinity"}, ...}},
          		PostFilter: {Enabled: {{Name: "DefaultPreemption"}}},
          		... // 8 identical fields
          	},
          }
    --- FAIL: TestSetup/default_config (4.20s)

				from junit_20230203-052329.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kube-scheduler/app TestSetup/default_config_with_two_alpha_features_enabled 10s

go test -v k8s.io/kubernetes/cmd/kube-scheduler/app -run TestSetup/default_config_with_two_alpha_features_enabled$
=== RUN   TestSetup/default_config_with_two_alpha_features_enabled
I0203 05:29:59.465638   39203 serving.go:348] Generated self-signed cert in-memory
W0203 05:30:07.007403   39203 authentication.go:426] failed to read in-cluster kubeconfig for delegated authentication: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:07.007480   39203 authentication.go:320] No authentication-kubeconfig provided in order to lookup client-ca-file in configmap/extension-apiserver-authentication in kube-system, so client certificate authentication won't work.
W0203 05:30:07.007504   39203 authentication.go:344] No authentication-kubeconfig provided in order to lookup requestheader-client-ca-file in configmap/extension-apiserver-authentication in kube-system, so request-header client certificate authentication won't work.
W0203 05:30:07.007544   39203 authorization.go:225] failed to read in-cluster kubeconfig for delegated authorization: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:07.007575   39203 authorization.go:193] No authorization-kubeconfig provided, so SubjectAccessReview of authorization tokens won't work.
W0203 05:30:07.082969   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.084604   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.084960   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085027   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085091   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085139   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085199   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085244   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085300   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085381   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085677   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085732   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085873   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:07.085985   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
    server_test.go:664: Unexpected plugins diff (-want, +got):   map[string]*config.Plugins{
          	"default-scheduler": &{
          		PreEnqueue: {Enabled: {{Name: "SchedulingGates"}}},
          		QueueSort:  {Enabled: {{Name: "PrioritySort"}}},
          		PreFilter: config.PluginSet{
          			Enabled: []config.Plugin{
          				... // 2 identical elements
          				{Name: "NodeResourcesFit"},
          				{Name: "VolumeRestrictions"},
        + 				{Name: "EBSLimits"},
        + 				{Name: "GCEPDLimits"},
        + 				{Name: "NodeVolumeLimits"},
        + 				{Name: "AzureDiskLimits"},
          				{Name: "VolumeBinding"},
          				{Name: "VolumeZone"},
          				... // 2 identical elements
          			},
          			Disabled: nil,
          		},
          		Filter:     {Enabled: {{Name: "NodeUnschedulable"}, {Name: "NodeName"}, {Name: "TaintToleration"}, {Name: "NodeAffinity"}, ...}},
          		PostFilter: {Enabled: {{Name: "DefaultPreemption"}}},
          		... // 8 identical fields
          	},
          }
    --- FAIL: TestSetup/default_config_with_two_alpha_features_enabled (10.30s)

				from junit_20230203-052329.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kube-scheduler/app TestSetup/out-of-tree_component_configuration_v1 7.40s

go test -v k8s.io/kubernetes/cmd/kube-scheduler/app -run TestSetup/out-of-tree_component_configuration_v1$
=== RUN   TestSetup/out-of-tree_component_configuration_v1
I0203 05:30:49.993056   39203 serving.go:348] Generated self-signed cert in-memory
W0203 05:30:54.408318   39203 authentication.go:426] failed to read in-cluster kubeconfig for delegated authentication: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:54.408389   39203 authentication.go:320] No authentication-kubeconfig provided in order to lookup client-ca-file in configmap/extension-apiserver-authentication in kube-system, so client certificate authentication won't work.
W0203 05:30:54.408423   39203 authentication.go:344] No authentication-kubeconfig provided in order to lookup requestheader-client-ca-file in configmap/extension-apiserver-authentication in kube-system, so request-header client certificate authentication won't work.
W0203 05:30:54.408478   39203 authorization.go:225] failed to read in-cluster kubeconfig for delegated authorization: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:54.408518   39203 authorization.go:193] No authorization-kubeconfig provided, so SubjectAccessReview of authorization tokens won't work.
W0203 05:30:54.460186   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460385   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460510   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460564   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460602   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460667   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460742   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460789   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460827   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460903   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.460967   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.461004   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.461238   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:54.461301   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
    server_test.go:664: Unexpected plugins diff (-want, +got):   map[string]*config.Plugins{
          	"default-scheduler": &{
          		PreEnqueue: {},
          		QueueSort:  {Enabled: {{Name: "PrioritySort"}}},
          		PreFilter: config.PluginSet{
          			Enabled: []config.Plugin{
          				... // 2 identical elements
          				{Name: "NodeResourcesFit"},
          				{Name: "VolumeRestrictions"},
        + 				{Name: "EBSLimits"},
        + 				{Name: "GCEPDLimits"},
        + 				{Name: "NodeVolumeLimits"},
        + 				{Name: "AzureDiskLimits"},
          				{Name: "VolumeBinding"},
          				{Name: "VolumeZone"},
          				... // 3 identical elements
          			},
          			Disabled: nil,
          		},
          		Filter:     {Enabled: {{Name: "NodeUnschedulable"}, {Name: "NodeName"}, {Name: "TaintToleration"}, {Name: "NodeAffinity"}, ...}},
          		PostFilter: {Enabled: {{Name: "DefaultPreemption"}}},
          		... // 8 identical fields
          	},
          }
    --- FAIL: TestSetup/out-of-tree_component_configuration_v1 (7.40s)

				from junit_20230203-052329.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/cmd/kube-scheduler/app TestSetup/out-of-tree_component_configuration_v1beta3 5.40s

go test -v k8s.io/kubernetes/cmd/kube-scheduler/app -run TestSetup/out-of-tree_component_configuration_v1beta3$
=== RUN   TestSetup/out-of-tree_component_configuration_v1beta3
I0203 05:30:44.672942   39203 serving.go:348] Generated self-signed cert in-memory
I0203 05:30:44.676561   39203 configfile.go:59] "KubeSchedulerConfiguration v1beta3 is deprecated in v1.26, will be removed in v1.29"
W0203 05:30:47.006487   39203 authentication.go:426] failed to read in-cluster kubeconfig for delegated authentication: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:47.006555   39203 authentication.go:320] No authentication-kubeconfig provided in order to lookup client-ca-file in configmap/extension-apiserver-authentication in kube-system, so client certificate authentication won't work.
W0203 05:30:47.006588   39203 authentication.go:344] No authentication-kubeconfig provided in order to lookup requestheader-client-ca-file in configmap/extension-apiserver-authentication in kube-system, so request-header client certificate authentication won't work.
W0203 05:30:47.006677   39203 authorization.go:225] failed to read in-cluster kubeconfig for delegated authorization: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
W0203 05:30:47.006712   39203 authorization.go:193] No authorization-kubeconfig provided, so SubjectAccessReview of authorization tokens won't work.
W0203 05:30:47.058882   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059114   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059309   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059366   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059417   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059458   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059542   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059589   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059636   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059680   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059868   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.059932   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.060058   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
W0203 05:30:47.060223   39203 mutation_detector.go:53] Mutation detector is enabled, this will result in memory leakage.
    server_test.go:664: Unexpected plugins diff (-want, +got):   map[string]*config.Plugins{
          	"default-scheduler": &{
          		PreEnqueue: {},
          		QueueSort:  {Enabled: {{Name: "PrioritySort"}}},
          		PreFilter: config.PluginSet{
          			Enabled: []config.Plugin{
          				... // 2 identical elements
          				{Name: "NodeResourcesFit"},
          				{Name: "VolumeRestrictions"},
        + 				{Name: "EBSLimits"},
        + 				{Name: "GCEPDLimits"},
        + 				{Name: "NodeVolumeLimits"},
        + 				{Name: "AzureDiskLimits"},
          				{Name: "VolumeBinding"},
          				{Name: "VolumeZone"},
          				... // 3 identical elements
          			},
          			Disabled: nil,
          		},
          		Filter:     {Enabled: {{Name: "NodeUnschedulable"}, {Name: "NodeName"}, {Name: "TaintToleration"}, {Name: "NodeAffinity"}, ...}},
          		PostFilter: {Enabled: {{Name: "DefaultPreemption"}}},
          		... // 8 identical fields
          	},
          }
    --- FAIL: TestSetup/out-of-tree_component_configuration_v1beta3 (5.40s)

				from junit_20230203-052329.xml

Filter through log files | View test history on testgrid


Show 37702 Passed Tests