Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > env JAVA_HOME=/usr/lib/jvm/java-13-openjdk-amd64 mvn clean install
- WARNING: An illegal reflective access operation has occurred
- WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
- WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
- WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
- WARNING: All illegal access operations will be denied in a future release
- [INFO] Scanning for projects...
- [INFO]
- [INFO] --------------< de.richtercloud:kafka-integration-tests >---------------
- [INFO] Building kafka-integration-tests 0.1.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kafka-integration-tests ---
- [INFO] Deleting /mnt/data/home/examples/kafka/kafka-integration-tests/target
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kafka-integration-tests ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kafka-integration-tests ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 6 source files to /mnt/data/home/examples/kafka/kafka-integration-tests/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kafka-integration-tests ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kafka-integration-tests ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 1 source file to /mnt/data/home/examples/kafka/kafka-integration-tests/target/test-classes
- [INFO] /mnt/data/home/examples/kafka/kafka-integration-tests/src/test/java/de/richtercloud/kafka/integration/tests/MyConsumerIT.java: /mnt/data/home/examples/kafka/kafka-integration-tests/src/test/java/de/richtercloud/kafka/integration/tests/MyConsumerIT.java uses unchecked or unsafe operations.
- [INFO] /mnt/data/home/examples/kafka/kafka-integration-tests/src/test/java/de/richtercloud/kafka/integration/tests/MyConsumerIT.java: Recompile with -Xlint:unchecked for details.
- [INFO]
- [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ kafka-integration-tests ---
- [INFO]
- [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ kafka-integration-tests ---
- [INFO] Building jar: /mnt/data/home/examples/kafka/kafka-integration-tests/target/kafka-integration-tests-0.1.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ kafka-integration-tests ---
- [INFO] Replacing main artifact with repackaged archive
- [INFO]
- [INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ kafka-integration-tests ---
- [INFO]
- [INFO] -------------------------------------------------------
- [INFO] T E S T S
- [INFO] -------------------------------------------------------
- [INFO] Running de.richtercloud.kafka.integration.tests.MyConsumerIT
- 17:00:50.640 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
- 17:00:50.660 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
- 17:00:50.690 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [de.richtercloud.kafka.integration.tests.MyConsumerIT] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
- 17:00:50.719 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.richtercloud.kafka.integration.tests.MyConsumerIT]: class path resource [de/richtercloud/kafka/integration/tests/MyConsumerIT-context.xml] does not exist
- 17:00:50.721 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.richtercloud.kafka.integration.tests.MyConsumerIT]: class path resource [de/richtercloud/kafka/integration/tests/MyConsumerITContext.groovy] does not exist
- 17:00:50.722 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [de.richtercloud.kafka.integration.tests.MyConsumerIT]: no resource found for suffixes {-context.xml, Context.groovy}.
- 17:00:50.788 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [de.richtercloud.kafka.integration.tests.MyConsumerIT]
- 17:00:50.929 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [de.richtercloud.kafka.integration.tests.MyConsumerIT]: using defaults.
- 17:00:50.930 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
- 17:00:50.951 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@177bea38, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f132176, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6bca7e0d, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2631f68c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ed3f258, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8ad6665, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30af5b6b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@19835e64, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@68b32e3e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@bcef303, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@41709512, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@42039326]
- 17:00:50.956 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@6c0d9d86 testClass = MyConsumerIT, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4ce1d6d0 testClass = MyConsumerIT, locations = '{}', classes = '{class de.richtercloud.kafka.integration.tests.MySpringKafkaApplication}', contextInitializerClasses = '[class de.richtercloud.kafka.integration.tests.MyConsumerIT$TestcontainersInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@782859e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@1b1cfb87, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@1b919693, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@798162bc, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@7486b455], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
- 17:00:50.975 [main] DEBUG org.testcontainers.utility.TestcontainersConfiguration - Testcontainers configuration overrides will be loaded from file:/home/richter/.testcontainers.properties
- 17:00:51.045 [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy from ~/.testcontainers.properties, will try it first
- 17:00:51.429 [ducttape-0] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy - Pinging docker daemon...
- 17:00:51.658 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: org.testcontainers.dockerclient.transport.okhttp.OkHttpDockerCmdExecFactory$1@3dcff6fa
- 17:00:51.851 [main] INFO org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy - Found docker client settings from environment
- 17:00:51.869 [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Found Docker environment with Environment variables, system properties and defaults. Resolved:
- dockerHost=unix:///var/run/docker.sock
- apiVersion='{UNKNOWN_VERSION}'
- registryUrl='https://index.docker.io/v1/'
- registryUsername='richter'
- registryPassword='null'
- registryEmail='null'
- dockerConfig='DefaultDockerClientConfig[dockerHost=unix:///var/run/docker.sock,registryUsername=richter,registryPassword=<null>,registryEmail=<null>,registryUrl=https://index.docker.io/v1/,dockerConfigPath=/home/richter/.docker,sslConfig=<null>,apiVersion={UNKNOWN_VERSION},dockerConfig=<null>]'
- 17:00:51.869 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy - Checking Docker OS type for Environment variables, system properties and defaults. Resolved:
- dockerHost=unix:///var/run/docker.sock
- apiVersion='{UNKNOWN_VERSION}'
- registryUrl='https://index.docker.io/v1/'
- registryUsername='richter'
- registryPassword='null'
- registryEmail='null'
- dockerConfig='DefaultDockerClientConfig[dockerHost=unix:///var/run/docker.sock,registryUsername=richter,registryPassword=<null>,registryEmail=<null>,registryUrl=https://index.docker.io/v1/,dockerConfigPath=/home/richter/.docker,sslConfig=<null>,apiVersion={UNKNOWN_VERSION},dockerConfig=<null>]'
- 17:00:51.871 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.InfoCmdExec@756cf158
- 17:00:52.083 [main] INFO org.testcontainers.DockerClientFactory - Docker host IP address is localhost
- 17:00:52.084 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.InfoCmdExec@23c388c2
- 17:00:52.104 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.VersionCmdExec@3174cb09
- 17:00:52.130 [main] INFO org.testcontainers.DockerClientFactory - Connected to docker:
- Server Version: 19.03.3
- API Version: 1.40
- Operating System: Ubuntu 19.10
- Total Memory: 15868 MB
- 17:00:52.134 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[imageNameFilter=quay.io/testcontainers/ryuk:0.2.3,showAll=false,filters=com.github.dockerjava.core.util.FiltersBuilder@0,execution=com.github.dockerjava.core.exec.ListImagesCmdExec@287f94b1]
- 17:00:52.310 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - Looking up auth config for image: quay.io/testcontainers/ryuk:0.2.3
- 17:00:52.310 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: /home/richter/.docker/config.json (exists) and commandPathPrefix:
- 17:00:52.315 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - registryName [quay.io] for dockerImageName [quay.io/testcontainers/ryuk:0.2.3]
- 17:00:52.315 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - no matching Auth Configs - falling back to defaultAuthConfig [null]
- 17:00:52.315 [main] DEBUG org.testcontainers.dockerclient.auth.AuthDelegatingDockerClientConfig - Effective auth config [null]
- 17:00:52.341 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@437e951d[name=testcontainers-ryuk-6b531ce0-48f3-4228-bf74-2e9c4a313d14,hostName=<null>,domainName=<null>,user=<null>,attachStdin=<null>,attachStdout=<null>,attachStderr=<null>,portSpecs=<null>,tty=<null>,stdinOpen=<null>,stdInOnce=<null>,env=<null>,cmd=<null>,healthcheck=<null>,argsEscaped=<null>,entrypoint=<null>,image=quay.io/testcontainers/ryuk:0.2.3,volumes=com.github.dockerjava.api.model.Volumes@7e8e8651,workingDir=<null>,macAddress=<null>,onBuild=<null>,networkDisabled=<null>,exposedPorts=com.github.dockerjava.api.model.ExposedPorts@49ef32e0,stopSignal=<null>,stopTimeout=<null>,hostConfig=com.github.dockerjava.api.model.HostConfig@271f18d3[binds=com.github.dockerjava.api.model.Binds@4d4d48a6,blkioWeight=<null>,blkioWeightDevice=<null>,blkioDeviceReadBps=<null>,blkioDeviceWriteBps=<null>,blkioDeviceReadIOps=<null>,blkioDeviceWriteIOps=<null>,memorySwappiness=<null>,nanoCPUs=<null>,capAdd=<null>,capDrop=<null>,containerIDFile=<null>,cpuPeriod=<null>,cpuRealtimePeriod=<null>,cpuRealtimeRuntime=<null>,cpuShares=<null>,cpuQuota=<null>,cpusetCpus=<null>,cpusetMems=<null>,devices=<null>,deviceCgroupRules=<null>,diskQuota=<null>,dns=<null>,dnsOptions=<null>,dnsSearch=<null>,extraHosts=<null>,groupAdd=<null>,ipcMode=<null>,cgroup=<null>,links=<null>,logConfig=<null>,lxcConf=<null>,memory=<null>,memorySwap=<null>,memoryReservation=<null>,kernelMemory=<null>,networkMode=<null>,oomKillDisable=<null>,init=<null>,autoRemove=true,oomScoreAdj=<null>,portBindings=<null>,privileged=false,publishAllPorts=true,readonlyRootfs=<null>,restartPolicy=<null>,ulimits=<null>,cpuCount=<null>,cpuPercent=<null>,ioMaximumIOps=<null>,ioMaximumBandwidth=<null>,volumesFrom=<null>,mounts=<null>,pidMode=<null>,isolation=<null>,securityOpts=<null>,storageOpt=<null>,cgroupParent=<null>,volumeDriver=<null>,shmSize=<null>,pidsLimit=<null>,runtime=<null>,tmpFs=<null>,utSMode=<null>,usernsMode=<null>,sysctls=<null>,consoleSize=<null>],labels={org.testcontainers=true},shell=<null>,networkingConfig=<null>,ipv4Address=<null>,ipv6Address=<null>,aliases=<null>,authConfig=<null>,execution=com.github.dockerjava.core.exec.CreateContainerCmdExec@315df4bb]
- 17:00:52.968 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716,com.github.dockerjava.core.exec.StartContainerCmdExec@341a8659
- 17:00:53.791 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@535b8c24
- 17:00:53.792 [main] DEBUG com.github.dockerjava.core.exec.InspectContainerCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/containers/dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716/json], queryParams={})
- 17:00:53.905 [testcontainers-ryuk] DEBUG org.testcontainers.utility.ResourceReaper - Sending 'label=org.testcontainers%3Dtrue&label=org.testcontainers.sessionId%3D6b531ce0-48f3-4228-bf74-2e9c4a313d14' to Ryuk
- 17:00:53.906 [testcontainers-ryuk] DEBUG org.testcontainers.utility.ResourceReaper - Received 'ACK' from Ryuk
- 17:00:53.907 [main] INFO org.testcontainers.DockerClientFactory - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
- âšī¸ Checking the system...
- â Docker version should be at least 1.6.0
- 17:00:53.920 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716,<null>,true,<null>,<null>,<null>,<null>,{df,-P},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@208e9ef6
- 17:00:54.213 [tc-okhttp-stream-1360533184] DEBUG com.github.dockerjava.core.command.ExecStartResultCallback - STDOUT: Filesystem 1024-blocks Used Available Capacity Mounted on
- /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /
- tmpfs 65536 0 65536 0% /dev
- tmpfs 8124564 0 8124564 0% /sys/fs/cgroup
- shm 65536 0 65536 0% /dev/shm
- /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/resolv.conf
- /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/hostname
- /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/hosts
- tmpfs 1624916 4392 1620524 0% /run/docker.sock
- tmpfs 8124564 0 8124564 0% /proc/asound
- tmpfs 8124564 0 8124564 0% /proc/acpi
- tmpfs 65536 0 65536 0% /proc/kcore
- tmpfs 65536 0 65536 0% /proc/keys
- tmpfs 65536 0 65536 0% /proc/timer_list
- tmpfs 65536 0 65536 0% /proc/sched_debug
- tmpfs 8124564 0 8124564 0% /proc/scsi
- tmpfs 8124564 0 8124564 0% /sys/firmware
- â Docker environment should have more than 2GB free disk space
- 17:00:54.256 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[imageNameFilter=<null>,showAll=false,filters=com.github.dockerjava.core.util.FiltersBuilder@0,execution=com.github.dockerjava.core.exec.ListImagesCmdExec@6813a331]
- 17:00:54.532 [main] DEBUG đŗ [confluentinc/cp-kafka:5.2.1] - Starting container: confluentinc/cp-kafka:5.2.1
- 17:00:54.532 [main] DEBUG đŗ [confluentinc/cp-kafka:5.2.1] - Trying to start container: confluentinc/cp-kafka:5.2.1
- 17:00:54.532 [main] DEBUG đŗ [confluentinc/cp-kafka:5.2.1] - Trying to start container: confluentinc/cp-kafka:5.2.1 (attempt 1/1)
- 17:00:54.533 [main] DEBUG đŗ [confluentinc/cp-kafka:5.2.1] - Starting container: confluentinc/cp-kafka:5.2.1
- 17:00:54.533 [main] INFO đŗ [confluentinc/cp-kafka:5.2.1] - Creating container for image: confluentinc/cp-kafka:5.2.1
- 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - Looking up auth config for image: confluentinc/cp-kafka:5.2.1
- 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: /home/richter/.docker/config.json (exists) and commandPathPrefix:
- 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - registryName [index.docker.io] for dockerImageName [confluentinc/cp-kafka:5.2.1]
- 17:00:54.538 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - found existing auth config [AuthConfig{username=krichter, password=hidden non-blank value, auth=hidden non-blank value, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}]
- 17:00:54.539 [main] DEBUG org.testcontainers.dockerclient.auth.AuthDelegatingDockerClientConfig - Effective auth config [AuthConfig{username=krichter, password=hidden non-blank value, auth=hidden non-blank value, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}]
- 17:00:54.570 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 51813463-cad7-45c3-b2d7-b58ebdf31bbf,<null>,<null>,{},true,<null>,<null>,<null>,{org.testcontainers=true, org.testcontainers.sessionId=6b531ce0-48f3-4228-bf74-2e9c4a313d14},com.github.dockerjava.core.exec.CreateNetworkCmdExec@5ac7aa18
- 17:00:54.725 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@c27d163[name=<null>,hostName=<null>,domainName=<null>,user=<null>,attachStdin=<null>,attachStdout=<null>,attachStderr=<null>,portSpecs=<null>,tty=<null>,stdinOpen=<null>,stdInOnce=<null>,env={KAFKA_LOG_FLUSH_INTERVAL_MESSAGES=9223372036854775807,KAFKA_BROKER_ID=1,KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS=1,KAFKA_LISTENERS=PLAINTEXT://0.0.0.0:9093,BROKER://0.0.0.0:9092,KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1,KAFKA_INTER_BROKER_LISTENER_NAME=BROKER,KAFKA_LISTENER_SECURITY_PROTOCOL_MAP=BROKER:PLAINTEXT,PLAINTEXT:PLAINTEXT,KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS=0},cmd={sleep,infinity},healthcheck=<null>,argsEscaped=<null>,entrypoint=<null>,image=confluentinc/cp-kafka:5.2.1,volumes=com.github.dockerjava.api.model.Volumes@57c88764,workingDir=<null>,macAddress=<null>,onBuild=<null>,networkDisabled=<null>,exposedPorts=com.github.dockerjava.api.model.ExposedPorts@78faea5f,stopSignal=<null>,stopTimeout=<null>,hostConfig=com.github.dockerjava.api.model.HostConfig@37fdfb05[binds=com.github.dockerjava.api.model.Binds@5e39850,blkioWeight=<null>,blkioWeightDevice=<null>,blkioDeviceReadBps=<null>,blkioDeviceWriteBps=<null>,blkioDeviceReadIOps=<null>,blkioDeviceWriteIOps=<null>,memorySwappiness=<null>,nanoCPUs=<null>,capAdd=<null>,capDrop=<null>,containerIDFile=<null>,cpuPeriod=<null>,cpuRealtimePeriod=<null>,cpuRealtimeRuntime=<null>,cpuShares=<null>,cpuQuota=<null>,cpusetCpus=<null>,cpusetMems=<null>,devices=<null>,deviceCgroupRules=<null>,diskQuota=<null>,dns=<null>,dnsOptions=<null>,dnsSearch=<null>,extraHosts={},groupAdd=<null>,ipcMode=<null>,cgroup=<null>,links=com.github.dockerjava.api.model.Links@1603dc2f,logConfig=<null>,lxcConf=<null>,memory=<null>,memorySwap=<null>,memoryReservation=<null>,kernelMemory=<null>,networkMode=64a43309fb2180c632cf6ab54fa75fc8fde40a94dc5554398339fa4ab9046d16,oomKillDisable=<null>,init=<null>,autoRemove=<null>,oomScoreAdj=<null>,portBindings={},privileged=<null>,publishAllPorts=true,readonlyRootfs=<null>,restartPolicy=<null>,ulimits=<null>,cpuCount=<null>,cpuPercent=<null>,ioMaximumIOps=<null>,ioMaximumBandwidth=<null>,volumesFrom={},mounts=<null>,pidMode=<null>,isolation=<null>,securityOpts=<null>,storageOpt=<null>,cgroupParent=<null>,volumeDriver=<null>,shmSize=<null>,pidsLimit=<null>,runtime=<null>,tmpFs=<null>,utSMode=<null>,usernsMode=<null>,sysctls=<null>,consoleSize=<null>],labels={org.testcontainers=true, org.testcontainers.sessionId=6b531ce0-48f3-4228-bf74-2e9c4a313d14},shell=<null>,networkingConfig=com.github.dockerjava.core.command.CreateContainerCmdImpl$NetworkingConfig@61799544,ipv4Address=<null>,ipv6Address=<null>,aliases=[tc-sacFzyLs, kafka-xgWChV],authConfig=AuthConfig[username=krichter,password=venereal Pablum Scotchman soothe breakage suffocate,email=<null>,registryAddress=https://index.docker.io/v1/,auth=a3JpY2h0ZXI6dmVuZXJlYWwgUGFibHVtIFNjb3RjaG1hbiBzb290aGUgYnJlYWthZ2Ugc3VmZm9jYXRl,registrytoken=<null>,identitytoken=<null>,stackOrchestrator=<null>],execution=com.github.dockerjava.core.exec.CreateContainerCmdExec@78c1a023]
- 17:00:55.111 [main] INFO đŗ [confluentinc/cp-kafka:5.2.1] - Starting container with ID: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433
- 17:00:55.112 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,com.github.dockerjava.core.exec.StartContainerCmdExec@3b08f438
- 17:00:56.056 [main] INFO đŗ [confluentinc/cp-kafka:5.2.1] - Container confluentinc/cp-kafka:5.2.1 is starting: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433
- 17:00:56.058 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@5b2f8ab6
- 17:00:56.058 [main] DEBUG com.github.dockerjava.core.exec.InspectContainerCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/containers/44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433/json], queryParams={})
- 17:00:56.065 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,<null>,<null>,<null>,<null>,<null>,{sh,-c,printf 'clientPort=2181
- dataDir=/var/lib/zookeeper/data
- dataLogDir=/var/lib/zookeeper/log' > /zookeeper.properties
- zookeeper-server-start /zookeeper.properties
- },<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@2e140e59
- 17:00:56.072 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,<null>,<null>,<null>,<null>,<null>,{sh,-c,export KAFKA_ZOOKEEPER_CONNECT=localhost:2181
- export KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:33088,BROKER://:9092
- /etc/confluent/docker/run},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@59429fac
- 17:00:56.361 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@f5bbcff
- 17:00:56.361 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectContainerCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/containers/44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433/json], queryParams={})
- 17:00:56.685 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:00:56.685 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@2d160945
- 17:00:57.086 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 8966e55924d2e60f2cfeb3c9020e52353e49c742405c23e236728f5b210f5f7d,com.github.dockerjava.core.exec.InspectExecCmdExec@1437aa8d
- 17:00:57.086 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/8966e55924d2e60f2cfeb3c9020e52353e49c742405c23e236728f5b210f5f7d/json], queryParams={})
- 17:00:58.098 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:00:58.099 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@7a885dc8
- 17:00:58.404 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: d7f843864fd682c455f18106570577f55b5bbb23b86ddc74d72dbf1ededbdf51,com.github.dockerjava.core.exec.InspectExecCmdExec@66004012
- 17:00:58.404 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/d7f843864fd682c455f18106570577f55b5bbb23b86ddc74d72dbf1ededbdf51/json], queryParams={})
- 17:00:59.412 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:00:59.412 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@41c4521c
- 17:00:59.801 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 13f36c957e94ce31fc794ecb1f75da5f4efdc4e216db9f4a2ca906af9b9270b2,com.github.dockerjava.core.exec.InspectExecCmdExec@3dffdaf2
- 17:00:59.802 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/13f36c957e94ce31fc794ecb1f75da5f4efdc4e216db9f4a2ca906af9b9270b2/json], queryParams={})
- 17:01:00.808 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:01:00.808 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@764df2c0
- 17:01:01.209 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: e5722909be027fa9e49cc078fb34294728b24f631e4a0df87c5e06812a257f5d,com.github.dockerjava.core.exec.InspectExecCmdExec@34348ad0
- 17:01:01.210 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/e5722909be027fa9e49cc078fb34294728b24f631e4a0df87c5e06812a257f5d/json], queryParams={})
- 17:01:02.214 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:01:02.214 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@68ff699c
- 17:01:02.528 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ced4eea2ba7cd9fbe45d9e7ee630a99a452649a1ac89906226f7f499cc4803f6,com.github.dockerjava.core.exec.InspectExecCmdExec@70ee85a7
- 17:01:02.529 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/ced4eea2ba7cd9fbe45d9e7ee630a99a452649a1ac89906226f7f499cc4803f6/json], queryParams={})
- 17:01:03.533 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:01:03.533 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@781ce347
- 17:01:03.921 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9fddf2b4004d7c39a9412480201f7e64a1c63da955479acbb096dcf2261cbdde,com.github.dockerjava.core.exec.InspectExecCmdExec@7b4b0b50
- 17:01:03.922 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/9fddf2b4004d7c39a9412480201f7e64a1c63da955479acbb096dcf2261cbdde/json], queryParams={})
- 17:01:04.928 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:01:04.928 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@69422627
- 17:01:05.270 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: f376dd6eb73980b61987a8b1f6ef225389a6bcfe5cd58cb402e60b6977a36130,com.github.dockerjava.core.exec.InspectExecCmdExec@56b5c4fd
- 17:01:05.270 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/f376dd6eb73980b61987a8b1f6ef225389a6bcfe5cd58cb402e60b6977a36130/json], queryParams={})
- 17:01:06.273 [ducttape-0] DEBUG org.testcontainers.containers.ExecInContainerPattern - /practical_shannon: Running "exec" command: /bin/sh -c true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')
- 17:01:06.274 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,<null>,true,true,<null>,<null>,<null>,{/bin/sh,-c,true && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :2385 || nc -vz -w 1 localhost 9093 || /bin/bash -c '</dev/tcp/localhost/9093') && (cat /proc/net/tcp{,6} | awk '{print $2}' | grep -i :885 || nc -vz -w 1 localhost 2181 || /bin/bash -c '</dev/tcp/localhost/2181')},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@767b9fa
- 17:01:06.733 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 0d8ffd5ba6787a49f78fdb2dea21a80efb298a949460ae49b1c6974593648570,com.github.dockerjava.core.exec.InspectExecCmdExec@3041edb4
- 17:01:06.733 [ducttape-0] DEBUG com.github.dockerjava.core.exec.InspectExecCmdExec - GET: OkHttpWebTarget(okHttpClient=org.testcontainers.shaded.okhttp3.OkHttpClient@4a951911, baseUrl=http://docker.socket/, path=[/exec/0d8ffd5ba6787a49f78fdb2dea21a80efb298a949460ae49b1c6974593648570/json], queryParams={})
- 17:01:06.739 [main] INFO đŗ [confluentinc/cp-kafka:5.2.1] - Container confluentinc/cp-kafka:5.2.1 started
- 17:01:06.777 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.1.9.RELEASE)
- 2019-11-15 17:01:07.222 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : kafkaContainerBootstrapServers: PLAINTEXT://localhost:33088
- 2019-11-15 17:01:07.241 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : Starting MyConsumerIT on richter-Lenovo-IdeaPad-Z500 with PID 30056 (started by richter in /mnt/data/home/examples/kafka/kafka-integration-tests)
- 2019-11-15 17:01:07.251 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : No active profile set, falling back to default profiles: default
- 2019-11-15 17:01:08.078 INFO 30056 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-11-15 17:01:08.160 INFO 30056 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 1 repository interfaces.
- 2019-11-15 17:01:08.711 INFO 30056 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$4c7e1aae] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-11-15 17:01:08.780 INFO 30056 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$78cc092b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-11-15 17:01:09.229 INFO 30056 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2019-11-15 17:01:09.233 WARN 30056 --- [ main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=org.apache.derby.jdbc.EmbeddedDriver was not found, trying direct instantiation.
- 2019-11-15 17:01:10.936 INFO 30056 --- [ main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
- 2019-11-15 17:01:10.940 INFO 30056 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2019-11-15 17:01:11.047 INFO 30056 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 2019-11-15 17:01:11.152 INFO 30056 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.12.Final}
- 2019-11-15 17:01:11.154 INFO 30056 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
- 2019-11-15 17:01:11.330 INFO 30056 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- 2019-11-15 17:01:11.510 INFO 30056 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.DerbyTenSevenDialect
- 2019-11-15 17:01:12.630 INFO 30056 --- [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@61ca5134'
- 2019-11-15 17:01:12.635 INFO 30056 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2019-11-15 17:01:13.817 INFO 30056 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2019-11-15 17:01:13.894 WARN 30056 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2019-11-15 17:01:14.507 INFO 30056 --- [ main] o.a.k.clients.admin.AdminClientConfig : AdminClientConfig values:
- bootstrap.servers = [localhost:9092]
- client.id =
- connections.max.idle.ms = 300000
- metadata.max.age.ms = 300000
- metric.reporters = []
- metrics.num.samples = 2
- metrics.recording.level = INFO
- metrics.sample.window.ms = 30000
- receive.buffer.bytes = 65536
- reconnect.backoff.max.ms = 1000
- reconnect.backoff.ms = 50
- request.timeout.ms = 120000
- retries = 5
- retry.backoff.ms = 100
- sasl.client.callback.handler.class = null
- sasl.jaas.config = null
- 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 = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- ssl.cipher.suites = null
- ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
- ssl.endpoint.identification.algorithm = https
- ssl.key.password = null
- ssl.keymanager.algorithm = SunX509
- ssl.keystore.location = null
- ssl.keystore.password = null
- ssl.keystore.type = JKS
- ssl.protocol = TLS
- ssl.provider = null
- ssl.secure.random.implementation = null
- ssl.trustmanager.algorithm = PKIX
- ssl.truststore.location = null
- ssl.truststore.password = null
- ssl.truststore.type = JKS
- 2019-11-15 17:01:14.556 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
- 2019-11-15 17:01:14.556 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
- 2019-11-15 17:01:14.582 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:14.684 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:14.785 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:14.987 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:15.490 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:16.195 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:17.200 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:18.206 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:19.211 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:20.417 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:21.322 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:22.428 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:23.332 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:24.238 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:25.244 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:26.450 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:27.455 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:28.659 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:29.864 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:31.070 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:32.074 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:33.080 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:34.085 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:35.190 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:36.195 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:37.301 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:38.406 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:39.512 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:40.316 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:41.521 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:42.425 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:43.530 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:44.575 ERROR 30056 --- [ main] o.springframework.kafka.core.KafkaAdmin : Could not configure topics
- org.springframework.kafka.KafkaException: Timed out waiting to get existing topics; nested exception is java.util.concurrent.TimeoutException
- at org.springframework.kafka.core.KafkaAdmin.lambda$checkPartitions$2(KafkaAdmin.java:238) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- at java.base/java.util.HashMap.forEach(HashMap.java:1338) ~[na:na]
- at org.springframework.kafka.core.KafkaAdmin.checkPartitions(KafkaAdmin.java:213) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- at org.springframework.kafka.core.KafkaAdmin.addTopicsIfNeeded(KafkaAdmin.java:199) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- at org.springframework.kafka.core.KafkaAdmin.initialize(KafkaAdmin.java:169) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- at org.springframework.kafka.core.KafkaAdmin.afterSingletonsInstantiated(KafkaAdmin.java:139) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:864) ~[spring-beans-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
- at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) ~[spring-boot-test-2.1.9.RELEASE.jar:2.1.9.RELEASE]
- at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:108) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:97) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$invokeTestInstancePostProcessors$5(ClassTestDescriptor.java:349) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.executeAndMaskThrowable(JupiterTestDescriptor.java:215) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassTestDescriptor.java:349) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na]
- at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na]
- at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1621) ~[na:na]
- at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na]
- at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na]
- at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na]
- at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
- at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
- at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.invokeTestInstancePostProcessors(ClassTestDescriptor.java:348) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.instantiateAndPostProcessTestInstance(ClassTestDescriptor.java:270) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$2(ClassTestDescriptor.java:259) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$3(ClassTestDescriptor.java:263) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at java.base/java.util.Optional.orElseGet(Optional.java:362) ~[na:na]
- at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$4(ClassTestDescriptor.java:262) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:82) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:59) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$0(NodeTestTask.java:83) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:83) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:69) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at java.base/java.util.ArrayList.forEach(ArrayList.java:1507) ~[na:na]
- at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at java.base/java.util.ArrayList.forEach(ArrayList.java:1507) ~[na:na]
- at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) ~[junit-platform-engine-1.3.2.jar:1.3.2]
- at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
- at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
- at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
- at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
- at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
- at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
- at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
- at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
- at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
- at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
- at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
- Caused by: java.util.concurrent.TimeoutException: null
- at org.apache.kafka.common.internals.KafkaFutureImpl$SingleWaiter.await(KafkaFutureImpl.java:108) ~[kafka-clients-2.0.1.jar:na]
- at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:274) ~[kafka-clients-2.0.1.jar:na]
- at org.springframework.kafka.core.KafkaAdmin.lambda$checkPartitions$2(KafkaAdmin.java:216) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
- ... 69 common frames omitted
- 2019-11-15 17:01:44.577 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:45.783 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:46.687 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:47.792 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:48.697 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:49.602 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:50.808 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:52.013 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:53.018 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:53.923 WARN 30056 --- [| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node -1 could not be established. Broker may not be available.
- 2019-11-15 17:01:54.576 INFO 30056 --- [| adminclient-1] o.a.k.clients.admin.KafkaAdminClient : [AdminClient clientId=adminclient-1] Forcing a hard I/O thread shutdown. Requests in progress will be aborted.
- 2019-11-15 17:01:54.577 INFO 30056 --- [| adminclient-1] o.a.k.c.a.i.AdminMetadataManager : [AdminClient clientId=adminclient-1] Metadata update failed
- org.apache.kafka.common.errors.TimeoutException: The AdminClient thread has exited.
- 2019-11-15 17:01:54.595 INFO 30056 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values:
- auto.commit.interval.ms = 5000
- auto.offset.reset = latest
- bootstrap.servers = [PLAINTEXT://localhost:33088]
- check.crcs = true
- client.id =
- 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 = MyEntity
- heartbeat.interval.ms = 3000
- interceptor.classes = []
- internal.leave.group.on.close = true
- 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 = [class org.apache.kafka.clients.consumer.RangeAssignor]
- receive.buffer.bytes = 65536
- reconnect.backoff.max.ms = 1000
- reconnect.backoff.ms = 50
- request.timeout.ms = 30000
- retry.backoff.ms = 100
- sasl.client.callback.handler.class = null
- sasl.jaas.config = null
- 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 = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- session.timeout.ms = 10000
- ssl.cipher.suites = null
- ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
- ssl.endpoint.identification.algorithm = https
- ssl.key.password = null
- ssl.keymanager.algorithm = SunX509
- ssl.keystore.location = null
- ssl.keystore.password = null
- ssl.keystore.type = JKS
- ssl.protocol = TLS
- ssl.provider = null
- ssl.secure.random.implementation = null
- ssl.trustmanager.algorithm = PKIX
- ssl.truststore.location = null
- ssl.truststore.password = null
- ssl.truststore.type = JKS
- value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
- 2019-11-15 17:01:54.638 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
- 2019-11-15 17:01:54.638 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
- 2019-11-15 17:01:54.752 INFO 30056 --- [ main] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
- 2019-11-15 17:01:55.146 INFO 30056 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values:
- auto.commit.interval.ms = 5000
- auto.offset.reset = latest
- bootstrap.servers = [PLAINTEXT://localhost:33088]
- check.crcs = true
- client.id =
- 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 = MyEntity
- heartbeat.interval.ms = 3000
- interceptor.classes = []
- internal.leave.group.on.close = true
- 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 = [class org.apache.kafka.clients.consumer.RangeAssignor]
- receive.buffer.bytes = 65536
- reconnect.backoff.max.ms = 1000
- reconnect.backoff.ms = 50
- request.timeout.ms = 30000
- retry.backoff.ms = 100
- sasl.client.callback.handler.class = null
- sasl.jaas.config = null
- 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 = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- session.timeout.ms = 10000
- ssl.cipher.suites = null
- ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
- ssl.endpoint.identification.algorithm = https
- ssl.key.password = null
- ssl.keymanager.algorithm = SunX509
- ssl.keystore.location = null
- ssl.keystore.password = null
- ssl.keystore.type = JKS
- ssl.protocol = TLS
- ssl.provider = null
- ssl.secure.random.implementation = null
- ssl.trustmanager.algorithm = PKIX
- ssl.truststore.location = null
- ssl.truststore.password = null
- ssl.truststore.type = JKS
- value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
- 2019-11-15 17:01:55.154 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
- 2019-11-15 17:01:55.154 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
- 2019-11-15 17:01:55.156 INFO 30056 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService
- 2019-11-15 17:01:55.180 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : Started MyConsumerIT in 48.393 seconds (JVM running for 65.509)
- 2019-11-15 17:01:55.181 INFO 30056 --- [ntainer#0-0-C-1] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
- 2019-11-15 17:01:55.391 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.c.internals.AbstractCoordinator : [Consumer clientId=consumer-2, groupId=MyEntity] Discovered group coordinator localhost:33088 (id: 2147483646 rack: null)
- 2019-11-15 17:01:55.394 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=consumer-2, groupId=MyEntity] Revoking previously assigned partitions []
- 2019-11-15 17:01:55.395 INFO 30056 --- [ntainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer : partitions revoked: []
- 2019-11-15 17:01:55.395 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.c.internals.AbstractCoordinator : [Consumer clientId=consumer-2, groupId=MyEntity] (Re-)joining group
- 2019-11-15 17:01:55.434 INFO 30056 --- [ main] o.a.k.clients.producer.ProducerConfig : ProducerConfig values:
- acks = 1
- batch.size = 16384
- bootstrap.servers = [PLAINTEXT://localhost:33088]
- buffer.memory = 33554432
- client.id =
- compression.type = none
- connections.max.idle.ms = 540000
- enable.idempotence = false
- interceptor.classes = []
- 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
- 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 = 0
- retry.backoff.ms = 100
- sasl.client.callback.handler.class = null
- sasl.jaas.config = null
- 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 = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- ssl.cipher.suites = null
- ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
- ssl.endpoint.identification.algorithm = https
- ssl.key.password = null
- ssl.keymanager.algorithm = SunX509
- ssl.keystore.location = null
- ssl.keystore.password = null
- ssl.keystore.type = JKS
- ssl.protocol = TLS
- ssl.provider = null
- ssl.secure.random.implementation = null
- ssl.trustmanager.algorithm = PKIX
- ssl.truststore.location = null
- ssl.truststore.password = null
- ssl.truststore.type = JKS
- transaction.timeout.ms = 60000
- transactional.id = null
- value.serializer = class org.apache.kafka.common.serialization.StringSerializer
- 2019-11-15 17:01:55.461 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
- 2019-11-15 17:01:55.462 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
- 2019-11-15 17:01:55.471 INFO 30056 --- [ad | producer-1] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
- 2019-11-15 17:01:55.527 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.c.internals.AbstractCoordinator : [Consumer clientId=consumer-2, groupId=MyEntity] Successfully joined group with generation 1
- 2019-11-15 17:01:55.529 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=consumer-2, groupId=MyEntity] Setting newly assigned partitions [entities-0]
- 2019-11-15 17:01:55.537 INFO 30056 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
- 2019-11-15 17:01:55.554 INFO 30056 --- [ntainer#0-0-C-1] o.a.k.c.consumer.internals.Fetcher : [Consumer clientId=consumer-2, groupId=MyEntity] Resetting offset for partition entities-0 to offset 2.
- 2019-11-15 17:01:55.555 INFO 30056 --- [ntainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer : partitions assigned: [entities-0]
- 2019-11-15 17:01:55.705 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:56.208 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:56.714 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:57.219 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:57.727 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:58.234 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:58.740 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:59.245 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:01:59.749 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:00.253 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:00.761 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:01.266 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:01.770 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:02.275 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:02.778 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:03.283 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:03.786 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:04.290 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:04.795 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:05.300 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:05.805 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:06.312 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:06.818 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:07.325 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:07.829 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:08.334 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:08.837 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:09.341 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:09.844 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:10.348 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:10.852 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:11.357 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:11.861 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:12.366 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:12.870 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:13.375 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:13.882 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:14.387 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:14.892 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:15.397 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:15.903 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:16.409 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:16.916 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:17.421 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:17.927 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:18.433 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:18.938 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:19.441 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:19.946 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:20.453 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:20.958 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:21.461 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:21.968 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:22.474 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:22.979 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:23.486 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:23.992 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:24.496 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:25.003 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:25.509 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:26.016 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:26.522 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:27.027 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:27.536 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:28.042 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:28.546 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:29.052 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:29.557 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:30.062 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:30.567 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:31.072 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:31.576 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:32.082 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:32.585 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:33.089 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:33.593 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:34.099 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:34.604 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:35.108 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:35.613 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:36.116 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:36.621 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:37.126 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:37.631 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:38.136 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:38.643 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:39.147 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:39.652 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:40.156 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:40.661 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:41.167 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:41.672 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:42.175 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:42.681 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:43.187 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:43.692 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:44.198 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:44.704 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:45.209 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:45.713 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:46.216 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:46.721 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:47.226 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:47.733 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:48.238 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:48.743 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:49.247 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- 2019-11-15 17:02:49.752 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
- ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement