This job view page is being replaced by Spyglass soon. Check out the new job view.
PRtimebertt: ✨ Pass webhook logger to handler via context
ResultFAILURE
Tests 1 failed / 1332 succeeded
Started2023-01-20 16:34
Elapsed5m7s
Revisionc80ac38ad0de46a5ca4eec688363d5be0e4d9bcd
Refs 1972

Test Failures


Controller internal Suite [It] controller Start should not error when cache sync timeout is of sufficiently high 0.00s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Controller\sinternal\sSuite\s\[It\]\scontroller\sStart\sshould\snot\serror\swhen\scache\ssync\stimeout\sis\sof\ssufficiently\shigh$'
[FAILED] Expected success, but got an error:
    <*fmt.wrapError | 0xc000118560>: {
        msg: "failed to wait for testcontroller caches to sync: failed to get informer from cache: GetInformer timed out",
        err: <*fmt.wrapError | 0xc000118540>{
            msg: "failed to get informer from cache: GetInformer timed out",
            err: <*errors.errorString | 0xc0000910c0>{
                s: "GetInformer timed out",
            },
        },
    }
    failed to wait for testcontroller caches to sync: failed to get informer from cache: GetInformer timed out
In [BeforeEach] at: /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:176 @ 01/20/23 16:38:00.957

				
				Click to see stdout/stderrfrom junit_pkg-internal-controller.xml

Filter through log files


Show 1332 Passed Tests

Show 54 Skipped Tests

Error lines from build-log.txt

... skipping 173 lines ...
+ header_text 'running go test'
+ echo 'running go test'
running go test
+ [[ -n /logs/artifacts ]]
+ GINKGO_ARGS=-ginkgo.junit-report=junit-report.xml
+ result=0
+ go test -v -race ./... --ginkgo.fail-fast -ginkgo.junit-report=junit-report.xml
testing: warning: no tests to run
PASS
ok  	sigs.k8s.io/controller-runtime	0.239s [no tests to run]
?   	sigs.k8s.io/controller-runtime/examples/builtins	[no test files]
?   	sigs.k8s.io/controller-runtime/examples/configfile/builtin	[no test files]
?   	sigs.k8s.io/controller-runtime/examples/configfile/custom	[no test files]
... skipping 160 lines ...
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.7.0/internal/suite.go:854 +0x115
created by github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.7.0/internal/suite.go:841 +0x131a
••••

Ran 37 of 37 Specs in 12.436 seconds
SUCCESS! -- 37 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestBuilder (12.73s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/builder	12.951s
=== RUN   TestSource
Running Suite: Cache Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/cache
=======================================================================================
Random Seed: 1674232650

Will run 212 of 212 specs
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 212 of 212 Specs in 120.027 seconds
SUCCESS! -- 212 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (120.43s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/cache	120.641s
?   	sigs.k8s.io/controller-runtime/pkg/cache/informertest	[no test files]
=== RUN   TestSource
Running Suite: Cache Internal Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/cache/internal
=========================================================================================================
Random Seed: 1674232644

Will run 1 of 1 specs
•

Ran 1 of 1 Specs in 0.003 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.01s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/cache/internal	0.186s
=== RUN   TestSource
Running Suite: CertWatcher Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/certwatcher
===================================================================================================
Random Seed: 1674232649

Will run 5 of 5 specs
•••••

Ran 5 of 5 Specs in 4.303 seconds
SUCCESS! -- 5 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (4.32s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/certwatcher	4.618s
?   	sigs.k8s.io/controller-runtime/pkg/certwatcher/metrics	[no test files]
=== RUN   TestSource
Running Suite: Client Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client
... skipping 7 lines ...
Client New should use the provided Mapper if provided
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:253
------------------------------
••••••
------------------------------
P [PENDING]
Client Create with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:347
------------------------------
•••••••••••
------------------------------
P [PENDING]
Client Update with structured objects should fail if the object does not pass server-side validation
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:581
------------------------------
P [PENDING]
Client Update with structured objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:585
------------------------------
•
------------------------------
P [PENDING]
Client Update with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:607
------------------------------
•••••••••••••••••••••••••••••
------------------------------
P [PENDING]
Client StatusClient with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1302
------------------------------
P [PENDING]
Client StatusClient with structured objects should fail if an API does not implement Status subresource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1306
------------------------------
••••••
------------------------------
P [PENDING]
Client StatusClient with unstructured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1442
------------------------------
P [PENDING]
Client StatusClient with unstructured objects should fail if an API does not implement Status subresource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1446
------------------------------
•••••
------------------------------
P [PENDING]
Client Delete with structured objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1539
------------------------------
•
------------------------------
P [PENDING]
Client Delete with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1560
------------------------------
••••••••••••
------------------------------
P [PENDING]
Client Get with structured objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1834
------------------------------
•
------------------------------
P [PENDING]
Client Get with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:1857
------------------------------
•••••••••
------------------------------
P [PENDING]
Client Get with metadata objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2054
------------------------------
P [PENDING]
Client Get with metadata objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2058
------------------------------
••••••••••
------------------------------
P [PENDING]
Client List with structured objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2533
------------------------------
P [PENDING]
Client List with structured objects should fail if the object cannot be mapped to a GVK
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2537
------------------------------
P [PENDING]
Client List with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2541
------------------------------
•••••
------------------------------
P [PENDING]
Client List with unstructured objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2810
------------------------------
P [PENDING]
Client List with unstructured objects should filter results by namespace selector
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:2814
------------------------------
•••••••
------------------------------
P [PENDING]
Client List with metadata objects should fail if the object doesn't have meta
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:3258
------------------------------
P [PENDING]
Client List with metadata objects should fail if the object cannot be mapped to a GVK
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:3262
------------------------------
P [PENDING]
Client List with metadata objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/client_test.go:3266
------------------------------
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 235 of 258 Specs in 26.431 seconds
SUCCESS! -- 235 Passed | 0 Failed | 23 Pending | 0 Skipped
--- PASS: TestSource (27.28s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/client	27.507s
=== RUN   TestSource
Running Suite: API Utilities Test Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/apiutil
=============================================================================================================
Random Seed: 1674232644

Will run 35 of 35 specs
•••••••••••••••••••••••••••••••••••

Ran 35 of 35 Specs in 1.457 seconds
SUCCESS! -- 35 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (1.59s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/client/apiutil	1.824s
=== RUN   TestConfig
Running Suite: Client Config Test Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/config
============================================================================================================
Random Seed: 1674232624

Will run 10 of 10 specs
••••••••••

Ran 10 of 10 Specs in 0.051 seconds
SUCCESS! -- 10 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestConfig (0.09s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/client/config	0.169s
=== RUN   TestSource
Running Suite: Fake client Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/client/fake
===================================================================================================
Random Seed: 1674232654

Will run 178 of 178 specs
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 178 of 178 Specs in 0.897 seconds
SUCCESS! -- 178 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (1.50s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/client/fake	1.793s
=== RUN   TestSource
Running Suite: Cluster Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/cluster
===========================================================================================
Random Seed: 1674232654

Will run 14 of 14 specs
••••••••••••••

Ran 14 of 14 Specs in 11.698 seconds
SUCCESS! -- 14 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (11.73s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/cluster	12.131s
=== RUN   TestScheme
Running Suite: Config Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/config
=========================================================================================
Random Seed: 1674232624

Will run 2 of 2 specs
••

Ran 2 of 2 Specs in 0.005 seconds
SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestScheme (0.01s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/config	0.088s
?   	sigs.k8s.io/controller-runtime/pkg/config/v1alpha1	[no test files]
=== RUN   TestSource
Running Suite: Controller Integration Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/controller
=============================================================================================================
Random Seed: 1674232654

Will run 11 of 11 specs
•••••••••••

Ran 11 of 11 Specs in 11.148 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (11.21s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/controller	11.410s
?   	sigs.k8s.io/controller-runtime/pkg/controller/controllertest	[no test files]
=== RUN   TestControllerutil
Running Suite: Controllerutil Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/controller/controllerutil
====================================================================================================================
Random Seed: 1674232654

Will run 45 of 45 specs
•••••••••••••••••••••••••••••••••••••••••••••

Ran 45 of 45 Specs in 10.182 seconds
SUCCESS! -- 45 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestControllerutil (10.34s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/controller/controllerutil	10.502s
?   	sigs.k8s.io/controller-runtime/pkg/conversion	[no test files]
=== RUN   TestSource
Running Suite: Envtest Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/envtest
===========================================================================================
Random Seed: 1674232659

Will run 20 of 20 specs
••••••••••••••••••••

Ran 20 of 20 Specs in 46.656 seconds
SUCCESS! -- 20 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (46.73s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/envtest	47.084s
=== RUN   TestDefaultGet
--- PASS: TestDefaultGet (0.06s)
=== RUN   TestDefaultList
... skipping 534 lines ...
Random Seed: 1674232665

Will run 9 of 9 specs
•••••••••

Ran 9 of 9 Specs in 0.023 seconds
SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestFinalizer (0.09s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/finalizer	0.377s
=== RUN   TestEventhandler
Running Suite: Eventhandler Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/handler
================================================================================================
Random Seed: 1674232668

Will run 36 of 36 specs
••••••••••••••••••••••••••••••••••••

Ran 36 of 36 Specs in 13.005 seconds
SUCCESS! -- 36 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestEventhandler (13.09s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/handler	13.385s
=== RUN   TestHealthz
Running Suite: Healthz Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/healthz
===========================================================================================
Random Seed: 1674232624

Will run 14 of 14 specs
••••••••••••••

Ran 14 of 14 Specs in 0.010 seconds
SUCCESS! -- 14 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestHealthz (0.04s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/healthz	0.103s
=== RUN   TestSource
Running Suite: Controller internal Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller
===================================================================================================================
Random Seed: 1674232672

Will run 27 of 31 specs
••••E0120 16:38:00.873738   20366 runtime.go:79] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
goroutine 471 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x224cf00?, 0x345f3c0?})
	/home/prow/go/pkg/mod/k8s.io/apimachinery@v0.26.0/pkg/util/runtime/runtime.go:75 +0xf3
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:107 +0x15f
panic({0x224cf00, 0x345f3c0})
... skipping 11 lines ...
github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.7.0/internal/suite.go:854 +0x115
created by github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.7.0/internal/suite.go:841 +0x131a
••••
------------------------------
• [FAILED] [0.001 seconds]
controller [BeforeEach] Start should not error when cache sync timeout is of sufficiently high
  [BeforeEach] /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:59
  [It] /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:183

  [FAILED] Expected success, but got an error:
      <*fmt.wrapError | 0xc000118560>: {
          msg: "failed to wait for testcontroller caches to sync: failed to get informer from cache: GetInformer timed out",
          err: <*fmt.wrapError | 0xc000118540>{
              msg: "failed to get informer from cache: GetInformer timed out",
              err: <*errors.errorString | 0xc0000910c0>{
                  s: "GetInformer timed out",
              },
          },
      }
      failed to wait for testcontroller caches to sync: failed to get informer from cache: GetInformer timed out
  In [BeforeEach] at: /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:176 @ 01/20/23 16:38:00.957
------------------------------
SSSSSSS
------------------------------
P [PENDING]
controller Processing queue items from a Controller should forget an item if it is not a Request and continue processing items
... skipping 22 lines ...
  [PANICKED] Test Panicked
  In [AfterSuite] at: /usr/local/go/src/runtime/panic.go:890 @ 01/20/23 16:38:02.112

  Your Test Panicked
  Expect(err).To(Succeed())
  /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:176
    When you, or your assertion library, calls Ginkgo's Fail(),
    Ginkgo panics to prevent subsequent assertions from running.

    Normally Ginkgo rescues this panic so you shouldn't see it.

    However, if you make an assertion in a goroutine, Ginkgo can't capture the
    panic.
... skipping 23 lines ...
    	/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:176 +0x179
    created by sigs.k8s.io/controller-runtime/pkg/internal/controller.glob..func3.3.3
    	/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:173 +0x666
------------------------------

Summarizing 2 Failures:
  [FAIL] controller [BeforeEach] Start should not error when cache sync timeout is of sufficiently high
  /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller_test.go:176
  [PANICKED!] [AfterSuite] 
  /usr/local/go/src/runtime/panic.go:890

Ran 9 of 31 Specs in 9.808 seconds
FAIL! -- 8 Passed | 1 Failed | 4 Pending | 18 Skipped
--- FAIL: TestSource (9.87s)
FAIL
FAIL	sigs.k8s.io/controller-runtime/pkg/internal/controller	10.075s
?   	sigs.k8s.io/controller-runtime/pkg/internal/controller/metrics	[no test files]
=== RUN   TestSource
Running Suite: Fields Selector Utils Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/field/selector
=========================================================================================================================
Random Seed: 1674232624

Will run 11 of 11 specs
•••••••••••

Ran 11 of 11 Specs in 0.005 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.03s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/field/selector	0.118s
?   	sigs.k8s.io/controller-runtime/pkg/internal/flock	[no test files]
?   	sigs.k8s.io/controller-runtime/pkg/internal/httpserver	[no test files]
?   	sigs.k8s.io/controller-runtime/pkg/internal/log	[no test files]
... skipping 4 lines ...
Random Seed: 1674232672

Will run 4 of 4 specs
••••

Ran 4 of 4 Specs in 11.001 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestRecorder (11.03s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/recorder	11.326s
=== RUN   TestInternal
Running Suite: Source Internal Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/source
===========================================================================================================
Random Seed: 1674232670

Will run 15 of 15 specs
•••••••••••••••

Ran 15 of 15 Specs in 0.020 seconds
SUCCESS! -- 15 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestInternal (0.14s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/source	0.508s
=== RUN   TestAddr
=== PAUSE TestAddr
=== CONT  TestAddr
... skipping 2 lines ...
Random Seed: 1674232624

Will run 3 of 3 specs
•••

Ran 3 of 3 Specs in 0.005 seconds
SUCCESS! -- 3 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestAddr (0.01s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/testing/addr	0.099s
=== RUN   TestInternal
=== PAUSE TestInternal
=== CONT  TestInternal
... skipping 2 lines ...
Random Seed: 1674232625

Will run 18 of 18 specs
••••••••••••••••••

Ran 18 of 18 Specs in 0.056 seconds
SUCCESS! -- 18 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestInternal (0.12s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/testing/certs	0.165s
=== RUN   TestIntegration
=== PAUSE TestIntegration
=== CONT  TestIntegration
... skipping 12 lines ...
Control Plane after having started adding users should produce a default base REST config if none is given to add
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/internal/testing/controlplane/plane_test.go:104
------------------------------
•••••••••••••••••••••••••••••••••••

Ran 39 of 41 Specs in 62.637 seconds
SUCCESS! -- 39 Passed | 0 Failed | 2 Pending | 0 Skipped
--- PASS: TestIntegration (62.74s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/testing/controlplane	62.927s
=== RUN   TestInternal
=== PAUSE TestInternal
=== CONT  TestInternal
... skipping 2 lines ...
Random Seed: 1674232630

Will run 52 of 52 specs
••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 52 of 52 Specs in 2.958 seconds
SUCCESS! -- 52 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestInternal (3.07s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/testing/process	3.137s
?   	sigs.k8s.io/controller-runtime/pkg/leaderelection	[no test files]
?   	sigs.k8s.io/controller-runtime/pkg/leaderelection/fake	[no test files]
=== RUN   TestSource
... skipping 2 lines ...
Random Seed: 1674232625

Will run 8 of 8 specs
••••••••

Ran 8 of 8 Specs in 0.007 seconds
SUCCESS! -- 8 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.04s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/log	0.123s
=== RUN   TestSource
Running Suite: Zap Log Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/log/zap
===========================================================================================
... skipping 2 lines ...
Will run 29 of 29 specs
•••••••••••••invalid value "foobar" for flag -zap-time-encoding: invalid time-encoding value "foobar"
Usage of /tmp/go-build793739680/b814/zap.test:
••••••••••••••••

Ran 29 of 29 Specs in 0.145 seconds
SUCCESS! -- 29 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.23s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/log/zap	0.298s
=== RUN   TestSource
Running Suite: Manager Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/manager
===========================================================================================
Random Seed: 1674232679

Will run 85 of 85 specs
••••••••••••••••••••I0120 16:38:07.787893   20700 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id-2...
I0120 16:38:07.801522   20700 leaderelection.go:258] successfully acquired lease default/test-leader-election-id-2
•I0120 16:38:07.956662   20700 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id-3...
I0120 16:38:07.979632   20700 leaderelection.go:258] successfully acquired lease default/test-leader-election-id-3
E0120 16:38:07.980082   20700 leaderelection.go:330] error retrieving resource lock default/test-leader-election-id-3: client rate limiter Wait returned an error: context canceled
I0120 16:38:07.980202   20700 leaderelection.go:283] failed to renew lease default/test-leader-election-id-3: timed out waiting for the condition
•I0120 16:38:08.129367   20700 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id...
I0120 16:38:08.146830   20700 leaderelection.go:258] successfully acquired lease default/test-leader-election-id
I0120 16:38:08.147786   20700 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id...
•••••I0120 16:38:08.603996   20700 leaderelection.go:248] attempting to acquire leader lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_471cdd46-80cb-4e63-a668-bd7f8b0b9fbe...
I0120 16:38:08.604215   20700 leaderelection.go:258] successfully acquired lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_471cdd46-80cb-4e63-a668-bd7f8b0b9fbe
•••••••••••••••••••••I0120 16:38:10.364406   20700 leaderelection.go:248] attempting to acquire leader lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_881f0bac-6508-4821-95e9-b8e2c5b82345...
... skipping 24 lines ...
I0120 16:38:11.702151   20700 leaderelection.go:258] successfully acquired lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_225a3200-cb26-4e2d-9293-531d002f0b78
•I0120 16:38:11.729564   20700 leaderelection.go:248] attempting to acquire leader lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_b4eff30f-25f2-4a8d-b52b-62a02b0eb50b...
I0120 16:38:11.729915   20700 leaderelection.go:258] successfully acquired lease 474019ee-98e0-11ed-9aa1-9eb704a7d5ff_b4eff30f-25f2-4a8d-b52b-62a02b0eb50b
•••••••••••••••••••••••

Ran 85 of 85 Specs in 14.444 seconds
SUCCESS! -- 85 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (14.65s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/manager	14.983s
=== RUN   TestSource
Running Suite: Runtime Signal Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/manager/signals
==========================================================================================================
... skipping 2 lines ...
Will run 1 of 1 specs
#...####
#...####Got interrupt signal. Aborting...
•

Ran 1 of 1 Specs in 1.005 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (1.01s)
PASS

#...
ok  	sigs.k8s.io/controller-runtime/pkg/manager/signals	1.102s
?   	sigs.k8s.io/controller-runtime/pkg/metrics	[no test files]
... skipping 3 lines ...
Random Seed: 1674232683

Will run 38 of 38 specs
••••••••••••••••••••••••••••••••••••••

Ran 38 of 38 Specs in 0.074 seconds
SUCCESS! -- 38 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestPredicate (0.18s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/predicate	0.398s
?   	sigs.k8s.io/controller-runtime/pkg/ratelimiter	[no test files]
=== RUN   TestReconcile
Running Suite: Reconcile Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/reconcile
===============================================================================================
Random Seed: 1674232630

Will run 5 of 5 specs
•••••

Ran 5 of 5 Specs in 0.005 seconds
SUCCESS! -- 5 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestReconcile (0.03s)
=== RUN   ExampleFunc
--- PASS: ExampleFunc (0.00s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/reconcile	0.110s
testing: warning: no tests to run
... skipping 5 lines ...
Random Seed: 1674232631

Will run 1 of 1 specs
•

Ran 1 of 1 Specs in 0.002 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.01s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/runtime/inject	0.066s
=== RUN   TestScheme
Running Suite: Scheme Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/scheme
=========================================================================================
Random Seed: 1674232682

Will run 2 of 2 specs
••

Ran 2 of 2 Specs in 0.003 seconds
SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestScheme (0.01s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/scheme	0.075s
=== RUN   TestSource
Running Suite: Source Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/source
=========================================================================================
... skipping 6 lines ...
Source Kind for a Foo CRD resource should provide Foo Events
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/source/source_integration_test.go:192
------------------------------
•••

Ran 19 of 20 Specs in 8.960 seconds
SUCCESS! -- 19 Passed | 0 Failed | 1 Pending | 0 Skipped
--- PASS: TestSource (9.00s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/source	9.154s
=== RUN   TestSource
Running Suite: Webhook Integration Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook
=======================================================================================================
... skipping 11 lines ...
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook/server_test.go:111
------------------------------
•••••••stopping?


Ran 11 of 13 Specs in 15.075 seconds
SUCCESS! -- 11 Passed | 0 Failed | 2 Pending | 0 Skipped
--- PASS: TestSource (15.10s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook	15.293s
=== RUN   TestAdmissionWebhook
Running Suite: Admission Webhook Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook/admission
===============================================================================================================
... skipping 39 lines ...
P [PENDING]
validatingHandler should return 400 in response when delete fails on decode
/home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook/admission/validator_test.go:239
------------------------------

Ran 50 of 54 Specs in 0.091 seconds
SUCCESS! -- 50 Passed | 0 Failed | 4 Pending | 0 Skipped
--- PASS: TestAdmissionWebhook (0.15s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/admission	0.319s
?   	sigs.k8s.io/controller-runtime/pkg/webhook/admission/admissiontest	[no test files]
=== RUN   TestAuthenticationWebhook
Running Suite: Authentication Webhook Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook/authentication
=========================================================================================================================
Random Seed: 1674232706

Will run 20 of 20 specs
••••••••••••••••••••

Ran 20 of 20 Specs in 0.017 seconds
SUCCESS! -- 20 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestAuthenticationWebhook (0.09s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/authentication	0.256s
=== RUN   TestConversionWebhook
Running Suite: CRD conversion Suite - /home/prow/go/src/sigs.k8s.io/controller-runtime/pkg/webhook/conversion
=============================================================================================================
Random Seed: 1674232709

Will run 10 of 10 specs
••••••••••

Ran 10 of 10 Specs in 0.183 seconds
SUCCESS! -- 10 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestConversionWebhook (0.20s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/conversion	0.293s
?   	sigs.k8s.io/controller-runtime/pkg/webhook/internal/metrics	[no test files]
FAIL
+ result=1
+ [[ -n /logs/artifacts ]]
+ mkdir -p /logs/artifacts
++ find . -name '*junit-report.xml'
+ for file in `find . -name *junit-report.xml`
+ new_file=pkg/envtest/junit-report.xml
... skipping 185 lines ...