This job view page is being replaced by Spyglass soon. Check out the new job view.
ResultFAILURE
Tests 1 failed / 1335 succeeded
Started2023-03-22 04:20
Elapsed4m59s
Revisionmain

Test Failures


Envtest Process Launcher Suite [It] Start method when the healthcheck returns ok when IO is configured can inspect stdout & stderr 0.01s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=Envtest\sProcess\sLauncher\sSuite\s\[It\]\sStart\smethod\swhen\sthe\shealthcheck\sreturns\sok\swhen\sIO\sis\sconfigured\scan\sinspect\sstdout\s\&\sstderr$'
[FAILED] Expected success, but got an error:
    <*errors.errorString | 0xc000426040>: 
    timeout waiting for process bash to start successfully (it may have failed to start, or stopped unexpectedly before becoming ready)
    {
        s: "timeout waiting for process bash to start successfully (it may have failed to start, or stopped unexpectedly before becoming ready)",
    }
In [It] at: /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/process/process_test.go:143 @ 03/22/23 04:23:36.471

				
				Click to see stdout/stderrfrom junit_pkg-internal-testing-process.xml

Filter through log files | View test history on testgrid


Show 1335 Passed Tests

Show 45 Skipped Tests

Error lines from build-log.txt

... skipping 247 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.244s [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.9.1/internal/suite.go:863 +0x115
created by github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.9.1/internal/suite.go:850 +0x131a
•••••••••••••••••••••••••

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

Will run 211 of 211 specs
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 211 of 211 Specs in 114.275 seconds
SUCCESS! -- 211 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (114.67s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/cache	114.981s
?   	sigs.k8s.io/controller-runtime/pkg/cache/informertest	[no test files]
=== RUN   TestSource
Running Suite: Cache Internal Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/cache/internal
========================================================================================================================
Random Seed: 1679459028

Will run 1 of 1 specs
•

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

Will run 5 of 5 specs
•••••

Ran 5 of 5 Specs in 4.958 seconds
SUCCESS! -- 5 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (4.99s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/certwatcher	5.185s
?   	sigs.k8s.io/controller-runtime/pkg/certwatcher/metrics	[no test files]
=== RUN   TestClient
Running Suite: Client Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client
========================================================================================================
Random Seed: 1679459035

Will run 238 of 260 specs
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
------------------------------
P [PENDING]
Client Create with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:364
------------------------------
••••••••••••
------------------------------
P [PENDING]
Client Update with structured objects should fail if the object does not pass server-side validation
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:613
------------------------------
P [PENDING]
Client Update with structured objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:617
------------------------------
•
------------------------------
P [PENDING]
Client Update with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:639
------------------------------
•••••••••••••••••••••••••••••
------------------------------
P [PENDING]
Client StatusClient with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1334
------------------------------
P [PENDING]
Client StatusClient with structured objects should fail if an API does not implement Status subresource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1338
------------------------------
••••••
------------------------------
P [PENDING]
Client StatusClient with unstructured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1474
------------------------------
P [PENDING]
Client StatusClient with unstructured objects should fail if an API does not implement Status subresource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1478
------------------------------
•••••
------------------------------
P [PENDING]
Client Delete with structured objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1571
------------------------------
•
------------------------------
P [PENDING]
Client Delete with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1592
------------------------------
••••••••••••
------------------------------
P [PENDING]
Client Get with structured objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1866
------------------------------
•
------------------------------
P [PENDING]
Client Get with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:1889
------------------------------
•••••••••
------------------------------
P [PENDING]
Client Get with metadata objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2086
------------------------------
P [PENDING]
Client Get with metadata objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2090
------------------------------
••••••••••
------------------------------
P [PENDING]
Client List with structured objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2565
------------------------------
P [PENDING]
Client List with structured objects should fail if the object cannot be mapped to a GVK
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2569
------------------------------
P [PENDING]
Client List with structured objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2573
------------------------------
•••••
------------------------------
P [PENDING]
Client List with unstructured objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2842
------------------------------
P [PENDING]
Client List with unstructured objects should filter results by namespace selector
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:2846
------------------------------
•••••••
------------------------------
P [PENDING]
Client List with metadata objects should fail if the object doesn't have meta
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:3290
------------------------------
P [PENDING]
Client List with metadata objects should fail if the object cannot be mapped to a GVK
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:3294
------------------------------
P [PENDING]
Client List with metadata objects should fail if the GVK cannot be mapped to a Resource
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/client_test.go:3298
------------------------------
••••••••••••••••••••••••••••••••••••••••••••••••••••••

Ran 238 of 260 Specs in 26.417 seconds
SUCCESS! -- 238 Passed | 0 Failed | 22 Pending | 0 Skipped
--- PASS: TestClient (27.22s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/client	27.520s
=== RUN   TestSource
Running Suite: API Utilities Test Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/client/apiutil
============================================================================================================================
Random Seed: 1679459031

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

Ran 35 of 35 Specs in 1.464 seconds
SUCCESS! -- 35 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (1.58s)
=== RUN   TestLazyRestMapperProvider
    lazyrestmapper_test.go:65: Setup envtest
=== RUN   TestLazyRestMapperProvider/LazyRESTMapper_should_fetch_data_based_on_the_request
=== RUN   TestLazyRestMapperProvider/LazyRESTMapper_should_cache_fetched_data_and_doesn't_perform_any_additional_requests
=== RUN   TestLazyRestMapperProvider/LazyRESTMapper_should_work_correctly_with_empty_versions_list
... skipping 23 lines ...
Random Seed: 1679459010

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

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

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

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

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

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

Will run 2 of 2 specs
••

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

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

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

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

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

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

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

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

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

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

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

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

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

Will run 27 of 31 specs
••E0322 04:24:24.753350   25014 runtime.go:79] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
goroutine 404 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x225e740?, 0x347d480?})
	/home/prow/go/pkg/mod/k8s.io/apimachinery@v0.26.1/pkg/util/runtime/runtime.go:75 +0xf3
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/controller/controller.go:107 +0x15f
panic({0x225e740, 0x347d480})
... skipping 32 lines ...
controller Processing queue items from a Controller should create a new go routine for MaxConcurrentReconciles
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/controller/controller_test.go:520
------------------------------
••••••••

Ran 27 of 31 Specs in 11.248 seconds
SUCCESS! -- 27 Passed | 0 Failed | 4 Pending | 0 Skipped
--- PASS: TestSource (11.40s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/controller	11.617s
?   	sigs.k8s.io/controller-runtime/pkg/internal/controller/metrics	[no test files]
=== RUN   TestSource
Running Suite: Fields Selector Utils Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/field/selector
========================================================================================================================================
Random Seed: 1679459010

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.02s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/field/selector	0.150s
?   	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: 1679459057

Will run 4 of 4 specs
••••

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

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

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

Will run 3 of 3 specs
•••

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

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

Ran 18 of 18 Specs in 0.053 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.173s
=== 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/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/controlplane/plane_test.go:104
------------------------------
••••••••••••••••••••••••••••

Ran 39 of 41 Specs in 59.544 seconds
SUCCESS! -- 39 Passed | 0 Failed | 2 Pending | 0 Skipped
--- PASS: TestIntegration (59.65s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/internal/testing/controlplane	59.914s
=== RUN   TestInternal
=== PAUSE TestInternal
=== CONT  TestInternal
Running Suite: Envtest Process Launcher Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/process
============================================================================================================================================
Random Seed: 1679459015

Will run 52 of 52 specs
•••••••••••••••••••••••••••••••••••••••••
------------------------------
• [FAILED] [0.007 seconds]
Start method when the healthcheck returns ok when IO is configured [It] can inspect stdout & stderr
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/process/process_test.go:129

  [FAILED] Expected success, but got an error:
      <*errors.errorString | 0xc000426040>: 
      timeout waiting for process bash to start successfully (it may have failed to start, or stopped unexpectedly before becoming ready)
      {
          s: "timeout waiting for process bash to start successfully (it may have failed to start, or stopped unexpectedly before becoming ready)",
      }
  In [It] at: /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/process/process_test.go:143 @ 03/22/23 04:23:36.471
------------------------------
SSSSSSSSSS

Summarizing 1 Failure:
  [FAIL] Start method when the healthcheck returns ok when IO is configured [It] can inspect stdout & stderr
  /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/internal/testing/process/process_test.go:143

Ran 42 of 52 Specs in 0.636 seconds
FAIL! -- 41 Passed | 1 Failed | 0 Pending | 10 Skipped
--- FAIL: TestInternal (0.72s)
FAIL
FAIL	sigs.k8s.io/controller-runtime/pkg/internal/testing/process	0.778s
?   	sigs.k8s.io/controller-runtime/pkg/leaderelection	[no test files]
?   	sigs.k8s.io/controller-runtime/pkg/leaderelection/fake	[no test files]
=== RUN   TestSource
Running Suite: Log Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/log
==================================================================================================
Random Seed: 1679459015

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

Ran 8 of 8 Specs in 0.005 seconds
SUCCESS! -- 8 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (0.07s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/log	0.162s
=== RUN   TestSource
Running Suite: Zap Log Suite - /home/prow/go/src/github.com/kubernetes-sigs/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-build2913325638/b817/zap.test:
•••••

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

Will run 87 of 87 specs
•••••••••••I0322 04:24:34.846591   25586 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id-2...
I0322 04:24:34.868271   25586 leaderelection.go:258] successfully acquired lease default/test-leader-election-id-2
•I0322 04:24:35.028822   25586 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id-3...
I0322 04:24:35.039172   25586 leaderelection.go:258] successfully acquired lease default/test-leader-election-id-3
E0322 04:24:35.039660   25586 leaderelection.go:330] error retrieving resource lock default/test-leader-election-id-3: client rate limiter Wait returned an error: context canceled
I0322 04:24:35.039766   25586 leaderelection.go:283] failed to renew lease default/test-leader-election-id-3: timed out waiting for the condition
•I0322 04:24:35.162277   25586 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id...
I0322 04:24:35.181750   25586 leaderelection.go:258] successfully acquired lease default/test-leader-election-id
I0322 04:24:35.182746   25586 leaderelection.go:248] attempting to acquire leader lease default/test-leader-election-id...
•••••I0322 04:24:35.677882   25586 leaderelection.go:248] attempting to acquire leader lease e99a4b89-c868-11ed-abe9-f26dd6892cca_9e14c3c0-f60d-4586-a0e4-bbd851a415fb...
I0322 04:24:35.678105   25586 leaderelection.go:258] successfully acquired lease e99a4b89-c868-11ed-abe9-f26dd6892cca_9e14c3c0-f60d-4586-a0e4-bbd851a415fb
••••••••••••••••••••••I0322 04:24:39.063293   25586 leaderelection.go:248] attempting to acquire leader lease e99a4b89-c868-11ed-abe9-f26dd6892cca_a8ccff70-02c3-43d7-b11b-61333378e200...
... skipping 26 lines ...
I0322 04:24:40.258685   25586 leaderelection.go:258] successfully acquired lease e99a4b89-c868-11ed-abe9-f26dd6892cca_f752514f-6e4c-49f0-b9e3-7f53fbeb0f42
•I0322 04:24:40.428394   25586 leaderelection.go:248] attempting to acquire leader lease e99a4b89-c868-11ed-abe9-f26dd6892cca_690e1a86-911f-4cc3-9a62-9e2696c77040...
I0322 04:24:40.428623   25586 leaderelection.go:258] successfully acquired lease e99a4b89-c868-11ed-abe9-f26dd6892cca_690e1a86-911f-4cc3-9a62-9e2696c77040
••••••••••••••••••••••••••••••••

Ran 87 of 87 Specs in 17.540 seconds
SUCCESS! -- 87 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (17.72s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/manager	18.001s
=== RUN   TestSource
Running Suite: Runtime Signal Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/manager/signals
=========================================================================================================================
... skipping 3 lines ...
...#####
#...####Got interrupt signal. Aborting...
•
#...

Ran 1 of 1 Specs in 1.012 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestSource (1.02s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/manager/signals	1.138s
?   	sigs.k8s.io/controller-runtime/pkg/metrics	[no test files]
=== RUN   TestPredicate
Running Suite: Predicate Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/predicate
==============================================================================================================
Random Seed: 1679459067

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

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

Will run 5 of 5 specs
•••••

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

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.072s
=== RUN   TestSource
Running Suite: Source Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/source
========================================================================================================
... skipping 6 lines ...
Source Kind for a Foo CRD resource should provide Foo Events
/home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/source/source_integration_test.go:193
------------------------------
•••

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


Ran 7 of 9 Specs in 12.012 seconds
SUCCESS! -- 7 Passed | 0 Failed | 2 Pending | 0 Skipped
--- PASS: TestSource (12.03s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook	12.217s
=== RUN   TestAdmissionWebhook
Running Suite: Admission Webhook Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/webhook/admission
==============================================================================================================================
... skipping 40 lines ...
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.9.1/internal/suite.go:863 +0x115
created by github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
	/home/prow/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.9.1/internal/suite.go:850 +0x131a
•••••••••••

Ran 47 of 51 Specs in 0.099 seconds
SUCCESS! -- 47 Passed | 0 Failed | 4 Pending | 0 Skipped
--- PASS: TestAdmissionWebhook (0.16s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/admission	0.352s
?   	sigs.k8s.io/controller-runtime/pkg/webhook/admission/admissiontest	[no test files]
=== RUN   TestAuthenticationWebhook
Running Suite: Authentication Webhook Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/webhook/authentication
========================================================================================================================================
Random Seed: 1679459089

Will run 19 of 19 specs
•••••••••••••••••••

Ran 19 of 19 Specs in 0.014 seconds
SUCCESS! -- 19 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestAuthenticationWebhook (0.05s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/authentication	0.102s
=== RUN   TestConversionWebhook
Running Suite: CRD conversion Suite - /home/prow/go/src/github.com/kubernetes-sigs/controller-runtime/pkg/webhook/conversion
============================================================================================================================
Random Seed: 1679459092

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

Ran 10 of 10 Specs in 0.185 seconds
SUCCESS! -- 10 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestConversionWebhook (0.21s)
PASS
ok  	sigs.k8s.io/controller-runtime/pkg/webhook/conversion	0.342s
?   	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/builder/junit-report.xml
... skipping 180 lines ...