Bug 1826807 - Missing testsuite to verify Topology Manager works to prevent regressions in CI
Summary: Missing testsuite to verify Topology Manager works to prevent regressions in CI
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 4.5
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: 4.5.0
Assignee: Ryan Phillips
QA Contact: Walid A.
URL:
Whiteboard:
Depends On:
Blocks: 1828923
TreeView+ depends on / blocked
 
Reported: 2020-04-22 15:18 UTC by Francesco Romani
Modified: 2020-07-13 17:30 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1828923 (view as bug list)
Environment:
Last Closed: 2020-07-13 17:30:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift origin pull 24679 0 None closed Bug 1826807: Add tests for topology manager in single and multisocket configurations 2021-01-13 06:06:38 UTC
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-07-13 17:30:39 UTC

Description Francesco Romani 2020-04-22 15:18:46 UTC
Description of problem:
We don't have e2e tests which can allow us to verify automatically that Topology Manager works as expected.
Kubernetes does have the e2e tests, but we cannot run them in a cluster because of how the e2e tests work upstream for the node team.

Furthermore, the testsuite could cover cases which aren't necessarily relevant for upstream


Version-Release number of selected component (if applicable):
4.5

How reproducible:
Always


Additional info:
PR: https://github.com/openshift/origin/pull/24679

Comment 3 Francesco Romani 2020-04-28 07:01:54 UTC
I'm not sure we will need QE involvement here, but I'm not familiar with the OCP process so I may be wrong

The tests require a multi-NUMA system to be run. Otherwise, they will just skip.
The bare minimum setup to run the tests is:
```bash
$ export RESOURCE_NAME=''
$ openshift-tests run all --dry-run | grep TopologyManater | openshift-tests run -f -
```

documentation is available: https://github.com/openshift/origin/blob/master/test/extended/topology_manager/README.md

Comment 4 Francesco Romani 2020-04-28 15:22:30 UTC
restoring state, we need a separate bug for the backport

Comment 5 Francesco Romani 2020-05-04 16:43:21 UTC
(In reply to Francesco Romani from comment #4)
> restoring state, we need a separate bug for the backport

Nope, master branch and release-4.5 branch still syncing, no need for an explicit backport. We are all good with this bug.

Comment 6 Walid A. 2020-06-10 06:18:38 UTC
Verified on OCP 4.5.0-0.nightly-2020-05-14-021132 baremetal IPI install.  3 masters and 2 worker nodes.

Use PR commit in https://github.com/openshift/origin/pull/25031

# $OPENSHIFT_TESTS run openshift/conformance --dry-run |grep -E "TopologyManager" | $OPENSHIFT_TESTS run -f -
openshift-tests version: v4.1.0+76ca465-2713
I0606 03:45:13.224773   17252 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready
I0606 03:45:13.300384   17254 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready
started: (0/1/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, only one requesting 1 device [Suite:openshift/conformance/serial]"

passed: (1m33s) 2020-06-06T03:46:46 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, only one requesting 1 device [Suite:openshift/conformance/serial]"

started: (0/2/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 4 cores, 1 device [Suite:openshift/conformance/serial]"

passed: (57.8s) 2020-06-06T03:47:43 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 4 cores, 1 device [Suite:openshift/conformance/serial]"

started: (0/3/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

passed: (1m41s) 2020-06-06T03:49:24 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

started: (0/4/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload attached to SRIOV networks should let resource-aligned PODs have working SRIOV network interface [Suite:openshift/conformance/serial]"

passed: (1m43s) 2020-06-06T03:51:07 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload attached to SRIOV networks should let resource-aligned PODs have working SRIOV network interface [Suite:openshift/conformance/serial]"

started: (0/5/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 2 core, 1 device [Suite:openshift/conformance/serial]"

passed: (1m29s) 2020-06-06T03:52:36 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 2 core, 1 device [Suite:openshift/conformance/serial]"

started: (0/6/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should guarantee correct allocation with concurrent creation [Suite:openshift/conformance/serial]"

passed: (57.9s) 2020-06-06T03:53:34 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should guarantee correct allocation with concurrent creation [Suite:openshift/conformance/serial]"

started: (0/7/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

passed: (1m30s) 2020-06-06T03:55:03 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

started: (0/8/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

passed: (59.9s) 2020-06-06T03:56:03 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 1 core, 1 device [Suite:openshift/conformance/serial]"

started: (0/9/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should reject pod requesting more cores than a single NUMA node have [Suite:openshift/conformance/serial]"

passed: (18.2s) 2020-06-06T03:56:21 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should reject pod requesting more cores than a single NUMA node have [Suite:openshift/conformance/serial]"

started: (0/10/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should allow a pod requesting as many cores as a full NUMA node have [Suite:openshift/conformance/serial]"

passed: (54.8s) 2020-06-06T03:57:16 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload saturating NUMA nodes should allow a pod requesting as many cores as a full NUMA node have [Suite:openshift/conformance/serial]"

started: (0/11/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with non-gu workload should run with no regressions with single pod, single container requesting 1 core [Suite:openshift/conformance/serial]"

passed: (1m5s) 2020-06-06T03:58:21 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with non-gu workload should run with no regressions with single pod, single container requesting 1 core [Suite:openshift/conformance/serial]"

started: (0/12/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, multiple containers requesting 1 core, 1 device each [Suite:openshift/conformance/serial]"

passed: (1m3s) 2020-06-06T03:59:23 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, multiple containers requesting 1 core, 1 device each [Suite:openshift/conformance/serial]"

started: (0/13/13) "[Serial][sig-node][Feature:TopologyManager] Configured cluster with non-gu workload should run with no regressions with single pod, single container requesting multiple cores [Suite:openshift/conformance/serial]"

passed: (54s) 2020-06-06T04:00:17 "[Serial][sig-node][Feature:TopologyManager] Configured cluster with non-gu workload should run with no regressions with single pod, single container requesting multiple cores [Suite:openshift/conformance/serial]"


Timeline:

Jun 06 03:45:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34991 times)
Jun 06 03:45:24.805 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15834 times)
Jun 06 03:45:29.442 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/ reason/Created
Jun 06 03:45:29.442 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/ reason/Created
Jun 06 03:45:29.445 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 reason/Scheduled
Jun 06 03:45:29.447 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 reason/Scheduled
Jun 06 03:45:31.395 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh reason/AddedInterface Add eth0 [10.131.0.134/23]
Jun 06 03:45:31.541 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:45:31.630 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl reason/AddedInterface Add eth0 [10.131.0.133/23]
Jun 06 03:45:31.731 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:45:33.355 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:45:33.357 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:45:33.516 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Created
Jun 06 03:45:33.522 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Created
Jun 06 03:45:33.536 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Started
Jun 06 03:45:33.538 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Pulling image/busybox
Jun 06 03:45:33.542 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Started
Jun 06 03:45:33.544 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Pulling image/busybox
Jun 06 03:45:35.062 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Pulled image/busybox
Jun 06 03:45:35.064 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Pulled image/busybox
Jun 06 03:45:35.240 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Created
Jun 06 03:45:35.253 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Created
Jun 06 03:45:35.261 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Started
Jun 06 03:45:35.273 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Started
Jun 06 03:45:35.388 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Ready
Jun 06 03:45:35.388 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Ready
Jun 06 03:45:35.394 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Ready
Jun 06 03:45:35.394 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Ready
Jun 06 03:45:37.995 W ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 reason/GracefulDelete in 30s
Jun 06 03:45:38.000 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/Killing
Jun 06 03:45:38.003 I ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/Killing
Jun 06 03:46:09.442 W ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 invariant violation (bug): pod should not transition Running->Pending even when terminated
Jun 06 03:46:09.442 W ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-0 reason/NotReady
Jun 06 03:46:09.442 W ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 container/test-1 reason/NotReady
Jun 06 03:46:13.292 W ns/e2e-test-topology-manager-z2fjj pod/test-4n8kl node/worker000 reason/Deleted
Jun 06 03:46:14.003 W ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 reason/GracefulDelete in 30s
Jun 06 03:46:14.008 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 reason/Killing
Jun 06 03:46:14.010 I ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 reason/Killing
Jun 06 03:46:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34992 times)
Jun 06 03:46:24.806 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15835 times)
Jun 06 03:46:44.489 E ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:46:44.489 E ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 container/test-1 container exited with code 137 (Error): 
Jun 06 03:46:44.868 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15836 times)
Jun 06 03:46:45.493 W ns/e2e-test-topology-manager-z2fjj pod/test-mmtqh node/worker000 reason/Deleted
Jun 06 03:47:02.149 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/ reason/Created
Jun 06 03:47:02.155 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 reason/Scheduled
Jun 06 03:47:03.630 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34993 times)
Jun 06 03:47:03.633 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34994 times)
Jun 06 03:47:03.637 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34995 times)
Jun 06 03:47:03.658 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34996 times)
Jun 06 03:47:03.662 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34997 times)
Jun 06 03:47:04.387 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v reason/AddedInterface Add eth0 [10.131.0.135/23]
Jun 06 03:47:04.509 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:47:06.242 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:47:06.409 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Created
Jun 06 03:47:06.428 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Started
Jun 06 03:47:06.523 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Ready
Jun 06 03:47:07.823 W ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 reason/GracefulDelete in 30s
Jun 06 03:47:08.521 I ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 reason/Killing
Jun 06 03:47:19.102 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34998 times)
Jun 06 03:47:39.568 E ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:47:43.292 W ns/e2e-test-topology-manager-wdwmd pod/test-dkb8v node/worker000 reason/Deleted
Jun 06 03:47:59.966 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/ reason/Created
Jun 06 03:47:59.966 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/ reason/Created
Jun 06 03:47:59.972 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 reason/Scheduled
Jun 06 03:47:59.974 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 reason/Scheduled
Jun 06 03:48:01.606 I ns/e2e-test-topology-manager-7klln pod/test-w4khh reason/AddedInterface Add eth0 [10.131.0.137/23]
Jun 06 03:48:01.728 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:48:01.841 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs reason/AddedInterface Add eth0 [10.131.0.136/23]
Jun 06 03:48:01.954 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:48:03.444 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:48:03.446 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:48:03.601 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Created
Jun 06 03:48:03.608 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Created
Jun 06 03:48:03.619 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Started
Jun 06 03:48:03.621 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Pulling image/busybox
Jun 06 03:48:03.628 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Started
Jun 06 03:48:03.631 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Pulling image/busybox
Jun 06 03:48:05.078 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Pulled image/busybox
Jun 06 03:48:05.080 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Pulled image/busybox
Jun 06 03:48:05.244 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Created
Jun 06 03:48:05.255 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Created
Jun 06 03:48:05.263 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Started
Jun 06 03:48:05.274 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Started
Jun 06 03:48:05.610 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Ready
Jun 06 03:48:05.610 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Ready
Jun 06 03:48:05.616 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Ready
Jun 06 03:48:05.616 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Ready
Jun 06 03:48:08.179 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15837 times)
Jun 06 03:48:08.582 W ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 reason/GracefulDelete in 30s
Jun 06 03:48:08.587 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 reason/Killing
Jun 06 03:48:08.589 I ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 reason/Killing
Jun 06 03:48:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (34999 times)
Jun 06 03:48:37.549 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15838 times)
Jun 06 03:48:39.663 E ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:48:39.663 E ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 container/test-1 container exited with code 137 (Error): 
Jun 06 03:48:43.292 W ns/e2e-test-topology-manager-7klln pod/test-w4khh node/worker000 reason/Deleted
Jun 06 03:48:44.589 W ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 reason/GracefulDelete in 30s
Jun 06 03:48:44.594 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 reason/Killing
Jun 06 03:48:44.596 I ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 reason/Killing
Jun 06 03:49:15.717 E ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:49:15.717 E ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 container/test-1 container exited with code 137 (Error): 
Jun 06 03:49:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35000 times)
Jun 06 03:49:23.292 W ns/e2e-test-topology-manager-7klln pod/test-f9rzs node/worker000 reason/Deleted
Jun 06 03:49:40.713 I ns/default pod/test-72hdf node/ reason/Created
Jun 06 03:49:40.713 I ns/default pod/test-b9cw8 node/ reason/Created
Jun 06 03:49:40.719 I ns/default pod/test-72hdf node/worker000 reason/Scheduled
Jun 06 03:49:40.721 I ns/default pod/test-b9cw8 node/worker000 reason/Scheduled
Jun 06 03:49:42.705 I ns/default pod/test-72hdf reason/AddedInterface Add eth0 [10.131.0.138/23]
Jun 06 03:49:42.776 I ns/default pod/test-72hdf reason/AddedInterface Add sriov1 [10.56.217.179/24] from sriov-intel
Jun 06 03:49:42.785 I ns/default pod/test-b9cw8 reason/AddedInterface Add eth0 [10.131.0.139/23]
Jun 06 03:49:42.869 I ns/default pod/test-b9cw8 reason/AddedInterface Add sriov1 [10.56.217.180/24] from sriov-intel
Jun 06 03:49:42.928 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:49:42.984 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:49:44.380 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:49:44.383 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:49:44.560 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Created
Jun 06 03:49:44.573 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Created
Jun 06 03:49:44.581 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Started
Jun 06 03:49:44.594 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Started
Jun 06 03:49:44.757 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Ready
Jun 06 03:49:44.762 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Ready
Jun 06 03:49:55.663 W ns/default pod/test-b9cw8 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:49:55.668 I ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/Killing
Jun 06 03:50:19.105 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35001 times)
Jun 06 03:50:21.813 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-0,master-2 (7541 times)
Jun 06 03:50:26.820 W ns/default pod/test-b9cw8 node/worker000 invariant violation (bug): pod should not transition Running->Pending even when terminated
Jun 06 03:50:26.820 W ns/default pod/test-b9cw8 node/worker000 container/test-0 reason/NotReady
Jun 06 03:50:33.291 W ns/default pod/test-b9cw8 node/worker000 reason/Deleted
Jun 06 03:50:33.671 W ns/default pod/test-72hdf node/worker000 reason/GracefulDelete in 30s
Jun 06 03:50:33.676 I ns/default pod/test-72hdf node/worker000 container/test-0 reason/Killing
Jun 06 03:51:04.873 W ns/default pod/test-72hdf node/worker000 invariant violation (bug): pod should not transition Running->Pending even when terminated
Jun 06 03:51:04.873 W ns/default pod/test-72hdf node/worker000 container/test-0 reason/NotReady
Jun 06 03:51:05.875 W ns/default pod/test-72hdf node/worker000 reason/Deleted
Jun 06 03:51:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35002 times)
Jun 06 03:51:23.806 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/ reason/Created
Jun 06 03:51:23.806 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/ reason/Created
Jun 06 03:51:23.812 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 reason/Scheduled
Jun 06 03:51:23.814 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 reason/Scheduled
Jun 06 03:51:24.805 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15839 times)
Jun 06 03:51:25.689 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 reason/AddedInterface Add eth0 [10.131.0.140/23]
Jun 06 03:51:25.796 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:51:25.854 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 reason/AddedInterface Add eth0 [10.131.0.141/23]
Jun 06 03:51:25.962 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:51:27.476 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:51:27.480 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:51:27.633 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Created
Jun 06 03:51:27.638 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Created
Jun 06 03:51:27.654 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Started
Jun 06 03:51:27.658 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Started
Jun 06 03:51:27.908 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Ready
Jun 06 03:51:27.914 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Ready
Jun 06 03:51:30.132 W ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:51:30.138 I ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 reason/Killing
Jun 06 03:51:45.109 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15840 times)
Jun 06 03:52:00.957 E ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:52:03.292 W ns/e2e-test-topology-manager-j7t2h pod/test-fmth2 node/worker000 reason/Deleted
Jun 06 03:52:04.140 W ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:52:04.144 I ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 reason/Killing
Jun 06 03:52:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35003 times)
Jun 06 03:52:35.005 E ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:52:36.022 W ns/e2e-test-topology-manager-j7t2h pod/test-lq5x4 node/worker000 reason/Deleted
Jun 06 03:52:52.290 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/ reason/Created
Jun 06 03:52:52.290 I ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/ reason/Created
Jun 06 03:52:52.296 I ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/worker000 reason/Scheduled
Jun 06 03:52:52.299 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 reason/Scheduled
Jun 06 03:52:52.302 W ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/worker000 reason/TopologyAffinityError Resources cannot be allocated with Topology locality
Jun 06 03:52:52.309 E ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/worker000 reason/Failed (TopologyAffinityError): Pod Resources cannot be allocated with Topology locality
Jun 06 03:52:54.280 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 reason/AddedInterface Add eth0 [10.131.0.142/23]
Jun 06 03:52:54.403 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:52:56.030 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:52:56.181 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Created
Jun 06 03:52:56.200 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Started
Jun 06 03:52:57.038 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Ready
Jun 06 03:52:57.980 W ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:52:59.037 I ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 reason/Killing
Jun 06 03:53:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35004 times)
Jun 06 03:53:24.796 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15841 times)
Jun 06 03:53:30.089 E ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:53:33.292 W ns/e2e-test-topology-manager-mgs4q pod/test-scct4 node/worker000 reason/Deleted
Jun 06 03:53:33.988 W ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/worker000 reason/GracefulDelete in 0s
Jun 06 03:53:33.989 W ns/e2e-test-topology-manager-mgs4q pod/test-9wvs7 node/worker000 reason/Deleted
Jun 06 03:53:50.151 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/ reason/Created
Jun 06 03:53:50.151 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/ reason/Created
Jun 06 03:53:50.157 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 reason/Scheduled
Jun 06 03:53:50.159 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 reason/Scheduled
Jun 06 03:53:51.817 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz reason/AddedInterface Add eth0 [10.131.0.143/23]
Jun 06 03:53:51.938 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:53:52.642 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 reason/AddedInterface Add eth0 [10.131.0.144/23]
Jun 06 03:53:52.751 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:53:53.785 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:53:53.788 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:53:53.950 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Created
Jun 06 03:53:53.957 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Created
Jun 06 03:53:53.972 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Started
Jun 06 03:53:53.978 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Started
Jun 06 03:53:54.125 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Ready
Jun 06 03:53:54.131 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Ready
Jun 06 03:53:55.515 W ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:53:56.124 I ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 reason/Killing
Jun 06 03:53:58.892 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-0,master-2 (7542 times)
Jun 06 03:54:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35005 times)
Jun 06 03:54:27.174 E ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:54:28.178 W ns/e2e-test-topology-manager-96fkr pod/test-9p8m5 node/worker000 reason/Deleted
Jun 06 03:54:29.524 W ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 reason/GracefulDelete in 30s
Jun 06 03:54:29.529 I ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 reason/Killing
Jun 06 03:54:35.882 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15842 times)
Jun 06 03:55:00.221 E ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:55:03.291 W ns/e2e-test-topology-manager-96fkr pod/test-sdvcz node/worker000 reason/Deleted
Jun 06 03:55:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35006 times)
Jun 06 03:55:19.712 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/ reason/Created
Jun 06 03:55:19.719 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 reason/Scheduled
Jun 06 03:55:21.389 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn reason/AddedInterface Add eth0 [10.131.0.145/23]
Jun 06 03:55:21.496 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:55:23.127 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:55:23.267 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Created
Jun 06 03:55:23.286 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Started
Jun 06 03:55:24.254 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Ready
Jun 06 03:55:24.803 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15843 times)
Jun 06 03:55:25.417 W ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 reason/GracefulDelete in 30s
Jun 06 03:55:26.255 I ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 reason/Killing
Jun 06 03:55:57.303 E ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:56:03.291 W ns/e2e-test-topology-manager-xbb9m pod/test-hxtsn node/worker000 reason/Deleted
Jun 06 03:56:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35007 times)
Jun 06 03:56:19.589 I ns/e2e-test-topology-manager-457ds pod/test-pssjf node/ reason/Created
Jun 06 03:56:19.595 I ns/e2e-test-topology-manager-457ds pod/test-pssjf node/worker000 reason/Scheduled
Jun 06 03:56:19.597 W ns/e2e-test-topology-manager-457ds pod/test-pssjf node/worker000 reason/TopologyAffinityError Resources cannot be allocated with Topology locality
Jun 06 03:56:19.600 E ns/e2e-test-topology-manager-457ds pod/test-pssjf node/worker000 reason/Failed (TopologyAffinityError): Pod Resources cannot be allocated with Topology locality
Jun 06 03:56:21.599 W ns/e2e-test-topology-manager-457ds pod/test-pssjf node/worker000 reason/GracefulDelete in 0s
Jun 06 03:56:21.600 W ns/e2e-test-topology-manager-457ds pod/test-pssjf node/worker000 reason/Deleted
Jun 06 03:56:37.741 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/ reason/Created
Jun 06 03:56:37.748 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 reason/Scheduled
Jun 06 03:56:39.210 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm reason/AddedInterface Add eth0 [10.131.0.146/23]
Jun 06 03:56:39.322 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:56:40.843 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:56:40.991 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Created
Jun 06 03:56:41.013 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Started
Jun 06 03:56:41.359 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Ready
Jun 06 03:56:42.417 W ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 reason/GracefulDelete in 30s
Jun 06 03:56:43.358 I ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 reason/Killing
Jun 06 03:57:03.627 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35008 times)
Jun 06 03:57:03.632 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35009 times)
Jun 06 03:57:03.655 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35010 times)
Jun 06 03:57:03.659 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35011 times)
Jun 06 03:57:14.408 E ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:57:15.410 W ns/e2e-test-topology-manager-ldqtv pod/test-dg4tm node/worker000 reason/Deleted
Jun 06 03:57:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35012 times)
Jun 06 03:57:32.415 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/ reason/Created
Jun 06 03:57:32.421 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 reason/Scheduled
Jun 06 03:57:34.150 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc reason/AddedInterface Add eth0 [10.128.2.103/23]
Jun 06 03:57:34.271 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Pulling image/busybox
Jun 06 03:57:36.128 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Pulled image/busybox
Jun 06 03:57:36.280 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Created
Jun 06 03:57:36.300 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Started
Jun 06 03:57:36.614 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Ready
Jun 06 03:57:37.425 W ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 reason/GracefulDelete in 30s
Jun 06 03:57:38.613 I ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 reason/Killing
Jun 06 03:58:08.177 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-0,master-2 (7543 times)
Jun 06 03:58:09.657 E ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 container/test-0 container exited with code 137 (Error): 
Jun 06 03:58:19.103 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35013 times)
Jun 06 03:58:19.489 W ns/e2e-test-topology-manager-c4xc8 pod/test-vfctc node/worker001 reason/Deleted
Jun 06 03:58:37.571 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/ reason/Created
Jun 06 03:58:37.577 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 reason/Scheduled
Jun 06 03:58:39.607 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 reason/AddedInterface Add eth0 [10.131.0.147/23]
Jun 06 03:58:39.723 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Pulling image/busybox
Jun 06 03:58:41.820 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Pulled image/busybox
Jun 06 03:58:41.979 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Created
Jun 06 03:58:41.997 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Started
Jun 06 03:58:42.000 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Pulling image/busybox
Jun 06 03:58:44.001 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Pulled image/busybox
Jun 06 03:58:44.156 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Created
Jun 06 03:58:44.177 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Started
Jun 06 03:58:44.533 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Ready
Jun 06 03:58:44.533 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Ready
Jun 06 03:58:45.934 W ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 reason/GracefulDelete in 30s
Jun 06 03:58:46.530 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 reason/Killing
Jun 06 03:58:46.533 I ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 reason/Killing
Jun 06 03:58:59.153 W ns/openshift-etcd-operator deployment/etcd-operator reason/UnhealthyEtcdMember unhealthy members: master-1,master-0,master-2 (15844 times)
Jun 06 03:59:17.581 E ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-0 container exited with code 137 (Error): 
Jun 06 03:59:17.581 E ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 container/test-1 container exited with code 137 (Error): 
Jun 06 03:59:19.104 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (35014 times)
Jun 06 03:59:23.291 W ns/e2e-test-topology-manager-zdpzd pod/test-5b9p2 node/worker000 reason/Deleted
Jun 06 03:59:39.947 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/ reason/Created
Jun 06 03:59:39.954 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 reason/Scheduled
Jun 06 03:59:41.567 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 reason/AddedInterface Add eth0 [10.128.2.104/23]
Jun 06 03:59:41.673 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Pulling image/busybox
Jun 06 03:59:43.577 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Pulled image/busybox
Jun 06 03:59:43.719 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Created
Jun 06 03:59:43.741 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Started
Jun 06 03:59:43.793 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Ready
Jun 06 03:59:43.956 W ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 reason/GracefulDelete in 30s
Jun 06 03:59:45.792 I ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 reason/Killing
Jun 06 04:00:16.842 E ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 container/test-0 container exited with code 137 (Error): 
Jun 06 04:00:17.845 W ns/e2e-test-topology-manager-wjxcv pod/test-xvnl8 node/worker001 reason/Deleted

13 pass, 0 skip (15m5s)

Comment 7 errata-xmlrpc 2020-07-13 17:30:21 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2409


Note You need to log in before you can comment on or make changes to this bug.