Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka SASL tests fail after the upgrade to Quarkus 2.0.0.CR3 #2729

Closed
ppalaga opened this issue Jun 4, 2021 · 0 comments
Closed

Kafka SASL tests fail after the upgrade to Quarkus 2.0.0.CR3 #2729

ppalaga opened this issue Jun 4, 2021 · 0 comments
Assignees
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Jun 4, 2021

This is the case in camel-quarkus-integration-test-kafka-sasl-ssl and camel-quarkus-integration-test-kafka-ssl (I am disabling them for now).

camel-quarkus-integration-test-kafka-sasl and camel-quarkus-integration-test-kafka are passing.

[INFO] Running org.apache.camel.quarkus.kafka.sasl.KafkaSaslSslTest
2021-06-04 16:56:58,580 INFO  [org.tes.doc.DockerClientProviderStrategy] (build-52) Loaded org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy from ~/.testcontainers.properties, will try it first
2021-06-04 16:56:59,067 INFO  [org.tes.doc.DockerClientProviderStrategy] (build-52) Found Docker environment with Environment variables, system properties and defaults. Resolved dockerHost=unix:///var/run/docker.sock
2021-06-04 16:56:59,069 INFO  [org.tes.DockerClientFactory] (build-52) Docker host IP address is localhost
2021-06-04 16:56:59,103 INFO  [org.tes.DockerClientFactory] (build-52) Connected to docker: 
  Server Version: 20.10.6
  API Version: 1.41
  Operating System: Fedora 34 (KDE Plasma)
  Total Memory: 64247 MB
2021-06-04 16:56:59,106 INFO  [org.tes.uti.ImageNameSubstitutor] (build-52) Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2021-06-04 16:56:59,141 INFO  [org.tes.uti.RegistryAuthLocator] (build-52) Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: testcontainers/ryuk:0.3.1, configFile: /home/ppalaga/.docker/config.json. Falling back to docker-java default behaviour. Exception message: /home/ppalaga/.docker/config.json (No such file or directory)
2021-06-04 16:56:59,624 INFO  [org.tes.DockerClientFactory] (build-52) Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
2021-06-04 16:56:59,624 INFO  [org.tes.DockerClientFactory] (build-52) Checking the system...
2021-06-04 16:56:59,625 INFO  [org.tes.DockerClientFactory] (build-52) ✔︎ Docker server version should be at least 1.6.0
2021-06-04 16:56:59,693 INFO  [org.tes.DockerClientFactory] (build-52) ✔︎ Docker environment should have more than 2GB free disk space
2021-06-04 16:56:59,718 INFO  [🐳 .5.5]] (build-52) Creating container for image: vectorized/redpanda:v21.5.5
2021-06-04 16:56:59,997 INFO  [🐳 .5.5]] (build-52) Starting container with ID: 28650a23791293983119d020da7161eb5234a6f20ac08f477dd4ddbbcbb4d6fc
2021-06-04 16:57:00,416 INFO  [🐳 .5.5]] (build-52) Container vectorized/redpanda:v21.5.5 is starting: 28650a23791293983119d020da7161eb5234a6f20ac08f477dd4ddbbcbb4d6fc
2021-06-04 16:57:01,950 INFO  [🐳 .5.5]] (build-52) Container vectorized/redpanda:v21.5.5 started in PT2.256159S
2021-06-04 16:57:01,951 INFO  [io.qua.kaf.cli.dep.DevServicesKafkaProcessor] (build-52) Dev Services for Kafka started. Start applications that need to use the same Kafka broker using -Dkafka.bootstrap.servers=PLAINTEXT://localhost:49290
2021-06-04 16:57:02,246 INFO  [org.tes.doc.DockerClientProviderStrategy] (pool-4-thread-1) Loaded org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy from ~/.testcontainers.properties, will try it first
2021-06-04 16:57:02,482 INFO  [org.tes.doc.DockerClientProviderStrategy] (pool-4-thread-1) Found Docker environment with Environment variables, system properties and defaults. Resolved dockerHost=unix:///var/run/docker.sock
2021-06-04 16:57:02,483 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) Docker host IP address is localhost
2021-06-04 16:57:02,514 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) Connected to docker: 
  Server Version: 20.10.6
  API Version: 1.41
  Operating System: Fedora 34 (KDE Plasma)
  Total Memory: 64247 MB
2021-06-04 16:57:02,517 INFO  [org.tes.uti.ImageNameSubstitutor] (pool-4-thread-1) Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
2021-06-04 16:57:02,557 INFO  [org.tes.uti.RegistryAuthLocator] (pool-4-thread-1) Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: testcontainers/ryuk:0.3.1, configFile: /home/ppalaga/.docker/config.json. Falling back to docker-java default behaviour. Exception message: /home/ppalaga/.docker/config.json (No such file or directory)
2021-06-04 16:57:03,026 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
2021-06-04 16:57:03,026 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) Checking the system...
2021-06-04 16:57:03,026 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) ✔︎ Docker server version should be at least 1.6.0
2021-06-04 16:57:03,108 INFO  [org.tes.DockerClientFactory] (pool-4-thread-1) ✔︎ Docker environment should have more than 2GB free disk space
2021-06-04 16:57:03,138 INFO  [🐳 .4.3]] (pool-4-thread-1) Creating container for image: confluentinc/cp-kafka:5.4.3
2021-06-04 16:57:03,198 INFO  [🐳 .4.3]] (pool-4-thread-1) Starting container with ID: 194b424ce568402ef6e5fc954bafa2700743c8128e778dfce48674fb4c8874eb
2021-06-04 16:57:03,585 INFO  [🐳 .4.3]] (pool-4-thread-1) Container confluentinc/cp-kafka:5.4.3 is starting: 194b424ce568402ef6e5fc954bafa2700743c8128e778dfce48674fb4c8874eb
2021-06-04 16:57:10,343 INFO  [🐳 .4.3]] (pool-4-thread-1) Container confluentinc/cp-kafka:5.4.3 started in PT7.234316S
2021-06-04 16:57:12,511 INFO  [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) Bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime
2021-06-04 16:57:12,542 INFO  [org.apa.cam.mai.BaseMainSupport] (main) Auto-configuration summary
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslKeystoreType=PKCS12
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslKeystoreLocation=/tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-keystore.p12
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.saslJaasConfig=xxxxxx
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslTruststoreType=PKCS12
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslTruststorePassword=xxxxxx
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslKeyPassword=xxxxxx
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.securityProtocol=SASL_SSL
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslKeystorePassword=xxxxxx
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.sslTruststoreLocation=/tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-truststore.p12
2021-06-04 16:57:12,543 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.saslMechanism=SCRAM-SHA-512
2021-06-04 16:57:12,544 INFO  [org.apa.cam.mai.BaseMainSupport] (main)     camel.component.kafka.brokers=SASL_SSL://localhost:49292
2021-06-04 16:57:12,614 INFO  [org.apa.kaf.cli.pro.ProducerConfig] (main) ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [PLAINTEXT://localhost:49290]
        buffer.memory = 33554432
        client.dns.lookup = use_all_dns_ips
        client.id = producer-1
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        internal.auto.downgrade.txn.commit = false
        key.serializer = class org.apache.kafka.common.serialization.StringSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metadata.max.idle.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 65536
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 0
        retry.backoff.ms = 100
        sasl.client.callback.handler.class = null
        sasl.jaas.config = [hidden]
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = null
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = SCRAM-SHA-512
        security.protocol = SASL_SSL
        security.providers = null
        send.buffer.bytes = 131072
        socket.connection.setup.timeout.max.ms = 30000
        socket.connection.setup.timeout.ms = 10000
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
        ssl.endpoint.identification.algorithm = https
        ssl.engine.factory.class = null
        ssl.key.password = [hidden]
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.certificate.chain = null
        ssl.keystore.key = null
        ssl.keystore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-keystore.p12
        ssl.keystore.password = [hidden]
        ssl.keystore.type = PKCS12
        ssl.protocol = TLSv1.3
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.certificates = null
        ssl.truststore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-truststore.p12
        ssl.truststore.password = [hidden]
        ssl.truststore.type = PKCS12
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2021-06-04 16:57:12,685 INFO  [org.apa.kaf.com.sec.aut.AbstractLogin] (main) Successfully logged in.
2021-06-04 16:57:12,817 WARN  [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'sasl.kerberos.ticket.renew.window.factor' was supplied but isn't a known config.
2021-06-04 16:57:12,817 WARN  [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'sasl.kerberos.kinit.cmd' was supplied but isn't a known config.
2021-06-04 16:57:12,817 WARN  [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'sasl.kerberos.ticket.renew.jitter' was supplied but isn't a known config.
2021-06-04 16:57:12,818 WARN  [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'sasl.kerberos.min.time.before.relogin' was supplied but isn't a known config.
2021-06-04 16:57:12,818 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka version: 2.8.0
2021-06-04 16:57:12,819 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka commitId: ebb1d6e21cc92130
2021-06-04 16:57:12,819 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka startTimeMs: 1622818632818
2021-06-04 16:57:12,828 INFO  [org.apa.cam.com.kaf.KafkaConsumer] (main) Starting Kafka consumer on topic: inbound with breakOnFirstError: false
2021-06-04 16:57:12,836 INFO  [org.apa.kaf.cli.con.ConsumerConfig] (main) ConsumerConfig values: 
        allow.auto.create.topics = true
        auto.commit.interval.ms = 5000
        auto.offset.reset = latest
        bootstrap.servers = [PLAINTEXT://localhost:49290]
        check.crcs = true
        client.dns.lookup = use_all_dns_ips
        client.id = consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-1
        client.rack = 
        connections.max.idle.ms = 540000
        default.api.timeout.ms = 60000
        enable.auto.commit = true
        exclude.internal.topics = true
        fetch.max.bytes = 52428800
        fetch.max.wait.ms = 500
        fetch.min.bytes = 1
        group.id = 93b6d4e6-a874-4c14-9448-9c91f074b268
        group.instance.id = null
        heartbeat.interval.ms = 3000
        interceptor.classes = []
        internal.leave.group.on.close = true
        internal.throw.on.fetch.stable.offset.unsupported = false
        isolation.level = read_uncommitted
        key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
        max.partition.fetch.bytes = 1048576
        max.poll.interval.ms = 300000
        max.poll.records = 500
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partition.assignment.strategy = [org.apache.kafka.clients.consumer.RangeAssignor]
        receive.buffer.bytes = 65536
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 40000
        retry.backoff.ms = 100
        sasl.client.callback.handler.class = null
        sasl.jaas.config = [hidden]
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = null
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = SCRAM-SHA-512
        security.protocol = SASL_SSL
        security.providers = null
        send.buffer.bytes = 131072
        session.timeout.ms = 10000
        socket.connection.setup.timeout.max.ms = 30000
        socket.connection.setup.timeout.ms = 10000
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
        ssl.endpoint.identification.algorithm = https
        ssl.engine.factory.class = null
        ssl.key.password = [hidden]
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.certificate.chain = null
        ssl.keystore.key = null
        ssl.keystore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-keystore.p12
        ssl.keystore.password = [hidden]
        ssl.keystore.type = PKCS12
        ssl.protocol = TLSv1.3
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.certificates = null
        ssl.truststore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-truststore.p12
        ssl.truststore.password = [hidden]
        ssl.truststore.type = PKCS12
        value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2021-06-04 16:57:13,004 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (main) The configuration 'sasl.kerberos.ticket.renew.window.factor' was supplied but isn't a known config.
2021-06-04 16:57:13,004 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (main) The configuration 'sasl.kerberos.kinit.cmd' was supplied but isn't a known config.
2021-06-04 16:57:13,004 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (main) The configuration 'specific.avro.reader' was supplied but isn't a known config.
2021-06-04 16:57:13,005 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (main) The configuration 'sasl.kerberos.ticket.renew.jitter' was supplied but isn't a known config.
2021-06-04 16:57:13,005 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (main) The configuration 'sasl.kerberos.min.time.before.relogin' was supplied but isn't a known config.
2021-06-04 16:57:13,005 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka version: 2.8.0
2021-06-04 16:57:13,005 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka commitId: ebb1d6e21cc92130
2021-06-04 16:57:13,005 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka startTimeMs: 1622818633005
2021-06-04 16:57:13,007 INFO  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) ConsumerConfig values: 
        allow.auto.create.topics = true
        auto.commit.interval.ms = 5000
        auto.offset.reset = latest
        bootstrap.servers = [PLAINTEXT://localhost:49290]
        check.crcs = true
        client.dns.lookup = use_all_dns_ips
        client.id = consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2
        client.rack = 
        connections.max.idle.ms = 540000
        default.api.timeout.ms = 60000
        enable.auto.commit = true
        exclude.internal.topics = true
        fetch.max.bytes = 52428800
        fetch.max.wait.ms = 500
        fetch.min.bytes = 1
        group.id = 93b6d4e6-a874-4c14-9448-9c91f074b268
        group.instance.id = null
        heartbeat.interval.ms = 3000
        interceptor.classes = []
        internal.leave.group.on.close = true
        internal.throw.on.fetch.stable.offset.unsupported = false
        isolation.level = read_uncommitted
        key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
        max.partition.fetch.bytes = 1048576
        max.poll.interval.ms = 300000
        max.poll.records = 500
        metadata.max.age.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partition.assignment.strategy = [org.apache.kafka.clients.consumer.RangeAssignor]
        receive.buffer.bytes = 65536
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 40000
        retry.backoff.ms = 100
        sasl.client.callback.handler.class = null
        sasl.jaas.config = [hidden]
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = null
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = SCRAM-SHA-512
        security.protocol = SASL_SSL
        security.providers = null
        send.buffer.bytes = 131072
        session.timeout.ms = 10000
        socket.connection.setup.timeout.max.ms = 30000
        socket.connection.setup.timeout.ms = 10000
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
        ssl.endpoint.identification.algorithm = https
        ssl.engine.factory.class = null
        ssl.key.password = [hidden]
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.certificate.chain = null
        ssl.keystore.key = null
        ssl.keystore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-keystore.p12
        ssl.keystore.password = [hidden]
        ssl.keystore.type = PKCS12
        ssl.protocol = TLSv1.3
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.certificates = null
        ssl.truststore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-truststore.p12
        ssl.truststore.password = [hidden]
        ssl.truststore.type = PKCS12
        value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2021-06-04 16:57:13,009 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup summary (total:1 started:1)
2021-06-04 16:57:13,009 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started route1 (kafka://inbound)
2021-06-04 16:57:13,009 INFO  [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.10.0 (camel-1) started in 440ms (build:0ms init:31ms start:409ms)
2021-06-04 16:57:13,090 WARN  [org.apa.kaf.cli.NetworkClient] (kafka-producer-network-thread | producer-1) [Producer clientId=producer-1] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,091 WARN  [org.apa.kaf.cli.NetworkClient] (kafka-producer-network-thread | producer-1) [Producer clientId=producer-1] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:13,129 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) The configuration 'sasl.kerberos.ticket.renew.window.factor' was supplied but isn't a known config.
2021-06-04 16:57:13,129 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) The configuration 'sasl.kerberos.kinit.cmd' was supplied but isn't a known config.
2021-06-04 16:57:13,129 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) The configuration 'specific.avro.reader' was supplied but isn't a known config.
2021-06-04 16:57:13,129 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) The configuration 'sasl.kerberos.ticket.renew.jitter' was supplied but isn't a known config.
2021-06-04 16:57:13,129 WARN  [org.apa.kaf.cli.con.ConsumerConfig] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) The configuration 'sasl.kerberos.min.time.before.relogin' was supplied but isn't a known config.
2021-06-04 16:57:13,129 INFO  [io.quarkus] (main) Quarkus 2.0.0.CR3 on JVM started in 15.258s. Listening on: http://localhost:33721
2021-06-04 16:57:13,129 INFO  [org.apa.kaf.com.uti.AppInfoParser] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) Kafka version: 2.8.0
2021-06-04 16:57:13,130 INFO  [org.apa.kaf.com.uti.AppInfoParser] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) Kafka commitId: ebb1d6e21cc92130
2021-06-04 16:57:13,130 INFO  [io.quarkus] (main) Profile test activated. 
2021-06-04 16:57:13,130 INFO  [org.apa.kaf.com.uti.AppInfoParser] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) Kafka startTimeMs: 1622818633129
2021-06-04 16:57:13,130 INFO  [io.quarkus] (main) Installed features: [camel-core, camel-kafka, camel-log, camel-support-common, cdi, kafka-client, resteasy, resteasy-jsonb, smallrye-context-propagation]
2021-06-04 16:57:13,131 INFO  [org.apa.cam.com.kaf.KafkaConsumer] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) Subscribing inbound-Thread 0 to topic inbound
2021-06-04 16:57:13,131 INFO  [org.apa.kaf.cli.con.KafkaConsumer] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Subscribed to topic(s): inbound
2021-06-04 16:57:13,140 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,141 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:13,248 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,248 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:13,355 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,355 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:13,462 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,463 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:13,570 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Connection to node -1 (localhost/127.0.0.1:49290) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue.
2021-06-04 16:57:13,570 WARN  [org.apa.kaf.cli.NetworkClient] (Camel (camel-1) thread #0 - KafkaConsumer[inbound]) [Consumer clientId=consumer-93b6d4e6-a874-4c14-9448-9c91f074b268-2, groupId=93b6d4e6-a874-4c14-9448-9c91f074b268] Bootstrap broker localhost:49290 (id: -1 rack: null) disconnected
2021-06-04 16:57:14,219 INFO  [org.apa.kaf.cli.pro.ProducerConfig] (executor-thread-0) ProducerConfig values: 
        acks = 1
        batch.size = 16384
        bootstrap.servers = [PLAINTEXT://localhost:49290]
        buffer.memory = 33554432
        client.dns.lookup = use_all_dns_ips
        client.id = camel-quarkus-kafka-client
        compression.type = none
        connections.max.idle.ms = 540000
        delivery.timeout.ms = 120000
        enable.idempotence = false
        interceptor.classes = []
        internal.auto.downgrade.txn.commit = false
        key.serializer = class org.apache.kafka.common.serialization.IntegerSerializer
        linger.ms = 0
        max.block.ms = 60000
        max.in.flight.requests.per.connection = 5
        max.request.size = 1048576
        metadata.max.age.ms = 300000
        metadata.max.idle.ms = 300000
        metric.reporters = []
        metrics.num.samples = 2
        metrics.recording.level = INFO
        metrics.sample.window.ms = 30000
        partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
        receive.buffer.bytes = 32768
        reconnect.backoff.max.ms = 1000
        reconnect.backoff.ms = 50
        request.timeout.ms = 30000
        retries = 2147483647
        retry.backoff.ms = 100
        sasl.client.callback.handler.class = null
        sasl.jaas.config = [hidden]
        sasl.kerberos.kinit.cmd = /usr/bin/kinit
        sasl.kerberos.min.time.before.relogin = 60000
        sasl.kerberos.service.name = null
        sasl.kerberos.ticket.renew.jitter = 0.05
        sasl.kerberos.ticket.renew.window.factor = 0.8
        sasl.login.callback.handler.class = null
        sasl.login.class = null
        sasl.login.refresh.buffer.seconds = 300
        sasl.login.refresh.min.period.seconds = 60
        sasl.login.refresh.window.factor = 0.8
        sasl.login.refresh.window.jitter = 0.05
        sasl.mechanism = SCRAM-SHA-512
        security.protocol = SASL_SSL
        security.providers = null
        send.buffer.bytes = 131072
        socket.connection.setup.timeout.max.ms = 30000
        socket.connection.setup.timeout.ms = 10000
        ssl.cipher.suites = null
        ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
        ssl.endpoint.identification.algorithm = https
        ssl.engine.factory.class = null
        ssl.key.password = [hidden]
        ssl.keymanager.algorithm = SunX509
        ssl.keystore.certificate.chain = null
        ssl.keystore.key = null
        ssl.keystore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-keystore.p12
        ssl.keystore.password = [hidden]
        ssl.keystore.type = PKCS12
        ssl.protocol = TLSv1.3
        ssl.provider = null
        ssl.secure.random.implementation = null
        ssl.trustmanager.algorithm = PKIX
        ssl.truststore.certificates = null
        ssl.truststore.location = /tmp/KafkaSaslSslTestResource-2741589128046258963/kafka-truststore.p12
        ssl.truststore.password = [hidden]
        ssl.truststore.type = PKCS12
        transaction.timeout.ms = 60000
        transactional.id = null
        value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2021-06-04 16:57:14,327 WARN  [org.apa.kaf.cli.pro.ProducerConfig] (executor-thread-0) The configuration 'group.id' was supplied but isn't a known config.
2021-06-04 16:57:14,328 INFO  [org.apa.kaf.com.uti.AppInfoParser] (executor-thread-0) Kafka version: 2.8.0
2021-06-04 16:57:14,328 INFO  [org.apa.kaf.com.uti.AppInfoParser] (executor-thread-0) Kafka commitId: ebb1d6e21cc92130
2021-06-04 16:57:14,328 INFO  [org.apa.kaf.com.uti.AppInfoParser] (executor-thread-0) Kafka startTimeMs: 1622818634328
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 48.566 s <<< FAILURE! - in org.apache.camel.quarkus.kafka.sasl.KafkaSaslSslTest
[ERROR] testKafkaBridge  Time elapsed: 30.98 s  <<< ERROR!
java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:161)
        at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
        at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:276)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:294)
        at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:257)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:207)
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:679)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:481)
        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at org.apache.http.client.HttpClient$execute$0.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:148)
        at io.restassured.internal.RequestSpecificationImpl$RestAssuredHttpBuilder.doRequest(RequestSpecificationImpl.groovy:2072)
        at io.restassured.internal.http.HTTPBuilder.post(HTTPBuilder.java:350)
        at io.restassured.internal.http.HTTPBuilder$post$2.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:148)
        at io.restassured.internal.RequestSpecificationImpl.sendRequest(RequestSpecificationImpl.groovy:1183)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1259)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1026)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:812)
        at groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
        at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:166)
        at io.restassured.internal.filter.SendRequestFilter.filter(SendRequestFilter.groovy:30)
        at io.restassured.filter.Filter$filter$0.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at io.restassured.filter.Filter$filter.call(Unknown Source)
        at io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
        at io.restassured.filter.time.TimingFilter.filter(TimingFilter.java:56)
        at io.restassured.filter.Filter$filter.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:157)
        at io.restassured.internal.filter.FilterContextImpl.next(FilterContextImpl.groovy:72)
        at io.restassured.filter.FilterContext$next.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:148)
        at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1672)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1259)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1026)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:812)
        at groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
        at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
        at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
        at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1678)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1259)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1026)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:812)
        at groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
        at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
        at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
        at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:177)
        at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
        at org.apache.camel.quarkus.kafka.sasl.KafkaSaslSslTest.testKafkaBridge(KafkaSaslSslTest.java:40)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:993)
        at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:870)
        at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
        at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
        at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
        at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
@ppalaga ppalaga added this to the 2.0.0-M2 milestone Jun 4, 2021
@ppalaga ppalaga changed the title Kafka SASL SSL test fails after the upgrade to Quarkus 2.0.0.CR3 Kafka SASL tests fail after the upgrade to Quarkus 2.0.0.CR3 Jun 4, 2021
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Jun 4, 2021
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Jun 4, 2021
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Jun 6, 2021
ppalaga added a commit that referenced this issue Jun 7, 2021
@jamesnetherton jamesnetherton self-assigned this Jun 7, 2021
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jun 7, 2021
@ppalaga ppalaga closed this as completed in 32de570 Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants