This job view page is being replaced by Spyglass soon. Check out the new job view.
PRkannon92: Using parsers in applyDefaultImageTag and adding error test cases.
ResultFAILURE
Tests 1 failed / 36 succeeded
Started2023-03-17 19:49
Elapsed45m42s
Revisiona6589fd7bcdf4fb1669081cc0b360dd94deb4f71
Refs 116231

Test Failures


verify gofmt 5.14s

make verify WHAT=gofmt
go version go1.20.2 linux/amd64
diff ./pkg/kubelet/images/image_manager_test.go.orig ./pkg/kubelet/images/image_manager_test.go
--- ./pkg/kubelet/images/image_manager_test.go.orig
+++ ./pkg/kubelet/images/image_manager_test.go
@@ -222,7 +222,7 @@
 	m.finishedPullingRecorded = false
 }
 
-func pullerTestEnv(t *testing.T, c pullerTestCase, serialized bool, maxParallelImagePulls *int32) (puller ImageManager, fakeClock *testingclock.FakeClock, fakeRuntime *ctest.FakeRuntime, container *v1.Container, fakePodPullingTimeRecorder *mockPodPullingTimeRecorder)  {
+func pullerTestEnv(t *testing.T, c pullerTestCase, serialized bool, maxParallelImagePulls *int32) (puller ImageManager, fakeClock *testingclock.FakeClock, fakeRuntime *ctest.FakeRuntime, container *v1.Container, fakePodPullingTimeRecorder *mockPodPullingTimeRecorder) {
 	container = &v1.Container{
 		Name:            "container_name",
 		Image:           c.containerImage,

Run ./hack/update-gofmt.sh
				
				Click to see stdout/stderrfrom junit_verify.xml

Filter through log files | View test history on testgrid


Show 36 Passed Tests

Error lines from build-log.txt

... skipping 900 lines ...
 	container = &v1.Container{
 		Name:            "container_name",
 		Image:           c.containerImage,

Run ./hack/update-gofmt.sh
+++ exit code: 1
+++ error: 1
FAILED   verify-gofmt.sh	5s
Verifying verify-golangci-lint-config.sh

+++ Running case: verify.golangci-lint-config 
+++ working dir: /home/prow/go/src/k8s.io/kubernetes
+++ command: bash "hack/make-rules/../../hack/verify-golangci-lint-config.sh"
hack/golangci.yaml and hack/golangci-strict.yaml are synchronized.
... skipping 1490 lines ...
  found dependency apimachinery
  found dependency kubelet
Done.
+++ exit code: 0
SUCCESS  verify-publishing-bot.py	0s
========================
FAILED TESTS
========================
hack/make-rules/../../hack/verify-gofmt.sh
make: *** [Makefile:128: verify] Error 1
+ EXIT_VALUE=2
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up after docker
02790e2b1642
... skipping 4 lines ...