Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-1849

[Strimzi System test] KafkaST#testJvmResources continously failing

XMLWordPrintable

      Back link to Report Portal:

      Test Item comments:

      It seems that this test starts failing after merge of new way for pass java options. We should investigate it.

      Test execution log:

      Test execution log
       Time: 04/15/2020 08:15:29, Level: INFO, Log: 2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [TimeMeasuringSystem:94] Start time of operation TEST_EXECUTION is correctly stored
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [TestSeparator:27] ############################################################################
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [TestSeparator:28] io.strimzi.systemtest.KafkaST.testJvmAndResources-STARTED
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [ResourceManager:89] Setting pointer to method resources
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of Kafka my-cluster in namespace kafka-cluster-test
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [KafkaResource:213] Waiting for Kafka my-cluster in namespace kafka-cluster-test
      2020-04-14 23:05:38 &amp#27;[32mINFO &amp#27;[m [KafkaResource:215] Waiting for Zookeeper pods
      2020-04-14 23:06:13 &amp#27;[32mINFO &amp#27;[m [KafkaResource:217] Zookeeper pods are ready
      2020-04-14 23:06:13 &amp#27;[32mINFO &amp#27;[m [KafkaResource:219] Waiting for Kafka pods
      2020-04-14 23:08:15 &amp#27;[32mINFO &amp#27;[m [KafkaResource:221] Kafka pods are ready
      2020-04-14 23:08:15 &amp#27;[32mINFO &amp#27;[m [KafkaResource:225] Waiting for Entity Operator pods
      2020-04-14 23:08:33 &amp#27;[32mINFO &amp#27;[m [KafkaResource:227] Entity Operator pods are ready
      2020-04-14 23:08:35 &amp#27;[32mINFO &amp#27;[m [KafkaST:848] Check if -D java options are present in topic-operator
      2020-04-14 23:08:35 &amp#27;[32mINFO &amp#27;[m [LogCollector:64] Collecting events in namespace kafka-cluster-test
      2020-04-14 23:08:35 &amp#27;[32mINFO &amp#27;[m [LogCollector:71] Collecting configmaps in namespace kafka-cluster-test
      2020-04-14 23:08:35 &amp#27;[32mINFO &amp#27;[m [LogCollector:44] Collecting logs for pods in namespace kafka-cluster-test
      2020-04-14 23:08:37 &amp#27;[32mINFO &amp#27;[m [LogCollector:78] Collecting Deployments in namespaces kafka-cluster-test
      2020-04-14 23:08:37 &amp#27;[32mINFO &amp#27;[m [LogCollector:83] Collecting StatefulSets in namespaces kafka-cluster-test
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [LogCollector:88] Collecting ReplicaSet in namespaces kafka-cluster-test
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [LogCollector:93] Collecting CR in namespaces kafka-cluster-test
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [Exec:166] Command: [oc, get, strimzi, -o, yaml, -n, kafka-cluster-test]
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [Exec:167] Return code: 0
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [Exec:168] stdout: 
      apiVersion: v1
      items:
      - apiVersion: kafka.strimzi.io/v1beta1
        kind: Kafka
        metadata:
          creationTimestamp: 2020-04-14T23:05:38Z
          generation: 1
          name: my-cluster
          namespace: kafka-cluster-test
          resourceVersion: "78443"
          selfLink: /apis/kafka.strimzi.io/v1beta1/namespaces/kafka-cluster-test/kafkas/my-cluster
          uid: 74e8a408-7ea4-11ea-9470-fa163e98cdb6
        spec:
          entityOperator:
            topicOperator:
              jvmOptions:
                -Xms: 1024M
                -Xmx: 2G
                javaSystemProperties:
                - name: javax.net.debug
                  value: verbose
              reconciliationIntervalSeconds: 90
              resources:
                limits:
                  cpu: 500m
                  memory: 1024Mi
                requests:
                  cpu: "0.25"
                  memory: 512Mi
              topicMetadataMaxAttempts: 6
              zookeeperSessionTimeoutSeconds: 20
            userOperator:
              jvmOptions:
                -Xms: 512M
                -Xmx: 1G
                javaSystemProperties:
                - name: javax.net.debug
                  value: verbose
              reconciliationIntervalSeconds: 120
              resources:
                limits:
                  cpu: 300m
                  memory: 512M
                requests:
                  cpu: 300m
                  memory: 256M
              zookeeperSessionTimeoutSeconds: 6
          kafka:
            config:
              log.message.format.version: "2.4"
              offsets.topic.replication.factor: 1
              transaction.state.log.min.isr: 1
              transaction.state.log.replication.factor: 1
            jvmOptions:
              -XX:
                UseG1GC: "true"
              -Xms: 512m
              -Xmx: 1g
              -server: true
            listeners:
              plain: {}
              tls: {}
            logging:
              loggers:
                kafka.root.logger.level: DEBUG
              type: inline
            replicas: 1
            resources:
              limits:
                cpu: "1"
                memory: 1.5Gi
              requests:
                cpu: 500m
                memory: 1Gi
            storage:
              type: ephemeral
            version: 2.4.0
          zookeeper:
            jvmOptions:
              -XX:
                UseG1GC: "true"
              -Xms: 512M
              -Xmx: 1G
              -server: true
            logging:
              loggers:
                zookeeper.root.logger: DEBUG
              type: inline
            replicas: 1
            resources:
              limits:
                cpu: "0.5"
                memory: 1G
              requests:
                cpu: 250m
                memory: 0.5G
            storage:
              type: ephemeral
        status:
          conditions:
          - lastTransitionTime: 2020-04-14T23:06:02+0000
            message: A Kafka cluster with a single replica and ephemeral storage will lose
              topic messages after any restart or rolling update.
            reason: KafkaStorage
            status: "True"
            type: Warning
          - lastTransitionTime: 2020-04-14T23:06:02+0000
            message: A ZooKeeper cluster with a single replica and ephemeral storage will
              be in a defective state after any restart or rolling update. It is recommended
              that a minimum of three replicas are used.
            reason: ZooKeeperStorage
            status: "True"
            type: Warning
          - lastTransitionTime: 2020-04-14T23:08:33+0000
            status: "True"
            type: Ready
          listeners:
          - addresses:
            - host: my-cluster-kafka-bootstrap.kafka-cluster-test.svc
              port: 9092
            type: plain
          - addresses:
            - host: my-cluster-kafka-bootstrap.kafka-cluster-test.svc
              port: 9093
            certificates:
            - |
              -----BEGIN CERTIFICATE-----
              MIIDLTCCAhWgAwIBAgIJAN7a/ox+enxJMA0GCSqGSIb3DQEBCwUAMC0xEzARBgNV
              BAoMCmlvLnN0cmltemkxFjAUBgNVBAMMDWNsdXN0ZXItY2EgdjAwHhcNMjAwNDE0
              MjMwNTM5WhcNMjEwNDE0MjMwNTM5WjAtMRMwEQYDVQQKDAppby5zdHJpbXppMRYw
              FAYDVQQDDA1jbHVzdGVyLWNhIHYwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
              CgKCAQEAs+9mXkYdNWRczpLqMh7J3Aungu3d9ZI2Rb+ZB1MVvi7jlPkGRSnvQkzX
              d/RThwkFtDX75+HvJvo4FQjAboZkAjNlYcNClkMJNlMgfcwFPZ+iKiLtff0zovrC
              /obroXhFGWah1lOcw0AKpIHUf52G7lGWllJE6b2Rrvp7ynevOcy2VN1q0xamqZW2
              DL7SHX7RO7HvKl8ugJm+0nI5uhrA0SSkxpq9DMQcJiJoCDzjA5CRaH3blv24lhij
              HAe45H3KHvq0lg+DfNQbnN+4ulOENPc9RX4jZV72iv13WodHx6z4ue4v7nUtqmQk
              doUTx7+PNKCidWMkfNY6+2ywl379pwIDAQABo1AwTjAdBgNVHQ4EFgQUSkFC7Zir
              vJ8Xwq0EXMhhHkpKHeIwHwYDVR0jBBgwFoAUSkFC7ZirvJ8Xwq0EXMhhHkpKHeIw
              DAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAfNOqxlXrhBFublug4MMH
              KskjHu241d6LjlanVAjZ2+YsPtgS+NsjZD7Tdgr3Duc7ab3FkS4V1Qovgghwiw/2
              G/HgTgJwfHVbLFseYm/WGKdc28vBJg/KjPI9cMYTyJ16KtCraia+GXv8mXOZN/WL
              KivnsHF5WPwYDmUNIJNgjqEb0Y4NKHJxWOrn4e4Abqj8HEKvVbeUrujCU2bzwP9j
              h132RkvaLExXvRgKMAS2LCDLCI2/RKXAMQk+fc1rBE37JHCYy3AULx10aLa+zfMg
              4H+E+wwvcv6z6vzJFnN3dMGq25qyfbKqJi+ZQTWqOrrKRm6jir3bPfzzVlCoKxrZ
              bA==
              -----END CERTIFICATE-----
            type: tls
          observedGeneration: 1
      kind: List
      metadata:
        resourceVersion: ""
        selfLink: ""
      
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [Exec:169] stderr: 
      
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [BaseST:666] Search in strimzi-cluster-operator log for errors in last 0 seconds
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [BaseST:750] Test execution contains exception, going to recreate test environment
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [ResourceManager:341] Going to clear all method resources
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [ResourceManager:111] Deleting Kafka my-cluster in namespace kafka-cluster-test
      2020-04-14 23:08:38 &amp#27;[32mINFO &amp#27;[m [ResourceManager:229] Waiting when all the pods are terminated for Kafka my-cluster
      2020-04-14 23:08:38 &amp#27;[33mWARN &amp#27;[m [StatefulSetUtils:159] StatefulSet my-cluster-zookeeper is not deleted yet! Triggering force delete by cmd client!
      2020-04-14 23:08:44 &amp#27;[32mINFO &amp#27;[m [PodUtils:138] Waiting when Pod my-cluster-zookeeper-0 will be deleted
      2020-04-14 23:08:58 &amp#27;[32mINFO &amp#27;[m [PodUtils:152] Pod my-cluster-zookeeper-0 deleted
      2020-04-14 23:08:58 &amp#27;[32mINFO &amp#27;[m [PodUtils:138] Waiting when Pod my-cluster-kafka-0 will be deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [PodUtils:152] Pod my-cluster-kafka-0 deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [SecretUtils:95] Waiting for Kafka cluster my-cluster secrets deletion
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [SecretUtils:109] Kafka cluster my-cluster secrets deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [PersistentVolumeClaimUtils:58] Waiting till PVC deletion for cluster my-cluster
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [PersistentVolumeClaimUtils:72] PVC for cluster my-cluster was deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ConfigMapUtils:66] Waiting till ConfigMaps deletion for cluster my-cluster-kafka-config
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ConfigMapUtils:80] ConfigMaps for cluster my-cluster-kafka-config were deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ConfigMapUtils:66] Waiting till ConfigMaps deletion for cluster my-cluster-zookeeper-config
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ConfigMapUtils:80] ConfigMaps for cluster my-cluster-zookeeper-config were deleted
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ResourceManager:333] Going to clear all class resources
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ResourceManager:216] Deleting NetworkPolicy global-network-policy in namespace kafka-cluster-test
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ResourceManager:177] Deleting Deployment strimzi-cluster-operator
      2020-04-14 23:09:17 &amp#27;[32mINFO &amp#27;[m [ResourceManager:323] Waiting when all the pods are terminated for Deployment strimzi-cluster-operator
      2020-04-14 23:09:17 &amp#27;[33mWARN &amp#27;[m [DeploymentUtils:187] Deployment strimzi-cluster-operator is not deleted yet! Triggering force delete by cmd client!
      2020-04-14 23:09:22 &amp#27;[32mINFO &amp#27;[m [PodUtils:138] Waiting when Pod strimzi-cluster-operator-689f866d6b-f6rf9 will be deleted
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [PodUtils:152] Pod strimzi-cluster-operator-689f866d6b-f6rf9 deleted
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [ResourceManager:191] Deleting RoleBinding strimzi-cluster-operator-topic-operator-delegation
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [ResourceManager:191] Deleting RoleBinding strimzi-cluster-operator-entity-operator-delegation
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [ResourceManager:184] Deleting ClusterRoleBinding strimzi-cluster-operator-kafka-broker-delegation
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [ResourceManager:184] Deleting ClusterRoleBinding strimzi-cluster-operator
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [ResourceManager:191] Deleting RoleBinding strimzi-cluster-operator
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [TimeMeasuringSystem:94] Start time of operation CO_DELETION is correctly stored
      2020-04-14 23:09:28 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/048-Crd-kafkamirrormaker2.yaml
      2020-04-14 23:09:29 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/047-Crd-kafkaconnector.yaml
      2020-04-14 23:09:29 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/046-Crd-kafkabridge.yaml
      2020-04-14 23:09:29 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/045-Crd-kafkamirrormaker.yaml
      2020-04-14 23:09:29 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/044-Crd-kafkauser.yaml
      2020-04-14 23:09:30 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/043-Crd-kafkatopic.yaml
      2020-04-14 23:09:30 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/042-Crd-kafkaconnects2i.yaml
      2020-04-14 23:09:30 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/041-Crd-kafkaconnect.yaml
      2020-04-14 23:09:30 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/040-Crd-kafka.yaml
      2020-04-14 23:09:31 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/032-ClusterRole-strimzi-topic-operator.yaml
      2020-04-14 23:09:31 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/031-ClusterRole-strimzi-entity-operator.yaml
      2020-04-14 23:09:31 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/030-ClusterRole-strimzi-kafka-broker.yaml
      2020-04-14 23:09:32 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/021-ClusterRole-strimzi-cluster-operator-role.yaml
      2020-04-14 23:09:32 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/020-ClusterRole-strimzi-cluster-operator-role.yaml
      2020-04-14 23:09:32 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:185] Deleting configuration file: ../install/cluster-operator/010-ServiceAccount-strimzi-cluster-operator.yaml
      2020-04-14 23:09:32 &amp#27;[32mINFO &amp#27;[m [TimeMeasuringSystem:113] End time of operation CO_DELETION is correctly stored
      2020-04-14 23:09:32 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:231] Deleting namespace: kafka-cluster-test
      2020-04-14 23:09:38 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:237] Using namespace kafka-cluster-test
      2020-04-14 23:09:38 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:125] Changing to kafka-cluster-test namespace
      2020-04-14 23:09:38 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:206] Creating namespace: kafka-cluster-test
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:212] Using namespace kafka-cluster-test
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:125] Changing to kafka-cluster-test namespace
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [TimeMeasuringSystem:94] Start time of operation CO_CREATION is correctly stored
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/010-ServiceAccount-strimzi-cluster-operator.yaml
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/020-ClusterRole-strimzi-cluster-operator-role.yaml
      2020-04-14 23:09:39 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/021-ClusterRole-strimzi-cluster-operator-role.yaml
      2020-04-14 23:09:40 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/030-ClusterRole-strimzi-kafka-broker.yaml
      2020-04-14 23:09:40 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/031-ClusterRole-strimzi-entity-operator.yaml
      2020-04-14 23:09:40 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/032-ClusterRole-strimzi-topic-operator.yaml
      2020-04-14 23:09:41 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/040-Crd-kafka.yaml
      2020-04-14 23:09:41 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/041-Crd-kafkaconnect.yaml
      2020-04-14 23:09:41 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/042-Crd-kafkaconnects2i.yaml
      2020-04-14 23:09:42 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/043-Crd-kafkatopic.yaml
      2020-04-14 23:09:42 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/044-Crd-kafkauser.yaml
      2020-04-14 23:09:42 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/045-Crd-kafkamirrormaker.yaml
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/046-Crd-kafkabridge.yaml
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/047-Crd-kafkaconnector.yaml
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubeClusterResource:103] Applying configuration file: ../install/cluster-operator/048-Crd-kafkamirrormaker2.yaml
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [TimeMeasuringSystem:113] End time of operation CO_CREATION is correctly stored
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [ResourceManager:94] Setting pointer to class resources
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:142] Creating RoleBinding from ../install/cluster-operator/020-RoleBinding-strimzi-cluster-operator.yaml in namespace kafka-cluster-test
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:151] Apply RoleBinding in namespace kafka-cluster-test
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of RoleBinding strimzi-cluster-operator in namespace (not set)
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:158] Creating ClusterRoleBinding from ../install/cluster-operator/021-ClusterRoleBinding-strimzi-cluster-operator.yaml in namespace kafka-cluster-test
      2020-04-14 23:09:43 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:167] Apply ClusterRoleBinding in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of ClusterRoleBinding strimzi-cluster-operator in namespace (not set)
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:158] Creating ClusterRoleBinding from ../install/cluster-operator/030-ClusterRoleBinding-strimzi-cluster-operator-kafka-broker-delegation.yaml in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:167] Apply ClusterRoleBinding in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of ClusterRoleBinding strimzi-cluster-operator-kafka-broker-delegation in namespace (not set)
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:142] Creating RoleBinding from ../install/cluster-operator/031-RoleBinding-strimzi-cluster-operator-entity-operator-delegation.yaml in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:151] Apply RoleBinding in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of RoleBinding strimzi-cluster-operator-entity-operator-delegation in namespace (not set)
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:142] Creating RoleBinding from ../install/cluster-operator/032-RoleBinding-strimzi-cluster-operator-topic-operator-delegation.yaml in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:151] Apply RoleBinding in namespace kafka-cluster-test
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of RoleBinding strimzi-cluster-operator-topic-operator-delegation in namespace (not set)
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of Deployment strimzi-cluster-operator in namespace (not set)
      2020-04-14 23:09:44 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:422] Waiting for deployment strimzi-cluster-operator
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:424] Deployment strimzi-cluster-operator is ready
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [ResourceManager:106] Scheduled deletion of NetworkPolicy global-network-policy in namespace kafka-cluster-test
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:402] Network policy successfully set to: DEFAULT_TO_DENY
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [KubernetesResource:324] NetworkPolicy successfully set to: true for namespace: kafka-cluster-test
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [BaseST:753] Env recreated.
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [ResourceManager:341] Going to clear all method resources
      2020-04-14 23:10:08 &amp#27;[33mWARN &amp#27;[m [TimeMeasuringSystem:115] End time of operation TEST_EXECUTION is not set due to exception: java.lang.NullPointerException
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [TestSeparator:34] io.strimzi.systemtest.KafkaST.testJvmAndResources-FINISHED
      2020-04-14 23:10:08 &amp#27;[32mINFO &amp#27;[m [TestSeparator:35] ############################################################################
      
       Time: 04/15/2020 08:15:29, Level: ERROR, Log: 
      Expected: is "-Xms1024M -Xmx2G -Djavax.net.debug=verbose"
           but: was "-Djavax.net.debug=verbose"
      
       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323c6.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323c9.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-topic-operator.log
      

      5e96c2a1bba24d00014323cc.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-topic-operator.log
      

      5e96c2a1bba24d00014323cf.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-user-operator.log
      

      5e96c2a1bba24d00014323d2.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-entity-operator-5cd7fd46c4-fkwpm-container-user-operator.log
      

      5e96c2a1bba24d00014323d5.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-kafka-0-container-kafka.log
      

      5e96c2a1bba24d00014323d8.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-kafka-0-container-kafka.log
      

      5e96c2a1bba24d00014323db.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-kafka-0-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323de.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-kafka-0-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323e1.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-zookeeper-0-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323e4.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: describe-pod-my-cluster-zookeeper-0-container-tls-sidecar.log
      

      5e96c2a1bba24d00014323e7.txt

       Time: 04/15/2020 08:15:29, Level: INFO, Log: logs-pod-my-cluster-zookeeper-0-container-zookeeper.log
      

      5e96c2a2bba24d00014323ea.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: describe-pod-my-cluster-zookeeper-0-container-zookeeper.log
      

      5e96c2a2bba24d00014323ee.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: logs-pod-strimzi-cluster-operator-689f866d6b-f6rf9-container-strimzi-cluster-operator.log
      

      5e96c2a2bba24d00014323f1.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: describe-pod-strimzi-cluster-operator-689f866d6b-f6rf9-container-strimzi-cluster-operator.log
      

      5e96c2a2bba24d00014323f5.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: deployments.log
      

      5e96c2a2bba24d00014323f8.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: statefulsets.log
      

      5e96c2a2bba24d00014323fb.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: replicasets.log
      

      5e96c2a2bba24d00014323fe.txt

       Time: 04/15/2020 08:15:30, Level: INFO, Log: strimzi-custom-resources.log
      

      5e96c2a2bba24d0001432401.txt

       Time: 04/15/2020 08:15:31, Level: INFO, Log: events-in-namespacekafka-cluster-test.log
      

      5e96c2a2bba24d0001432404.txt

       Time: 04/15/2020 08:15:31, Level: INFO, Log: my-cluster-entity-topic-operator-config-kafka-cluster-test.log
      

      5e96c2a2bba24d0001432407.txt

       Time: 04/15/2020 08:15:31, Level: INFO, Log: my-cluster-entity-user-operator-config-kafka-cluster-test.log
      

      5e96c2a3bba24d000143240a.txt

       Time: 04/15/2020 08:15:31, Level: INFO, Log: my-cluster-kafka-config-kafka-cluster-test.log
      

      5e96c2a3bba24d000143240d.txt

       Time: 04/15/2020 08:15:31, Level: INFO, Log: my-cluster-zookeeper-config-kafka-cluster-test.log
      

      5e96c2a3bba24d0001432410.txt

        1. 5e96c2a3bba24d0001432410.txt
          1 kB
        2. 5e96c2a3bba24d000143240d.txt
          4 kB
        3. 5e96c2a3bba24d000143240a.txt
          1 kB
        4. 5e96c2a2bba24d0001432407.txt
          1 kB
        5. 5e96c2a2bba24d0001432404.txt
          54 kB
        6. 5e96c2a2bba24d0001432401.txt
          5 kB
        7. 5e96c2a2bba24d00014323fe.txt
          0.1 kB
        8. 5e96c2a2bba24d00014323fb.txt
          0.0 kB
        9. 5e96c2a2bba24d00014323f8.txt
          0.1 kB
        10. 5e96c2a2bba24d00014323f5.txt
          4 kB
        11. 5e96c2a2bba24d00014323f1.txt
          308 kB
        12. 5e96c2a2bba24d00014323ee.txt
          5 kB
        13. 5e96c2a2bba24d00014323ea.txt
          277 kB
        14. 5e96c2a1bba24d00014323e7.txt
          5 kB
        15. 5e96c2a1bba24d00014323e4.txt
          5 kB
        16. 5e96c2a1bba24d00014323e1.txt
          6 kB
        17. 5e96c2a1bba24d00014323de.txt
          1 kB
        18. 5e96c2a1bba24d00014323db.txt
          6 kB
        19. 5e96c2a1bba24d00014323d8.txt
          42 kB
        20. 5e96c2a1bba24d00014323d5.txt
          9 kB
        21. 5e96c2a1bba24d00014323d2.txt
          22 kB
        22. 5e96c2a1bba24d00014323cf.txt
          9 kB
        23. 5e96c2a1bba24d00014323cc.txt
          15 kB
        24. 5e96c2a1bba24d00014323c9.txt
          9 kB
        25. 5e96c2a1bba24d00014323c6.txt
          2 kB

              lkral Lukas Kral
              jstejska@redhat.com Jakub Stejskal
              Lukas Kral Lukas Kral
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: