-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
job link
e2e log has this:
[It] watch on custom resource definition objects [Conformance] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s] k8s.io/kubernetes@v1.23.0/test/e2e/framework/framework.go:649 Apr 22 01:06:18.828: FAIL: failed to create CustomResourceDefinition: etcdserver: request timed out Full Stack Trace github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc0000001a0) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/leafnodes/runner.go:113 +0xba github.com/onsi/ginkgo/internal/leafnodes.(*runner).run(0xc002396ea0) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/leafnodes/runner.go:64 +0x125 github.com/onsi/ginkgo/internal/leafnodes.(*ItNode).Run(0x7f595f2e0fff) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/leafnodes/it_node.go:26 +0x7b github.com/onsi/ginkgo/internal/spec.(*Spec).runSample(0xc003342000, 0xc0006eb268, {0x8c70aa0, 0xc000468c00}) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/spec/spec.go:215 +0x2a9 github.com/onsi/ginkgo/internal/spec.(*Spec).Run(0xc003342000, {0x8c70aa0, 0xc000468c00}) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/spec/spec.go:138 +0xe7 github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec(0xc000f09040, 0xc003342000) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/specrunner/spec_runner.go:200 +0xe5 github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs(0xc000f09040) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/specrunner/spec_runner.go:170 +0x1a5 github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run(0xc000f09040) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/specrunner/spec_runner.go:66 +0xc5 github.com/onsi/ginkgo/internal/suite.(*Suite).Run(0xc00047c000, {0x8c70dc0, 0xc002c9e870}, {0x0, 0xc000096800}, {0xc002bdba90, 0x1, 0x1}, {0x8d86098, 0xc000468c00}, ...) github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/suite/suite.go:62 +0x4b2 github.com/openshift/origin/pkg/test/ginkgo.(*TestOptions).Run(0xc00216dc80, {0xc00189ec60, 0xc641810, 0x484f4a0}) github.com/openshift/origin/pkg/test/ginkgo/cmd_runtest.go:61 +0x3be main.newRunTestCommand.func1.1() github.com/openshift/origin/cmd/openshift-tests/openshift-tests.go:434 +0x32 github.com/openshift/origin/test/extended/util.WithCleanup(0xc00239fc18) github.com/openshift/origin/test/extended/util/test.go:168 +0xad main.newRunTestCommand.func1(0xc0012c4f00, {0xc00189ec60, 0x1, 0x1}) github.com/openshift/origin/cmd/openshift-tests/openshift-tests.go:434 +0x349 github.com/spf13/cobra.(*Command).execute(0xc0012c4f00, {0xc00189ec30, 0x1, 0x1}) github.com/spf13/cobra@v1.2.1/command.go:856 +0x60e github.com/spf13/cobra.(*Command).ExecuteC(0xc00052db80) github.com/spf13/cobra@v1.2.1/command.go:974 +0x3bc github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.2.1/command.go:902 main.main.func1(0xc001d72700) github.com/openshift/origin/cmd/openshift-tests/openshift-tests.go:84 +0x8a main.main() github.com/openshift/origin/cmd/openshift-tests/openshift-tests.go:85 +0x3b6 [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] k8s.io/kubernetes@v1.23.0/test/e2e/framework/framework.go:188 STEP: Collecting events from namespace "e2e-crd-watch-4765". STEP: Found 0 events. Apr 22 01:06:18.974: INFO: POD NODE PHASE GRACE CONDITIONS Apr 22 01:06:18.974: INFO: Apr 22 01:06:19.176: INFO: skipping dumping cluster info - cluster too large STEP: Destroying namespace "e2e-crd-watch-4765" for this suite. fail [github.com/onsi/ginkgo@v4.7.0-origin.0+incompatible/internal/leafnodes/runner.go:113]: Apr 22 01:06:18.828: failed to create CustomResourceDefinition: etcdserver: request timed out
another test case failed in this job that seems related:
[It] can process templates [Suite:openshift/conformance/parallel] github.com/openshift/origin/test/extended/cli/basics.go:155 Apr 22 01:33:15.187: INFO: Running 'oc --namespace=e2e-test-oc-basics-8f8nt --kubeconfig=/tmp/configfile4048508473 process -f /tmp/fixture-testdata-dir2598161710/test/extended/testdata/cmd/test/cmd/testdata/application-template-stibuild.json -l name=mytemplate' Apr 22 01:33:15.491: INFO: Running 'oc --namespace=e2e-test-oc-basics-8f8nt --kubeconfig=/tmp/configfile4048508473 create -f /tmp/template.json' secret/dbsecret created service/frontend created route.route.openshift.io/route-edge created imagestream.image.openshift.io/origin-ruby-sample created imagestream.image.openshift.io/ruby-27 created buildconfig.build.openshift.io/ruby-sample-build created deploymentconfig.apps.openshift.io/frontend created service/database created deploymentconfig.apps.openshift.io/database created Apr 22 01:33:16.561: INFO: Running 'oc --namespace=e2e-test-oc-basics-8f8nt --kubeconfig=/tmp/configfile4048508473 delete all -l name=mytemplate' Apr 22 01:33:19.422: INFO: Error running /usr/bin/oc --namespace=e2e-test-oc-basics-8f8nt --kubeconfig=/tmp/configfile4048508473 delete all -l name=mytemplate: StdOut> replicationcontroller "database-1" deleted service "database" deleted service "frontend" deleted deploymentconfig.apps.openshift.io "database" deleted deploymentconfig.apps.openshift.io "frontend" deleted buildconfig.build.openshift.io "ruby-sample-build" deleted imagestream.image.openshift.io "origin-ruby-sample" deleted imagestream.image.openshift.io "ruby-27" deleted route.route.openshift.io "route-edge" deleted Error from server (Forbidden): noxus.mygroup.example.com is forbidden: User "e2e-test-oc-basics-8f8nt-user" cannot list resource "noxus" in API group "mygroup.example.com" at the cluster scope StdErr> replicationcontroller "database-1" deleted service "database" deleted service "frontend" deleted deploymentconfig.apps.openshift.io "database" deleted deploymentconfig.apps.openshift.io "frontend" deleted buildconfig.build.openshift.io "ruby-sample-build" deleted imagestream.image.openshift.io "origin-ruby-sample" deleted imagestream.image.openshift.io "ruby-27" deleted route.route.openshift.io "route-edge" deleted Error from server (Forbidden): noxus.mygroup.example.com is forbidden: User "e2e-test-oc-basics-8f8nt-user" cannot list resource "noxus" in API group "mygroup.example.com" at the cluster scope replicationcontroller "database-1" deleted service "database" deleted service "frontend" deleted deploymentconfig.apps.openshift.io "database" deleted deploymentconfig.apps.openshift.io "frontend" deleted buildconfig.build.openshift.io "ruby-sample-build" deleted imagestream.image.openshift.io "origin-ruby-sample" deleted imagestream.image.openshift.io "ruby-27" deleted route.route.openshift.io "route-edge" deleted Error from server (Forbidden): noxus.mygroup.example.com is forbidden: User "e2e-test-oc-basics-8f8nt-user" cannot list resource "noxus" in API group "mygroup.example.com" at the cluster scope [AfterEach] [sig-cli] oc basics github.com/openshift/origin/test/extended/util/client.go:151 STEP: Collecting events from namespace "e2e-test-oc-basics-8f8nt". STEP: Found 4 events. Apr 22 01:33:19.503: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for database-1-deploy: { } Scheduled: Successfully assigned e2e-test-oc-basics-8f8nt/database-1-deploy to ip-10-0-140-203.us-west-1.compute.internal Apr 22 01:33:19.503: INFO: At 2022-04-22 01:33:16 +0000 UTC - event for database: {deploymentconfig-controller } DeploymentCreated: Created new replication controller "database-1" for version 1 Apr 22 01:33:19.503: INFO: At 2022-04-22 01:33:16 +0000 UTC - event for database-1-deploy: {controlplane } ErrorAddingLogicalPort: failed to ensurePod e2e-test-oc-basics-8f8nt/database-1-deploy since it is not yet scheduled Apr 22 01:33:19.503: INFO: At 2022-04-22 01:33:16 +0000 UTC - event for ruby-sample-build: {buildconfig-controller } BuildConfigInstantiateFailed: error instantiating Build from BuildConfig e2e-test-oc-basics-8f8nt/ruby-sample-build (0): Error resolving ImageStreamTag ruby-27:latest in namespace e2e-test-oc-basics-8f8nt: unable to find latest tagged image Apr 22 01:33:19.577: INFO: POD NODE PHASE GRACE CONDITIONS Apr 22 01:33:19.577: INFO: database-1-deploy ip-10-0-140-203.us-west-1.compute.internal Pending 10s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-04-22 01:33:16 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-04-22 01:33:16 +0000 UTC ContainersNotReady containers with unready status: [deployment]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-04-22 01:33:16 +0000 UTC ContainersNotReady containers with unready status: [deployment]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-04-22 01:33:16 +0000 UTC }] Apr 22 01:33:19.577: INFO: Apr 22 01:33:19.663: INFO: Unable to fetch e2e-test-oc-basics-8f8nt/database-1-deploy/deployment logs: the server rejected our request for an unknown reason (get pods database-1-deploy) Apr 22 01:33:19.859: INFO: skipping dumping cluster info - cluster too large Apr 22 01:33:19.933: INFO: Deleted {user.openshift.io/v1, Resource=users e2e-test-oc-basics-8f8nt-user}, err: <nil> Apr 22 01:33:20.011: INFO: Deleted {oauth.openshift.io/v1, Resource=oauthclients e2e-client-e2e-test-oc-basics-8f8nt}, err: <nil> Apr 22 01:33:20.085: INFO: Deleted {oauth.openshift.io/v1, Resource=oauthaccesstokens sha256~lHKOdApiZFHKB-MlT8Hbb9fjUug5zMjRslf_s7mRXk0}, err: <nil> [AfterEach] [sig-cli] oc basics github.com/openshift/origin/test/extended/util/client.go:152 STEP: Destroying namespace "e2e-test-oc-basics-8f8nt" for this suite. fail [github.com/openshift/origin/test/extended/cli/basics.go:169]: Unexpected error: <*exec.ExitError | 0xc000811200>: { ProcessState: { pid: 66871, status: 256, rusage: { Utime: {Sec: 0, Usec: 407859}, Stime: {Sec: 0, Usec: 184388}, Maxrss: 165212, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 4627, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 2112, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 5741, Nivcsw: 41, }, }, Stderr: nil, } exit status 1 occurred failed: (8.2s) 2022-04-22T01:33:20 "[sig-cli] oc basics can process templates [Suite:openshift/conformance/parallel]"
link to this job's testgrid for reference.
- clones
-
SDN-2995 console operator degraded from "All is Well" to "RouteHealthDegraded"
- Closed