Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.42 KB | None | 0 0
  1. > env JAVA_HOME=/usr/lib/jvm/java-13-openjdk-amd64 mvn clean install
  2. WARNING: An illegal reflective access operation has occurred
  3. 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)
  4. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  5. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  6. WARNING: All illegal access operations will be denied in a future release
  7. [INFO] Scanning for projects...
  8. [INFO]
  9. [INFO] --------------< de.richtercloud:kafka-integration-tests >---------------
  10. [INFO] Building kafka-integration-tests 0.1.0-SNAPSHOT
  11. [INFO] --------------------------------[ jar ]---------------------------------
  12. [INFO]
  13. [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kafka-integration-tests ---
  14. [INFO] Deleting /mnt/data/home/examples/kafka/kafka-integration-tests/target
  15. [INFO]
  16. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kafka-integration-tests ---
  17. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  18. [INFO] Copying 1 resource
  19. [INFO] Copying 0 resource
  20. [INFO]
  21. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kafka-integration-tests ---
  22. [INFO] Changes detected - recompiling the module!
  23. [INFO] Compiling 6 source files to /mnt/data/home/examples/kafka/kafka-integration-tests/target/classes
  24. [INFO]
  25. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kafka-integration-tests ---
  26. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  27. [INFO] Copying 1 resource
  28. [INFO]
  29. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kafka-integration-tests ---
  30. [INFO] Changes detected - recompiling the module!
  31. [INFO] Compiling 1 source file to /mnt/data/home/examples/kafka/kafka-integration-tests/target/test-classes
  32. [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.
  33. [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.
  34. [INFO]
  35. [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ kafka-integration-tests ---
  36. [INFO]
  37. [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ kafka-integration-tests ---
  38. [INFO] Building jar: /mnt/data/home/examples/kafka/kafka-integration-tests/target/kafka-integration-tests-0.1.0-SNAPSHOT.jar
  39. [INFO]
  40. [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ kafka-integration-tests ---
  41. [INFO] Replacing main artifact with repackaged archive
  42. [INFO]
  43. [INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ kafka-integration-tests ---
  44. [INFO]
  45. [INFO] -------------------------------------------------------
  46. [INFO] T E S T S
  47. [INFO] -------------------------------------------------------
  48. [INFO] Running de.richtercloud.kafka.integration.tests.MyConsumerIT
  49. 17:00:50.640 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  50. 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)]
  51. 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]
  52. 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
  53. 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
  54. 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}.
  55. 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]
  56. 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.
  57. 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]
  58. 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]
  59. 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].
  60. 17:00:50.975 [main] DEBUG org.testcontainers.utility.TestcontainersConfiguration - Testcontainers configuration overrides will be loaded from file:/home/richter/.testcontainers.properties
  61. 17:00:51.045 [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy from ~/.testcontainers.properties, will try it first
  62. 17:00:51.429 [ducttape-0] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy - Pinging docker daemon...
  63. 17:00:51.658 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: org.testcontainers.dockerclient.transport.okhttp.OkHttpDockerCmdExecFactory$1@3dcff6fa
  64. 17:00:51.851 [main] INFO org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy - Found docker client settings from environment
  65. 17:00:51.869 [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Found Docker environment with Environment variables, system properties and defaults. Resolved:
  66. dockerHost=unix:///var/run/docker.sock
  67. apiVersion='{UNKNOWN_VERSION}'
  68. registryUrl='https://index.docker.io/v1/'
  69. registryUsername='richter'
  70. registryPassword='null'
  71. registryEmail='null'
  72. 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>]'
  73.  
  74. 17:00:51.869 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy - Checking Docker OS type for Environment variables, system properties and defaults. Resolved:
  75. dockerHost=unix:///var/run/docker.sock
  76. apiVersion='{UNKNOWN_VERSION}'
  77. registryUrl='https://index.docker.io/v1/'
  78. registryUsername='richter'
  79. registryPassword='null'
  80. registryEmail='null'
  81. 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>]'
  82.  
  83. 17:00:51.871 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.InfoCmdExec@756cf158
  84. 17:00:52.083 [main] INFO org.testcontainers.DockerClientFactory - Docker host IP address is localhost
  85. 17:00:52.084 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.InfoCmdExec@23c388c2
  86. 17:00:52.104 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.exec.VersionCmdExec@3174cb09
  87. 17:00:52.130 [main] INFO org.testcontainers.DockerClientFactory - Connected to docker:
  88. Server Version: 19.03.3
  89. API Version: 1.40
  90. Operating System: Ubuntu 19.10
  91. Total Memory: 15868 MB
  92. 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]
  93. 17:00:52.310 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - Looking up auth config for image: quay.io/testcontainers/ryuk:0.2.3
  94. 17:00:52.310 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: /home/richter/.docker/config.json (exists) and commandPathPrefix:
  95. 17:00:52.315 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - registryName [quay.io] for dockerImageName [quay.io/testcontainers/ryuk:0.2.3]
  96. 17:00:52.315 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - no matching Auth Configs - falling back to defaultAuthConfig [null]
  97. 17:00:52.315 [main] DEBUG org.testcontainers.dockerclient.auth.AuthDelegatingDockerClientConfig - Effective auth config [null]
  98. 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]
  99. 17:00:52.968 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716,com.github.dockerjava.core.exec.StartContainerCmdExec@341a8659
  100. 17:00:53.791 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: dd34b4a860ae8c0a317b0214f362e2fb230cf7927c7bdea25d765b331d51f716,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@535b8c24
  101. 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={})
  102. 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
  103. 17:00:53.906 [testcontainers-ryuk] DEBUG org.testcontainers.utility.ResourceReaper - Received 'ACK' from Ryuk
  104. 17:00:53.907 [main] INFO org.testcontainers.DockerClientFactory - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
  105. â„šī¸Ž Checking the system...
  106. ✔ Docker version should be at least 1.6.0
  107. 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
  108. 17:00:54.213 [tc-okhttp-stream-1360533184] DEBUG com.github.dockerjava.core.command.ExecStartResultCallback - STDOUT: Filesystem 1024-blocks Used Available Capacity Mounted on
  109. /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /
  110. tmpfs 65536 0 65536 0% /dev
  111. tmpfs 8124564 0 8124564 0% /sys/fs/cgroup
  112. shm 65536 0 65536 0% /dev/shm
  113. /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/resolv.conf
  114. /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/hostname
  115. /dev/mapper/vg1-lv_data1 1953509376 1876533320 73903656 96% /etc/hosts
  116. tmpfs 1624916 4392 1620524 0% /run/docker.sock
  117. tmpfs 8124564 0 8124564 0% /proc/asound
  118. tmpfs 8124564 0 8124564 0% /proc/acpi
  119. tmpfs 65536 0 65536 0% /proc/kcore
  120. tmpfs 65536 0 65536 0% /proc/keys
  121. tmpfs 65536 0 65536 0% /proc/timer_list
  122. tmpfs 65536 0 65536 0% /proc/sched_debug
  123. tmpfs 8124564 0 8124564 0% /proc/scsi
  124. tmpfs 8124564 0 8124564 0% /sys/firmware
  125. ✔ Docker environment should have more than 2GB free disk space
  126. 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]
  127. 17:00:54.532 [main] DEBUG đŸŗ [confluentinc/cp-kafka:5.2.1] - Starting container: confluentinc/cp-kafka:5.2.1
  128. 17:00:54.532 [main] DEBUG đŸŗ [confluentinc/cp-kafka:5.2.1] - Trying to start container: confluentinc/cp-kafka:5.2.1
  129. 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)
  130. 17:00:54.533 [main] DEBUG đŸŗ [confluentinc/cp-kafka:5.2.1] - Starting container: confluentinc/cp-kafka:5.2.1
  131. 17:00:54.533 [main] INFO đŸŗ [confluentinc/cp-kafka:5.2.1] - Creating container for image: confluentinc/cp-kafka:5.2.1
  132. 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - Looking up auth config for image: confluentinc/cp-kafka:5.2.1
  133. 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: /home/richter/.docker/config.json (exists) and commandPathPrefix:
  134. 17:00:54.533 [main] DEBUG org.testcontainers.utility.RegistryAuthLocator - registryName [index.docker.io] for dockerImageName [confluentinc/cp-kafka:5.2.1]
  135. 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}]
  136. 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}]
  137. 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
  138. 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]
  139. 17:00:55.111 [main] INFO đŸŗ [confluentinc/cp-kafka:5.2.1] - Starting container with ID: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433
  140. 17:00:55.112 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,com.github.dockerjava.core.exec.StartContainerCmdExec@3b08f438
  141. 17:00:56.056 [main] INFO đŸŗ [confluentinc/cp-kafka:5.2.1] - Container confluentinc/cp-kafka:5.2.1 is starting: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433
  142. 17:00:56.058 [main] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@5b2f8ab6
  143. 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={})
  144. 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
  145. dataDir=/var/lib/zookeeper/data
  146. dataLogDir=/var/lib/zookeeper/log' > /zookeeper.properties
  147. zookeeper-server-start /zookeeper.properties
  148. },<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@2e140e59
  149. 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
  150. export KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:33088,BROKER://:9092
  151. /etc/confluent/docker/run},<null>,<null>,com.github.dockerjava.core.exec.ExecCreateCmdExec@59429fac
  152. 17:00:56.361 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 44c19d6735212ddf3266b83a5027ef4c8d35caedffff43d16721db9313464433,false,com.github.dockerjava.core.exec.InspectContainerCmdExec@f5bbcff
  153. 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={})
  154. 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')
  155. 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
  156. 17:00:57.086 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 8966e55924d2e60f2cfeb3c9020e52353e49c742405c23e236728f5b210f5f7d,com.github.dockerjava.core.exec.InspectExecCmdExec@1437aa8d
  157. 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={})
  158. 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')
  159. 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
  160. 17:00:58.404 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: d7f843864fd682c455f18106570577f55b5bbb23b86ddc74d72dbf1ededbdf51,com.github.dockerjava.core.exec.InspectExecCmdExec@66004012
  161. 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={})
  162. 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')
  163. 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
  164. 17:00:59.801 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 13f36c957e94ce31fc794ecb1f75da5f4efdc4e216db9f4a2ca906af9b9270b2,com.github.dockerjava.core.exec.InspectExecCmdExec@3dffdaf2
  165. 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={})
  166. 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')
  167. 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
  168. 17:01:01.209 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: e5722909be027fa9e49cc078fb34294728b24f631e4a0df87c5e06812a257f5d,com.github.dockerjava.core.exec.InspectExecCmdExec@34348ad0
  169. 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={})
  170. 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')
  171. 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
  172. 17:01:02.528 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: ced4eea2ba7cd9fbe45d9e7ee630a99a452649a1ac89906226f7f499cc4803f6,com.github.dockerjava.core.exec.InspectExecCmdExec@70ee85a7
  173. 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={})
  174. 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')
  175. 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
  176. 17:01:03.921 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 9fddf2b4004d7c39a9412480201f7e64a1c63da955479acbb096dcf2261cbdde,com.github.dockerjava.core.exec.InspectExecCmdExec@7b4b0b50
  177. 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={})
  178. 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')
  179. 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
  180. 17:01:05.270 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: f376dd6eb73980b61987a8b1f6ef225389a6bcfe5cd58cb402e60b6977a36130,com.github.dockerjava.core.exec.InspectExecCmdExec@56b5c4fd
  181. 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={})
  182. 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')
  183. 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
  184. 17:01:06.733 [ducttape-0] DEBUG com.github.dockerjava.core.command.AbstrDockerCmd - Cmd: 0d8ffd5ba6787a49f78fdb2dea21a80efb298a949460ae49b1c6974593648570,com.github.dockerjava.core.exec.InspectExecCmdExec@3041edb4
  185. 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={})
  186. 17:01:06.739 [main] INFO đŸŗ [confluentinc/cp-kafka:5.2.1] - Container confluentinc/cp-kafka:5.2.1 started
  187. 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}
  188.  
  189. . ____ _ __ _ _
  190. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  191. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  192. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  193. ' |____| .__|_| |_|_| |_\__, | / / / /
  194. =========|_|==============|___/=/_/_/_/
  195. :: Spring Boot :: (v2.1.9.RELEASE)
  196.  
  197. 2019-11-15 17:01:07.222 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : kafkaContainerBootstrapServers: PLAINTEXT://localhost:33088
  198. 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)
  199. 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
  200. 2019-11-15 17:01:08.078 INFO 30056 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  201. 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.
  202. 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)
  203. 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)
  204. 2019-11-15 17:01:09.229 INFO 30056 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  205. 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.
  206. 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.)
  207. 2019-11-15 17:01:10.940 INFO 30056 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  208. 2019-11-15 17:01:11.047 INFO 30056 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  209. name: default
  210. ...]
  211. 2019-11-15 17:01:11.152 INFO 30056 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.12.Final}
  212. 2019-11-15 17:01:11.154 INFO 30056 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  213. 2019-11-15 17:01:11.330 INFO 30056 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  214. 2019-11-15 17:01:11.510 INFO 30056 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.DerbyTenSevenDialect
  215. 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'
  216. 2019-11-15 17:01:12.635 INFO 30056 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  217. 2019-11-15 17:01:13.817 INFO 30056 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  218. 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
  219. 2019-11-15 17:01:14.507 INFO 30056 --- [ main] o.a.k.clients.admin.AdminClientConfig : AdminClientConfig values:
  220. bootstrap.servers = [localhost:9092]
  221. client.id =
  222. connections.max.idle.ms = 300000
  223. metadata.max.age.ms = 300000
  224. metric.reporters = []
  225. metrics.num.samples = 2
  226. metrics.recording.level = INFO
  227. metrics.sample.window.ms = 30000
  228. receive.buffer.bytes = 65536
  229. reconnect.backoff.max.ms = 1000
  230. reconnect.backoff.ms = 50
  231. request.timeout.ms = 120000
  232. retries = 5
  233. retry.backoff.ms = 100
  234. sasl.client.callback.handler.class = null
  235. sasl.jaas.config = null
  236. sasl.kerberos.kinit.cmd = /usr/bin/kinit
  237. sasl.kerberos.min.time.before.relogin = 60000
  238. sasl.kerberos.service.name = null
  239. sasl.kerberos.ticket.renew.jitter = 0.05
  240. sasl.kerberos.ticket.renew.window.factor = 0.8
  241. sasl.login.callback.handler.class = null
  242. sasl.login.class = null
  243. sasl.login.refresh.buffer.seconds = 300
  244. sasl.login.refresh.min.period.seconds = 60
  245. sasl.login.refresh.window.factor = 0.8
  246. sasl.login.refresh.window.jitter = 0.05
  247. sasl.mechanism = GSSAPI
  248. security.protocol = PLAINTEXT
  249. send.buffer.bytes = 131072
  250. ssl.cipher.suites = null
  251. ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
  252. ssl.endpoint.identification.algorithm = https
  253. ssl.key.password = null
  254. ssl.keymanager.algorithm = SunX509
  255. ssl.keystore.location = null
  256. ssl.keystore.password = null
  257. ssl.keystore.type = JKS
  258. ssl.protocol = TLS
  259. ssl.provider = null
  260. ssl.secure.random.implementation = null
  261. ssl.trustmanager.algorithm = PKIX
  262. ssl.truststore.location = null
  263. ssl.truststore.password = null
  264. ssl.truststore.type = JKS
  265.  
  266. 2019-11-15 17:01:14.556 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
  267. 2019-11-15 17:01:14.556 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
  268. 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.
  269. 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.
  270. 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.
  271. 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.
  272. 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.
  273. 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.
  274. 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.
  275. 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.
  276. 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.
  277. 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.
  278. 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.
  279. 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.
  280. 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.
  281. 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.
  282. 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.
  283. 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.
  284. 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.
  285. 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.
  286. 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.
  287. 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.
  288. 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.
  289. 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.
  290. 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.
  291. 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.
  292. 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.
  293. 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.
  294. 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.
  295. 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.
  296. 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.
  297. 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.
  298. 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.
  299. 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.
  300. 2019-11-15 17:01:44.575 ERROR 30056 --- [ main] o.springframework.kafka.core.KafkaAdmin : Could not configure topics
  301.  
  302. org.springframework.kafka.KafkaException: Timed out waiting to get existing topics; nested exception is java.util.concurrent.TimeoutException
  303. at org.springframework.kafka.core.KafkaAdmin.lambda$checkPartitions$2(KafkaAdmin.java:238) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  304. at java.base/java.util.HashMap.forEach(HashMap.java:1338) ~[na:na]
  305. at org.springframework.kafka.core.KafkaAdmin.checkPartitions(KafkaAdmin.java:213) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  306. at org.springframework.kafka.core.KafkaAdmin.addTopicsIfNeeded(KafkaAdmin.java:199) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  307. at org.springframework.kafka.core.KafkaAdmin.initialize(KafkaAdmin.java:169) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  308. at org.springframework.kafka.core.KafkaAdmin.afterSingletonsInstantiated(KafkaAdmin.java:139) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  309. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:864) ~[spring-beans-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  310. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  311. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  312. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
  313. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
  314. at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.9.RELEASE.jar:2.1.9.RELEASE]
  315. at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) ~[spring-boot-test-2.1.9.RELEASE.jar:2.1.9.RELEASE]
  316. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  317. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  318. at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:108) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  319. at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  320. at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  321. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  322. at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:97) ~[spring-test-5.1.10.RELEASE.jar:5.1.10.RELEASE]
  323. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$invokeTestInstancePostProcessors$5(ClassTestDescriptor.java:349) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  324. at org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.executeAndMaskThrowable(JupiterTestDescriptor.java:215) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  325. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassTestDescriptor.java:349) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  326. at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na]
  327. at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na]
  328. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1621) ~[na:na]
  329. at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na]
  330. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na]
  331. at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na]
  332. at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na]
  333. at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na]
  334. at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na]
  335. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.invokeTestInstancePostProcessors(ClassTestDescriptor.java:348) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  336. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.instantiateAndPostProcessTestInstance(ClassTestDescriptor.java:270) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  337. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$2(ClassTestDescriptor.java:259) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  338. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$3(ClassTestDescriptor.java:263) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  339. at java.base/java.util.Optional.orElseGet(Optional.java:362) ~[na:na]
  340. at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.lambda$testInstanceProvider$4(ClassTestDescriptor.java:262) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  341. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:82) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  342. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:59) ~[junit-jupiter-engine-5.3.2.jar:5.3.2]
  343. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$0(NodeTestTask.java:83) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  344. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  345. at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:83) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  346. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:69) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  347. at java.base/java.util.ArrayList.forEach(ArrayList.java:1507) ~[na:na]
  348. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  349. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  350. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  351. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  352. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  353. at java.base/java.util.ArrayList.forEach(ArrayList.java:1507) ~[na:na]
  354. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  355. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$4(NodeTestTask.java:112) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  356. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:72) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  357. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:98) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  358. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:74) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  359. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  360. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  361. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) ~[junit-platform-engine-1.3.2.jar:1.3.2]
  362. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  363. at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  364. at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  365. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  366. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1]
  367. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  368. at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2]
  369. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
  370. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
  371. at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
  372. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
  373. Caused by: java.util.concurrent.TimeoutException: null
  374. at org.apache.kafka.common.internals.KafkaFutureImpl$SingleWaiter.await(KafkaFutureImpl.java:108) ~[kafka-clients-2.0.1.jar:na]
  375. at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:274) ~[kafka-clients-2.0.1.jar:na]
  376. at org.springframework.kafka.core.KafkaAdmin.lambda$checkPartitions$2(KafkaAdmin.java:216) ~[spring-kafka-2.2.10.RELEASE.jar:2.2.10.RELEASE]
  377. ... 69 common frames omitted
  378.  
  379. 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.
  380. 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.
  381. 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.
  382. 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.
  383. 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.
  384. 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.
  385. 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.
  386. 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.
  387. 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.
  388. 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.
  389. 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.
  390. 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
  391.  
  392. org.apache.kafka.common.errors.TimeoutException: The AdminClient thread has exited.
  393.  
  394. 2019-11-15 17:01:54.595 INFO 30056 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values:
  395. auto.commit.interval.ms = 5000
  396. auto.offset.reset = latest
  397. bootstrap.servers = [PLAINTEXT://localhost:33088]
  398. check.crcs = true
  399. client.id =
  400. connections.max.idle.ms = 540000
  401. default.api.timeout.ms = 60000
  402. enable.auto.commit = true
  403. exclude.internal.topics = true
  404. fetch.max.bytes = 52428800
  405. fetch.max.wait.ms = 500
  406. fetch.min.bytes = 1
  407. group.id = MyEntity
  408. heartbeat.interval.ms = 3000
  409. interceptor.classes = []
  410. internal.leave.group.on.close = true
  411. isolation.level = read_uncommitted
  412. key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
  413. max.partition.fetch.bytes = 1048576
  414. max.poll.interval.ms = 300000
  415. max.poll.records = 500
  416. metadata.max.age.ms = 300000
  417. metric.reporters = []
  418. metrics.num.samples = 2
  419. metrics.recording.level = INFO
  420. metrics.sample.window.ms = 30000
  421. partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
  422. receive.buffer.bytes = 65536
  423. reconnect.backoff.max.ms = 1000
  424. reconnect.backoff.ms = 50
  425. request.timeout.ms = 30000
  426. retry.backoff.ms = 100
  427. sasl.client.callback.handler.class = null
  428. sasl.jaas.config = null
  429. sasl.kerberos.kinit.cmd = /usr/bin/kinit
  430. sasl.kerberos.min.time.before.relogin = 60000
  431. sasl.kerberos.service.name = null
  432. sasl.kerberos.ticket.renew.jitter = 0.05
  433. sasl.kerberos.ticket.renew.window.factor = 0.8
  434. sasl.login.callback.handler.class = null
  435. sasl.login.class = null
  436. sasl.login.refresh.buffer.seconds = 300
  437. sasl.login.refresh.min.period.seconds = 60
  438. sasl.login.refresh.window.factor = 0.8
  439. sasl.login.refresh.window.jitter = 0.05
  440. sasl.mechanism = GSSAPI
  441. security.protocol = PLAINTEXT
  442. send.buffer.bytes = 131072
  443. session.timeout.ms = 10000
  444. ssl.cipher.suites = null
  445. ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
  446. ssl.endpoint.identification.algorithm = https
  447. ssl.key.password = null
  448. ssl.keymanager.algorithm = SunX509
  449. ssl.keystore.location = null
  450. ssl.keystore.password = null
  451. ssl.keystore.type = JKS
  452. ssl.protocol = TLS
  453. ssl.provider = null
  454. ssl.secure.random.implementation = null
  455. ssl.trustmanager.algorithm = PKIX
  456. ssl.truststore.location = null
  457. ssl.truststore.password = null
  458. ssl.truststore.type = JKS
  459. value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
  460.  
  461. 2019-11-15 17:01:54.638 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
  462. 2019-11-15 17:01:54.638 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
  463. 2019-11-15 17:01:54.752 INFO 30056 --- [ main] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
  464. 2019-11-15 17:01:55.146 INFO 30056 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values:
  465. auto.commit.interval.ms = 5000
  466. auto.offset.reset = latest
  467. bootstrap.servers = [PLAINTEXT://localhost:33088]
  468. check.crcs = true
  469. client.id =
  470. connections.max.idle.ms = 540000
  471. default.api.timeout.ms = 60000
  472. enable.auto.commit = true
  473. exclude.internal.topics = true
  474. fetch.max.bytes = 52428800
  475. fetch.max.wait.ms = 500
  476. fetch.min.bytes = 1
  477. group.id = MyEntity
  478. heartbeat.interval.ms = 3000
  479. interceptor.classes = []
  480. internal.leave.group.on.close = true
  481. isolation.level = read_uncommitted
  482. key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
  483. max.partition.fetch.bytes = 1048576
  484. max.poll.interval.ms = 300000
  485. max.poll.records = 500
  486. metadata.max.age.ms = 300000
  487. metric.reporters = []
  488. metrics.num.samples = 2
  489. metrics.recording.level = INFO
  490. metrics.sample.window.ms = 30000
  491. partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
  492. receive.buffer.bytes = 65536
  493. reconnect.backoff.max.ms = 1000
  494. reconnect.backoff.ms = 50
  495. request.timeout.ms = 30000
  496. retry.backoff.ms = 100
  497. sasl.client.callback.handler.class = null
  498. sasl.jaas.config = null
  499. sasl.kerberos.kinit.cmd = /usr/bin/kinit
  500. sasl.kerberos.min.time.before.relogin = 60000
  501. sasl.kerberos.service.name = null
  502. sasl.kerberos.ticket.renew.jitter = 0.05
  503. sasl.kerberos.ticket.renew.window.factor = 0.8
  504. sasl.login.callback.handler.class = null
  505. sasl.login.class = null
  506. sasl.login.refresh.buffer.seconds = 300
  507. sasl.login.refresh.min.period.seconds = 60
  508. sasl.login.refresh.window.factor = 0.8
  509. sasl.login.refresh.window.jitter = 0.05
  510. sasl.mechanism = GSSAPI
  511. security.protocol = PLAINTEXT
  512. send.buffer.bytes = 131072
  513. session.timeout.ms = 10000
  514. ssl.cipher.suites = null
  515. ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
  516. ssl.endpoint.identification.algorithm = https
  517. ssl.key.password = null
  518. ssl.keymanager.algorithm = SunX509
  519. ssl.keystore.location = null
  520. ssl.keystore.password = null
  521. ssl.keystore.type = JKS
  522. ssl.protocol = TLS
  523. ssl.provider = null
  524. ssl.secure.random.implementation = null
  525. ssl.trustmanager.algorithm = PKIX
  526. ssl.truststore.location = null
  527. ssl.truststore.password = null
  528. ssl.truststore.type = JKS
  529. value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
  530.  
  531. 2019-11-15 17:01:55.154 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
  532. 2019-11-15 17:01:55.154 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
  533. 2019-11-15 17:01:55.156 INFO 30056 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService
  534. 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)
  535. 2019-11-15 17:01:55.181 INFO 30056 --- [ntainer#0-0-C-1] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
  536. 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)
  537. 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 []
  538. 2019-11-15 17:01:55.395 INFO 30056 --- [ntainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer : partitions revoked: []
  539. 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
  540. 2019-11-15 17:01:55.434 INFO 30056 --- [ main] o.a.k.clients.producer.ProducerConfig : ProducerConfig values:
  541. acks = 1
  542. batch.size = 16384
  543. bootstrap.servers = [PLAINTEXT://localhost:33088]
  544. buffer.memory = 33554432
  545. client.id =
  546. compression.type = none
  547. connections.max.idle.ms = 540000
  548. enable.idempotence = false
  549. interceptor.classes = []
  550. key.serializer = class org.apache.kafka.common.serialization.StringSerializer
  551. linger.ms = 0
  552. max.block.ms = 60000
  553. max.in.flight.requests.per.connection = 5
  554. max.request.size = 1048576
  555. metadata.max.age.ms = 300000
  556. metric.reporters = []
  557. metrics.num.samples = 2
  558. metrics.recording.level = INFO
  559. metrics.sample.window.ms = 30000
  560. partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
  561. receive.buffer.bytes = 32768
  562. reconnect.backoff.max.ms = 1000
  563. reconnect.backoff.ms = 50
  564. request.timeout.ms = 30000
  565. retries = 0
  566. retry.backoff.ms = 100
  567. sasl.client.callback.handler.class = null
  568. sasl.jaas.config = null
  569. sasl.kerberos.kinit.cmd = /usr/bin/kinit
  570. sasl.kerberos.min.time.before.relogin = 60000
  571. sasl.kerberos.service.name = null
  572. sasl.kerberos.ticket.renew.jitter = 0.05
  573. sasl.kerberos.ticket.renew.window.factor = 0.8
  574. sasl.login.callback.handler.class = null
  575. sasl.login.class = null
  576. sasl.login.refresh.buffer.seconds = 300
  577. sasl.login.refresh.min.period.seconds = 60
  578. sasl.login.refresh.window.factor = 0.8
  579. sasl.login.refresh.window.jitter = 0.05
  580. sasl.mechanism = GSSAPI
  581. security.protocol = PLAINTEXT
  582. send.buffer.bytes = 131072
  583. ssl.cipher.suites = null
  584. ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
  585. ssl.endpoint.identification.algorithm = https
  586. ssl.key.password = null
  587. ssl.keymanager.algorithm = SunX509
  588. ssl.keystore.location = null
  589. ssl.keystore.password = null
  590. ssl.keystore.type = JKS
  591. ssl.protocol = TLS
  592. ssl.provider = null
  593. ssl.secure.random.implementation = null
  594. ssl.trustmanager.algorithm = PKIX
  595. ssl.truststore.location = null
  596. ssl.truststore.password = null
  597. ssl.truststore.type = JKS
  598. transaction.timeout.ms = 60000
  599. transactional.id = null
  600. value.serializer = class org.apache.kafka.common.serialization.StringSerializer
  601.  
  602. 2019-11-15 17:01:55.461 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
  603. 2019-11-15 17:01:55.462 INFO 30056 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
  604. 2019-11-15 17:01:55.471 INFO 30056 --- [ad | producer-1] org.apache.kafka.clients.Metadata : Cluster ID: IUKhzi-qRLqQ0xMEhwGk6w
  605. 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
  606. 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]
  607. 2019-11-15 17:01:55.537 INFO 30056 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  608. 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.
  609. 2019-11-15 17:01:55.555 INFO 30056 --- [ntainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer : partitions assigned: [entities-0]
  610. 2019-11-15 17:01:55.705 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  611. 2019-11-15 17:01:56.208 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  612. 2019-11-15 17:01:56.714 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  613. 2019-11-15 17:01:57.219 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  614. 2019-11-15 17:01:57.727 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  615. 2019-11-15 17:01:58.234 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  616. 2019-11-15 17:01:58.740 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  617. 2019-11-15 17:01:59.245 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  618. 2019-11-15 17:01:59.749 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  619. 2019-11-15 17:02:00.253 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  620. 2019-11-15 17:02:00.761 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  621. 2019-11-15 17:02:01.266 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  622. 2019-11-15 17:02:01.770 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  623. 2019-11-15 17:02:02.275 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  624. 2019-11-15 17:02:02.778 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  625. 2019-11-15 17:02:03.283 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  626. 2019-11-15 17:02:03.786 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  627. 2019-11-15 17:02:04.290 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  628. 2019-11-15 17:02:04.795 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  629. 2019-11-15 17:02:05.300 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  630. 2019-11-15 17:02:05.805 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  631. 2019-11-15 17:02:06.312 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  632. 2019-11-15 17:02:06.818 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  633. 2019-11-15 17:02:07.325 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  634. 2019-11-15 17:02:07.829 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  635. 2019-11-15 17:02:08.334 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  636. 2019-11-15 17:02:08.837 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  637. 2019-11-15 17:02:09.341 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  638. 2019-11-15 17:02:09.844 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  639. 2019-11-15 17:02:10.348 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  640. 2019-11-15 17:02:10.852 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  641. 2019-11-15 17:02:11.357 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  642. 2019-11-15 17:02:11.861 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  643. 2019-11-15 17:02:12.366 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  644. 2019-11-15 17:02:12.870 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  645. 2019-11-15 17:02:13.375 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  646. 2019-11-15 17:02:13.882 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  647. 2019-11-15 17:02:14.387 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  648. 2019-11-15 17:02:14.892 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  649. 2019-11-15 17:02:15.397 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  650. 2019-11-15 17:02:15.903 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  651. 2019-11-15 17:02:16.409 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  652. 2019-11-15 17:02:16.916 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  653. 2019-11-15 17:02:17.421 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  654. 2019-11-15 17:02:17.927 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  655. 2019-11-15 17:02:18.433 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  656. 2019-11-15 17:02:18.938 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  657. 2019-11-15 17:02:19.441 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  658. 2019-11-15 17:02:19.946 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  659. 2019-11-15 17:02:20.453 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  660. 2019-11-15 17:02:20.958 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  661. 2019-11-15 17:02:21.461 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  662. 2019-11-15 17:02:21.968 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  663. 2019-11-15 17:02:22.474 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  664. 2019-11-15 17:02:22.979 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  665. 2019-11-15 17:02:23.486 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  666. 2019-11-15 17:02:23.992 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  667. 2019-11-15 17:02:24.496 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  668. 2019-11-15 17:02:25.003 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  669. 2019-11-15 17:02:25.509 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  670. 2019-11-15 17:02:26.016 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  671. 2019-11-15 17:02:26.522 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  672. 2019-11-15 17:02:27.027 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  673. 2019-11-15 17:02:27.536 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  674. 2019-11-15 17:02:28.042 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  675. 2019-11-15 17:02:28.546 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  676. 2019-11-15 17:02:29.052 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  677. 2019-11-15 17:02:29.557 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  678. 2019-11-15 17:02:30.062 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  679. 2019-11-15 17:02:30.567 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  680. 2019-11-15 17:02:31.072 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  681. 2019-11-15 17:02:31.576 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  682. 2019-11-15 17:02:32.082 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  683. 2019-11-15 17:02:32.585 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  684. 2019-11-15 17:02:33.089 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  685. 2019-11-15 17:02:33.593 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  686. 2019-11-15 17:02:34.099 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  687. 2019-11-15 17:02:34.604 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  688. 2019-11-15 17:02:35.108 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  689. 2019-11-15 17:02:35.613 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  690. 2019-11-15 17:02:36.116 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  691. 2019-11-15 17:02:36.621 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  692. 2019-11-15 17:02:37.126 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  693. 2019-11-15 17:02:37.631 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  694. 2019-11-15 17:02:38.136 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  695. 2019-11-15 17:02:38.643 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  696. 2019-11-15 17:02:39.147 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  697. 2019-11-15 17:02:39.652 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  698. 2019-11-15 17:02:40.156 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  699. 2019-11-15 17:02:40.661 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  700. 2019-11-15 17:02:41.167 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  701. 2019-11-15 17:02:41.672 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  702. 2019-11-15 17:02:42.175 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  703. 2019-11-15 17:02:42.681 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  704. 2019-11-15 17:02:43.187 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  705. 2019-11-15 17:02:43.692 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  706. 2019-11-15 17:02:44.198 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  707. 2019-11-15 17:02:44.704 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  708. 2019-11-15 17:02:45.209 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  709. 2019-11-15 17:02:45.713 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  710. 2019-11-15 17:02:46.216 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  711. 2019-11-15 17:02:46.721 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  712. 2019-11-15 17:02:47.226 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  713. 2019-11-15 17:02:47.733 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  714. 2019-11-15 17:02:48.238 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  715. 2019-11-15 17:02:48.743 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  716. 2019-11-15 17:02:49.247 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  717. 2019-11-15 17:02:49.752 INFO 30056 --- [ main] d.r.k.integration.tests.MyConsumerIT : userRepository.count: 0
  718. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement