· 5 years ago · Jun 22, 2020, 10:28 AM
1molimpiiev@C02C9DJVLVDL ~/Projects/callback-service % mvn -U verify -Pit_test
2[INFO] Scanning for projects...
3[INFO]
4[INFO] ---------------< com.twilio:messaging-callback-service >----------------
5[INFO] Building Messaging Callback Service 1.0.9-SNAPSHOT
6[INFO] --------------------------------[ jar ]---------------------------------
7[INFO]
8[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ messaging-callback-service ---
9[INFO] ShortRevision tag detected. The value is '8'.
10[INFO] Executing: /bin/sh -c cd '/Users/molimpiiev/Projects/callback-service' && 'git' 'rev-parse' '--verify' '--short=8' 'HEAD'
11[INFO] Working directory: /Users/molimpiiev/Projects/callback-service
12[INFO] Storing buildNumber: 14203762 at timestamp: 1592821000179
13[INFO] Storing buildScmBranch: master
14[INFO]
15[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce) @ messaging-callback-service ---
16[INFO]
17[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ messaging-callback-service ---
18[INFO]
19[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ messaging-callback-service ---
20[INFO] Using 'UTF-8' encoding to copy filtered resources.
21[INFO] Copying 1 resource
22[INFO]
23[INFO] --- scala-maven-plugin:4.4.0:add-source (scala-compile-first) @ messaging-callback-service ---
24[INFO] Add Test Source directory: /Users/molimpiiev/Projects/callback-service/src/test/scala
25[INFO]
26[INFO] --- scala-maven-plugin:4.4.0:compile (scala-compile-first) @ messaging-callback-service ---
27[INFO] Using incremental compilation using Mixed compile order
28[INFO] Compiler bridge file: /Users/molimpiiev/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.11-1.3.5-bin_2.11.7__52.0-1.3.5_20200330T000931.jar
29[INFO] compile in 2.6 s
30[INFO]
31[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ messaging-callback-service ---
32[INFO] Nothing to compile - all classes are up to date
33[INFO]
34[INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ messaging-callback-service ---
35[INFO] Nothing to compile - all classes are up to date
36[INFO]
37[INFO] --- maven-dependency-plugin:3.1.2:tree (tree) @ messaging-callback-service ---
38[INFO] Wrote dependency tree to: /Users/molimpiiev/Projects/callback-service/resolved_dependencies.txt
39[INFO]
40[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ messaging-callback-service ---
41[INFO] Using 'UTF-8' encoding to copy filtered resources.
42[INFO] Copying 20 resources
43[INFO]
44[INFO] --- scala-maven-plugin:4.4.0:testCompile (scala-test-compile) @ messaging-callback-service ---
45[INFO] Using incremental compilation using Mixed compile order
46[INFO] Compiler bridge file: /Users/molimpiiev/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.11-1.3.5-bin_2.11.7__52.0-1.3.5_20200330T000931.jar
47[INFO] Compiling 7 Scala sources and 29 Java sources to /Users/molimpiiev/Projects/callback-service/target/test-classes ...
48[WARNING] : Class org.joda.convert.FromString not found - continuing with a stub.
49[WARNING] : Class org.joda.convert.ToString not found - continuing with a stub.
50[WARNING] : Class org.joda.convert.ToString not found - continuing with a stub.
51[WARNING] : Class org.joda.convert.FromString not found - continuing with a stub.
52[WARNING] : Class org.joda.convert.ToString not found - continuing with a stub.
53[WARNING] : there was one deprecation warning; re-run with -deprecation for details
54[WARNING] 6 warnings found
55[WARNING] Unexpected javac output: Note: CAL10NAnnotationProcessor 0.8.1 initialized
56warning: Supported source version 'RELEASE_5' from annotation processor 'ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor' less than -source '1.8'
57Note: /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/kinesis/KinesisProducerRule.java uses or overrides a deprecated API.
58Note: Recompile with -Xlint:deprecation for details.
59Note: /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/utils/EnvUtils.java uses unchecked or unsafe operations.
60Note: Recompile with -Xlint:unchecked for details.
611 warning.
62[INFO] NoPosition: Note: CAL10NAnnotationProcessor 0.8.1 initialized
63[INFO] Done compiling.
64[INFO] compile in 8.0 s
65[INFO]
66[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ messaging-callback-service ---
67[INFO] Changes detected - recompiling the module!
68[INFO] Compiling 29 source files to /Users/molimpiiev/Projects/callback-service/target/test-classes
69[INFO] /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/kinesis/KinesisProducerRule.java: /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/kinesis/KinesisProducerRule.java uses or overrides a deprecated API.
70[INFO] /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/kinesis/KinesisProducerRule.java: Recompile with -Xlint:deprecation for details.
71[INFO] /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/utils/EnvUtils.java: /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/utils/EnvUtils.java uses unchecked or unsafe operations.
72[INFO] /Users/molimpiiev/Projects/callback-service/src/test/java/com/twilio/messaging/callbackService/utils/EnvUtils.java: Recompile with -Xlint:unchecked for details.
73[INFO]
74[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ messaging-callback-service ---
75[INFO]
76[INFO] -------------------------------------------------------
77[INFO] T E S T S
78[INFO] -------------------------------------------------------
79[INFO]
80[INFO] Results:
81[INFO]
82[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
83[INFO]
84[INFO]
85[INFO] --- scalatest-maven-plugin:2.0.0:test (test) @ messaging-callback-service ---
86Discovery starting.
87INFO - Initializing Kamon...
88[INFO] [06/22/2020 13:16:56.920] [ScalaTest-main] [SystemMetricsExtension(akka://kamon)] Starting the Kamon(SystemMetrics) extension
89Jun 22, 2020 1:16:56 PM kamon.sigar.SigarProvisioner provision
90INFO: Sigar library provisioned: /Users/molimpiiev/Projects/callback-service/native/libsigar-universal64-macosx.dylib
91[INFO] [06/22/2020 13:16:56.993] [ScalaTest-main] [DatadogExtension(akka://kamon)] Starting the Kamon(Datadog) extension
92Discovery completed in 1 second, 631 milliseconds.
93Run starting. Expected test count is: 47
94DefaultMessagingCallbackHandlerTestSuite:
95- should correctly skip a callback MLE with empty callback url
96- should be able to get a result from a webhook client
97- should not contain DateSent in callback for QUEUED status - DateSent enabled for account: true
98- should contain DateSent in callback for SENT status - DateSent enabled for account: true
99- should not contain DateSent in callback for SENT status - DateSent enabled for account: false
100- should not contain DateSent in callback for DELIVERED status - DateSent enabled for account: true
101- should not contain DateSent in callback for DELIVERED status - DateSent enabled for account: false
102- should not contain DateSent in callback for UNDELIVERED status - DateSent enabled for account: true
103- should not contain DateSent in callback for UNDELIVERED status - DateSent enabled for account: false
104INFO - Exception while processing callback for the event. Skipping event: null
105INFO - Exception while processing callback for the event. Skipping event: null
106INFO - Exception while processing callback for the event. Skipping event: null
107MessageLifecycleProcessorTestSuite:
108- should correctly skip an invalid lifecycle event
109- should correctly process a valid lifecycle event that does not have HasCallback=true
110- should correctly process a valid lifecycle event that has HasCallback=true but errors in finding Inflight Message/Account object
111- should correctly process a valid message.service.sent lifecycle event that has HasCallback=true and valid Inflight Message/Account object
112- should correctly process a valid message.failed lifecycle event that has HasCallback=true and valid Inflight Message/Account object
113- should correctly process a valid message.sent lifecycle event that has HasCallback=true and valid Inflight Message/Account object
114- should correctly process a valid message.dlrs.delivered lifecycle event that has HasCallback=true and valid Inflight Message/Account object
115- should correctly process a valid message.pricing lifecycle event that has HasCallback=true and valid Inflight Message/Account object
116INFO - Exception while processing callback for the event. Skipping event: null
117- should correctly process a valid message.dlrs.undelivered lifecycle event that has HasCallback=true and valid Inflight Message/Account object
118- should correctly process a valid message.read lifecycle event that has HasCallback=true and valid Inflight Message/Account object
119- should correctly process a valid message.expired lifecycle event that has HasCallback=true and valid Inflight Message/Account object
120- should correctly process a valid message.dlrs.unknown lifecycle event that has HasCallback=true and valid Inflight Message/Account object
121- should correctly process a valid message.dlrs.created lifecycle event that has HasCallback=true and valid Inflight Message/Account object
122- should correctly process a valid message.nackreceived lifecycle event that has HasCallback=true and valid Inflight Message/Account object
123- should correctly process a valid lifecycle event that has HasCallback=true and valid Inflight Message/Account object, but errors in making callback
124- should correctly process a valid lifecycle event that has HasCallback=true but Inflight has 500 level error
125- should correctly process a valid lifecycle event that has HasCallback=true but account service api has 500 level error
126- should pass through prefixed data in the lifecycle event as extra data in the callback
127- should use the callback url from data if 'callbackUrl' key is present
128- should use the callback url from message object if 'callbackUrl' key is empty
129INFO - Exception while processing callback for the event. Skipping event: null
130- should use the callback url from message object if 'callbackUrl' key is not present
131INFO - Exception while processing callback for the event. Skipping event: null
132- should use the DELIVERED as message status from pricing callbacks if inflight DB returns DELIVERED, also not call cache
133DefaultNotificationBehaviorTestSuite:
134- should Should construct Notification
135LifecycleEventKafkaDeserializerTestSuite:
136- should correctly transform WrappedLifecycleEvent json string into an object with all fields
137- should correctly transform WrappedLifecycleEvent json string into an object with some Optional fields missing
138- should correctly transform WrappedLifecycleEvent json string into an object with an alternative timestamp format
139- should fail the deserialization of an invalid WrappedLifecycleEvent json string
140AccountCacheTestSuite:
141- should retrieve account data from cache
142INFO - Could not find status callback url for SM655fa9b01f188e0d401cc7a33a8c3ffc
143INFO - Could not find status callback url for SMfdf606ba2778c46fe0cab39b6ad28cc0
144INFO - Could not find status callback url for SMec7ef212b1a949f93495bfbf19734593
145LifecycleEventKinesisDeserializerTestSuite:
146- should Correctly deserialize LifecycleEvent from Kinesis Stream
147INFO - Could not find status callback url for SM08d1ef1d188a8d88ad0d46b18ee30c28
148InflightCacheTestSuite:
149- should retrieve inflight message data from cache by default
150- should copilot message no slave lag
151- should copilot message with slave lag
152- should not retrieve data from cache when explicitly specified to not use cache
153- should fallback to the master db if a message cannot be retrieved from the slave db
154- should should get the callbackUrl if available from slave db and not from master db
155- should fallback to the master db if the status callback url cannot be retrieved from the slave db
156- should not call the inflight retriveMessageStatusCallback if there is a callback from the lifecycle event
157INFO - Could not find status callback url for SMdb2c760fc4f438ce5f2848139deb7fa3
158- should return None for no callbacks found in master or slave db
159Run completed in 2 seconds, 501 milliseconds.
160Total number of tests run: 47
161Suites: completed 8, aborted 0
162Tests: succeeded 47, failed 0, canceled 0, ignored 0, pending 0
163All tests passed.
164[INFO]
165[INFO] --- scalastyle-maven-plugin:1.1.1:check (default) @ messaging-callback-service ---
166warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=File line length exceeds 160 characters line=46
167warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=File line length exceeds 160 characters line=238
168warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=File line length exceeds 160 characters line=312
169warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=File line length exceeds 160 characters line=321
170warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Magic Number line=296 column=129
171warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Magic Number line=297 column=130
172warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Cyclomatic complexity of 12 exceeds max of 10 line=266 column=16
173warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=If block needs braces line=150 column=12
174warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=If block needs braces line=156 column=12
175warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Method is longer than 50 lines line=100 column=16
176warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Public method must have explicit type line=81 column=6
177warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Avoid wildcard imports line=21 column=0
178warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Avoid wildcard imports line=26 column=0
179warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Lowercase pattern match (surround with ``, or add : Any) line=269 column=11
180warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Lowercase pattern match (surround with ``, or add : Any) line=272 column=11
181warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Lowercase pattern match (surround with ``, or add : Any) line=278 column=11
182warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Lowercase pattern match (surround with ``, or add : Any) line=285 column=11
183warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=Lowercase pattern match (surround with ``, or add : Any) line=301 column=15
184warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/DefaultMessagingCallbackHandler.scala message=The string literal " appears 6 times in the file. line=182 column=110
185warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Magic Number line=60 column=44
186warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Magic Number line=66 column=47
187warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Public method must have explicit type line=31 column=6
188warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Public method must have explicit type line=45 column=6
189warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Public method must have explicit type line=59 column=6
190warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Public method must have explicit type line=65 column=6
191warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Avoid wildcard imports line=30 column=2
192warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Lowercase pattern match (surround with ``, or add : Any) line=91 column=11
193warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Imports should be grouped together line=30 column=2
194warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/NotificationBehavior.scala message=Imports should be grouped together line=76 column=2
195warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/handler/AsyncHttpClientUtils.scala message=Avoid wildcard imports line=5 column=0
196warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=The string literal "event-skip-count" appears 4 times in the file. line=12 column=52
197warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=The string literal "reason" appears 4 times in the file. line=12 column=76
198warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=The string literal "db-type" appears 4 times in the file. line=23 column=84
199warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=The string literal "success" appears 5 times in the file. line=30 column=84
200warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=The string literal "true" appears 4 times in the file. line=30 column=97
201warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/metrics/kamon/CallbackServiceMetrics.scala message=Use of TODO/FIXME comment line=22 column=88
202warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Avoid wildcard imports line=9 column=0
203warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Avoid wildcard imports line=20 column=0
204warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Avoid wildcard imports line=26 column=0
205warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Avoid wildcard imports line=172 column=4
206warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=The string literal " appears 6 times in the file. line=59 column=156
207warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Imports should be grouped together line=172 column=4
208warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/InflightCache.scala message=Insert a space after the start of the comment line=48 column=100
209warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/AccountCache.scala message=Avoid wildcard imports line=16 column=0
210warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/cache/AccountCache.scala message=Unnecessary use of interpolated string line=33 column=36
211warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/util/HttpClientUtil.scala message=Avoid wildcard imports line=5 column=0
212warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/DbConfigurations.scala message=File must end with newline character
213warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=File line length exceeds 160 characters line=64
214warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=File line length exceeds 160 characters line=110
215warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Avoid using null line=173 column=55
216warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Public method must have explicit type line=145 column=15
217warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Public method must have explicit type line=146 column=15
218warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Public method must have explicit type line=147 column=15
219warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Public method must have explicit type line=148 column=15
220warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=Avoid wildcard imports line=14 column=0
221warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=The string literal "role" appears 3 times in the file. line=33 column=30
222warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/config/MessagingCallbackServiceConfig.scala message=The string literal "topic" appears 3 times in the file. line=55 column=31
223warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/health/CallbackServiceHealthCheck.scala message=Magic Number line=19 column=67
224warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/health/CallbackServiceHealthCheck.scala message=Magic Number line=25 column=47
225warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/health/CallbackServiceHealthCheck.scala message=File must end with newline character
226warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=62
227warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=91
228warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=92
229warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=103
230warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=108
231warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=109
232warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=110
233warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File line length exceeds 160 characters line=131
234warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Magic Number line=81 column=6
235warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Regular expression matched 'println' line=114 column=8
236warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Method is longer than 50 lines line=62 column=6
237warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Public method must have explicit type line=62 column=6
238warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=File must end with newline character
239warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Insert a space after the start of the comment line=83 column=4
240warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/CallbackProcessor.scala message=Insert a space after the start of the comment line=96 column=4
241warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=15 column=22
242warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=17 column=20
243warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=19 column=23
244warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=21 column=34
245warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=27 column=19
246warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Regular expression matched 'println' line=37 column=6
247warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Public method must have explicit type line=15 column=6
248warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Public method must have explicit type line=17 column=6
249warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Public method must have explicit type line=19 column=6
250warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/Launch.scala message=Public method must have explicit type line=21 column=6
251warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/serialization/LifecycleEventKinesisDeserializer.scala message=Avoid wildcard imports line=5 column=0
252warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/serialization/LifecycleEventKinesisDeserializer.scala message=Avoid wildcard imports line=8 column=2
253warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/serialization/LifecycleEventKinesisDeserializer.scala message=Imports should be grouped together line=8 column=2
254warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=File line length exceeds 160 characters line=10
255warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=File line length exceeds 160 characters line=34
256warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=Unnecessary use of interpolated string line=53 column=23
257warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=Unnecessary use of interpolated string line=83 column=23
258warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=Unnecessary use of interpolated string line=87 column=23
259warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=The string literal " appears 3 times in the file. line=68 column=60
260warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=Use : Unit = for procedures line=76 column=19
261warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerInitializer.scala message=Use : Unit = for procedures line=80 column=19
262warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerCoordinator.scala message=File line length exceeds 160 characters line=22
263warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kinesis/KinesisConsumerCoordinator.scala message=File line length exceeds 160 characters line=26
264warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=If block needs braces line=33 column=6
265warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Method is longer than 50 lines line=104 column=14
266warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Avoid wildcard imports line=18 column=0
267warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Avoid wildcard imports line=65 column=2
268warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Avoid wildcard imports line=66 column=2
269warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Avoid wildcard imports line=68 column=2
270warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=The string literal " appears 5 times in the file. line=79 column=114
271warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Imports should be grouped together line=65 column=2
272warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Imports should be grouped together line=66 column=2
273warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/MessageLifecycleProcessor.scala message=Imports should be grouped together line=68 column=2
274warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/JodaDateTimeCodec.scala message=File must end with newline character
275warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/JodaDateTimeCodec.scala message=Avoid wildcard imports line=9 column=0
276warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/JodaDateTimeCodec.scala message=Lowercase pattern match (surround with ``, or add : Any) line=24 column=83
277warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/JodaDateTimeCodec.scala message=Insert a space after the start of the comment line=11 column=0
278warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/JodaDateTimeCodec.scala message=Insert a space after the start of the comment line=29 column=0
279warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventDeserializer.scala message=File line length exceeds 160 characters line=34
280warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventDeserializer.scala message=Avoid wildcard imports line=8 column=0
281warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventDeserializer.scala message=Avoid wildcard imports line=10 column=0
282warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventDeserializer.scala message=Avoid wildcard imports line=13 column=2
283warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventDeserializer.scala message=Imports should be grouped together line=13 column=2
284warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventKakfaDeserializer.scala message=Avoid wildcard imports line=7 column=0
285warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventKakfaDeserializer.scala message=Avoid wildcard imports line=12 column=2
286warning file=/Users/molimpiiev/Projects/callback-service/src/main/scala/com/twilio/messaging/callbackService/consumer/kafka/serialization/LifecycleEventKakfaDeserializer.scala message=Imports should be grouped together line=12 column=2
287Saving to outputFile=/Users/molimpiiev/Projects/callback-service/target/scalastyle_output.xml
288Processed 21 file(s)
289Found 0 errors
290Found 121 warnings
291Found 0 infos
292Finished in 1374 ms
293[INFO]
294[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ messaging-callback-service ---
295[INFO]
296[INFO] --- maven-shade-plugin:3.1.0:shade (default) @ messaging-callback-service ---
297[INFO] Including ch.qos.logback:logback-classic:jar:1.1.11 in the shaded jar.
298[INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
299[INFO] Including ch.qos.logback:logback-core:jar:1.1.11 in the shaded jar.
300[INFO] Including com.amazonaws:amazon-kinesis-client:jar:1.9.0 in the shaded jar.
301[INFO] Including com.amazonaws:aws-java-sdk-dynamodb:jar:1.11.658 in the shaded jar.
302[INFO] Including com.amazonaws:aws-java-sdk-s3:jar:1.11.658 in the shaded jar.
303[INFO] Including com.amazonaws:aws-java-sdk-kms:jar:1.11.658 in the shaded jar.
304[INFO] Including com.amazonaws:aws-java-sdk-cloudwatch:jar:1.11.658 in the shaded jar.
305[INFO] Including com.google.protobuf:protobuf-java:jar:2.6.1 in the shaded jar.
306[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
307[INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
308[INFO] Including com.amazonaws:aws-java-sdk-core:jar:1.11.658 in the shaded jar.
309[INFO] Including software.amazon.ion:ion-java:jar:1.0.2 in the shaded jar.
310[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.7.9 in the shaded jar.
311[INFO] Including com.amazonaws:aws-java-sdk-kinesis:jar:1.11.658 in the shaded jar.
312[INFO] Including com.amazonaws:jmespath-java:jar:1.11.658 in the shaded jar.
313[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.7.9 in the shaded jar.
314[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.7.9.5 in the shaded jar.
315[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.7.9 in the shaded jar.
316[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.7.9 in the shaded jar.
317[INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.9 in the shaded jar.
318[INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
319[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.1 in the shaded jar.
320[INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
321[INFO] Including com.ning:async-http-client:jar:1.7.32-twilio in the shaded jar.
322[INFO] Including io.netty:netty:jar:3.6.6.Final in the shaded jar.
323[INFO] Including com.twilio:account-service-client:jar:6.5.7 in the shaded jar.
324[INFO] Including com.twilio:account-service-domain:jar:6.5.7 in the shaded jar.
325[INFO] Including com.twilio:core-service-entity:jar:9.1.5 in the shaded jar.
326[INFO] Including javax.validation:validation-api:jar:1.1.0.Final in the shaded jar.
327[INFO] Including com.twilio:core-service-client:jar:9.1.5 in the shaded jar.
328[INFO] Including com.twilio:core-service-paging:jar:9.1.5 in the shaded jar.
329[INFO] Including com.twilio:core-service-domain:jar:9.1.5 in the shaded jar.
330[INFO] Including com.twilio:coreutil-backoff:jar:9.6.22 in the shaded jar.
331[INFO] Including com.twilio:coreutil-httpclient-ning:jar:9.6.22 in the shaded jar.
332[INFO] Including com.twilio:core-service-routing:jar:9.1.5 in the shaded jar.
333[INFO] Including com.twilio:core-service-util:jar:9.1.5 in the shaded jar.
334[INFO] Including com.twilio:coreutil-httpclient-base:jar:9.6.22 in the shaded jar.
335[INFO] Including com.twilio:coreutil-java8:jar:9.6.22 in the shaded jar.
336[INFO] Including com.twilio:coreutil-json:jar:9.6.22 in the shaded jar.
337[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-guava:jar:2.7.9 in the shaded jar.
338[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.7.9 in the shaded jar.
339[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.7.9 in the shaded jar.
340[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.7.9 in the shaded jar.
341[INFO] Including com.twilio:coreutil-scala_2.11:jar:2.0.1 in the shaded jar.
342[INFO] Including org.clapper:grizzled-slf4j_2.11:jar:1.3.1 in the shaded jar.
343[INFO] Including com.typesafe.play:play-iteratees_2.11:jar:2.3.9 in the shaded jar.
344[INFO] Including org.scala-stm:scala-stm_2.11:jar:0.7 in the shaded jar.
345[INFO] Including nl.grons:metrics-scala_2.11:jar:2.1.5 in the shaded jar.
346[INFO] Including com.twilio:coreutil:jar:9.6.22 in the shaded jar.
347[INFO] Including com.twilio:coreutil-yaml:jar:9.6.22 in the shaded jar.
348[INFO] Including com.googlecode.libphonenumber:libphonenumber:jar:8.9.14 in the shaded jar.
349[INFO] Including commons-validator:commons-validator:jar:1.6 in the shaded jar.
350[INFO] Including commons-beanutils:commons-beanutils:jar:1.9.3 in the shaded jar.
351[INFO] Including commons-digester:commons-digester:jar:1.8.1 in the shaded jar.
352[INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
353[INFO] Including com.google.code.findbugs:findbugs:jar:2.0.2 in the shaded jar.
354[INFO] Including com.google.code.findbugs:bcel:jar:2.0.2 in the shaded jar.
355[INFO] Including com.google.code.findbugs:jFormatString:jar:2.0.2 in the shaded jar.
356[INFO] Including com.google.code.findbugs:annotations:jar:3.0.1 in the shaded jar.
357[INFO] Including net.jcip:jcip-annotations:jar:1.0 in the shaded jar.
358[INFO] Including dom4j:dom4j:jar:1.6.1 in the shaded jar.
359[INFO] Including xml-apis:xml-apis:jar:1.4.01 in the shaded jar.
360[INFO] Including jaxen:jaxen:jar:1.1.4 in the shaded jar.
361[INFO] Including asm:asm:jar:3.3 in the shaded jar.
362[INFO] Including asm:asm-tree:jar:3.3 in the shaded jar.
363[INFO] Including asm:asm-commons:jar:3.3 in the shaded jar.
364[INFO] Including com.twilio:coreutil-sids:jar:9.6.22 in the shaded jar.
365[INFO] Including commons-codec:commons-codec:jar:1.8 in the shaded jar.
366[INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
367[INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
368[INFO] Including com.twilio:dbutil:jar:4.2.4 in the shaded jar.
369[INFO] Including com.twilio:rbac:jar:4.1.1 in the shaded jar.
370[INFO] Including commons-io:commons-io:jar:2.6 in the shaded jar.
371[INFO] Including com.twilio:httpclientutil:jar:9.6.22 in the shaded jar.
372[INFO] Including com.twilio:coreutil-errors:jar:9.6.22 in the shaded jar.
373[INFO] Including com.twilio:coreutil-opentracing:jar:9.6.22 in the shaded jar.
374[INFO] Including com.twilio:coreutil-context:jar:9.6.22 in the shaded jar.
375[INFO] Including io.opentracing:opentracing-noop:jar:0.20.9 in the shaded jar.
376[INFO] Including com.twilio:coreutil-logging:jar:9.6.22 in the shaded jar.
377[INFO] Including io.opentracing:opentracing-api:jar:0.20.9 in the shaded jar.
378[INFO] Including io.opentracing.contrib:opentracing-spanmanager:jar:0.0.2 in the shaded jar.
379[INFO] Including javax.xml.ws:jaxws-api:jar:2.3.1 in the shaded jar.
380[INFO] Including javax.xml.soap:javax.xml.soap-api:jar:1.4.0 in the shaded jar.
381[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
382[INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 in the shaded jar.
383[INFO] Including org.glassfish.jaxb:txw2:jar:2.3.1 in the shaded jar.
384[INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.7 in the shaded jar.
385[INFO] Including org.jvnet.staxex:stax-ex:jar:1.8.1 in the shaded jar.
386[INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 in the shaded jar.
387[INFO] Including com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.1 in the shaded jar.
388[INFO] Including org.jvnet.mimepull:mimepull:jar:1.9.11 in the shaded jar.
389[INFO] Including io.javaslang:javaslang:jar:2.0.5 in the shaded jar.
390[INFO] Including io.javaslang:javaslang-match:jar:2.0.5 in the shaded jar.
391[INFO] Including com.twilio:javasd-cartographer:jar:4.5.0 in the shaded jar.
392[INFO] Including com.twilio:javasd-core:jar:4.5.0 in the shaded jar.
393[INFO] Including com.twilio:cartographer-client-protocol:jar:1.7.0 in the shaded jar.
394[INFO] Including com.intellij:annotations:jar:12.0 in the shaded jar.
395[INFO] Including com.twilio:cartographer-client-websocket:jar:1.7.0 in the shaded jar.
396[INFO] Including com.twilio:messaging-inflight-service-client:jar:7.0.23 in the shaded jar.
397[INFO] Including com.sun.jersey:jersey-client:jar:1.17.1 in the shaded jar.
398[INFO] Including com.twilio:messaging-inflight-service-protocol:jar:7.0.23 in the shaded jar.
399[INFO] Including com.twilio:messaging-kafka-util_2.11:jar:0.3.1 in the shaded jar.
400[INFO] Including com.typesafe.akka:akka-stream-kafka_2.11:jar:1.0.5 in the shaded jar.
401[INFO] Including org.scala-lang.modules:scala-collection-compat_2.11:jar:2.1.1 in the shaded jar.
402[INFO] Including io.kamon:kamon-datadog_2.11:jar:0.6.7 in the shaded jar.
403[INFO] Including io.kamon:kamon-system-metrics_2.11:jar:0.6.7 in the shaded jar.
404[INFO] Including io.kamon:sigar-loader:jar:1.6.5-rev002 in the shaded jar.
405[INFO] Including com.twilio:messaging-lifecycle-events-client:jar:2.0.44 in the shaded jar.
406[INFO] Including net.jodah:failsafe:jar:1.0.4 in the shaded jar.
407[INFO] Including com.twilio:messaging-logging-library-java:jar:2.5.10 in the shaded jar.
408[INFO] Including org.slf4j:slf4j-ext:jar:1.7.21 in the shaded jar.
409[INFO] Including ch.qos.cal10n:cal10n-api:jar:0.8.1 in the shaded jar.
410[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.5.3 in the shaded jar.
411[INFO] Including com.twilio:messaging-lifecycle-events-protocol:jar:2.0.44 in the shaded jar.
412[INFO] Including com.twilio:messaging-logging-library-scala_2.11:jar:2.5.10 in the shaded jar.
413[INFO] Including com.twilio:notifications-inflight-service-client:jar:1.0.0 in the shaded jar.
414[INFO] Including com.twilio:coreutil-database:jar:9.6.22 in the shaded jar.
415[INFO] Including mysql:mysql-connector-java:jar:5.1.47 in the shaded jar.
416[INFO] Including io.opentracing.contrib:jdbi-opentracing:jar:0.3.0 in the shaded jar.
417[INFO] Including io.github.resilience4j:resilience4j-all:jar:1.1.0 in the shaded jar.
418[INFO] Including io.github.resilience4j:resilience4j-core:jar:1.1.0 in the shaded jar.
419[INFO] Including io.github.resilience4j:resilience4j-ratelimiter:jar:1.1.0 in the shaded jar.
420[INFO] Including io.github.resilience4j:resilience4j-circularbuffer:jar:1.1.0 in the shaded jar.
421[INFO] Including io.github.resilience4j:resilience4j-consumer:jar:1.1.0 in the shaded jar.
422[INFO] Including io.github.resilience4j:resilience4j-cache:jar:1.1.0 in the shaded jar.
423[INFO] Including javax.cache:cache-api:jar:1.0.0 in the shaded jar.
424[INFO] Including io.github.resilience4j:resilience4j-timelimiter:jar:1.1.0 in the shaded jar.
425[INFO] Including io.github.resilience4j:resilience4j-circuitbreaker:jar:1.1.0 in the shaded jar.
426[INFO] Including io.github.resilience4j:resilience4j-retry:jar:1.1.0 in the shaded jar.
427[INFO] Including io.github.resilience4j:resilience4j-bulkhead:jar:1.1.0 in the shaded jar.
428[INFO] Including com.zaxxer:HikariCP:jar:2.7.4 in the shaded jar.
429[INFO] Including com.twilio:notifications-inflight-service-protocol:jar:1.0.0 in the shaded jar.
430[INFO] Including com.twilio:platformlib-core:jar:4.5.14 in the shaded jar.
431[INFO] Including com.twilio:platformlib-metrics:jar:4.5.14 in the shaded jar.
432[INFO] Including ca.szc.configparser:java-configparser:jar:0.1 in the shaded jar.
433[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.7.9 in the shaded jar.
434[INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
435[INFO] Including com.twilio:platformlib-metrics-2:jar:4.5.14 in the shaded jar.
436[INFO] Including com.twilio:scala-service-http-server_2.11:jar:0.9.4 in the shaded jar.
437[INFO] Including com.twilio:scala-service-json_2.11:jar:0.9.4 in the shaded jar.
438[INFO] Including com.typesafe.akka:akka-http-experimental_2.11:jar:2.4.9 in the shaded jar.
439[INFO] Including io.circe:circe-generic_2.11:jar:0.6.1 in the shaded jar.
440[INFO] Including io.circe:circe-parser_2.11:jar:0.6.1 in the shaded jar.
441[INFO] Including com.chuusai:shapeless_2.11:jar:2.3.2 in the shaded jar.
442[INFO] Including org.typelevel:macro-compat_2.11:jar:1.1.1 in the shaded jar.
443[INFO] Including com.twilio:twilio-rollbar-logback:jar:4.6.0 in the shaded jar.
444[INFO] Including net.java.dev.jna:jna:jar:4.0.0 in the shaded jar.
445[INFO] Including com.twilio:scala-utils_2.11:jar:0.2.1 in the shaded jar.
446[INFO] Including com.twilio:sign-verify-service-client:jar:1.2.10 in the shaded jar.
447[INFO] Including com.twilio:sign-verify-service-domain:jar:1.2.10 in the shaded jar.
448[INFO] Including com.twilio:core-service-client-ahc:jar:9.1.5 in the shaded jar.
449[INFO] Including io.netty:netty-common:jar:4.1.31.Final in the shaded jar.
450[INFO] Including com.twilio:core-service-client-base:jar:9.1.5 in the shaded jar.
451[INFO] Including com.twilio:core-service-dispatcher:jar:9.1.5 in the shaded jar.
452[INFO] Including com.twilio:core-service-security:jar:9.1.5 in the shaded jar.
453[INFO] Including com.twilio:core-service-datadog:jar:9.1.5 in the shaded jar.
454[INFO] Including com.datadoghq:java-dogstatsd-client:jar:2.4 in the shaded jar.
455[INFO] Including com.twilio:core-service-jackson:jar:9.1.5 in the shaded jar.
456[INFO] Including com.twilio:core-service-retry:jar:9.1.5 in the shaded jar.
457[INFO] Including org.asynchttpclient:async-http-client:jar:2.8.1 in the shaded jar.
458[INFO] Including org.asynchttpclient:async-http-client-netty-utils:jar:2.8.1 in the shaded jar.
459[INFO] Including io.netty:netty-buffer:jar:4.1.31.Final in the shaded jar.
460[INFO] Including io.netty:netty-handler:jar:4.1.31.Final in the shaded jar.
461[INFO] Including io.netty:netty-transport:jar:4.1.31.Final in the shaded jar.
462[INFO] Including io.netty:netty-codec-socks:jar:4.1.31.Final in the shaded jar.
463[INFO] Including io.netty:netty-handler-proxy:jar:4.1.31.Final in the shaded jar.
464[INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.31.Final in the shaded jar.
465[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.31.Final in the shaded jar.
466[INFO] Including io.netty:netty-resolver-dns:jar:4.1.31.Final in the shaded jar.
467[INFO] Including io.netty:netty-resolver:jar:4.1.31.Final in the shaded jar.
468[INFO] Including io.netty:netty-codec-dns:jar:4.1.31.Final in the shaded jar.
469[INFO] Including com.typesafe.netty:netty-reactive-streams:jar:2.0.0 in the shaded jar.
470[INFO] Including com.sun.activation:javax.activation:jar:1.2.0 in the shaded jar.
471[INFO] Including io.netty:netty-codec-http:jar:4.1.31.Final in the shaded jar.
472[INFO] Including io.netty:netty-codec:jar:4.1.31.Final in the shaded jar.
473[INFO] Including com.twilio:twilio-kinesis-consumer:jar:1.2.7 in the shaded jar.
474[INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
475[INFO] Including com.twilio:twilio-kinesis-core:jar:1.2.7 in the shaded jar.
476[INFO] Including com.twilio:twilio-kinesis-producer:jar:1.2.7 in the shaded jar.
477[INFO] Including com.twilio:twilio-scala-guava_2.11:jar:13.6.0 in the shaded jar.
478[INFO] Including com.twilio:webhook-client:jar:1.4.2 in the shaded jar.
479[INFO] Including io.vavr:vavr:jar:0.9.2 in the shaded jar.
480[INFO] Including io.vavr:vavr-match:jar:0.9.2 in the shaded jar.
481[INFO] Including com.twilio:twilio-constants:jar:1.1.57 in the shaded jar.
482[INFO] Including com.sun.jersey:jersey-core:jar:1.17.1 in the shaded jar.
483[INFO] Including com.twilio:webhook-client-amazon:jar:1.4.2 in the shaded jar.
484[INFO] Including com.amazonaws:aws-java-sdk-lambda:jar:1.11.658 in the shaded jar.
485[INFO] Including com.amazonaws:aws-java-sdk-sns:jar:1.11.658 in the shaded jar.
486[INFO] Including com.amazonaws:aws-java-sdk-sqs:jar:1.11.658 in the shaded jar.
487[INFO] Including com.twilio:webhook-client-facade:jar:1.4.2 in the shaded jar.
488[INFO] Including com.twilio:webhook-util:jar:1.4.2 in the shaded jar.
489[INFO] Including com.typesafe:config:jar:1.3.0 in the shaded jar.
490[INFO] Including com.typesafe.akka:akka-actor_2.11:jar:2.5.23 in the shaded jar.
491[INFO] Including org.scala-lang.modules:scala-java8-compat_2.11:jar:0.7.0 in the shaded jar.
492[INFO] Including com.typesafe.akka:akka-http-core_2.11:jar:10.1.9 in the shaded jar.
493[INFO] Including com.typesafe.akka:akka-parsing_2.11:jar:10.1.9 in the shaded jar.
494[INFO] Including com.typesafe.akka:akka-slf4j_2.11:jar:2.5.23 in the shaded jar.
495[INFO] Including com.typesafe.akka:akka-stream_2.11:jar:2.5.23 in the shaded jar.
496[INFO] Including com.typesafe.akka:akka-protobuf_2.11:jar:2.5.23 in the shaded jar.
497[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.2 in the shaded jar.
498[INFO] Including com.typesafe:ssl-config-core_2.11:jar:0.3.7 in the shaded jar.
499[INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar.
500[INFO] Including io.circe:circe-core_2.11:jar:0.5.1 in the shaded jar.
501[INFO] Including io.circe:circe-numbers_2.11:jar:0.5.1 in the shaded jar.
502[INFO] Including io.circe:circe-jawn_2.11:jar:0.5.1 in the shaded jar.
503[INFO] Including org.spire-math:jawn-parser_2.11:jar:0.9.0 in the shaded jar.
504[INFO] Including io.kamon:kamon-core_2.11:jar:0.6.7 in the shaded jar.
505[INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.9 in the shaded jar.
506[INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
507[INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.10 in the shaded jar.
508[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.3 in the shaded jar.
509[INFO] Including org.apache.kafka:kafka-clients:jar:2.4.1 in the shaded jar.
510[INFO] Including com.github.luben:zstd-jni:jar:1.4.3-1 in the shaded jar.
511[INFO] Including org.lz4:lz4-java:jar:1.6.0 in the shaded jar.
512[INFO] Including org.xerial.snappy:snappy-java:jar:1.1.7.3 in the shaded jar.
513[INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320 in the shaded jar.
514[INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320 in the shaded jar.
515[INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320 in the shaded jar.
516[INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320 in the shaded jar.
517[INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320 in the shaded jar.
518[INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320 in the shaded jar.
519[INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320 in the shaded jar.
520[INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320 in the shaded jar.
521[INFO] Including org.jdbi:jdbi:jar:2.78.1-twilio in the shaded jar.
522[INFO] Including org.scala-lang:scala-library:jar:2.11.7 in the shaded jar.
523[INFO] Including org.scala-lang.modules:scala-xml_2.11:jar:1.0.1 in the shaded jar.
524[INFO] Including org.typelevel:cats-core_2.11:jar:0.7.2 in the shaded jar.
525[INFO] Including org.typelevel:cats-macros_2.11:jar:0.7.2 in the shaded jar.
526[INFO] Including org.typelevel:cats-kernel_2.11:jar:0.7.2 in the shaded jar.
527[INFO] Including com.github.mpilquist:simulacrum_2.11:jar:0.8.0 in the shaded jar.
528[INFO] Including org.typelevel:machinist_2.11:jar:0.4.1 in the shaded jar.
529[INFO] Including org.apache.commons:commons-lang3:jar:3.5 in the shaded jar.
530[INFO] Including org.scala-lang:scala-reflect:jar:2.11.0 in the shaded jar.
531[INFO] Including org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1 in the shaded jar.
532[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
533[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
534[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
535[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
536[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
537[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
538[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
539[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
540[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
541[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
542[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, resilience4j-circularbuffer-1.1.0.jar define 4 overlapping classes:
543[WARNING] - io.github.resilience4j.circularbuffer.ConcurrentEvictingQueue$Iter
544[WARNING] - io.github.resilience4j.circularbuffer.CircularFifoBuffer
545[WARNING] - io.github.resilience4j.circularbuffer.ConcurrentEvictingQueue
546[WARNING] - io.github.resilience4j.circularbuffer.ConcurrentCircularFifoBuffer
547[WARNING] akka-actor_2.11-2.5.23.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 2590 overlapping classes:
548[WARNING] - akka.io.Tcp$SimpleWriteCommand$$anonfun$4
549[WARNING] - akka.routing.RoutedActorCell$RouterActorCreator
550[WARNING] - akka.actor.DeathPactException
551[WARNING] - akka.routing.ScatterGatherFirstCompletedGroup$
552[WARNING] - akka.util.ConstantFun$$anonfun$9
553[WARNING] - akka.io.SelectionHandler$$anon$2
554[WARNING] - akka.io.dns.internal.AsyncDnsResolver$$anonfun$receive$1
555[WARNING] - akka.pattern.PipeToSupport$class
556[WARNING] - akka.pattern.CircuitBreaker$Open$
557[WARNING] - akka.routing.ResizablePoolActor$
558[WARNING] - 2580 more...
559[WARNING] twilio-kinesis-core-1.2.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 8 overlapping classes:
560[WARNING] - com.twilio.kinesis.core.AWSClientConfiguration
561[WARNING] - com.twilio.kinesis.core.KinesisStreamMonitor
562[WARNING] - com.twilio.kinesis.core.KinesisClientSupport
563[WARNING] - com.twilio.kinesis.core.KinesisErrorCode
564[WARNING] - com.twilio.kinesis.core.KinesisStreamStatus
565[WARNING] - com.twilio.kinesis.core.KinesisStreamListener
566[WARNING] - com.twilio.kinesis.core.KinesisStreamMonitor$1
567[WARNING] - com.twilio.kinesis.core.KinesisConfiguration
568[WARNING] slf4j-api-1.7.21.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 34 overlapping classes:
569[WARNING] - org.slf4j.helpers.SubstituteLogger
570[WARNING] - org.slf4j.helpers.NamedLoggerBase
571[WARNING] - org.slf4j.helpers.NOPMDCAdapter
572[WARNING] - org.slf4j.MarkerFactory
573[WARNING] - org.slf4j.spi.LoggerFactoryBinder
574[WARNING] - org.slf4j.helpers.BasicMarker
575[WARNING] - org.slf4j.MDC$MDCCloseable
576[WARNING] - org.slf4j.spi.LocationAwareLogger
577[WARNING] - org.slf4j.helpers.MessageFormatter
578[WARNING] - org.slf4j.helpers.Util$ClassContextSecurityManager
579[WARNING] - 24 more...
580[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, commons-io-2.6.jar define 127 overlapping classes:
581[WARNING] - org.apache.commons.io.FileCleaningTracker
582[WARNING] - org.apache.commons.io.comparator.SizeFileComparator
583[WARNING] - org.apache.commons.io.input.CloseShieldInputStream
584[WARNING] - org.apache.commons.io.ByteOrderParser
585[WARNING] - org.apache.commons.io.filefilter.EmptyFileFilter
586[WARNING] - org.apache.commons.io.monitor.FileEntry
587[WARNING] - org.apache.commons.io.output.ThresholdingOutputStream
588[WARNING] - org.apache.commons.io.input.TailerListener
589[WARNING] - org.apache.commons.io.IOExceptionWithCause
590[WARNING] - org.apache.commons.io.filefilter.NotFileFilter
591[WARNING] - 117 more...
592[WARNING] messaging-logging-library-java-2.5.10.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 814 overlapping classes:
593[WARNING] - com.twilio.logging.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
594[WARNING] - com.twilio.logging.fasterxml.jackson.core.io.SegmentedStringWriter
595[WARNING] - com.twilio.logging.fasterxml.jackson.databind.util.NameTransformer$1
596[WARNING] - com.twilio.logging.fasterxml.jackson.databind.ObjectMapper$2
597[WARNING] - com.twilio.logging.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
598[WARNING] - com.twilio.logging.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
599[WARNING] - com.twilio.logging.fasterxml.jackson.core.Version
600[WARNING] - com.twilio.logging.fasterxml.jackson.annotation.JsonPropertyDescription
601[WARNING] - com.twilio.logging.fasterxml.jackson.core.io.UTF32Reader
602[WARNING] - com.twilio.logging.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer
603[WARNING] - 804 more...
604[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, scala-utils_2.11-0.2.1.jar define 11 overlapping classes:
605[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$
606[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$OptionConversion$$anonfun$toOptional$1
607[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$OptionConversion
608[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$FutureConversion$$anonfun$toListenableFuture$2
609[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$OptionConversion$$anonfun$toOptional$2
610[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$ListenableFutureConversion$$anon$1
611[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$OptionalConversion
612[WARNING] - com.twilio.scala.utils.guava.GuavaConversions
613[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$FutureConversion$$anonfun$toListenableFuture$1
614[WARNING] - com.twilio.scala.utils.guava.GuavaConversions$FutureConversion
615[WARNING] - 1 more...
616[WARNING] account-service-domain-6.5.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 38 overlapping classes:
617[WARNING] - com.twilio.domain.account.constants.AccountFlags
618[WARNING] - com.twilio.domain.account.v2.Account
619[WARNING] - com.twilio.domain.account.v3.AccountAuthTokenUtil
620[WARNING] - com.twilio.domain.account.v3.SecondaryAuthToken
621[WARNING] - com.twilio.domain.account.v3.Attribute
622[WARNING] - com.twilio.domain.account.v2010_04_01.PublicAccountStatus
623[WARNING] - com.twilio.domain.account.v2.AccountServiceDescriptor
624[WARNING] - com.twilio.domain.account.v3.ExpandableAccountBuilder
625[WARNING] - com.twilio.domain.account.v2010_04_01.PublicAccountServiceDescriptor
626[WARNING] - com.twilio.domain.account.AccountServiceDescriptor
627[WARNING] - 28 more...
628[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, scala-reflect-2.11.0.jar define 2762 overlapping classes:
629[WARNING] - scala.reflect.runtime.ReflectionUtils
630[WARNING] - scala.reflect.internal.Types$LazyType
631[WARNING] - scala.reflect.internal.Scopes$LookupInaccessible$
632[WARNING] - scala.reflect.internal.Definitions$DefinitionsClass$$anonfun$newT1NullaryMethod$1
633[WARNING] - scala.reflect.internal.SymbolPairs$Cursor
634[WARNING] - scala.reflect.internal.Types$StaticallyAnnotatedType$
635[WARNING] - scala.reflect.runtime.SynchronizedOps$SynchronizedScope$$anonfun$isEmpty$1
636[WARNING] - scala.reflect.internal.Kinds$TypeConKind$$anonfun$buildState$3
637[WARNING] - scala.reflect.api.StandardLiftables$StandardUnliftableInstances$$anonfun$unliftTuple18$1
638[WARNING] - scala.reflect.runtime.SynchronizedSymbols$SynchronizedClassSymbol
639[WARNING] - 2752 more...
640[WARNING] macro-compat_2.11-1.1.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 2 overlapping classes:
641[WARNING] - macrocompat.BundleMacro
642[WARNING] - macrocompat.bundle
643[WARNING] jetty-client-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 191 overlapping classes:
644[WARNING] - org.eclipse.jetty.client.api.Request$RequestListener
645[WARNING] - org.eclipse.jetty.client.http.HttpChannelOverHTTP
646[WARNING] - org.eclipse.jetty.client.AbstractHttpClientTransport
647[WARNING] - org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet$1
648[WARNING] - org.eclipse.jetty.client.util.OutputStreamContentProvider$DeferredOutputStream
649[WARNING] - org.eclipse.jetty.client.api.Request$Listener
650[WARNING] - org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
651[WARNING] - org.eclipse.jetty.client.HttpClient
652[WARNING] - org.eclipse.jetty.client.HttpRedirector$1
653[WARNING] - org.eclipse.jetty.client.HttpRequest$9
654[WARNING] - 181 more...
655[WARNING] guava-19.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1717 overlapping classes:
656[WARNING] - com.google.common.collect.ImmutableMapValues$1
657[WARNING] - com.google.common.util.concurrent.AbstractService$5
658[WARNING] - com.google.common.io.LineProcessor
659[WARNING] - com.google.common.io.BaseEncoding$StandardBaseEncoding$2
660[WARNING] - com.google.common.io.ByteProcessor
661[WARNING] - com.google.common.math.package-info
662[WARNING] - com.google.common.util.concurrent.SimpleTimeLimiter
663[WARNING] - com.google.common.cache.AbstractCache$StatsCounter
664[WARNING] - com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
665[WARNING] - com.google.common.primitives.UnsignedInts$LexicographicalComparator
666[WARNING] - 1707 more...
667[WARNING] snappy-java-1.1.7.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 31 overlapping classes:
668[WARNING] - org.xerial.snappy.SnappyHadoopCompatibleOutputStream
669[WARNING] - org.xerial.snappy.buffer.DefaultBufferAllocator$1
670[WARNING] - org.xerial.snappy.SnappyOutputStream
671[WARNING] - org.xerial.snappy.SnappyFramedOutputStream
672[WARNING] - org.xerial.snappy.SnappyError
673[WARNING] - org.xerial.snappy.SnappyFramedInputStream$FrameAction
674[WARNING] - org.xerial.snappy.SnappyFramed
675[WARNING] - org.xerial.snappy.SnappyException
676[WARNING] - org.xerial.snappy.SnappyIOException
677[WARNING] - org.xerial.snappy.PureJavaCrc32C
678[WARNING] - 21 more...
679[WARNING] java-dogstatsd-client-2.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 20 overlapping classes:
680[WARNING] - com.timgroup.statsd.StatsDClient
681[WARNING] - com.timgroup.statsd.ServiceCheck$Builder
682[WARNING] - com.timgroup.statsd.ServiceCheck$1
683[WARNING] - com.timgroup.statsd.NoOpStatsDClient
684[WARNING] - com.timgroup.statsd.NonBlockingStatsDClient$4
685[WARNING] - com.timgroup.statsd.Event
686[WARNING] - com.timgroup.statsd.NonBlockingStatsDClient$3
687[WARNING] - com.timgroup.statsd.StatsDClientException
688[WARNING] - com.timgroup.statsd.Event$Builder
689[WARNING] - com.timgroup.statsd.NonBlockingStatsDClient$2
690[WARNING] - 10 more...
691[WARNING] notifications-inflight-service-client-1.0.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 6 overlapping classes:
692[WARNING] - com.twilio.notifications.inflightservice.client.impl.NotificationsInflightServiceClientDbImpl
693[WARNING] - com.twilio.notifications.inflightservice.client.NotificationsInflightServiceClient$Configuration
694[WARNING] - com.twilio.notifications.inflightservice.client.NotificationsInflightServiceClient
695[WARNING] - com.twilio.notifications.inflightservice.client.impl.NotificationsInflightServiceClientDbImpl$NotificationsDAO
696[WARNING] - com.twilio.notifications.inflightservice.client.impl.NotificationsInflightServiceClientDbImpl$NotificationResultSetMapper
697[WARNING] - com.twilio.notifications.inflightservice.client.impl.QueryStringUtil
698[WARNING] jawn-parser_2.11-0.9.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 59 overlapping classes:
699[WARNING] - jawn.SimpleFacade
700[WARNING] - jawn.Parser$$anonfun$parseFromChannel$1
701[WARNING] - jawn.SupportParser
702[WARNING] - jawn.ByteBasedParser
703[WARNING] - jawn.SimpleFacade$$anon$1
704[WARNING] - jawn.SimpleFacade$class
705[WARNING] - jawn.MutableFacade$$anon$2
706[WARNING] - jawn.Parser$$anonfun$parseFromFile$1
707[WARNING] - jawn.ChannelParser$
708[WARNING] - jawn.Facade
709[WARNING] - 49 more...
710[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, ion-java-1.0.2.jar define 336 overlapping classes:
711[WARNING] - software.amazon.ion.impl.IonReaderTextRawTokensX$ProhibitedCharacters$1
712[WARNING] - software.amazon.ion.impl.lite.IonDatagramLite$1
713[WARNING] - software.amazon.ion.impl.IonReaderTextRawTokensX$1
714[WARNING] - software.amazon.ion.impl.PrivateSymtabExtendsCache
715[WARNING] - software.amazon.ion.impl.lite.IonValueLite
716[WARNING] - software.amazon.ion.impl.bin.AbstractIonWriter
717[WARNING] - software.amazon.ion.system.IonBinaryWriterBuilder
718[WARNING] - software.amazon.ion.impl.PrivateScalarConversions$ValueVariant
719[WARNING] - software.amazon.ion.SpanProvider
720[WARNING] - software.amazon.ion.impl.bin.IonManagedBinaryWriter$UserState
721[WARNING] - 326 more...
722[WARNING] javaslang-2.0.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 275 overlapping classes:
723[WARNING] - javaslang.Function6
724[WARNING] - javaslang.API$Match$Case3
725[WARNING] - javaslang.API$For8
726[WARNING] - javaslang.Tuple8
727[WARNING] - javaslang.control.Validation$1
728[WARNING] - javaslang.API$Match$Pattern6
729[WARNING] - javaslang.control.Either
730[WARNING] - javaslang.API$Match$Case
731[WARNING] - javaslang.control.Either$Right
732[WARNING] - javaslang.collection.ArrayModule$Combinations
733[WARNING] - 265 more...
734[WARNING] jetty-http-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 82 overlapping classes:
735[WARNING] - org.eclipse.jetty.http.pathmap.PathSpec
736[WARNING] - org.eclipse.jetty.http.HttpParser$HttpHandler
737[WARNING] - org.eclipse.jetty.http.BadMessageException
738[WARNING] - org.eclipse.jetty.http.HttpGenerator$PreparedResponse
739[WARNING] - org.eclipse.jetty.http.HttpComplianceSection
740[WARNING] - org.eclipse.jetty.http.HttpParser$IllegalCharacterException
741[WARNING] - org.eclipse.jetty.http.HttpParser$1
742[WARNING] - org.eclipse.jetty.http.PathMap$PathSet
743[WARNING] - org.eclipse.jetty.http.HttpField$IntValueHttpField
744[WARNING] - org.eclipse.jetty.http.PreEncodedHttpField$1
745[WARNING] - 72 more...
746[WARNING] core-service-util-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
747[WARNING] - com.twilio.core.util.PropertiesReader
748[WARNING] - com.twilio.core.util.transcoding.TranscodingException
749[WARNING] - com.twilio.core.util.io.ActivePath
750[WARNING] - com.twilio.core.util.Pair
751[WARNING] - com.twilio.core.util.UnderscoreEscaper
752[WARNING] - com.twilio.core.util.functions.TriFunction
753[WARNING] - com.twilio.core.util.io.ActivePath$1
754[WARNING] - com.twilio.core.util.UriBuilder
755[WARNING] - com.twilio.core.util.io.StreamUtil
756[WARNING] - com.twilio.core.util.metrics.SimpleOperationMetrics
757[WARNING] - 7 more...
758[WARNING] scala-java8-compat_2.11-0.7.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 452 overlapping classes:
759[WARNING] - scala.compat.java8.functionConverterImpls.RichFunction0AsSupplier$
760[WARNING] - scala.compat.java8.JFunction2$mcJDI$sp
761[WARNING] - scala.compat.java8.functionConverterImpls.RichFunction1AsIntToDoubleFunction$
762[WARNING] - scala.compat.java8.JFunction3
763[WARNING] - scala.compat.java8.JFunction1$mcJF$sp
764[WARNING] - scala.compat.java8.JFunction2$mcVDD$sp
765[WARNING] - scala.compat.java8.JFunction2$mcZID$sp
766[WARNING] - scala.compat.java8.functionConverterImpls.RichFunction0AsDoubleSupplier$
767[WARNING] - scala.compat.java8.JFunction1$mcZD$sp
768[WARNING] - scala.compat.java8.JProcedure1
769[WARNING] - 442 more...
770[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, kamon-system-metrics_2.11-0.6.7.jar define 121 overlapping classes:
771[WARNING] - kamon.system.custom.ContextSwitchesUpdater$UpdateContextSwitches$
772[WARNING] - kamon.system.sigar.SigarMetricsUpdater
773[WARNING] - kamon.system.jmx.MemoryUsageMetrics$$anonfun$5
774[WARNING] - kamon.system.jmx.GarbageCollectionMetrics$
775[WARNING] - kamon.system.custom.ContextSwitchesMetrics
776[WARNING] - kamon.system.sigar.SigarMetricsUpdater$UpdateSigarMetrics$
777[WARNING] - kamon.system.sigar.SigarMetric
778[WARNING] - kamon.system.jmx.ClassLoadingMetrics$
779[WARNING] - kamon.system.sigar.ULimitMetrics
780[WARNING] - kamon.system.jmx.MemoryUsageMetrics$$anonfun$2
781[WARNING] - 111 more...
782[WARNING] sigar-loader-1.6.5-rev002.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 283 overlapping classes:
783[WARNING] - org.hyperic.sigar.cmd.CpuInfo
784[WARNING] - org.hyperic.sigar.NetRoute
785[WARNING] - org.hyperic.sigar.test.SigarTestRunner
786[WARNING] - org.hyperic.sigar.vmware.VMControlLibrary
787[WARNING] - org.hyperic.sigar.pager.ListPageFetcher
788[WARNING] - org.hyperic.sigar.util.Getline
789[WARNING] - org.hyperic.sigar.FileWatcher
790[WARNING] - org.hyperic.sigar.test.TestVMware
791[WARNING] - org.hyperic.sigar.shell.ShellCommand_sleep
792[WARNING] - org.hyperic.sigar.test.TestUptime
793[WARNING] - 273 more...
794[WARNING] commons-digester-1.8.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 100 overlapping classes:
795[WARNING] - org.apache.commons.digester.plugins.Declaration
796[WARNING] - org.apache.commons.digester.plugins.RuleFinder
797[WARNING] - org.apache.commons.digester.RuleSet
798[WARNING] - org.apache.commons.digester.NodeCreateRule$NodeBuilder
799[WARNING] - org.apache.commons.digester.SetPropertiesRule
800[WARNING] - org.apache.commons.digester.SetNestedPropertiesRule$1
801[WARNING] - org.apache.commons.digester.plugins.PluginConfigurationException
802[WARNING] - org.apache.commons.digester.xmlrules.DigesterRuleParser$PatternStack
803[WARNING] - org.apache.commons.digester.Rule
804[WARNING] - org.apache.commons.digester.plugins.strategies.LoaderFromStream
805[WARNING] - 90 more...
806[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, vavr-0.9.2.jar define 347 overlapping classes:
807[WARNING] - io.vavr.collection.LinkedHashSet$1
808[WARNING] - io.vavr.API$Match$Pattern4
809[WARNING] - io.vavr.Function8Module
810[WARNING] - io.vavr.collection.Stream
811[WARNING] - io.vavr.collection.Iterator$25
812[WARNING] - io.vavr.collection.HashArrayMappedTrieModule$LeafNodeIterator
813[WARNING] - io.vavr.control.Validation
814[WARNING] - io.vavr.collection.LinkedHashMultimap$1
815[WARNING] - io.vavr.collection.CharSeq
816[WARNING] - io.vavr.Function6Module
817[WARNING] - 337 more...
818[WARNING] snakeyaml-1.15.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 201 overlapping classes:
819[WARNING] - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue
820[WARNING] - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
821[WARNING] - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
822[WARNING] - org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem
823[WARNING] - org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
824[WARNING] - org.yaml.snakeyaml.Yaml$3
825[WARNING] - org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
826[WARNING] - org.yaml.snakeyaml.tokens.Token$ID
827[WARNING] - org.yaml.snakeyaml.reader.StreamReader
828[WARNING] - org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList
829[WARNING] - 191 more...
830[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, joda-time-2.9.4.jar define 247 overlapping classes:
831[WARNING] - org.joda.time.field.RemainderDateTimeField
832[WARNING] - org.joda.time.convert.ReadableDurationConverter
833[WARNING] - org.joda.time.convert.ReadableIntervalConverter
834[WARNING] - org.joda.time.field.SkipUndoDateTimeField
835[WARNING] - org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName
836[WARNING] - org.joda.time.tz.DateTimeZoneBuilder$RuleSet
837[WARNING] - org.joda.time.chrono.BasicDayOfMonthDateTimeField
838[WARNING] - org.joda.time.Duration
839[WARNING] - org.joda.time.field.OffsetDateTimeField
840[WARNING] - org.joda.time.format.ISODateTimeFormat
841[WARNING] - 237 more...
842[WARNING] core-service-client-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 16 overlapping classes:
843[WARNING] - com.twilio.core.client.crud.CrudClient
844[WARNING] - com.twilio.core.client.http.Headers
845[WARNING] - com.twilio.core.client.http.QueryString
846[WARNING] - com.twilio.core.client.id.ClientIdFactory
847[WARNING] - com.twilio.core.client.id.ClientIdSerdes
848[WARNING] - com.twilio.core.client.crud.impl.CrudClientImpl
849[WARNING] - com.twilio.core.client.crud.impl.BaseClientImpl
850[WARNING] - com.twilio.core.client.id.ClientId
851[WARNING] - com.twilio.core.client.crud.impl.CrudProviderImpl
852[WARNING] - com.twilio.core.client.crud.BaseClient
853[WARNING] - 6 more...
854[WARNING] netty-resolver-dns-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 83 overlapping classes:
855[WARNING] - io.netty.resolver.dns.InflightNameResolver$1
856[WARNING] - io.netty.resolver.dns.SingletonDnsServerAddresses
857[WARNING] - io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList
858[WARNING] - io.netty.resolver.dns.DnsNameResolverException
859[WARNING] - io.netty.resolver.dns.DnsRecordResolveContext
860[WARNING] - io.netty.resolver.dns.DnsResolveContext$DnsAddressStreamList$1
861[WARNING] - io.netty.resolver.dns.DnsCache
862[WARNING] - io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
863[WARNING] - io.netty.resolver.dns.DnsAddressDecoder
864[WARNING] - io.netty.resolver.dns.SingletonDnsServerAddresses$1
865[WARNING] - 73 more...
866[WARNING] asm-tree-3.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 27 overlapping classes:
867[WARNING] - org.objectweb.asm.tree.MethodNode$1
868[WARNING] - org.objectweb.asm.tree.InsnList
869[WARNING] - org.objectweb.asm.tree.FieldInsnNode
870[WARNING] - org.objectweb.asm.tree.LineNumberNode
871[WARNING] - org.objectweb.asm.tree.LocalVariableNode
872[WARNING] - org.objectweb.asm.tree.MemberNode
873[WARNING] - org.objectweb.asm.tree.FieldNode
874[WARNING] - org.objectweb.asm.tree.TableSwitchInsnNode
875[WARNING] - org.objectweb.asm.tree.JumpInsnNode
876[WARNING] - org.objectweb.asm.tree.MethodNode
877[WARNING] - 17 more...
878[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, reactive-streams-1.0.2.jar define 4 overlapping classes:
879[WARNING] - org.reactivestreams.Subscription
880[WARNING] - org.reactivestreams.Publisher
881[WARNING] - org.reactivestreams.Subscriber
882[WARNING] - org.reactivestreams.Processor
883[WARNING] findbugs-2.0.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1698 overlapping classes:
884[WARNING] - edu.umd.cs.findbugs.detect.TestASM
885[WARNING] - edu.umd.cs.findbugs.config.AnalysisFeatureSetting
886[WARNING] - edu.umd.cs.findbugs.ba.bcp.IfNull
887[WARNING] - edu.umd.cs.findbugs.BytecodeScanningDetector
888[WARNING] - edu.umd.cs.findbugs.gui2.AnalyzingDialog$AnalysisThread
889[WARNING] - edu.umd.cs.findbugs.gui.AnnotatedString
890[WARNING] - edu.umd.cs.findbugs.workflow.Update$1
891[WARNING] - edu.umd.cs.findbugs.ba.type.ThrownException
892[WARNING] - edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
893[WARNING] - edu.umd.cs.findbugs.ba.ch.package-info
894[WARNING] - 1688 more...
895[WARNING] commons-logging-1.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 22 overlapping classes:
896[WARNING] - org.apache.commons.logging.LogSource
897[WARNING] - org.apache.commons.logging.impl.ServletContextCleaner
898[WARNING] - org.apache.commons.logging.LogFactory$4
899[WARNING] - org.apache.commons.logging.impl.WeakHashtable$1
900[WARNING] - org.apache.commons.logging.LogFactory$3
901[WARNING] - org.apache.commons.logging.LogFactory$2
902[WARNING] - org.apache.commons.logging.impl.LogFactoryImpl$2
903[WARNING] - org.apache.commons.logging.impl.LogKitLogger
904[WARNING] - org.apache.commons.logging.impl.LogFactoryImpl$3
905[WARNING] - org.apache.commons.logging.impl.WeakHashtable$Entry
906[WARNING] - 12 more...
907[WARNING] aws-java-sdk-s3-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 737 overlapping classes:
908[WARNING] - com.amazonaws.services.s3.internal.ServiceUtils$RetryableS3DownloadTask
909[WARNING] - com.amazonaws.services.s3.event.S3EventNotification$S3Entity
910[WARNING] - com.amazonaws.services.s3.transfer.internal.AbstractTransfer
911[WARNING] - com.amazonaws.services.s3.model.transform.SelectObjectContentEventUnmarshaller$EndEventUnmarshaller
912[WARNING] - com.amazonaws.services.s3.model.CryptoConfiguration$1
913[WARNING] - com.amazonaws.services.s3.model.transform.Unmarshallers$SetPublicAccessBlockUnmarshaller
914[WARNING] - com.amazonaws.services.s3.event.S3EventNotification$S3EventNotificationRecord
915[WARNING] - com.amazonaws.services.s3.model.QuoteFields
916[WARNING] - com.amazonaws.services.s3.transfer.model.CopyResult
917[WARNING] - com.amazonaws.services.s3.model.S3Location
918[WARNING] - 727 more...
919[WARNING] websocket-api-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 45 overlapping classes:
920[WARNING] - org.eclipse.jetty.websocket.api.WebSocketPolicy
921[WARNING] - org.eclipse.jetty.websocket.api.annotations.OnWebSocketConnect
922[WARNING] - org.eclipse.jetty.websocket.api.BatchMode
923[WARNING] - org.eclipse.jetty.websocket.api.util.QuoteUtil$DeQuotingStringIterator
924[WARNING] - org.eclipse.jetty.websocket.api.SuspendToken
925[WARNING] - org.eclipse.jetty.websocket.api.BadPayloadException
926[WARNING] - org.eclipse.jetty.websocket.api.WebSocketAdapter
927[WARNING] - org.eclipse.jetty.websocket.api.extensions.Extension
928[WARNING] - org.eclipse.jetty.websocket.api.WebSocketException
929[WARNING] - org.eclipse.jetty.websocket.api.CloseException
930[WARNING] - 35 more...
931[WARNING] HikariCP-2.7.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 70 overlapping classes:
932[WARNING] - com.zaxxer.hikari.pool.ProxyPreparedStatement
933[WARNING] - com.zaxxer.hikari.hibernate.HikariConnectionProvider
934[WARNING] - com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker$Connection99Percent
935[WARNING] - com.zaxxer.hikari.metrics.dropwizard.CodaHaleMetricsTracker$1
936[WARNING] - com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory
937[WARNING] - com.zaxxer.hikari.metrics.IMetricsTracker
938[WARNING] - com.zaxxer.hikari.HikariDataSource
939[WARNING] - com.zaxxer.hikari.util.ClockSource$Factory
940[WARNING] - com.zaxxer.hikari.pool.ProxyConnection
941[WARNING] - com.zaxxer.hikari.pool.ProxyLeakTask
942[WARNING] - 60 more...
943[WARNING] cartographer-client-websocket-1.7.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 14 overlapping classes:
944[WARNING] - com.twilio.cartographer.client.impl.ModelStore
945[WARNING] - com.twilio.cartographer.client.CartographerException
946[WARNING] - com.twilio.cartographer.client.impl.MessageHandler$1
947[WARNING] - com.twilio.cartographer.client.CartographerClient
948[WARNING] - com.twilio.cartographer.client.impl.CartSocket
949[WARNING] - com.twilio.cartographer.client.impl.CallbackThread
950[WARNING] - com.twilio.cartographer.client.CartListener
951[WARNING] - com.twilio.cartographer.client.impl.CallbackThread$ListenerFilterPair
952[WARNING] - com.twilio.cartographer.client.impl.MessageKeys
953[WARNING] - com.twilio.cartographer.client.impl.MessageType
954[WARNING] - 4 more...
955[WARNING] vavr-match-0.9.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 12 overlapping classes:
956[WARNING] - io.vavr.match.model.MethodModel
957[WARNING] - io.vavr.match.annotation.Patterns
958[WARNING] - io.vavr.match.model.ParameterModel
959[WARNING] - io.vavr.match.model.ClassModel
960[WARNING] - io.vavr.match.generator.ImportManager
961[WARNING] - io.vavr.match.model.TypeParameterModel
962[WARNING] - io.vavr.match.UnapplyChecker
963[WARNING] - io.vavr.match.generator.ImportManager$FQN
964[WARNING] - io.vavr.match.generator.Generator
965[WARNING] - io.vavr.match.annotation.Unapply
966[WARNING] - 2 more...
967[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jackson-databind-2.7.9.5.jar define 573 overlapping classes:
968[WARNING] - com.fasterxml.jackson.databind.BeanDescription
969[WARNING] - com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
970[WARNING] - com.fasterxml.jackson.databind.SerializerProvider
971[WARNING] - com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
972[WARNING] - com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
973[WARNING] - com.fasterxml.jackson.databind.ser.std.NumberSerializers$ShortSerializer
974[WARNING] - com.fasterxml.jackson.databind.ser.BeanSerializerFactory
975[WARNING] - com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
976[WARNING] - com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes
977[WARNING] - com.fasterxml.jackson.databind.deser.impl.MethodProperty
978[WARNING] - 563 more...
979[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, messaging-inflight-service-client-7.0.23.jar define 67 overlapping classes:
980[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$ResultCallback
981[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$6
982[WARNING] - com.twilio.messaging.inflightservice.client.ResourceException
983[WARNING] - com.twilio.messaging.inflightservice.client.metrics.InflightMetricsImpl$ResponseType
984[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$18
985[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$38
986[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$28
987[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl
988[WARNING] - com.twilio.messaging.inflightservice.client.InflightMessagingServiceClientRestImpl$9
989[WARNING] - com.twilio.messaging.inflightservice.client.metrics.NoOpInflightMetrics
990[WARNING] - 57 more...
991[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, core-service-routing-9.1.5.jar define 5 overlapping classes:
992[WARNING] - com.twilio.core.routing.URIServiceRouteResolver
993[WARNING] - com.twilio.core.routing.AbstractServiceDescriptor
994[WARNING] - com.twilio.core.routing.DefaultServiceRouteResolver
995[WARNING] - com.twilio.core.routing.ServiceRouteResolver
996[WARNING] - com.twilio.core.routing.ServiceDescriptor
997[WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.21.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 6 overlapping classes:
998[WARNING] - org.apache.commons.logging.impl.SimpleLog$1
999[WARNING] - org.apache.commons.logging.Log
1000[WARNING] - org.apache.commons.logging.impl.SimpleLog
1001[WARNING] - org.apache.commons.logging.LogConfigurationException
1002[WARNING] - org.apache.commons.logging.impl.NoOpLog
1003[WARNING] - org.apache.commons.logging.LogFactory
1004[WARNING] mysql-connector-java-5.1.47.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 350 overlapping classes:
1005[WARNING] - com.mysql.jdbc.JDBC4MultiHostMySQLConnection
1006[WARNING] - com.mysql.jdbc.NoSubInterceptorWrapper
1007[WARNING] - com.mysql.jdbc.StandardLoadBalanceExceptionChecker
1008[WARNING] - com.mysql.jdbc.OutputStreamWatcher
1009[WARNING] - com.mysql.jdbc.LoadBalancedConnectionProxy
1010[WARNING] - com.mysql.jdbc.CallableStatement
1011[WARNING] - com.mysql.jdbc.JDBC42ResultSet
1012[WARNING] - com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
1013[WARNING] - com.mysql.jdbc.MultiHostConnectionProxy
1014[WARNING] - com.mysql.jdbc.authentication.CachingSha2PasswordPlugin
1015[WARNING] - 340 more...
1016[WARNING] core-service-retry-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
1017[WARNING] - com.twilio.core.retry.metrics.RetryMetrics
1018[WARNING] - com.twilio.core.retry.policy.DefaultBackoffFunction$Builder
1019[WARNING] - com.twilio.core.retry.metrics.NoopRetryMetrics
1020[WARNING] - com.twilio.core.retry.metrics.DefaultRetryMetrics
1021[WARNING] - com.twilio.core.retry.dispatcher.AbstractRetryDispatcher$1
1022[WARNING] - com.twilio.core.retry.dispatcher.RetryDispatcher
1023[WARNING] - com.twilio.core.retry.policy.DefaultRetryPolicy
1024[WARNING] - com.twilio.core.retry.policy.DefaultBackoffFunction
1025[WARNING] - com.twilio.core.retry.dispatcher.AbstractRetryDispatcherBuilder
1026[WARNING] - com.twilio.core.retry.dispatcher.AbstractRetryDispatcher
1027[WARNING] - 7 more...
1028[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, commons-validator-1.6.jar define 77 overlapping classes:
1029[WARNING] - org.apache.commons.validator.routines.checkdigit.EAN13CheckDigit
1030[WARNING] - org.apache.commons.validator.routines.IBANValidator
1031[WARNING] - org.apache.commons.validator.routines.checkdigit.CUSIPCheckDigit
1032[WARNING] - org.apache.commons.validator.CreditCardValidator$1
1033[WARNING] - org.apache.commons.validator.routines.ISSNValidator
1034[WARNING] - org.apache.commons.validator.routines.InetAddressValidator
1035[WARNING] - org.apache.commons.validator.ValidatorException
1036[WARNING] - org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit
1037[WARNING] - org.apache.commons.validator.routines.DomainValidator
1038[WARNING] - org.apache.commons.validator.ValidatorResources
1039[WARNING] - 67 more...
1040[WARNING] twilio-scala-guava_2.11-13.6.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 88 overlapping classes:
1041[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function3$2$$anonfun$apply$7
1042[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function21$1
1043[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function13$2
1044[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function8$1
1045[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function16$2$$anonfun$apply$20
1046[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function1$1$$anonfun$apply$4
1047[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function6$1
1048[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function0$2
1049[WARNING] - com.twilio.scala.guava.Tupler
1050[WARNING] - com.twilio.scala.guava.Tupler$$anonfun$function11$2
1051[WARNING] - 78 more...
1052[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jackson-datatype-joda-2.7.9.jar define 43 overlapping classes:
1053[WARNING] - com.fasterxml.jackson.datatype.joda.JodaModule
1054[WARNING] - com.fasterxml.jackson.datatype.joda.ser.LocalTimeSerializer
1055[WARNING] - com.fasterxml.jackson.datatype.joda.deser.LocalTimeDeserializer
1056[WARNING] - com.fasterxml.jackson.datatype.joda.deser.IntervalDeserializer
1057[WARNING] - com.fasterxml.jackson.datatype.joda.deser.DateMidnightDeserializer$1
1058[WARNING] - com.fasterxml.jackson.datatype.joda.deser.LocalDateTimeDeserializer
1059[WARNING] - com.fasterxml.jackson.datatype.joda.deser.DateMidnightDeserializer
1060[WARNING] - com.fasterxml.jackson.datatype.joda.deser.LocalTimeDeserializer$1
1061[WARNING] - com.fasterxml.jackson.datatype.joda.deser.key.JodaKeyDeserializer
1062[WARNING] - com.fasterxml.jackson.datatype.joda.deser.MonthDayDeserializer
1063[WARNING] - 33 more...
1064[WARNING] platformlib-metrics-2-4.5.14.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 30 overlapping classes:
1065[WARNING] - com.twilio.platform.metrics.StatsdReporter
1066[WARNING] - com.twilio.platform.metrics.TimerContextImpl
1067[WARNING] - com.twilio.platform.metrics.TwilioMetricRegistryImpl$2
1068[WARNING] - com.twilio.platform.metrics.TwilioSnapshotImpl
1069[WARNING] - com.twilio.platform.metrics.TwilioTaggedHistogramImpl
1070[WARNING] - com.twilio.platform.metrics.TwilioMeterImpl
1071[WARNING] - com.twilio.platform.metrics.TwilioMetricRegistryImpl
1072[WARNING] - com.twilio.platform.metrics.TaggedMetricsRegistry$MetricName
1073[WARNING] - com.twilio.platform.metrics.TwilioTaggedGaugeImpl
1074[WARNING] - com.twilio.platform.metrics.TwilioTaggedMeterImpl
1075[WARNING] - 20 more...
1076[WARNING] account-service-client-6.5.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 6 overlapping classes:
1077[WARNING] - com.twilio.client.account.flag.AccountFlagClient
1078[WARNING] - com.twilio.client.account.flag.AccountFlagClientImpl
1079[WARNING] - com.twilio.client.account.AccountClientImpl
1080[WARNING] - com.twilio.client.account.AccountClient
1081[WARNING] - com.twilio.client.account.v2.AccountClient
1082[WARNING] - com.twilio.client.account.v2.AccountClientImpl
1083[WARNING] circe-numbers_2.11-0.5.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 6 overlapping classes:
1084[WARNING] - io.circe.numbers.SigAndExp
1085[WARNING] - io.circe.numbers.BiggerDecimal$$anon$1
1086[WARNING] - io.circe.numbers.BiggerDecimal
1087[WARNING] - io.circe.numbers.NumberParsing
1088[WARNING] - io.circe.numbers.BiggerDecimal$
1089[WARNING] - io.circe.numbers.NumberParsing$
1090[WARNING] netty-resolver-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 26 overlapping classes:
1091[WARNING] - io.netty.resolver.RoundRobinInetAddressResolver
1092[WARNING] - io.netty.resolver.CompositeNameResolver$2
1093[WARNING] - io.netty.resolver.DefaultHostsFileEntriesResolver
1094[WARNING] - io.netty.resolver.HostsFileEntriesResolver
1095[WARNING] - io.netty.resolver.InetSocketAddressResolver$1
1096[WARNING] - io.netty.resolver.DefaultNameResolver
1097[WARNING] - io.netty.resolver.AddressResolverGroup
1098[WARNING] - io.netty.resolver.InetSocketAddressResolver
1099[WARNING] - io.netty.resolver.NoopAddressResolver
1100[WARNING] - io.netty.resolver.SimpleNameResolver
1101[WARNING] - 16 more...
1102[WARNING] coreutil-httpclient-ning-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
1103[WARNING] - com.twilio.rest.DefaultRestResultFuture$TryRequestRunnable
1104[WARNING] - com.twilio.rest.NoResult
1105[WARNING] - com.twilio.rest.DefaultRestResult
1106[WARNING] - com.twilio.rest.ResponseDecoder
1107[WARNING] - com.twilio.rest.DefaultResponseDecoder
1108[WARNING] - com.twilio.rest.DefaultRestResultFuture
1109[WARNING] - com.twilio.rest.DefaultRestResultFuture$SetAsFailureResultRunnable
1110[WARNING] - com.twilio.rest.DefaultRestResultFuture$RestResponseHandler
1111[WARNING] - com.twilio.rest.RestResult
1112[WARNING] - com.twilio.rest.RestUtils
1113[WARNING] - 1 more...
1114[WARNING] core-service-jackson-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1 overlapping classes:
1115[WARNING] - com.twilio.core.jackson.JacksonTranscoder
1116[WARNING] cats-macros_2.11-0.7.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3 overlapping classes:
1117[WARNING] - cats.macros.Ops
1118[WARNING] - cats.macros.Ops$$anonfun$1
1119[WARNING] - cats.macros.Ops$
1120[WARNING] scala-library-2.11.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3825 overlapping classes:
1121[WARNING] - scala.collection.mutable.SortedSet$class
1122[WARNING] - scala.collection.immutable.IndexedSeq
1123[WARNING] - scala.collection.SeqLike$$anonfun$reverseMap$2
1124[WARNING] - scala.Function2$mcDID$sp
1125[WARNING] - scala.collection.immutable.IntMapValueIterator
1126[WARNING] - scala.collection.MapLike$DefaultKeySet
1127[WARNING] - scala.collection.parallel.FactoryOps$Otherwise
1128[WARNING] - scala.math.Ordering$String$
1129[WARNING] - scala.util.Either$
1130[WARNING] - scala.collection.mutable.SetProxy
1131[WARNING] - 3815 more...
1132[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, twilio-kinesis-producer-1.2.7.jar define 8 overlapping classes:
1133[WARNING] - com.twilio.kinesis.producer.KinesisProducer$2
1134[WARNING] - com.twilio.kinesis.producer.KinesisProducer
1135[WARNING] - com.twilio.kinesis.producer.KinesisProducerConfiguration
1136[WARNING] - com.twilio.kinesis.producer.KinesisProducerResult
1137[WARNING] - com.twilio.kinesis.producer.KinesisProducerListener
1138[WARNING] - com.twilio.kinesis.producer.KinesisProducerBatchResult
1139[WARNING] - com.twilio.kinesis.producer.KinesisProducer$1
1140[WARNING] - com.twilio.kinesis.producer.KinesisProducerBatchListener
1141[WARNING] lz4-java-1.6.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 79 overlapping classes:
1142[WARNING] - net.jpountz.xxhash.AbstractStreamingXXHash32Java
1143[WARNING] - net.jpountz.lz4.LZ4BlockInputStream
1144[WARNING] - net.jpountz.lz4.LZ4FrameOutputStream
1145[WARNING] - net.jpountz.xxhash.XXHash32JNI
1146[WARNING] - net.jpountz.lz4.LZ4BlockOutputStream
1147[WARNING] - net.jpountz.lz4.LZ4JNI
1148[WARNING] - net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor
1149[WARNING] - net.jpountz.lz4.LZ4SafeUtils
1150[WARNING] - net.jpountz.xxhash.StreamingXXHash32JNI$Factory
1151[WARNING] - net.jpountz.util.UnsafeUtils
1152[WARNING] - 69 more...
1153[WARNING] scala-service-http-server_2.11-0.9.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 239 overlapping classes:
1154[WARNING] - com.twilio.service.server.config.dynamic.Lookup
1155[WARNING] - com.twilio.service.server.http.TwilioRouteDirectives$$anonfun$user$3$$anonfun$apply$1
1156[WARNING] - com.twilio.service.server.http.TwilioUnmarshallers$$anonfun$3$$anonfun$apply$4
1157[WARNING] - com.twilio.service.server.admin.ThreadDump$
1158[WARNING] - com.twilio.service.server.admin.Logging$$anonfun$10$$anon$1$$anonfun$1
1159[WARNING] - com.twilio.service.server.ManagedResource$Syntax$$anon$1
1160[WARNING] - com.twilio.service.server.ServiceInit$$anonfun$apply$default$9$1
1161[WARNING] - com.twilio.service.server.admin.Logging$$anonfun$12$$anonfun$apply$12
1162[WARNING] - com.twilio.service.server.http.TwilioUnmarshallers$$anonfun$3$$anonfun$apply$4$$anonfun$apply$8
1163[WARNING] - com.twilio.service.server.ServerManagerResources$AkkaHttpBindManaged$$anonfun$shutdown$1
1164[WARNING] - 229 more...
1165[WARNING] jackson-dataformat-yaml-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 210 overlapping classes:
1166[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingValue
1167[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq
1168[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.emitter.EmitterException
1169[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlTimestamp
1170[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.tokens.Token$ID
1171[WARNING] - com.fasterxml.jackson.dataformat.yaml.UTF8Reader
1172[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.tokens.TagTuple
1173[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.events.DocumentStartEvent
1174[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
1175[WARNING] - com.fasterxml.jackson.dataformat.yaml.snakeyaml.tokens.StreamStartToken
1176[WARNING] - 200 more...
1177[WARNING] istack-commons-runtime-3.0.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 21 overlapping classes:
1178[WARNING] - com.sun.istack.localization.LocalizableMessageFactory
1179[WARNING] - com.sun.istack.localization.Localizable
1180[WARNING] - com.sun.istack.NotNull
1181[WARNING] - com.sun.istack.localization.NullLocalizable
1182[WARNING] - com.sun.istack.Pool$Impl
1183[WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
1184[WARNING] - com.sun.istack.localization.Localizer
1185[WARNING] - com.sun.istack.Builder
1186[WARNING] - com.sun.istack.Interned
1187[WARNING] - com.sun.istack.SAXParseException2
1188[WARNING] - 11 more...
1189[WARNING] resilience4j-timelimiter-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 18 overlapping classes:
1190[WARNING] - io.github.resilience4j.timelimiter.TimeLimiter$EventPublisher
1191[WARNING] - io.github.resilience4j.timelimiter.internal.TimeLimiterEventProcessor
1192[WARNING] - io.github.resilience4j.timelimiter.event.package-info
1193[WARNING] - io.github.resilience4j.timelimiter.event.TimeLimiterOnErrorEvent
1194[WARNING] - io.github.resilience4j.timelimiter.event.TimeLimiterEvent
1195[WARNING] - io.github.resilience4j.timelimiter.event.AbstractTimeLimiterEvent
1196[WARNING] - io.github.resilience4j.timelimiter.TimeLimiterConfig$1
1197[WARNING] - io.github.resilience4j.timelimiter.event.TimeLimiterEvent$Type
1198[WARNING] - io.github.resilience4j.timelimiter.TimeLimiter
1199[WARNING] - io.github.resilience4j.timelimiter.utils.package-info
1200[WARNING] - 8 more...
1201[WARNING] netty-codec-http-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 338 overlapping classes:
1202[WARNING] - io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
1203[WARNING] - io.netty.handler.codec.http.HttpObjectDecoder$State
1204[WARNING] - io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType
1205[WARNING] - io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
1206[WARNING] - io.netty.handler.codec.http.HttpClientCodec$Decoder
1207[WARNING] - io.netty.handler.codec.http.ClientCookieEncoder
1208[WARNING] - io.netty.handler.codec.http.HttpObjectDecoder$1
1209[WARNING] - io.netty.handler.codec.http.HttpHeaderDateFormat$1
1210[WARNING] - io.netty.handler.codec.http.HttpHeaders
1211[WARNING] - io.netty.handler.codec.http.multipart.HttpPostBodyUtil
1212[WARNING] - 328 more...
1213[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, notifications-inflight-service-protocol-1.0.0.jar define 2 overlapping classes:
1214[WARNING] - com.twilio.notifications.inflightservice.dto.NotificationType
1215[WARNING] - com.twilio.notifications.inflightservice.dto.Notification
1216[WARNING] coreutil-scala_2.11-2.0.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 189 overlapping classes:
1217[WARNING] - com.twilio.scala.coreutil.http.DefaultWriteables$$anonfun$writeableOf_NodeBuffer$1
1218[WARNING] - com.twilio.scala.coreutil.http.Response
1219[WARNING] - com.twilio.scala.coreutil.concurrent.TimedFuture$
1220[WARNING] - com.twilio.scala.coreutil.http.Request$$anonfun$addHeader$1
1221[WARNING] - com.twilio.scala.coreutil.http.Request$$anonfun$header$1
1222[WARNING] - com.twilio.scala.coreutil.http.DefaultWriteables
1223[WARNING] - com.twilio.scala.coreutil.http.ProcessStates$Error$
1224[WARNING] - com.twilio.scala.coreutil.modules.concurrent.ScheduledExecutorModule
1225[WARNING] - com.twilio.scala.coreutil.http.Response$$anonfun$1
1226[WARNING] - com.twilio.scala.coreutil.http.HttpMetrics
1227[WARNING] - 179 more...
1228[WARNING] rbac-4.1.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3 overlapping classes:
1229[WARNING] - com.twilio.rbac.provider.IAMS3RBACProvider
1230[WARNING] - com.twilio.rbac.provider.RBACProviderException
1231[WARNING] - com.twilio.rbac.provider.RBACProvider
1232[WARNING] aws-java-sdk-core-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 839 overlapping classes:
1233[WARNING] - com.amazonaws.util.Classes
1234[WARNING] - com.amazonaws.waiters.WaiterUnrecoverableException
1235[WARNING] - com.amazonaws.auth.BasicSessionCredentials
1236[WARNING] - com.amazonaws.auth.policy.Condition
1237[WARNING] - com.amazonaws.util.UriResourcePathUtils
1238[WARNING] - com.amazonaws.auth.policy.conditions.DateCondition$DateComparisonType
1239[WARNING] - com.amazonaws.http.SdkHttpMetadata
1240[WARNING] - com.amazonaws.internal.SdkFunction
1241[WARNING] - com.amazonaws.SdkThreadLocals
1242[WARNING] - com.amazonaws.SDKGlobalTime
1243[WARNING] - 829 more...
1244[WARNING] core-service-datadog-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
1245[WARNING] - com.twilio.core.datadog.DataDogStatsDClient
1246[WARNING] - com.twilio.core.datadog.DataDogStatsDClient$LazyInitializationHolder
1247[WARNING] - com.twilio.core.datadog.DataDogStatsDClient$Builder
1248[WARNING] - com.twilio.core.datadog.DataDogTags
1249[WARNING] jackson-core-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 89 overlapping classes:
1250[WARNING] - com.fasterxml.jackson.core.FormatSchema
1251[WARNING] - com.fasterxml.jackson.core.io.InputDecorator
1252[WARNING] - com.fasterxml.jackson.core.JsonGenerator$Feature
1253[WARNING] - com.fasterxml.jackson.core.type.ResolvedType
1254[WARNING] - com.fasterxml.jackson.core.io.SegmentedStringWriter
1255[WARNING] - com.fasterxml.jackson.core.TreeNode
1256[WARNING] - com.fasterxml.jackson.core.sym.Name
1257[WARNING] - com.fasterxml.jackson.core.util.JsonGeneratorDelegate
1258[WARNING] - com.fasterxml.jackson.core.format.DataFormatDetector
1259[WARNING] - com.fasterxml.jackson.core.JsonLocation
1260[WARNING] - 79 more...
1261[WARNING] txw2-2.3.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 53 overlapping classes:
1262[WARNING] - com.sun.xml.txw2.output.DataWriter
1263[WARNING] - com.sun.xml.txw2.DatatypeWriter$1
1264[WARNING] - com.sun.xml.txw2.Document$1
1265[WARNING] - com.sun.xml.txw2.EndTag
1266[WARNING] - com.sun.xml.txw2.output.IndentingXMLFilter
1267[WARNING] - com.sun.xml.txw2.Attribute
1268[WARNING] - com.sun.xml.txw2.output.XMLWriter
1269[WARNING] - com.sun.xml.txw2.annotation.XmlAttribute
1270[WARNING] - com.sun.xml.txw2.IllegalSignatureException
1271[WARNING] - com.sun.xml.txw2.output.ResultFactory
1272[WARNING] - 43 more...
1273[WARNING] scala-stm_2.11-0.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 348 overlapping classes:
1274[WARNING] - scala.concurrent.stm.skel.TMapViaClone$$anonfun$retain$1
1275[WARNING] - scala.concurrent.stm.ccstm.TxnLevelImpl
1276[WARNING] - scala.concurrent.stm.TSet$View$class
1277[WARNING] - scala.concurrent.stm.skel.AtomicArray$$anonfun$apply$2
1278[WARNING] - scala.concurrent.stm.ccstm.CommitBarrierImpl$State
1279[WARNING] - scala.concurrent.stm.SourceLike$class
1280[WARNING] - scala.concurrent.stm.CommitBarrier
1281[WARNING] - scala.concurrent.stm.ccstm.InTxnImpl$$anonfun$1
1282[WARNING] - scala.concurrent.stm.skel.CallbackList
1283[WARNING] - scala.concurrent.stm.ccstm.Handle$Provider$class
1284[WARNING] - 338 more...
1285[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, netty-transport-native-unix-common-4.1.31.Final.jar define 23 overlapping classes:
1286[WARNING] - io.netty.channel.unix.Errors$NativeConnectException
1287[WARNING] - io.netty.channel.unix.ServerDomainSocketChannel
1288[WARNING] - io.netty.channel.unix.DomainSocketAddress
1289[WARNING] - io.netty.channel.unix.IovArray
1290[WARNING] - io.netty.channel.unix.Socket
1291[WARNING] - io.netty.channel.unix.NativeInetAddress
1292[WARNING] - io.netty.channel.unix.DomainSocketChannelConfig
1293[WARNING] - io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
1294[WARNING] - io.netty.channel.unix.UnixChannelUtil
1295[WARNING] - io.netty.channel.unix.Errors$NativeIoException
1296[WARNING] - 13 more...
1297[WARNING] FastInfoset-1.2.15.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 148 overlapping classes:
1298[WARNING] - com.sun.xml.fastinfoset.stax.events.EmptyIterator
1299[WARNING] - org.jvnet.fastinfoset.FastInfosetException
1300[WARNING] - com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
1301[WARNING] - com.sun.xml.fastinfoset.stax.events.StartElementEvent
1302[WARNING] - com.sun.xml.fastinfoset.util.QualifiedNameArray
1303[WARNING] - org.jvnet.fastinfoset.RestrictedAlphabet
1304[WARNING] - com.sun.xml.fastinfoset.vocab.Vocabulary
1305[WARNING] - com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm$1
1306[WARNING] - com.sun.xml.fastinfoset.tools.XML_SAX_FI
1307[WARNING] - com.sun.xml.fastinfoset.tools.TransformInputOutput
1308[WARNING] - 138 more...
1309[WARNING] mimepull-1.9.11.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 45 overlapping classes:
1310[WARNING] - org.jvnet.mimepull.FileData
1311[WARNING] - org.jvnet.mimepull.ASCIIUtility
1312[WARNING] - org.jvnet.mimepull.FinalArrayList
1313[WARNING] - org.jvnet.mimepull.BASE64DecoderStream
1314[WARNING] - org.jvnet.mimepull.InternetHeaders
1315[WARNING] - org.jvnet.mimepull.MIMEParser$1
1316[WARNING] - org.jvnet.mimepull.MIMEPart
1317[WARNING] - org.jvnet.mimepull.MIMEMessage$1
1318[WARNING] - org.jvnet.mimepull.DataHead$ReadMultiStream
1319[WARNING] - org.jvnet.mimepull.WeakDataFile
1320[WARNING] - 35 more...
1321[WARNING] coreutil-yaml-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
1322[WARNING] - com.twilio.yaml.YamlUtil
1323[WARNING] - com.twilio.yaml.ConfigurationException
1324[WARNING] - com.twilio.yaml.YamlDurationDeserializer$YamlDurationException
1325[WARNING] - com.twilio.yaml.YamlDurationDeserializer
1326[WARNING] messaging-inflight-service-protocol-7.0.23.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 48 overlapping classes:
1327[WARNING] - com.twilio.messaging.inflightservice.dto.MessageSession$1
1328[WARNING] - com.twilio.messaging.inflightservice.dto.serialization.ContentSerializer
1329[WARNING] - com.twilio.messaging.inflightservice.dto.serialization.ContentDeserializer
1330[WARNING] - com.twilio.messaging.inflightservice.dto.Content
1331[WARNING] - com.twilio.messaging.inflightservice.dto.Fragment
1332[WARNING] - com.twilio.messaging.inflightservice.dto.MessageStatusCallback
1333[WARNING] - com.twilio.messaging.inflightservice.dto.serialization.Util
1334[WARNING] - com.twilio.messaging.inflightservice.dto.serialization.MappingSerializer
1335[WARNING] - com.twilio.messaging.inflightservice.dto.MessageSession
1336[WARNING] - com.twilio.messaging.inflightservice.dto.ContentUrl
1337[WARNING] - 38 more...
1338[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, resilience4j-circuitbreaker-1.1.0.jar define 39 overlapping classes:
1339[WARNING] - io.github.resilience4j.circuitbreaker.CircuitBreaker
1340[WARNING] - io.github.resilience4j.circuitbreaker.CircuitBreakerConfig$SlidingWindowType
1341[WARNING] - io.github.resilience4j.circuitbreaker.event.CircuitBreakerOnStateTransitionEvent
1342[WARNING] - io.github.resilience4j.circuitbreaker.CircuitBreakerRegistry
1343[WARNING] - io.github.resilience4j.circuitbreaker.utils.MetricNames
1344[WARNING] - io.github.resilience4j.circuitbreaker.event.package-info
1345[WARNING] - io.github.resilience4j.circuitbreaker.event.CircuitBreakerOnSuccessEvent
1346[WARNING] - io.github.resilience4j.circuitbreaker.internal.CircuitBreakerStateMachine$ForcedOpenState
1347[WARNING] - io.github.resilience4j.circuitbreaker.CircuitBreakerConfig$1
1348[WARNING] - io.github.resilience4j.circuitbreaker.CircuitBreakerConfig
1349[WARNING] - 29 more...
1350[WARNING] coreutil-opentracing-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
1351[WARNING] - com.twilio.opentracing.noop.NoopSpanManager
1352[WARNING] - com.twilio.opentracing.noop.NoopManagedSpan
1353[WARNING] - com.twilio.opentracing.context.TracingContext
1354[WARNING] - com.twilio.opentracing.util.TracingUtil
1355[WARNING] - com.twilio.opentracing.context.ChildTracingContext
1356[WARNING] - com.twilio.opentracing.propagation.MapOfListInjectAdapter
1357[WARNING] - com.twilio.opentracing.util.NoopSpanDecorator
1358[WARNING] - com.twilio.opentracing.util.Spanner
1359[WARNING] - com.twilio.opentracing.propagation.MapOfListExtractAdapter
1360[WARNING] - com.twilio.opentracing.util.SpanDecorator
1361[WARNING] - 1 more...
1362[WARNING] caffeine-2.5.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 820 overlapping classes:
1363[WARNING] - com.github.benmanes.caffeine.cache.NodeFactory$WSoAWRMS
1364[WARNING] - com.github.benmanes.caffeine.cache.NodeFactory$WStAW
1365[WARNING] - com.github.benmanes.caffeine.cache.LocalCacheFactory$WSSMWW
1366[WARNING] - com.github.benmanes.caffeine.cache.AccessOrderDeque
1367[WARNING] - com.github.benmanes.caffeine.cache.LocalCacheFactory$WILiSMSAWR
1368[WARNING] - com.github.benmanes.caffeine.cache.LocalCacheFactory$WILiSMWWR
1369[WARNING] - com.github.benmanes.caffeine.cache.NodeFactory$WStAWR
1370[WARNING] - com.github.benmanes.caffeine.cache.RemovalCause$1
1371[WARNING] - com.github.benmanes.caffeine.cache.LocalCacheFactory$WILiSMW
1372[WARNING] - com.github.benmanes.caffeine.cache.LocalCacheFactory$WIW
1373[WARNING] - 810 more...
1374[WARNING] cache-api-1.0.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 62 overlapping classes:
1375[WARNING] - javax.cache.annotation.CacheDefaults
1376[WARNING] - javax.cache.expiry.ModifiedExpiryPolicy
1377[WARNING] - javax.cache.expiry.TouchedExpiryPolicy
1378[WARNING] - javax.cache.expiry.Duration
1379[WARNING] - javax.cache.annotation.CacheResolverFactory
1380[WARNING] - javax.cache.annotation.CacheResolver
1381[WARNING] - javax.cache.configuration.MutableCacheEntryListenerConfiguration
1382[WARNING] - javax.cache.expiry.CreatedExpiryPolicy
1383[WARNING] - javax.cache.event.CacheEntryRemovedListener
1384[WARNING] - javax.cache.event.CacheEntryEvent
1385[WARNING] - 52 more...
1386[WARNING] akka-slf4j_2.11-2.5.23.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 15 overlapping classes:
1387[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$2
1388[WARNING] - akka.event.slf4j.SLF4JLogging
1389[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$1
1390[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$withMdc$2
1391[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$3
1392[WARNING] - akka.event.slf4j.Slf4jLogMarker
1393[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$withMdc$1
1394[WARNING] - akka.event.slf4j.Logger$
1395[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1
1396[WARNING] - akka.event.slf4j.Slf4jLogger$$anonfun$receive$1$$anonfun$applyOrElse$4
1397[WARNING] - 5 more...
1398[WARNING] aws-java-sdk-lambda-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 379 overlapping classes:
1399[WARNING] - com.amazonaws.services.lambda.model.KMSInvalidStateException
1400[WARNING] - com.amazonaws.services.lambda.model.UnsupportedMediaTypeException
1401[WARNING] - com.amazonaws.services.lambda.model.transform.ListFunctionsRequestProtocolMarshaller
1402[WARNING] - com.amazonaws.services.lambda.model.transform.AddLayerVersionPermissionRequestProtocolMarshaller
1403[WARNING] - com.amazonaws.services.lambda.model.transform.CreateFunctionRequestProtocolMarshaller
1404[WARNING] - com.amazonaws.services.lambda.model.VpcConfig
1405[WARNING] - com.amazonaws.services.lambda.AWSLambdaAsyncClient$20
1406[WARNING] - com.amazonaws.services.lambda.model.LayerVersionsListItem
1407[WARNING] - com.amazonaws.services.lambda.model.transform.UpdateEventSourceMappingResultJsonUnmarshaller
1408[WARNING] - com.amazonaws.services.lambda.model.AddLayerVersionPermissionRequest
1409[WARNING] - 369 more...
1410[WARNING] messaging-logging-library-scala_2.11-2.5.10.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 40 overlapping classes:
1411[WARNING] - com.twilio.scala.util.JavaConversions
1412[WARNING] - com.twilio.scala.util.LogUtil
1413[WARNING] - com.twilio.scala.logging.messaging.ILogMessageInfo$class
1414[WARNING] - com.twilio.scala.logging.LoggingData$
1415[WARNING] - com.twilio.scala.logging.messaging.MessagingLoggerFactory
1416[WARNING] - com.twilio.scala.logging.messaging.MessagingLogger
1417[WARNING] - com.twilio.scala.logging.LoggingData$class
1418[WARNING] - com.twilio.scala.util.JavaConversions$OptionalConversion
1419[WARNING] - com.twilio.scala.util.JavaConversions$OptionConversion
1420[WARNING] - com.twilio.scala.util.ObfuscationScalaUtil$$anonfun$sanitize$2
1421[WARNING] - 30 more...
1422[WARNING] coreutil-context-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
1423[WARNING] - com.twilio.context.CloseableContext
1424[WARNING] - com.twilio.context.AbstractContextAwareTask$Builder
1425[WARNING] - com.twilio.context.ContextAwareCallable$Builder
1426[WARNING] - com.twilio.context.ContextAwareScheduledExecutorService$1
1427[WARNING] - com.twilio.context.MDCContext
1428[WARNING] - com.twilio.context.ContextAwareRunnable
1429[WARNING] - com.twilio.context.ContextAwareScheduledExecutorService
1430[WARNING] - com.twilio.context.AbstractContextChainBuilder
1431[WARNING] - com.twilio.context.Context
1432[WARNING] - com.twilio.context.ContextAwareExecutorService$Builder
1433[WARNING] - 7 more...
1434[WARNING] jaxws-api-2.3.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 66 overlapping classes:
1435[WARNING] - javax.xml.ws.wsaddressing.W3CEndpointReference$Elements
1436[WARNING] - javax.xml.ws.spi.Provider
1437[WARNING] - javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
1438[WARNING] - javax.xml.ws.spi.WebServiceFeatureAnnotation
1439[WARNING] - javax.xml.ws.wsaddressing.W3CEndpointReference
1440[WARNING] - javax.xml.ws.handler.HandlerResolver
1441[WARNING] - javax.xml.ws.Service
1442[WARNING] - javax.xml.ws.spi.ServiceLoaderUtil$ExceptionHandler
1443[WARNING] - javax.xml.ws.soap.SOAPBinding
1444[WARNING] - javax.xml.ws.Response
1445[WARNING] - 56 more...
1446[WARNING] messaging-kafka-util_2.11-0.3.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 70 overlapping classes:
1447[WARNING] - com.twilio.messaging.kafkautil.consumer.lb.ConsumerInitializer$SetConsumerStreamState$
1448[WARNING] - com.twilio.messaging.kafkautil.consumer.kafka.KafkaDeliverySemantics$AtleastOnceSemantics$
1449[WARNING] - com.twilio.messaging.kafkautil.consumer.lb.ConsumerInitializer$$anonfun$receive$1
1450[WARNING] - com.twilio.messaging.kafkautil.conf.KafkaClientConfig
1451[WARNING] - com.twilio.messaging.kafkautil.consumer.lb.ConsumerInitializer
1452[WARNING] - com.twilio.messaging.kafkautil.consumer.kafka.KafkaConsumerCoordinator$StartConsumer$
1453[WARNING] - com.twilio.messaging.kafkautil.consumer.lb.ConsumerState$
1454[WARNING] - com.twilio.messaging.kafkautil.consumer.kafka.KafkaConsumerCoordinator$$anonfun$4$$anonfun$apply$4
1455[WARNING] - com.twilio.messaging.kafkautil.consumer.kafka.KafkaConsumerCoordinator$$anonfun$initAtmostOnceConsumer$3
1456[WARNING] - com.twilio.messaging.kafkautil.consumer.lb.ConsumerInitializer$StopConsumerStream$
1457[WARNING] - 60 more...
1458[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, akka-stream-kafka_2.11-1.0.5.jar define 520 overlapping classes:
1459[WARNING] - akka.kafka.internal.TransactionalSourceLogic$CommittingFailure$
1460[WARNING] - akka.kafka.scaladsl.Producer$
1461[WARNING] - akka.kafka.scaladsl.Committer$$anonfun$batchFlow$2
1462[WARNING] - akka.kafka.internal.MetricsControl$$anonfun$metrics$1
1463[WARNING] - akka.kafka.scaladsl.Producer$$anonfun$4
1464[WARNING] - akka.kafka.javadsl.Consumer$$anonfun$commitWithMetadataSource$1
1465[WARNING] - akka.kafka.internal.ExternalPlainSource$$anon$2
1466[WARNING] - akka.kafka.internal.TransactionalSourceLogic$InFlightRecords$
1467[WARNING] - akka.kafka.internal.TransactionalMessageBuilder$class
1468[WARNING] - akka.kafka.Metadata$CommittedOffset$
1469[WARNING] - 510 more...
1470[WARNING] javax.activation-1.2.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
1471[WARNING] - com.sun.activation.registries.MimeTypeEntry
1472[WARNING] - com.sun.activation.viewers.TextViewer
1473[WARNING] - com.sun.activation.registries.LogSupport
1474[WARNING] - com.sun.activation.registries.MailcapParseException
1475[WARNING] - com.sun.activation.viewers.TextEditor
1476[WARNING] - com.sun.activation.viewers.ImageViewerCanvas
1477[WARNING] - com.sun.activation.registries.MailcapFile
1478[WARNING] - com.sun.activation.registries.MailcapTokenizer
1479[WARNING] - com.sun.activation.viewers.ImageViewer
1480[WARNING] - com.sun.activation.registries.MimeTypeFile
1481[WARNING] - 1 more...
1482[WARNING] opentracing-spanmanager-0.0.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 13 overlapping classes:
1483[WARNING] - io.opentracing.contrib.spanmanager.concurrent.SpanPropagatingExecutorService
1484[WARNING] - io.opentracing.contrib.spanmanager.SpanManager
1485[WARNING] - io.opentracing.contrib.spanmanager.tracer.AutoReleasingManagedSpan
1486[WARNING] - io.opentracing.contrib.spanmanager.DefaultSpanManager
1487[WARNING] - io.opentracing.contrib.spanmanager.DefaultSpanManager$LinkedManagedSpan
1488[WARNING] - io.opentracing.contrib.spanmanager.concurrent.SpanPropagatingExecutors
1489[WARNING] - io.opentracing.contrib.spanmanager.SpanManager$ManagedSpan
1490[WARNING] - io.opentracing.contrib.spanmanager.concurrent.CallableWithManagedSpan
1491[WARNING] - io.opentracing.contrib.spanmanager.DefaultSpanManager$1
1492[WARNING] - io.opentracing.contrib.spanmanager.concurrent.RunnableWithManagedSpan
1493[WARNING] - 3 more...
1494[WARNING] protobuf-java-2.6.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 276 overlapping classes:
1495[WARNING] - com.google.protobuf.DescriptorProtos
1496[WARNING] - com.google.protobuf.TextFormat$TextGenerator
1497[WARNING] - com.google.protobuf.DescriptorProtos$OneofDescriptorProto$1
1498[WARNING] - com.google.protobuf.GeneratedMessage$ExtendableMessage
1499[WARNING] - com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$1
1500[WARNING] - com.google.protobuf.TextFormat$3
1501[WARNING] - com.google.protobuf.LazyStringArrayList$ByteArrayListView
1502[WARNING] - com.google.protobuf.Descriptors$Descriptor
1503[WARNING] - com.google.protobuf.SmallSortedMap$EmptySet
1504[WARNING] - com.google.protobuf.FieldSet$1
1505[WARNING] - 266 more...
1506[WARNING] kamon-datadog_2.11-0.6.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 28 overlapping classes:
1507[WARNING] - kamon.datadog.UdpExtensionProvider$class
1508[WARNING] - kamon.datadog.DatadogAPIMetricsSender$$anonfun$2
1509[WARNING] - kamon.datadog.DatadogAPIMetricsSender
1510[WARNING] - kamon.datadog.DatadogMetricsSender$$anonfun$props$1
1511[WARNING] - kamon.datadog.DatadogMetricsSender$
1512[WARNING] - kamon.datadog.DatadogAPIMetricsSender$$anonfun$4$$anonfun$apply$1
1513[WARNING] - kamon.datadog.MetricDataPacketBuilder
1514[WARNING] - kamon.datadog.DatadogMetricsSender$$anonfun$ready$1
1515[WARNING] - kamon.datadog.DatadogExtension$$anonfun$1
1516[WARNING] - kamon.datadog.DatadogAPIMetricsSender$$anonfun$4$$anonfun$apply$2$$anonfun$5
1517[WARNING] - 18 more...
1518[WARNING] jaxen-1.1.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 213 overlapping classes:
1519[WARNING] - org.jaxen.expr.DefaultMultiplicativeExpr
1520[WARNING] - org.jaxen.saxpath.base.Token
1521[WARNING] - org.jaxen.pattern.LocationPathPattern
1522[WARNING] - org.jaxen.javabean.JavaBeanXPath
1523[WARNING] - org.jaxen.jdom.DocumentNavigator$Singleton
1524[WARNING] - org.jaxen.expr.DefaultEqualsExpr
1525[WARNING] - org.jaxen.expr.DefaultEqualityExpr
1526[WARNING] - org.jaxen.ContextSupport
1527[WARNING] - org.jaxen.saxpath.XPathSyntaxException
1528[WARNING] - org.jaxen.saxpath.XPathHandler
1529[WARNING] - 203 more...
1530[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jersey-client-1.17.1.jar define 90 overlapping classes:
1531[WARNING] - com.sun.jersey.api.client.AsyncWebResource
1532[WARNING] - com.sun.jersey.api.client.WebResource$Builder
1533[WARNING] - com.sun.jersey.api.client.filter.ConnectionListenerFilter$Adapter
1534[WARNING] - com.sun.jersey.api.client.ComponentsClientConfig
1535[WARNING] - com.sun.jersey.client.proxy.ViewProxyProvider
1536[WARNING] - com.sun.jersey.api.client.Client$ContextInjectableProvider
1537[WARNING] - com.sun.jersey.api.client.WebResource
1538[WARNING] - com.sun.jersey.client.impl.async.FutureClientResponseListener
1539[WARNING] - com.sun.jersey.client.proxy.ViewProxy
1540[WARNING] - com.sun.jersey.api.client.RequestWriter$RequestEntityWriterListener
1541[WARNING] - 80 more...
1542[WARNING] asm-3.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 23 overlapping classes:
1543[WARNING] - org.objectweb.asm.Type
1544[WARNING] - org.objectweb.asm.AnnotationVisitor
1545[WARNING] - org.objectweb.asm.MethodVisitor
1546[WARNING] - org.objectweb.asm.Attribute
1547[WARNING] - org.objectweb.asm.FieldWriter
1548[WARNING] - org.objectweb.asm.signature.SignatureWriter
1549[WARNING] - org.objectweb.asm.MethodWriter
1550[WARNING] - org.objectweb.asm.Edge
1551[WARNING] - org.objectweb.asm.Handler
1552[WARNING] - org.objectweb.asm.ByteVector
1553[WARNING] - 13 more...
1554[WARNING] coreutil-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 37 overlapping classes:
1555[WARNING] - com.twilio.util.RealmUtil
1556[WARNING] - com.twilio.util.EncodingUtil$EncodingFailure
1557[WARNING] - com.twilio.phonenumbers.PhoneNumberUtil
1558[WARNING] - com.twilio.util.UserDataUtil
1559[WARNING] - com.twilio.config.InternalNumbersConfiguration
1560[WARNING] - com.twilio.util.PrefixMatcher
1561[WARNING] - com.twilio.coreutil.stacktrace.StackUtil
1562[WARNING] - com.twilio.util.Instance
1563[WARNING] - com.twilio.util.Instance$InstanceException
1564[WARNING] - com.twilio.phonenumbers.Prefix
1565[WARNING] - 27 more...
1566[WARNING] javax.activation-1.2.0.jar, javax.activation-api-1.2.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 31 overlapping classes:
1567[WARNING] - javax.activation.CommandInfo$Beans$1
1568[WARNING] - javax.activation.DataContentHandlerFactory
1569[WARNING] - javax.activation.ObjectDataContentHandler
1570[WARNING] - javax.activation.DataContentHandler
1571[WARNING] - javax.activation.CommandObject
1572[WARNING] - javax.activation.SecuritySupport$2
1573[WARNING] - javax.activation.FileTypeMap
1574[WARNING] - javax.activation.CommandInfo
1575[WARNING] - javax.activation.MailcapCommandMap
1576[WARNING] - javax.activation.DataHandler$1
1577[WARNING] - 21 more...
1578[WARNING] scala-xml_2.11-1.0.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 421 overlapping classes:
1579[WARNING] - scala.xml.PrettyPrinter$Para
1580[WARNING] - scala.xml.Group$
1581[WARNING] - scala.xml.PrettyPrinter$$anonfun$traverse$1
1582[WARNING] - scala.xml.MetaData
1583[WARNING] - scala.xml.MalformedAttributeException
1584[WARNING] - scala.xml.pull.EvComment
1585[WARNING] - scala.xml.parsing.TokenTests$$anonfun$isSpace$1
1586[WARNING] - scala.xml.Properties
1587[WARNING] - scala.xml.parsing.MarkupParser$$anonfun$1
1588[WARNING] - scala.xml.pull.EvEntityRef$
1589[WARNING] - 411 more...
1590[WARNING] core-service-dispatcher-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 5 overlapping classes:
1591[WARNING] - com.twilio.core.dispatcher.AbstractManagedDispatcher
1592[WARNING] - com.twilio.core.dispatcher.FallbackCallDispatcher
1593[WARNING] - com.twilio.core.dispatcher.CallDispatcher
1594[WARNING] - com.twilio.core.dispatcher.DispatcherMode
1595[WARNING] - com.twilio.core.dispatcher.ManagedDispatcher
1596[WARNING] coreutil-logging-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
1597[WARNING] - com.twilio.coreutil.logging.MDCWrapper$MDCWrappedRunnable
1598[WARNING] - com.twilio.coreutil.logging.MDCWrapper$MDCWrappedCallable
1599[WARNING] - com.twilio.coreutil.logging.MDCCompletableFuture
1600[WARNING] - com.twilio.coreutil.logging.MDCWrappedBiFunction
1601[WARNING] - com.twilio.coreutil.logging.MDCAwareExecutor$MDCAwareExecutorService
1602[WARNING] - com.twilio.coreutil.logging.LogLevel$Level
1603[WARNING] - com.twilio.coreutil.logging.MDCWrappedSupplier
1604[WARNING] - com.twilio.coreutil.logging.MDCWrapper
1605[WARNING] - com.twilio.coreutil.logging.LogLevel$1
1606[WARNING] - com.twilio.coreutil.logging.MDCWrappedBase
1607[WARNING] - 7 more...
1608[WARNING] resilience4j-ratelimiter-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 27 overlapping classes:
1609[WARNING] - io.github.resilience4j.ratelimiter.RequestNotPermitted
1610[WARNING] - io.github.resilience4j.ratelimiter.RateLimiter
1611[WARNING] - io.github.resilience4j.ratelimiter.event.package-info
1612[WARNING] - io.github.resilience4j.ratelimiter.RateLimiterRegistry
1613[WARNING] - io.github.resilience4j.ratelimiter.event.RateLimiterEvent$Type
1614[WARNING] - io.github.resilience4j.ratelimiter.event.RateLimiterEvent
1615[WARNING] - io.github.resilience4j.ratelimiter.event.RateLimiterOnFailureEvent
1616[WARNING] - io.github.resilience4j.ratelimiter.internal.AtomicRateLimiter$1
1617[WARNING] - io.github.resilience4j.ratelimiter.internal.RateLimiterEventProcessor
1618[WARNING] - io.github.resilience4j.ratelimiter.event.RateLimiterOnSuccessEvent
1619[WARNING] - 17 more...
1620[WARNING] libphonenumber-8.9.14.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 51 overlapping classes:
1621[WARNING] - com.google.i18n.phonenumbers.PhoneNumberUtil$Leniency$4
1622[WARNING] - com.google.i18n.phonenumbers.internal.RegexBasedMatcher
1623[WARNING] - com.google.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection$Builder
1624[WARNING] - com.google.i18n.phonenumbers.PhoneNumberMatcher
1625[WARNING] - com.google.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
1626[WARNING] - com.google.i18n.phonenumbers.PhoneNumberUtil$1
1627[WARNING] - com.google.i18n.phonenumbers.internal.RegexCache
1628[WARNING] - com.google.i18n.phonenumbers.MetadataLoader
1629[WARNING] - com.google.i18n.phonenumbers.NumberParseException$ErrorType
1630[WARNING] - com.google.i18n.phonenumbers.CountryCodeToRegionCodeMap
1631[WARNING] - 41 more...
1632[WARNING] kafka-clients-2.4.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1506 overlapping classes:
1633[WARNING] - org.apache.kafka.clients.producer.Producer
1634[WARNING] - org.apache.kafka.common.message.ProduceRequestData$PartitionProduceData
1635[WARNING] - org.apache.kafka.common.message.StopReplicaResponseData
1636[WARNING] - org.apache.kafka.common.record.KafkaLZ4BlockOutputStream$FLG
1637[WARNING] - org.apache.kafka.clients.admin.ExpireDelegationTokenOptions
1638[WARNING] - org.apache.kafka.common.requests.SaslAuthenticateRequest$Builder
1639[WARNING] - org.apache.kafka.common.cache.LRUCache$1
1640[WARNING] - org.apache.kafka.common.record.AbstractLegacyRecordBatch$DeepRecordsIterator
1641[WARNING] - org.apache.kafka.common.requests.LeaderAndIsrRequest$Builder
1642[WARNING] - org.apache.kafka.common.message.UpdateMetadataResponseData
1643[WARNING] - 1496 more...
1644[WARNING] httpclient-4.5.10.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 468 overlapping classes:
1645[WARNING] - org.apache.http.impl.cookie.RFC2109Spec
1646[WARNING] - org.apache.http.impl.execchain.MainClientExec
1647[WARNING] - org.apache.http.conn.routing.RouteInfo$TunnelType
1648[WARNING] - org.apache.http.client.methods.HttpGet
1649[WARNING] - org.apache.http.impl.cookie.BrowserCompatSpecFactory
1650[WARNING] - org.apache.http.impl.client.HttpAuthenticator
1651[WARNING] - org.apache.http.conn.ManagedClientConnection
1652[WARNING] - org.apache.http.client.protocol.RequestAuthCache
1653[WARNING] - org.apache.http.conn.params.ConnConnectionParamBean
1654[WARNING] - org.apache.http.impl.client.IdleConnectionEvictor
1655[WARNING] - 458 more...
1656[WARNING] commons-beanutils-1.9.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 137 overlapping classes:
1657[WARNING] - org.apache.commons.beanutils.ConvertUtilsBean
1658[WARNING] - org.apache.commons.beanutils.converters.SqlTimeConverter
1659[WARNING] - org.apache.commons.beanutils.BaseDynaBeanMapDecorator$MapEntry
1660[WARNING] - org.apache.commons.beanutils.converters.FloatArrayConverter
1661[WARNING] - org.apache.commons.beanutils.BeanMap$1
1662[WARNING] - org.apache.commons.beanutils.BeanMap$4
1663[WARNING] - org.apache.commons.beanutils.converters.LongArrayConverter
1664[WARNING] - org.apache.commons.beanutils.converters.BooleanArrayConverter
1665[WARNING] - org.apache.commons.beanutils.converters.StringConverter
1666[WARNING] - org.apache.commons.beanutils.BeanMap$12
1667[WARNING] - 127 more...
1668[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, logback-classic-1.1.11.jar define 178 overlapping classes:
1669[WARNING] - ch.qos.logback.classic.joran.action.ConsolePluginAction
1670[WARNING] - ch.qos.logback.classic.layout.TTLLLayout
1671[WARNING] - ch.qos.logback.classic.util.LevelToSyslogSeverity
1672[WARNING] - ch.qos.logback.classic.spi.ClassPackagingData
1673[WARNING] - ch.qos.logback.classic.servlet.LogbackServletContextListener
1674[WARNING] - ch.qos.logback.classic.joran.action.ConfigurationAction
1675[WARNING] - ch.qos.logback.classic.joran.action.EvaluatorAction
1676[WARNING] - ch.qos.logback.classic.spi.StackTraceElementProxy
1677[WARNING] - ch.qos.logback.classic.sift.ContextBasedDiscriminator
1678[WARNING] - ch.qos.logback.classic.gaffer.ConfigurationDelegate$_copyContributions_closure2
1679[WARNING] - 168 more...
1680[WARNING] core-service-domain-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 7 overlapping classes:
1681[WARNING] - com.twilio.core.domain.ServiceError
1682[WARNING] - com.twilio.core.domain.ServiceError$Builder
1683[WARNING] - com.twilio.core.domain.CodedException
1684[WARNING] - com.twilio.core.domain.DataStoreException
1685[WARNING] - com.twilio.core.domain.AbstractBean
1686[WARNING] - com.twilio.core.domain.ServiceError$1
1687[WARNING] - com.twilio.core.domain.ErrorCode
1688[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, akka-http-core_2.11-10.1.9.jar define 2621 overlapping classes:
1689[WARNING] - akka.http.impl.util.Renderer$CharRenderer$
1690[WARNING] - akka.http.impl.engine.client.PoolFlow$$anonfun$apply$1$$anonfun$2
1691[WARNING] - akka.http.impl.model.parser.UriParser$$anonfun$2
1692[WARNING] - akka.http.impl.engine.parsing.BodyPartParser$$anon$1$$anonfun$akka$http$impl$engine$parsing$BodyPartParser$$anon$$tryParseInitialBoundary$1
1693[WARNING] - akka.http.scaladsl.model.Multipart$FormData$BodyPart$$anon$4
1694[WARNING] - akka.http.impl.settings.ServerSettingsImpl$Timeouts
1695[WARNING] - akka.http.javadsl.model.headers.LanguageRanges
1696[WARNING] - akka.http.impl.engine.client.PoolConductor$
1697[WARNING] - akka.http.impl.engine.client.PoolMasterActor$PoolInterfaceRunning$
1698[WARNING] - akka.http.scaladsl.model.headers.Allow$
1699[WARNING] - 2611 more...
1700[WARNING] netty-handler-proxy-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 9 overlapping classes:
1701[WARNING] - io.netty.handler.proxy.ProxyConnectException
1702[WARNING] - io.netty.handler.proxy.ProxyHandler$LazyChannelPromise
1703[WARNING] - io.netty.handler.proxy.Socks4ProxyHandler
1704[WARNING] - io.netty.handler.proxy.ProxyHandler
1705[WARNING] - io.netty.handler.proxy.ProxyHandler$1
1706[WARNING] - io.netty.handler.proxy.ProxyHandler$2
1707[WARNING] - io.netty.handler.proxy.HttpProxyHandler
1708[WARNING] - io.netty.handler.proxy.ProxyConnectionEvent
1709[WARNING] - io.netty.handler.proxy.Socks5ProxyHandler
1710[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, scala-service-json_2.11-0.9.4.jar define 29 overlapping classes:
1711[WARNING] - com.twilio.service.encoding.json.SidFormats$$anonfun$sidCodec$2$$anonfun$apply$3$$anonfun$apply$5
1712[WARNING] - com.twilio.service.encoding.json.StdFormats$$anonfun$LocalDateTimeCodecJson$2
1713[WARNING] - com.twilio.service.encoding.json.SidFormats$$anonfun$sidCodec$2
1714[WARNING] - com.twilio.service.encoding.json.StdFormats$$anonfun$makeSimpleCodecJson$1
1715[WARNING] - com.twilio.service.encoding.json.StdFormats$$anonfun$LocalDateTimeCodecJson$2$$anonfun$apply$2
1716[WARNING] - com.twilio.service.encoding.json.StdFormats$$anonfun$makeSimpleCodecJson$2
1717[WARNING] - com.twilio.service.encoding.json.SidFormats
1718[WARNING] - com.twilio.service.encoding.json.SidFormats$$anonfun$sidCodec$2$$anonfun$apply$3$$anonfun$1
1719[WARNING] - com.twilio.service.encoding.json.StdFormats$class
1720[WARNING] - com.twilio.service.encoding.json.StdFormats$$anonfun$FiniteDurationCodecJson$2$$anonfun$apply$1
1721[WARNING] - 19 more...
1722[WARNING] websocket-client-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 16 overlapping classes:
1723[WARNING] - org.eclipse.jetty.websocket.client.masks.RandomMasker
1724[WARNING] - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest
1725[WARNING] - org.eclipse.jetty.websocket.client.ClientUpgradeResponse
1726[WARNING] - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest$ClientUpgradeRequestFacade
1727[WARNING] - org.eclipse.jetty.websocket.client.WebSocketClient
1728[WARNING] - org.eclipse.jetty.websocket.client.ClientUpgradeRequest
1729[WARNING] - org.eclipse.jetty.websocket.client.HttpClientProvider
1730[WARNING] - org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
1731[WARNING] - org.eclipse.jetty.websocket.client.masks.FixedMasker
1732[WARNING] - org.eclipse.jetty.websocket.client.io.ConnectionManager
1733[WARNING] - 6 more...
1734[WARNING] jdbi-opentracing-0.3.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
1735[WARNING] - io.opentracing.contrib.jdbi.OpenTracingCollector$SpanDecorator$1
1736[WARNING] - io.opentracing.contrib.jdbi.OpenTracingCollector$ActiveSpanSource
1737[WARNING] - io.opentracing.contrib.jdbi.OpenTracingCollector$SpanDecorator
1738[WARNING] - io.opentracing.contrib.jdbi.OpenTracingCollector
1739[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, netty-codec-socks-4.1.31.Final.jar define 107 overlapping classes:
1740[WARNING] - io.netty.handler.codec.socks.SocksInitRequestDecoder
1741[WARNING] - io.netty.handler.codec.socks.UnknownSocksResponse
1742[WARNING] - io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
1743[WARNING] - io.netty.handler.codec.socks.SocksCmdType
1744[WARNING] - io.netty.handler.codec.socks.SocksCmdResponse
1745[WARNING] - io.netty.handler.codec.socksx.v5.Socks5CommandRequest
1746[WARNING] - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder$State
1747[WARNING] - io.netty.handler.codec.socks.SocksResponse
1748[WARNING] - io.netty.handler.codec.socksx.v5.Socks5InitialRequest
1749[WARNING] - io.netty.handler.codec.socksx.v5.Socks5CommandType
1750[WARNING] - 97 more...
1751[WARNING] config-1.3.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 171 overlapping classes:
1752[WARNING] - com.typesafe.config.impl.Parseable$ParseableString
1753[WARNING] - com.typesafe.config.impl.ResolveMemos
1754[WARNING] - com.typesafe.config.impl.ConfigImpl$DebugHolder
1755[WARNING] - com.typesafe.config.ConfigException$IO
1756[WARNING] - com.typesafe.config.impl.SimpleConfigOrigin
1757[WARNING] - com.typesafe.config.impl.SimpleConfig
1758[WARNING] - com.typesafe.config.ConfigValueType
1759[WARNING] - com.typesafe.config.impl.ConfigNodeRoot
1760[WARNING] - com.typesafe.config.impl.Tokens$Comment
1761[WARNING] - com.typesafe.config.impl.ConfigNumber
1762[WARNING] - 161 more...
1763[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, resilience4j-core-1.1.0.jar define 43 overlapping classes:
1764[WARNING] - io.github.resilience4j.core.EventProcessor
1765[WARNING] - io.github.resilience4j.core.metrics.MetricsPublisher
1766[WARNING] - io.github.resilience4j.core.EventConsumer
1767[WARNING] - io.github.resilience4j.core.metrics.AbstractAggregation$1
1768[WARNING] - io.github.resilience4j.core.lang.NonNull
1769[WARNING] - io.github.resilience4j.core.CallableUtils
1770[WARNING] - io.github.resilience4j.core.exception.AcquirePermissionCancelledException
1771[WARNING] - io.github.resilience4j.core.registry.EntryAddedEvent
1772[WARNING] - io.github.resilience4j.core.registry.RegistryEvent$Type
1773[WARNING] - io.github.resilience4j.core.ClassUtils
1774[WARNING] - 33 more...
1775[WARNING] coreutil-database-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 55 overlapping classes:
1776[WARNING] - com.twilio.coreutil.database.AsyncJdbiExecutor$DefaultAsyncJdbiConfiguration
1777[WARNING] - com.twilio.coreutil.database.AsyncJdbiExecutor$ConfigBuilder
1778[WARNING] - com.twilio.coreutil.database.tracing.JdbiSpanDecorator
1779[WARNING] - com.twilio.coreutil.database.jdbi.TimeLimitedStatementBuilder
1780[WARNING] - com.twilio.coreutil.database.InstantArgumentFactory
1781[WARNING] - com.twilio.coreutil.database.JodaDateTimeMapper
1782[WARNING] - com.twilio.coreutil.database.resilience.AsyncJdbiRetriers
1783[WARNING] - com.twilio.coreutil.database.LocalDateArgumentFactory
1784[WARNING] - com.twilio.coreutil.database.AsyncJdbiExecutor$AsyncJdbiConfiguration
1785[WARNING] - com.twilio.coreutil.database.DbUnmunger
1786[WARNING] - 45 more...
1787[WARNING] netty-transport-native-epoll-4.1.31.Final-linux-x86_64.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 58 overlapping classes:
1788[WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$2
1789[WARNING] - io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe
1790[WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$SpliceInChannelTask
1791[WARNING] - io.netty.channel.epoll.NativeDatagramPacketArray
1792[WARNING] - io.netty.channel.epoll.EpollSocketChannelConfig
1793[WARNING] - io.netty.channel.epoll.EpollEventArray
1794[WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$6
1795[WARNING] - io.netty.channel.epoll.EpollChannelConfig$1
1796[WARNING] - io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe$3
1797[WARNING] - io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe
1798[WARNING] - 48 more...
1799[WARNING] logback-core-1.1.11.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 374 overlapping classes:
1800[WARNING] - ch.qos.logback.core.LayoutBase
1801[WARNING] - ch.qos.logback.core.net.ssl.SSL
1802[WARNING] - ch.qos.logback.core.spi.AbstractComponentTracker
1803[WARNING] - ch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
1804[WARNING] - ch.qos.logback.core.util.OptionHelper
1805[WARNING] - ch.qos.logback.core.rolling.RollingPolicyBase
1806[WARNING] - ch.qos.logback.core.pattern.parser.TokenStream$TokenizerState
1807[WARNING] - ch.qos.logback.core.joran.action.ImplicitAction
1808[WARNING] - ch.qos.logback.core.joran.conditional.ElseAction
1809[WARNING] - ch.qos.logback.core.rolling.helper.FileFilterUtil$2
1810[WARNING] - 364 more...
1811[WARNING] resilience4j-bulkhead-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 37 overlapping classes:
1812[WARNING] - io.github.resilience4j.bulkhead.BulkheadConfig$Builder
1813[WARNING] - io.github.resilience4j.bulkhead.internal.FixedThreadPoolBulkhead$BulkheadEventProcessor
1814[WARNING] - io.github.resilience4j.bulkhead.internal.FixedThreadPoolBulkhead
1815[WARNING] - io.github.resilience4j.bulkhead.Bulkhead$Metrics
1816[WARNING] - io.github.resilience4j.bulkhead.internal.InMemoryThreadPoolBulkheadRegistry
1817[WARNING] - io.github.resilience4j.bulkhead.internal.InMemoryBulkheadRegistry
1818[WARNING] - io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfig$Builder
1819[WARNING] - io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfig
1820[WARNING] - io.github.resilience4j.bulkhead.event.package-info
1821[WARNING] - io.github.resilience4j.bulkhead.BulkheadFullException
1822[WARNING] - 27 more...
1823[WARNING] aws-java-sdk-sns-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 268 overlapping classes:
1824[WARNING] - com.amazonaws.services.sns.model.transform.GetSMSAttributesRequestMarshaller
1825[WARNING] - com.amazonaws.services.sns.model.transform.TagPolicyExceptionUnmarshaller
1826[WARNING] - com.amazonaws.services.sns.model.GetSubscriptionAttributesResult
1827[WARNING] - com.amazonaws.services.sns.model.transform.KMSThrottlingExceptionUnmarshaller
1828[WARNING] - com.amazonaws.services.sns.model.transform.EndpointStaxUnmarshaller
1829[WARNING] - com.amazonaws.services.sns.message.SnsNotification$Builder
1830[WARNING] - com.amazonaws.services.sns.model.InternalErrorException
1831[WARNING] - com.amazonaws.services.sns.model.transform.MessageAttributeValueStaxUnmarshaller
1832[WARNING] - com.amazonaws.services.sns.model.SetPlatformApplicationAttributesResult
1833[WARNING] - com.amazonaws.services.sns.model.CreateTopicRequest
1834[WARNING] - 258 more...
1835[WARNING] jetty-io-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 92 overlapping classes:
1836[WARNING] - org.eclipse.jetty.io.ssl.ALPNProcessor
1837[WARNING] - org.eclipse.jetty.io.CyclicTimeout$Wakeup
1838[WARNING] - org.eclipse.jetty.io.AbstractEndPoint$2
1839[WARNING] - org.eclipse.jetty.io.CyclicTimeout$Timeout
1840[WARNING] - org.eclipse.jetty.io.ChannelEndPoint$1
1841[WARNING] - org.eclipse.jetty.io.WriteFlusher$FailedState
1842[WARNING] - org.eclipse.jetty.io.CyclicTimeout$1
1843[WARNING] - org.eclipse.jetty.io.ManagedSelector$Acceptor
1844[WARNING] - org.eclipse.jetty.io.ByteBufferPool$Lease
1845[WARNING] - org.eclipse.jetty.io.ManagedSelector$1
1846[WARNING] - 82 more...
1847[WARNING] webhook-util-1.4.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 16 overlapping classes:
1848[WARNING] - com.twilio.webhook.metrics.TwilioWebHookClientMetrics
1849[WARNING] - com.twilio.webhook.util.FragmentParameterNames
1850[WARNING] - com.twilio.webhook.util.UrlFragment$Param
1851[WARNING] - com.twilio.webhook.exception.WebHookServerSideException
1852[WARNING] - com.twilio.webhook.util.UrlFragment$1
1853[WARNING] - com.twilio.webhook.exception.TwilioWebhookClientInternalException
1854[WARNING] - com.twilio.webhook.metrics.TwilioWebHookClientMetricsImpl
1855[WARNING] - com.twilio.webhook.metrics.TwilioWebHookClientMetrics$ResponseType
1856[WARNING] - com.twilio.webhook.exception.WebHookClientSideException
1857[WARNING] - com.twilio.webhook.util.RequestUtils
1858[WARNING] - 6 more...
1859[WARNING] findbugs-2.0.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar, annotations-3.0.1.jar define 21 overlapping classes:
1860[WARNING] - edu.umd.cs.findbugs.Priorities
1861[WARNING] - edu.umd.cs.findbugs.annotations.Nullable
1862[WARNING] - edu.umd.cs.findbugs.annotations.NonNull
1863[WARNING] - edu.umd.cs.findbugs.annotations.OverrideMustInvoke
1864[WARNING] - edu.umd.cs.findbugs.annotations.PossiblyNull
1865[WARNING] - edu.umd.cs.findbugs.annotations.Confidence
1866[WARNING] - edu.umd.cs.findbugs.annotations.SuppressFBWarnings
1867[WARNING] - edu.umd.cs.findbugs.annotations.DefaultAnnotationForMethods
1868[WARNING] - edu.umd.cs.findbugs.annotations.CheckReturnValue
1869[WARNING] - edu.umd.cs.findbugs.annotations.SuppressWarnings
1870[WARNING] - 11 more...
1871[WARNING] platformlib-metrics-4.5.14.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 50 overlapping classes:
1872[WARNING] - com.twilio.platform.metrics.DataDogClient$DataDogEvent
1873[WARNING] - com.twilio.platform.metrics.noop.NoopTwilioCounter
1874[WARNING] - com.twilio.platform.metrics.noop.NoopTwilioTimer
1875[WARNING] - com.twilio.platform.metrics.TimerContext
1876[WARNING] - com.twilio.platform.metrics.Tags
1877[WARNING] - com.twilio.platform.metrics.TwilioMetricFilter
1878[WARNING] - com.twilio.platform.metrics.DataDogClient$MetricCollectedAtImpl
1879[WARNING] - com.twilio.platform.metrics.DataDogClient$DataDogMetric
1880[WARNING] - com.twilio.platform.metrics.Utils
1881[WARNING] - com.twilio.platform.metrics.StatsdClient
1882[WARNING] - 40 more...
1883[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, javaslang-match-2.0.5.jar define 12 overlapping classes:
1884[WARNING] - javaslang.match.model.ClassModel
1885[WARNING] - javaslang.match.UnapplyChecker
1886[WARNING] - javaslang.match.generator.ImportManager$Import
1887[WARNING] - javaslang.match.generator.ImportManager$FQN
1888[WARNING] - javaslang.match.model.MethodModel
1889[WARNING] - javaslang.match.annotation.Patterns
1890[WARNING] - javaslang.match.model.ParameterModel
1891[WARNING] - javaslang.match.model.TypeParameterModel
1892[WARNING] - javaslang.match.annotation.Unapply
1893[WARNING] - javaslang.match.PatternsProcessor
1894[WARNING] - 2 more...
1895[WARNING] metrics-scala_2.11-2.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 9 overlapping classes:
1896[WARNING] - com.yammer.metrics.scala.Timer
1897[WARNING] - com.yammer.metrics.scala.MetricsGroup$
1898[WARNING] - com.yammer.metrics.scala.Instrumented$class
1899[WARNING] - com.yammer.metrics.scala.Histogram
1900[WARNING] - com.yammer.metrics.scala.MetricsGroup$$anon$1
1901[WARNING] - com.yammer.metrics.scala.Meter
1902[WARNING] - com.yammer.metrics.scala.Instrumented
1903[WARNING] - com.yammer.metrics.scala.Counter
1904[WARNING] - com.yammer.metrics.scala.MetricsGroup
1905[WARNING] scala-parser-combinators_2.11-1.0.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 347 overlapping classes:
1906[WARNING] - scala.util.parsing.combinator.lexical.StdLexical$$anonfun$whitespace$1$$anonfun$apply$20$$anonfun$apply$21
1907[WARNING] - scala.util.parsing.combinator.ImplicitConversions$$anonfun$flatten5$1
1908[WARNING] - scala.util.parsing.combinator.Parsers$$anonfun$rep$1
1909[WARNING] - scala.util.parsing.json.Lexer$$anonfun$number$1$$anonfun$apply$16
1910[WARNING] - scala.util.parsing.combinator.Parsers$NoSuccess$$anonfun$1
1911[WARNING] - scala.util.parsing.combinator.lexical.StdLexical$$anonfun$token$3$$anonfun$apply$3$$anonfun$apply$4
1912[WARNING] - scala.util.parsing.combinator.token.StdTokens$class
1913[WARNING] - scala.util.parsing.json.Lexer$$anonfun$charSeq$10
1914[WARNING] - scala.util.parsing.combinator.Parsers$Parser$$anonfun$$tilde$greater$1
1915[WARNING] - scala.util.parsing.combinator.lexical.StdLexical$$anonfun$token$5
1916[WARNING] - 337 more...
1917[WARNING] failsafe-1.0.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 83 overlapping classes:
1918[WARNING] - net.jodah.failsafe.internal.HalfOpenState
1919[WARNING] - net.jodah.failsafe.Predicates
1920[WARNING] - net.jodah.failsafe.internal.ClosedState
1921[WARNING] - net.jodah.failsafe.FailsafeConfig
1922[WARNING] - net.jodah.failsafe.internal.CircuitState
1923[WARNING] - net.jodah.failsafe.AbstractExecution
1924[WARNING] - net.jodah.failsafe.AsyncExecution
1925[WARNING] - net.jodah.failsafe.Listeners$3
1926[WARNING] - net.jodah.failsafe.AsyncFailsafeConfig
1927[WARNING] - net.jodah.failsafe.Execution
1928[WARNING] - 73 more...
1929[WARNING] akka-protobuf_2.11-2.5.23.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 246 overlapping classes:
1930[WARNING] - akka.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder
1931[WARNING] - akka.protobuf.GeneratedMessage$ExtendableBuilder
1932[WARNING] - akka.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder
1933[WARNING] - akka.protobuf.DescriptorProtos$FieldOptions$CType$1
1934[WARNING] - akka.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder
1935[WARNING] - akka.protobuf.UnknownFieldSet$Field
1936[WARNING] - akka.protobuf.DescriptorProtos$EnumDescriptorProto
1937[WARNING] - akka.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder
1938[WARNING] - akka.protobuf.DescriptorProtos$ServiceOptions$Builder
1939[WARNING] - akka.protobuf.DescriptorProtos$FieldDescriptorProto$Label
1940[WARNING] - 236 more...
1941[WARNING] xml-apis-1.4.01.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 345 overlapping classes:
1942[WARNING] - org.w3c.dom.css.CSSValueList
1943[WARNING] - org.w3c.dom.ProcessingInstruction
1944[WARNING] - org.w3c.dom.html.HTMLBodyElement
1945[WARNING] - javax.xml.validation.SecuritySupport$6
1946[WARNING] - javax.xml.transform.SecuritySupport$3
1947[WARNING] - org.w3c.dom.Entity
1948[WARNING] - org.w3c.dom.ls.LSParserFilter
1949[WARNING] - org.w3c.dom.html.HTMLMetaElement
1950[WARNING] - javax.xml.stream.events.ProcessingInstruction
1951[WARNING] - javax.xml.transform.stax.StAXResult
1952[WARNING] - 335 more...
1953[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, netty-codec-4.1.31.Final.jar define 197 overlapping classes:
1954[WARNING] - io.netty.handler.codec.compression.ZlibUtil
1955[WARNING] - io.netty.handler.codec.CharSequenceValueConverter
1956[WARNING] - io.netty.handler.codec.compression.Bzip2Encoder$3
1957[WARNING] - io.netty.handler.codec.DefaultHeaders$1
1958[WARNING] - io.netty.handler.codec.compression.Bzip2BlockDecompressor
1959[WARNING] - io.netty.handler.codec.compression.Lz4FrameDecoder$1
1960[WARNING] - io.netty.handler.codec.compression.SnappyFrameDecoder
1961[WARNING] - io.netty.handler.codec.compression.DecompressionException
1962[WARNING] - io.netty.handler.codec.compression.Bzip2Decoder$State
1963[WARNING] - io.netty.handler.codec.compression.Bzip2DivSufSort$TRBudget
1964[WARNING] - 187 more...
1965[WARNING] resilience4j-consumer-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
1966[WARNING] - io.github.resilience4j.consumer.DefaultEventConsumerRegistry
1967[WARNING] - io.github.resilience4j.consumer.package-info
1968[WARNING] - io.github.resilience4j.consumer.CircularEventConsumer
1969[WARNING] - io.github.resilience4j.consumer.EventConsumerRegistry
1970[WARNING] commons-codec-1.8.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 86 overlapping classes:
1971[WARNING] - org.apache.commons.codec.language.Nysiis
1972[WARNING] - org.apache.commons.codec.language.bm.Rule$1
1973[WARNING] - org.apache.commons.codec.language.bm.Rule$RPattern
1974[WARNING] - org.apache.commons.codec.language.ColognePhonetic$CologneInputBuffer
1975[WARNING] - org.apache.commons.codec.language.bm.BeiderMorseEncoder
1976[WARNING] - org.apache.commons.codec.digest.UnixCrypt
1977[WARNING] - org.apache.commons.codec.language.Soundex
1978[WARNING] - org.apache.commons.codec.binary.BinaryCodec
1979[WARNING] - org.apache.commons.codec.language.bm.Languages$1
1980[WARNING] - org.apache.commons.codec.language.bm.PhoneticEngine$1
1981[WARNING] - 76 more...
1982[WARNING] asm-commons-3.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 24 overlapping classes:
1983[WARNING] - org.objectweb.asm.commons.JSRInlinerAdapter$Subroutine
1984[WARNING] - org.objectweb.asm.commons.CodeSizeEvaluator
1985[WARNING] - org.objectweb.asm.commons.TryCatchBlockSorter$1
1986[WARNING] - org.objectweb.asm.commons.RemappingSignatureAdapter
1987[WARNING] - org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
1988[WARNING] - org.objectweb.asm.commons.InstructionAdapter
1989[WARNING] - org.objectweb.asm.commons.SimpleRemapper
1990[WARNING] - org.objectweb.asm.commons.SerialVersionUIDAdder
1991[WARNING] - org.objectweb.asm.commons.LocalVariablesSorter
1992[WARNING] - org.objectweb.asm.commons.JSRInlinerAdapter
1993[WARNING] - 14 more...
1994[WARNING] jsr305-3.0.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar, annotations-3.0.1.jar define 35 overlapping classes:
1995[WARNING] - javax.annotation.RegEx
1996[WARNING] - javax.annotation.concurrent.Immutable
1997[WARNING] - javax.annotation.meta.TypeQualifierDefault
1998[WARNING] - javax.annotation.meta.TypeQualifier
1999[WARNING] - javax.annotation.Syntax
2000[WARNING] - javax.annotation.CheckReturnValue
2001[WARNING] - javax.annotation.CheckForNull
2002[WARNING] - javax.annotation.Nonnull
2003[WARNING] - javax.annotation.meta.TypeQualifierNickname
2004[WARNING] - javax.annotation.MatchesPattern
2005[WARNING] - 25 more...
2006[WARNING] aws-java-sdk-kms-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 350 overlapping classes:
2007[WARNING] - com.amazonaws.services.kms.model.transform.GenerateDataKeyWithoutPlaintextResultJsonUnmarshaller
2008[WARNING] - com.amazonaws.services.kms.model.transform.AliasListEntryJsonUnmarshaller
2009[WARNING] - com.amazonaws.services.kms.model.KeyState
2010[WARNING] - com.amazonaws.services.kms.model.CancelKeyDeletionResult
2011[WARNING] - com.amazonaws.services.kms.model.KMSInvalidStateException
2012[WARNING] - com.amazonaws.services.kms.model.transform.ListResourceTagsRequestProtocolMarshaller
2013[WARNING] - com.amazonaws.services.kms.model.CustomKeyStoreNotFoundException
2014[WARNING] - com.amazonaws.services.kms.model.transform.UnsupportedOperationExceptionUnmarshaller
2015[WARNING] - com.amazonaws.services.kms.AWSKMSAsyncClient$16
2016[WARNING] - com.amazonaws.services.kms.AWSKMSAsyncClient$36
2017[WARNING] - 340 more...
2018[WARNING] circe-jawn_2.11-0.5.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 10 overlapping classes:
2019[WARNING] - io.circe.jawn.package
2020[WARNING] - io.circe.jawn.CirceSupportParser$$anon$1$$anon$3
2021[WARNING] - io.circe.jawn.CirceSupportParser$$anon$1$$anon$2
2022[WARNING] - io.circe.jawn.CirceSupportParser$$anon$1
2023[WARNING] - io.circe.jawn.JawnParser$$anonfun$fromTry$1
2024[WARNING] - io.circe.jawn.CirceSupportParser$$anon$1$$anon$4
2025[WARNING] - io.circe.jawn.CirceSupportParser$
2026[WARNING] - io.circe.jawn.JawnParser
2027[WARNING] - io.circe.jawn.CirceSupportParser
2028[WARNING] - io.circe.jawn.package$
2029[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, webhook-client-amazon-1.4.2.jar define 15 overlapping classes:
2030[WARNING] - com.twilio.webhook.client.aws.utils.AwsClientUtils
2031[WARNING] - com.twilio.webhook.client.aws.impl.TwilioAwsSnsClientPoolImpl$2
2032[WARNING] - com.twilio.webhook.client.aws.AwsServiceWebHook$AwsServiceType
2033[WARNING] - com.twilio.webhook.client.aws.impl.TwilioAwsSnsClientPoolImpl
2034[WARNING] - com.twilio.webhook.client.aws.exception.InvalidAwsServiceWebHookException
2035[WARNING] - com.twilio.webhook.client.aws.impl.AwsServiceWebHookManager
2036[WARNING] - com.twilio.webhook.client.aws.AwsServiceWebHookResponse
2037[WARNING] - com.twilio.webhook.client.aws.impl.TwilioAwsLambdaClientPoolImpl
2038[WARNING] - com.twilio.webhook.client.aws.AwsServiceWebHook
2039[WARNING] - com.twilio.webhook.client.aws.impl.TwilioAwsSnsClientPoolImpl$1
2040[WARNING] - 5 more...
2041[WARNING] javax.xml.soap-api-1.4.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 33 overlapping classes:
2042[WARNING] - javax.xml.soap.Text
2043[WARNING] - javax.xml.soap.FactoryFinder$1
2044[WARNING] - javax.xml.soap.ServiceLoaderUtil$ExceptionHandler
2045[WARNING] - javax.xml.soap.SOAPEnvelope
2046[WARNING] - javax.xml.soap.SOAPFactory
2047[WARNING] - javax.xml.soap.Detail
2048[WARNING] - javax.xml.soap.SAAJMetaFactory
2049[WARNING] - javax.xml.soap.AttachmentPart
2050[WARNING] - javax.xml.soap.SAAJResult
2051[WARNING] - javax.xml.soap.SOAPConnectionFactory
2052[WARNING] - 23 more...
2053[WARNING] javasd-core-4.5.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
2054[WARNING] - com.twilio.javasd.HostAddress
2055[WARNING] - com.twilio.javasd.lb.ActiveHostRoleListener
2056[WARNING] - com.twilio.javasd.ServiceDiscoveryProviders
2057[WARNING] - com.twilio.javasd.ServiceDiscoveryListener
2058[WARNING] - com.twilio.javasd.lb.RoleLoadBalancerListener
2059[WARNING] - com.twilio.javasd.ServiceDiscoveryProvider
2060[WARNING] - com.twilio.javasd.ServiceDiscoveryClient
2061[WARNING] - com.twilio.javasd.ServiceDiscoveryMetadata
2062[WARNING] - com.twilio.javasd.ServiceDiscoveryClient$Pair
2063[WARNING] - com.twilio.javasd.ServiceDiscoveryProviderException
2064[WARNING] - 1 more...
2065[WARNING] aws-java-sdk-cloudwatch-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 195 overlapping classes:
2066[WARNING] - com.amazonaws.services.cloudwatch.model.EnableAlarmActionsResult
2067[WARNING] - com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient$16
2068[WARNING] - com.amazonaws.services.cloudwatch.model.PutMetricDataResult
2069[WARNING] - com.amazonaws.services.cloudwatch.model.DescribeAlarmsResult
2070[WARNING] - com.amazonaws.services.cloudwatch.model.transform.DescribeAnomalyDetectorsResultStaxUnmarshaller
2071[WARNING] - com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient$9
2072[WARNING] - com.amazonaws.services.cloudwatch.model.transform.InvalidParameterCombinationExceptionUnmarshaller
2073[WARNING] - com.amazonaws.services.cloudwatch.model.transform.DescribeAlarmsResultStaxUnmarshaller
2074[WARNING] - com.amazonaws.services.cloudwatch.model.DescribeAlarmHistoryRequest
2075[WARNING] - com.amazonaws.services.cloudwatch.model.InternalServiceException
2076[WARNING] - 185 more...
2077[WARNING] scala-collection-compat_2.11-2.1.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 74 overlapping classes:
2078[WARNING] - scala.collection.compat.IteratorExtensionMethods$$anonfun$concat$extension$1
2079[WARNING] - scala.collection.compat.IteratorExtensionMethods$
2080[WARNING] - scala.collection.compat.PackageShared
2081[WARNING] - scala.collection.compat.PackageShared$BitSetFactoryExtensionMethods
2082[WARNING] - scala.collection.compat.immutable.ArraySeq$ofDouble
2083[WARNING] - scala.collection.compat.StreamExtensionMethods$
2084[WARNING] - scala.collection.compat.immutable.ArraySeq$$anon$1$$anonfun$apply$2
2085[WARNING] - scala.collection.compat.TraversableExtensionMethods
2086[WARNING] - scala.collection.compat.MutableListMapExtensions$
2087[WARNING] - scala.collection.compat.CompatImpl$
2088[WARNING] - 64 more...
2089[WARNING] jackson-datatype-jsr310-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 53 overlapping classes:
2090[WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer
2091[WARNING] - com.fasterxml.jackson.datatype.jsr310.PackageVersion
2092[WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.key.Jsr310KeyDeserializer
2093[WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer
2094[WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.YearDeserializer
2095[WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.key.LocalDateTimeKeyDeserializer
2096[WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer
2097[WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase
2098[WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer
2099[WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
2100[WARNING] - 43 more...
2101[WARNING] cats-core_2.11-0.7.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 2581 overlapping classes:
2102[WARNING] - cats.data.Validated$$anonfun$$eq$eq$eq$1$$anonfun$apply$9
2103[WARNING] - cats.arrow.Choice$class
2104[WARNING] - cats.data.Ior$$anonfun$onlyBoth$1
2105[WARNING] - cats.data.XorFunctions$$anonfun$fromEither$1
2106[WARNING] - cats.ApplyArityFunctions$$anonfun$ap12$1$$anonfun$apply$19$$anonfun$apply$20
2107[WARNING] - cats.data.WriterTApplicative
2108[WARNING] - cats.data.NonEmptyListInstances$class
2109[WARNING] - cats.data.OptionT$$anonfun$isEmpty$1
2110[WARNING] - cats.Bimonad$nonInheritedOps$
2111[WARNING] - cats.Apply$ToApplyOps$class
2112[WARNING] - 2571 more...
2113[WARNING] coreutil-java8-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 19 overlapping classes:
2114[WARNING] - com.twilio.coreutil.Futures$2
2115[WARNING] - com.twilio.coreutil.ExceptionResultHandler
2116[WARNING] - com.twilio.coreutil.CompletionScheduledExecutorService
2117[WARNING] - com.twilio.coreutil.CompletionExecutorService
2118[WARNING] - com.twilio.coreutil.Futures$1
2119[WARNING] - com.twilio.coreutil.stream.Streams
2120[WARNING] - com.twilio.coreutil.Bijection
2121[WARNING] - com.twilio.coreutil.Executors8$2
2122[WARNING] - com.twilio.coreutil.ExceptionHandlerImpl
2123[WARNING] - com.twilio.coreutil.Types
2124[WARNING] - 9 more...
2125[WARNING] akka-http-experimental_2.11-2.4.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1996 overlapping classes:
2126[WARNING] - akka.http.scaladsl.server.directives.ParameterDirectives$ParamDef$$anonfun$forRepVR$1
2127[WARNING] - akka.http.javadsl.server.directives.RouteDirectives$$anonfun$complete$5
2128[WARNING] - akka.http.scaladsl.coding.DataMapper
2129[WARNING] - akka.http.scaladsl.server.directives.HostDirectives$
2130[WARNING] - akka.http.scaladsl.unmarshalling.Unmarshaller$UnsupportedContentTypeException
2131[WARNING] - akka.http.scaladsl.server.RejectionWithOptionalCause$class
2132[WARNING] - akka.http.javadsl.server.TransformationRejection
2133[WARNING] - akka.http.javadsl.marshalling.Marshaller$
2134[WARNING] - akka.http.scaladsl.server.CharsetNegotiator$$anonfun$5$$anonfun$apply$2
2135[WARNING] - akka.http.scaladsl.server.directives.RangeDirectives$$anonfun$withRangeSupport$1
2136[WARNING] - 1986 more...
2137[WARNING] netty-common-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 444 overlapping classes:
2138[WARNING] - io.netty.util.ResourceLeakException
2139[WARNING] - io.netty.util.collection.CharObjectHashMap$KeySet
2140[WARNING] - io.netty.util.Signal$SignalConstant
2141[WARNING] - io.netty.util.concurrent.ImmediateExecutor
2142[WARNING] - io.netty.util.AsciiString$CharEqualityComparator
2143[WARNING] - io.netty.util.AsciiString$AsciiCaseInsensitiveCharEqualityComparator
2144[WARNING] - io.netty.util.collection.LongObjectMap
2145[WARNING] - io.netty.util.internal.shaded.org.jctools.queues.CircularArrayOffsetCalculator
2146[WARNING] - io.netty.util.AsciiString$1
2147[WARNING] - io.netty.util.internal.logging.AbstractInternalLogger
2148[WARNING] - 434 more...
2149[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jersey-core-1.17.1.jar define 351 overlapping classes:
2150[WARNING] - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
2151[WARNING] - com.sun.jersey.core.spi.factory.MessageBodyFactory$1
2152[WARNING] - javax.ws.rs.HEAD
2153[WARNING] - javax.ws.rs.ext.Providers
2154[WARNING] - com.sun.jersey.core.impl.provider.entity.DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream
2155[WARNING] - com.sun.jersey.core.header.reader.CookiesParser$MutableCookie
2156[WARNING] - com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
2157[WARNING] - com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
2158[WARNING] - com.sun.jersey.core.impl.provider.header.StringProvider
2159[WARNING] - com.sun.jersey.core.util.KeyComparatorLinkedHashMap$KeyIterator
2160[WARNING] - 341 more...
2161[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, play-iteratees_2.11-2.3.9.jar define 568 overlapping classes:
2162[WARNING] - play.api.libs.iteratee.Concurrent$$anonfun$18$$anonfun$apply$34
2163[WARNING] - play.api.libs.iteratee.Iteratee$$anonfun$pureFold$1$$anonfun$apply$11
2164[WARNING] - play.api.libs.iteratee.Concurrent$$anonfun$1$$anonfun$apply$8$$anonfun$apply$9
2165[WARNING] - play.api.libs.iteratee.Error$
2166[WARNING] - play.api.libs.iteratee.Concurrent$$anonfun$play$api$libs$iteratee$Concurrent$$step$5$1$$anonfun$apply$37
2167[WARNING] - play.api.libs.iteratee.Enumeratee$$anon$51$$anonfun$applyOn$4$$anonfun$apply$33
2168[WARNING] - play.api.libs.iteratee.Iteratee$$anonfun$run$1
2169[WARNING] - play.api.libs.iteratee.Concurrent$$anon$15$$anon$16$$anonfun$25
2170[WARNING] - play.api.libs.iteratee.Concurrent$$anonfun$4
2171[WARNING] - play.api.libs.iteratee.Input$
2172[WARNING] - 558 more...
2173[WARNING] stax2-api-3.1.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 124 overlapping classes:
2174[WARNING] - org.codehaus.stax2.ri.Stax2ReaderImpl
2175[WARNING] - org.codehaus.stax2.ri.typed.ValueEncoderFactory$TokenEncoder
2176[WARNING] - org.codehaus.stax2.evt.XMLEvent2
2177[WARNING] - org.codehaus.stax2.ri.typed.ValueDecoderFactory$FloatDecoder
2178[WARNING] - org.codehaus.stax2.ri.typed.ValueEncoderFactory
2179[WARNING] - org.codehaus.stax2.validation.Validatable
2180[WARNING] - org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder
2181[WARNING] - org.codehaus.stax2.XMLStreamProperties
2182[WARNING] - org.codehaus.stax2.ri.typed.AsciiValueEncoder
2183[WARNING] - org.codehaus.stax2.osgi.Stax2InputFactoryProvider
2184[WARNING] - 114 more...
2185[WARNING] netty-codec-dns-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 33 overlapping classes:
2186[WARNING] - io.netty.handler.codec.dns.DatagramDnsResponse
2187[WARNING] - io.netty.handler.codec.dns.DefaultDnsResponse
2188[WARNING] - io.netty.handler.codec.dns.DatagramDnsQueryEncoder
2189[WARNING] - io.netty.handler.codec.dns.DefaultDnsRecordDecoder
2190[WARNING] - io.netty.handler.codec.dns.DnsRawRecord
2191[WARNING] - io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
2192[WARNING] - io.netty.handler.codec.dns.DefaultDnsQuestion
2193[WARNING] - io.netty.handler.codec.dns.DefaultDnsPtrRecord
2194[WARNING] - io.netty.handler.codec.dns.DatagramDnsResponseEncoder
2195[WARNING] - io.netty.handler.codec.dns.DnsRecordEncoder
2196[WARNING] - 23 more...
2197[WARNING] opentracing-noop-0.20.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 9 overlapping classes:
2198[WARNING] - io.opentracing.NoopTracerFactory
2199[WARNING] - io.opentracing.NoopSpanBuilderImpl
2200[WARNING] - io.opentracing.NoopSpanContext
2201[WARNING] - io.opentracing.NoopTracer
2202[WARNING] - io.opentracing.NoopSpanContextImpl
2203[WARNING] - io.opentracing.NoopSpan
2204[WARNING] - io.opentracing.NoopSpanImpl
2205[WARNING] - io.opentracing.NoopTracerImpl
2206[WARNING] - io.opentracing.NoopSpanBuilder
2207[WARNING] messaging-lifecycle-events-protocol-2.0.44.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 7 overlapping classes:
2208[WARNING] - com.twilio.messages.events.protocol.serialization.EventTypeSerializer
2209[WARNING] - com.twilio.messages.events.protocol.LifeCycleEventFieldMapping
2210[WARNING] - com.twilio.messages.events.protocol.LifecycleEvent$Type
2211[WARNING] - com.twilio.messages.events.protocol.serialization.EventTypeDeserializer
2212[WARNING] - com.twilio.messages.events.protocol.WrappedLifecycleEvent
2213[WARNING] - com.twilio.messages.events.protocol.LifecycleEvent
2214[WARNING] - com.twilio.messages.events.protocol.LifeCycleEventDataField
2215[WARNING] xml-apis-1.4.01.jar, jaxen-1.1.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1 overlapping classes:
2216[WARNING] - org.w3c.dom.UserDataHandler
2217[WARNING] async-http-client-2.8.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 274 overlapping classes:
2218[WARNING] - org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
2219[WARNING] - org.asynchttpclient.proxy.ProxyServer
2220[WARNING] - org.asynchttpclient.BoundRequestBuilder
2221[WARNING] - org.asynchttpclient.AsyncHttpClientConfig$ResponseBodyPartFactory$2
2222[WARNING] - org.asynchttpclient.request.body.generator.FeedableBodyGenerator
2223[WARNING] - org.asynchttpclient.request.body.RandomAccessBody
2224[WARNING] - org.asynchttpclient.request.body.generator.PushBody$1
2225[WARNING] - org.asynchttpclient.ws.WebSocketListener
2226[WARNING] - org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
2227[WARNING] - org.asynchttpclient.netty.request.WriteListener
2228[WARNING] - 264 more...
2229[WARNING] jaxb-runtime-2.3.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 641 overlapping classes:
2230[WARNING] - com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader
2231[WARNING] - com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
2232[WARNING] - com.sun.xml.bind.v2.runtime.unmarshaller.Messages
2233[WARNING] - com.sun.xml.bind.InternalAccessorFactory
2234[WARNING] - com.sun.xml.bind.v2.model.core.Ref
2235[WARNING] - com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
2236[WARNING] - com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
2237[WARNING] - com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
2238[WARNING] - com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
2239[WARNING] - com.sun.xml.bind.v2.schemagen.xmlschema.Union
2240[WARNING] - 631 more...
2241[WARNING] twilio-rollbar-logback-4.6.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1117 overlapping classes:
2242[WARNING] - shadedlogback.com.fasterxml.jackson.databind.annotation.JsonAppend
2243[WARNING] - shadedlogback.com.fasterxml.jackson.databind.deser.DataFormatReaders
2244[WARNING] - shadedlogback.com.fasterxml.jackson.databind.ser.std.StdArraySerializers$IntArraySerializer
2245[WARNING] - shadedlogback.org.eclipse.jetty.websocket.api.ProtocolException
2246[WARNING] - shadedlogback.org.eclipse.jetty.util.BlockingArrayQueue
2247[WARNING] - shadedlogback.org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
2248[WARNING] - shadedlogback.com.twilio.cartographer.client.impl.CartEventImpl
2249[WARNING] - shadedlogback.org.eclipse.jetty.util.Promise
2250[WARNING] - shadedlogback.com.ning.http.client.RequestBuilder
2251[WARNING] - shadedlogback.com.fasterxml.jackson.databind.cfg.MapperConfigBase
2252[WARNING] - 1107 more...
2253[WARNING] shapeless_2.11-2.3.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 2872 overlapping classes:
2254[WARNING] - shapeless.DefaultCaseClassDefns$CaseClassCompanion
2255[WARNING] - shapeless.ops.tuple$Transposer
2256[WARNING] - shapeless.TupleTypeableInstances$$anon$9$$anonfun$cast$9$$anonfun$apply$29$$anonfun$apply$30$$anonfun$apply$31
2257[WARNING] - shapeless.Poly$CaseBuilder$$anon$10$$anonfun$apply$2
2258[WARNING] - shapeless.TupleTypeableInstances$$anon$18$$anonfun$cast$18$$anonfun$apply$137$$anonfun$apply$138$$anonfun$apply$139$$anonfun$apply$140$$anonfun$apply$141$$anonfun$apply$142$$anonfun$apply$143$$anonfun$apply$144$$anonfun$apply$145
2259[WARNING] - shapeless.ops.fin$FromNat$$anon$1
2260[WARNING] - shapeless.ops.hlist$LowPriorityToCoproductTraversable$NotIn
2261[WARNING] - shapeless.ops.tuple$ZipOne
2262[WARNING] - shapeless.ops.product$ToTuple$$anon$2
2263[WARNING] - shapeless.ops.FnFromProductInstances$$anon$16
2264[WARNING] - 2862 more...
2265[WARNING] aws-java-sdk-kinesis-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 808 overlapping classes:
2266[WARNING] - com.amazonaws.services.kinesis.AmazonKinesisAsyncClient$4
2267[WARNING] - com.amazonaws.services.kinesisfirehose.model.transform.ElasticsearchDestinationUpdateMarshaller
2268[WARNING] - com.amazonaws.services.kinesis.model.AmazonKinesisException
2269[WARNING] - com.amazonaws.services.kinesisanalytics.model.transform.S3ReferenceDataSourceMarshaller
2270[WARNING] - com.amazonaws.services.kinesisfirehose.model.transform.DataFormatConversionConfigurationMarshaller
2271[WARNING] - com.amazonaws.services.kinesisanalytics.model.transform.InputLambdaProcessorJsonUnmarshaller
2272[WARNING] - com.amazonaws.services.kinesisfirehose.model.transform.SerializerMarshaller
2273[WARNING] - com.amazonaws.services.kinesisanalytics.model.transform.TagResourceRequestProtocolMarshaller
2274[WARNING] - com.amazonaws.services.kinesisanalytics.model.transform.KinesisFirehoseOutputUpdateMarshaller
2275[WARNING] - com.amazonaws.services.kinesis.model.StartStreamEncryptionRequest
2276[WARNING] - 798 more...
2277[WARNING] javasd-cartographer-4.5.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 6 overlapping classes:
2278[WARNING] - com.twilio.javasd.cartographer.CartListenerImpl$Metadata
2279[WARNING] - com.twilio.javasd.cartographer.CartListenerImpl
2280[WARNING] - com.twilio.javasd.cartographer.CartographerServiceDiscoveryProvider
2281[WARNING] - com.twilio.javasd.lb.impl.CartographerLoadBalancerMonitor
2282[WARNING] - com.twilio.javasd.lb.impl.CartographerLoadBalancerMonitor$1
2283[WARNING] - com.twilio.javasd.cartographer.CartListenerImpl$1
2284[WARNING] validation-api-1.1.0.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 106 overlapping classes:
2285[WARNING] - javax.validation.ConstraintDeclarationException
2286[WARNING] - javax.validation.GroupDefinitionException
2287[WARNING] - javax.validation.ConstraintValidatorContext$ConstraintViolationBuilder$LeafNodeBuilderDefinedContext
2288[WARNING] - javax.validation.metadata.ParameterDescriptor
2289[WARNING] - javax.validation.Validator
2290[WARNING] - javax.validation.ConstraintValidatorContext$ConstraintViolationBuilder
2291[WARNING] - javax.validation.constraints.AssertTrue$List
2292[WARNING] - javax.validation.constraints.Past
2293[WARNING] - javax.validation.metadata.GroupConversionDescriptor
2294[WARNING] - javax.validation.constraints.Max
2295[WARNING] - 96 more...
2296[WARNING] jFormatString-2.0.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 12 overlapping classes:
2297[WARNING] - edu.umd.cs.findbugs.formatStringChecker.Conversion
2298[WARNING] - edu.umd.cs.findbugs.formatStringChecker.FormatterRuntimeTest
2299[WARNING] - edu.umd.cs.findbugs.formatStringChecker.DateTime
2300[WARNING] - edu.umd.cs.findbugs.formatStringChecker.MissingFormatArgumentException
2301[WARNING] - edu.umd.cs.findbugs.formatStringChecker.FormatSpecifier
2302[WARNING] - edu.umd.cs.findbugs.formatStringChecker.FormatterCompileTimeTest
2303[WARNING] - edu.umd.cs.findbugs.formatStringChecker.IllegalFormatConversionException
2304[WARNING] - edu.umd.cs.findbugs.formatStringChecker.ExtraFormatArgumentsException
2305[WARNING] - edu.umd.cs.findbugs.formatStringChecker.FormatterException
2306[WARNING] - edu.umd.cs.findbugs.formatStringChecker.Formatter
2307[WARNING] - 2 more...
2308[WARNING] coreutil-errors-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3 overlapping classes:
2309[WARNING] - com.twilio.rest.TwilioServiceErrorResponse$Builder
2310[WARNING] - com.twilio.rest.TwilioServiceErrorResponse
2311[WARNING] - com.twilio.errors.TwilioPublicErrorCode
2312[WARNING] HdrHistogram-2.1.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 59 overlapping classes:
2313[WARNING] - org.HdrHistogram.ShortCountsHistogram
2314[WARNING] - org.HdrHistogram.DoubleHistogramIterationValue
2315[WARNING] - org.HdrHistogram.AbstractHistogram$1
2316[WARNING] - org.HdrHistogram.IntCountsHistogram
2317[WARNING] - org.HdrHistogram.DoubleHistogram
2318[WARNING] - org.HdrHistogram.HistogramLogProcessor$HistogramLogProcessorConfiguration
2319[WARNING] - org.HdrHistogram.DoubleLinearIterator
2320[WARNING] - org.HdrHistogram.Recorder
2321[WARNING] - org.HdrHistogram.Recorder$InternalConcurrentHistogram
2322[WARNING] - org.HdrHistogram.DoubleRecorder$1
2323[WARNING] - 49 more...
2324[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jackson-datatype-guava-2.7.9.jar define 45 overlapping classes:
2325[WARNING] - com.fasterxml.jackson.datatype.guava.deser.GuavaMultisetDeserializer
2326[WARNING] - com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
2327[WARNING] - com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer
2328[WARNING] - com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
2329[WARNING] - com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
2330[WARNING] - com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory$2
2331[WARNING] - com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
2332[WARNING] - com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer
2333[WARNING] - com.fasterxml.jackson.datatype.guava.PackageVersion
2334[WARNING] - com.fasterxml.jackson.datatype.guava.GuavaModule
2335[WARNING] - 35 more...
2336[WARNING] webhook-client-facade-1.4.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1 overlapping classes:
2337[WARNING] - com.twilio.webhook.client.TwilioWebHookClientFacade
2338[WARNING] metrics-core-2.2.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 72 overlapping classes:
2339[WARNING] - com.yammer.metrics.stats.Sample
2340[WARNING] - com.yammer.metrics.reporting.JmxReporter
2341[WARNING] - com.yammer.metrics.core.Metric
2342[WARNING] - com.yammer.metrics.reporting.JmxReporter$CounterMBean
2343[WARNING] - com.yammer.metrics.Metrics
2344[WARNING] - com.yammer.metrics.reporting.JmxReporter$MetricMBean
2345[WARNING] - com.yammer.metrics.core.HealthCheck
2346[WARNING] - com.yammer.metrics.core.Histogram$SampleType$2
2347[WARNING] - com.yammer.metrics.stats.UniformSample
2348[WARNING] - com.yammer.metrics.core.ThreadPools
2349[WARNING] - 62 more...
2350[WARNING] netty-handler-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 267 overlapping classes:
2351[WARNING] - io.netty.handler.ssl.ApplicationProtocolNegotiator
2352[WARNING] - io.netty.handler.ssl.Java9SslUtils$6
2353[WARNING] - io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
2354[WARNING] - io.netty.handler.ssl.PemReader
2355[WARNING] - io.netty.handler.timeout.IdleStateHandler
2356[WARNING] - io.netty.handler.ipfilter.IpSubnetFilterRule
2357[WARNING] - io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1
2358[WARNING] - io.netty.handler.ssl.OpenSslPrivateKey$OpenSslPrivateKeyMaterial
2359[WARNING] - io.netty.handler.ssl.OpenSslCertificateException
2360[WARNING] - io.netty.handler.ssl.SniHandler$Selection
2361[WARNING] - 257 more...
2362[WARNING] async-http-client-1.7.32-twilio.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 317 overlapping classes:
2363[WARNING] - com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider$4
2364[WARNING] - com.ning.http.client.AsyncHttpClientConfigBean
2365[WARNING] - com.ning.http.client.providers.netty.timeout.TimeoutTimerTask
2366[WARNING] - com.ning.http.client.providers.apache.ApacheAsyncHttpProvider$TrustingSSLSocketFactory
2367[WARNING] - com.ning.http.client.providers.netty.NettyAsyncHttpProvider$OptimizedFileRegion
2368[WARNING] - com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider$GrizzlyWebSocketAdapter
2369[WARNING] - com.ning.http.client.ntlm.NTLMEngineException
2370[WARNING] - com.ning.http.client.providers.netty.timeout.IdleConnectionTimeoutTimerTask
2371[WARNING] - com.ning.http.multipart.MultipartBody
2372[WARNING] - com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider$StringBodyHandler
2373[WARNING] - 307 more...
2374[WARNING] core-service-client-ahc-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 7 overlapping classes:
2375[WARNING] - com.twilio.core.client.ahc.DefaultClientBuilder
2376[WARNING] - com.twilio.core.client.ahc.AhcServiceClientBridge
2377[WARNING] - com.twilio.core.client.ahc.AhcServiceClientBridge$1
2378[WARNING] - com.twilio.core.client.ahc.transcoding.MultipartFormDataTranscoder
2379[WARNING] - com.twilio.core.client.ahc.AbstractAhcServiceClientBuilder$1
2380[WARNING] - com.twilio.core.client.ahc.ClientFactory
2381[WARNING] - com.twilio.core.client.ahc.AbstractAhcServiceClientBuilder
2382[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, sign-verify-service-domain-1.2.10.jar define 9 overlapping classes:
2383[WARNING] - com.twilio.domain.signverify.VerifySignatureResponse
2384[WARNING] - com.twilio.domain.signverify.Algorithm
2385[WARNING] - com.twilio.domain.signverify.Views$Public
2386[WARNING] - com.twilio.domain.signverify.Views
2387[WARNING] - com.twilio.domain.signverify.GenerateSignatureRequest
2388[WARNING] - com.twilio.domain.signverify.VerifySignatureRequest
2389[WARNING] - com.twilio.domain.signverify.GenerateSignatureResponse
2390[WARNING] - com.twilio.domain.signverify.Views$Reporting
2391[WARNING] - com.twilio.domain.signverify.SignVerifyServiceDescriptor
2392[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jackson-datatype-jdk8-2.7.9.jar define 16 overlapping classes:
2393[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8Module
2394[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8Serializers
2395[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier
2396[WARNING] - com.fasterxml.jackson.datatype.jdk8.OptionalIntSerializer
2397[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8UnwrappingOptionalBeanPropertyWriter
2398[WARNING] - com.fasterxml.jackson.datatype.jdk8.OptionalDoubleDeserializer
2399[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8OptionalBeanPropertyWriter
2400[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8BeanSerializerModifier
2401[WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8Deserializers
2402[WARNING] - com.fasterxml.jackson.datatype.jdk8.PackageVersion
2403[WARNING] - 6 more...
2404[WARNING] cartographer-client-protocol-1.7.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 15 overlapping classes:
2405[WARNING] - com.twilio.cartographer.client.SystemEventType
2406[WARNING] - com.twilio.cartographer.client.Host
2407[WARNING] - com.twilio.cartographer.client.impl.ServiceStateEnum
2408[WARNING] - com.twilio.cartographer.client.impl.CartEventImpl
2409[WARNING] - com.twilio.cartographer.client.ServiceFilter
2410[WARNING] - com.twilio.cartographer.client.Service
2411[WARNING] - com.twilio.cartographer.client.CartEvent
2412[WARNING] - com.twilio.cartographer.client.CartEventType
2413[WARNING] - com.twilio.cartographer.client.impl.HostModel
2414[WARNING] - com.twilio.cartographer.client.SystemEvent
2415[WARNING] - 5 more...
2416[WARNING] zstd-jni-1.4.3-1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
2417[WARNING] - com.github.luben.zstd.ZstdDirectBufferDecompressingStream
2418[WARNING] - com.github.luben.zstd.ZstdOutputStream
2419[WARNING] - com.github.luben.zstd.ZstdDictCompress
2420[WARNING] - com.github.luben.zstd.ZstdDictTrainer
2421[WARNING] - com.github.luben.zstd.ZstdDictDecompress
2422[WARNING] - com.github.luben.zstd.ZstdInputStream
2423[WARNING] - com.github.luben.zstd.Zstd
2424[WARNING] - com.github.luben.zstd.util.Native
2425[WARNING] - com.github.luben.zstd.ZstdDirectBufferCompressingStream
2426[WARNING] - com.github.luben.zstd.SharedDictBase
2427[WARNING] - 1 more...
2428[WARNING] java-configparser-0.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 9 overlapping classes:
2429[WARNING] - ca.szc.configparser.exceptions.DuplicateOptionError
2430[WARNING] - ca.szc.configparser.exceptions.DuplicateSectionError
2431[WARNING] - ca.szc.configparser.exceptions.IniParserException
2432[WARNING] - ca.szc.configparser.Ini
2433[WARNING] - ca.szc.configparser.Main
2434[WARNING] - ca.szc.configparser.StringUtil
2435[WARNING] - ca.szc.configparser.exceptions.ParsingError
2436[WARNING] - ca.szc.configparser.exceptions.MissingSectionHeaderError
2437[WARNING] - ca.szc.configparser.exceptions.InvalidLine
2438[WARNING] coreutil-json-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 910 overlapping classes:
2439[WARNING] - com.twilio.json.AccessControlMappingSidJsonSerializer
2440[WARNING] - com.twilio.json.CarrierInfoSidJsonDeserializer
2441[WARNING] - com.twilio.json.RecordingSessionSidJsonDeserializer
2442[WARNING] - com.twilio.json.QuotaRenewalSidJsonDeserializer
2443[WARNING] - com.twilio.json.FlowSidJsonSerializer
2444[WARNING] - com.twilio.json.LinkTrackerAddOnSidJsonSerializer
2445[WARNING] - com.twilio.json.SidJsonSerializer
2446[WARNING] - com.twilio.json.UnderstandCollectionSidJsonSerializer
2447[WARNING] - com.twilio.json.FlexFlowSidJsonSerializer
2448[WARNING] - com.twilio.json.MediaStreamSidJsonDeserializer
2449[WARNING] - 900 more...
2450[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, dom4j-1.6.1.jar define 190 overlapping classes:
2451[WARNING] - org.dom4j.bean.BeanMetaData
2452[WARNING] - org.dom4j.dom.DOMDocumentFactory
2453[WARNING] - org.dom4j.bean.BeanElement
2454[WARNING] - org.dom4j.VisitorSupport
2455[WARNING] - org.dom4j.DocumentHelper
2456[WARNING] - org.dom4j.tree.DefaultAttribute
2457[WARNING] - org.dom4j.tree.FlyweightProcessingInstruction
2458[WARNING] - org.dom4j.rule.Pattern
2459[WARNING] - org.dom4j.tree.AbstractDocumentType
2460[WARNING] - org.dom4j.rule.pattern.DefaultPattern
2461[WARNING] - 180 more...
2462[WARNING] httpcore-4.4.3.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 254 overlapping classes:
2463[WARNING] - org.apache.http.protocol.HttpRequestHandler
2464[WARNING] - org.apache.http.impl.io.ChunkedOutputStream
2465[WARNING] - org.apache.http.protocol.ChainBuilder
2466[WARNING] - org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
2467[WARNING] - org.apache.http.impl.ConnSupport
2468[WARNING] - org.apache.http.impl.io.DefaultHttpResponseParserFactory
2469[WARNING] - org.apache.http.HttpClientConnection
2470[WARNING] - org.apache.http.NameValuePair
2471[WARNING] - org.apache.http.protocol.HttpExpectationVerifier
2472[WARNING] - org.apache.http.protocol.UriPatternMatcher
2473[WARNING] - 244 more...
2474[WARNING] async-http-client-netty-utils-2.8.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 2 overlapping classes:
2475[WARNING] - org.asynchttpclient.netty.util.Utf8ByteBufCharsetDecoder
2476[WARNING] - org.asynchttpclient.netty.util.ByteBufUtils
2477[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, websocket-common-9.4.9.v20180320.jar define 114 overlapping classes:
2478[WARNING] - org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
2479[WARNING] - org.eclipse.jetty.websocket.common.io.FrameFlusher$1
2480[WARNING] - org.eclipse.jetty.websocket.common.extensions.ExtensionStack$Flusher
2481[WARNING] - org.eclipse.jetty.websocket.common.Generator
2482[WARNING] - org.eclipse.jetty.websocket.common.events.JettyListenerImpl
2483[WARNING] - org.eclipse.jetty.websocket.common.events.AbstractEventDriver
2484[WARNING] - org.eclipse.jetty.websocket.common.frames.PongFrame
2485[WARNING] - org.eclipse.jetty.websocket.common.message.MessageAppender
2486[WARNING] - org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint$MsgType
2487[WARNING] - org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension$Flusher
2488[WARNING] - 104 more...
2489[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, simulacrum_2.11-0.8.0.jar define 102 overlapping classes:
2490[WARNING] - simulacrum.TypeClassMacros$$anonfun$7
2491[WARNING] - simulacrum.TypeClassMacros$$anon$16
2492[WARNING] - simulacrum.TypeClassMacros$$anonfun$30$$anonfun$apply$19
2493[WARNING] - simulacrum.TypeClassMacros$$anonfun$simulacrum$TypeClassMacros$$adaptMethodForAppliedType$1$1$$anonfun$apply$9$$anonfun$apply$10
2494[WARNING] - simulacrum.TypeClassMacros$$anonfun$simulacrum$TypeClassMacros$$adaptMethodForAppliedType$1$1$$anonfun$apply$9$$anonfun$apply$12$$anonfun$27
2495[WARNING] - simulacrum.TypeClassMacros$$anonfun$simulacrum$TypeClassMacros$$adaptMethodForProperType$1$1$$anonfun$apply$2$$anonfun$apply$3
2496[WARNING] - simulacrum.TypeClassMacros$$anonfun$simulacrum$TypeClassMacros$$adaptMethodForAppliedType$1$1$$anonfun$apply$9$$anonfun$apply$12$$anonfun$17
2497[WARNING] - simulacrum.TypeClassMacros$FoldTransformer$1
2498[WARNING] - simulacrum.TypeClassMacros$$anonfun$3$$anon$3
2499[WARNING] - simulacrum.TypeClassMacros$$anonfun$simulacrum$TypeClassMacros$$adaptMethodForProperType$1$1
2500[WARNING] - 92 more...
2501[WARNING] sign-verify-service-client-1.2.10.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 5 overlapping classes:
2502[WARNING] - com.twilio.client.signverify.v1a.SignVerifyClientImpl$1
2503[WARNING] - com.twilio.client.signverify.v1a.SignVerifyClientImpl
2504[WARNING] - com.twilio.client.signverify.v1a.call.SignVerifyCallBuilder
2505[WARNING] - com.twilio.client.signverify.v1a.SignVerifyClient
2506[WARNING] - com.twilio.client.signverify.v1a.SignVerifyClientImpl$Builder
2507[WARNING] core-service-paging-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 19 overlapping classes:
2508[WARNING] - com.twilio.core.domain.paging.impl.StringPageToken
2509[WARNING] - com.twilio.core.domain.paging.PageModule
2510[WARNING] - com.twilio.core.domain.paging.impl.PageRequestImpl
2511[WARNING] - com.twilio.core.domain.paging.impl.SidPageToken
2512[WARNING] - com.twilio.core.domain.paging.impl.PageTokenImpl
2513[WARNING] - com.twilio.core.domain.paging.Pager
2514[WARNING] - com.twilio.core.domain.paging.Page
2515[WARNING] - com.twilio.core.domain.paging.Direction
2516[WARNING] - com.twilio.core.domain.paging.util.PagedDataFinder
2517[WARNING] - com.twilio.core.domain.paging.ChunkedPager
2518[WARNING] - 9 more...
2519[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, httpclientutil-9.6.22.jar define 53 overlapping classes:
2520[WARNING] - com.twilio.http.impl.SimpleRetryChainFactory
2521[WARNING] - com.twilio.rest.RESTRequesterCompletable
2522[WARNING] - com.twilio.http.impl.SimpleRetryChain
2523[WARNING] - com.twilio.http.impl.NoRetryChain
2524[WARNING] - com.twilio.rest.lifecycle.TimerLifeCycleCallback
2525[WARNING] - com.twilio.http.AsyncHttpClientFactory
2526[WARNING] - com.twilio.http.tracing.RequestSpanDecorator
2527[WARNING] - com.twilio.http.impl.ResponseFuture
2528[WARNING] - com.twilio.rest.typedecoder.JavaTypeDecoder
2529[WARNING] - com.twilio.rest.typedecoder.ClassBasedDecoder
2530[WARNING] - 43 more...
2531[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, platformlib-core-4.5.14.jar define 14 overlapping classes:
2532[WARNING] - com.twilio.platform.config.HostConfigurationStrategy
2533[WARNING] - com.twilio.platform.config.RealmEnabled
2534[WARNING] - com.twilio.platform.config.UserData
2535[WARNING] - com.twilio.platform.lb.Host
2536[WARNING] - com.twilio.platform.lb.LoadBalancerMonitor
2537[WARNING] - com.twilio.platform.lb.HostBalancerService
2538[WARNING] - com.twilio.platform.lb.HostBalancer
2539[WARNING] - com.twilio.platform.config.HostConfiguration
2540[WARNING] - com.twilio.platform.config.EnvironmentEnabled
2541[WARNING] - com.twilio.platform.lb.LoadBalancerListener
2542[WARNING] - 4 more...
2543[WARNING] commons-lang3-3.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 260 overlapping classes:
2544[WARNING] - org.apache.commons.lang3.time.StopWatch$State$1
2545[WARNING] - org.apache.commons.lang3.ThreadUtils$1
2546[WARNING] - org.apache.commons.lang3.ThreadUtils$ThreadGroupPredicate
2547[WARNING] - org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle
2548[WARNING] - org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
2549[WARNING] - org.apache.commons.lang3.SerializationUtils
2550[WARNING] - org.apache.commons.lang3.time.FastDatePrinter$TwentyFourHourField
2551[WARNING] - org.apache.commons.lang3.LocaleUtils
2552[WARNING] - org.apache.commons.lang3.concurrent.ConcurrentException
2553[WARNING] - org.apache.commons.lang3.CharRange
2554[WARNING] - 250 more...
2555[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, core-service-security-9.1.5.jar define 5 overlapping classes:
2556[WARNING] - com.twilio.core.security.host.HostDescriptor
2557[WARNING] - com.twilio.core.security.principals.AuthenticatedUser
2558[WARNING] - com.twilio.core.security.principals.SidPrincipal
2559[WARNING] - com.twilio.core.security.principals.AuthenticatedHost
2560[WARNING] - com.twilio.core.security.principals.AuthenticatedAccount
2561[WARNING] netty-reactive-streams-2.0.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
2562[WARNING] - com.typesafe.netty.HandlerSubscriber$State
2563[WARNING] - com.typesafe.netty.HandlerSubscriber$1
2564[WARNING] - com.typesafe.netty.HandlerSubscriber$5
2565[WARNING] - com.typesafe.netty.CancelledSubscriber
2566[WARNING] - com.typesafe.netty.HandlerPublisher$ChannelSubscription$2
2567[WARNING] - com.typesafe.netty.HandlerPublisher$1
2568[WARNING] - com.typesafe.netty.HandlerPublisher$ChannelSubscription$1
2569[WARNING] - com.typesafe.netty.HandlerSubscriber$2
2570[WARNING] - com.typesafe.netty.HandlerPublisher$State
2571[WARNING] - com.typesafe.netty.HandlerPublisher$2
2572[WARNING] - 7 more...
2573[WARNING] ssl-config-core_2.11-0.3.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 275 overlapping classes:
2574[WARNING] - com.typesafe.sslconfig.ssl.AlgorithmConstraintsParser$$anonfun$com$typesafe$sslconfig$ssl$AlgorithmConstraintsParser$$opSym$6$$anonfun$apply$6
2575[WARNING] - com.typesafe.sslconfig.ssl.CompositeCertificateException$
2576[WARNING] - com.typesafe.sslconfig.ssl.AlgorithmConstraintsParser
2577[WARNING] - com.typesafe.sslconfig.ssl.KeyStoreConfig$
2578[WARNING] - com.typesafe.sslconfig.util.ConfigLoader$$anonfun$14
2579[WARNING] - com.typesafe.sslconfig.ssl.ConfigSSLContextBuilder$$anonfun$keyStoreBuilder$1
2580[WARNING] - com.typesafe.sslconfig.ssl.FakeKeyStore$
2581[WARNING] - com.typesafe.sslconfig.util.ConfigLoader$$anonfun$4
2582[WARNING] - com.typesafe.sslconfig.ssl.AlgorithmChecker$$anonfun$getCommonName$2
2583[WARNING] - com.typesafe.sslconfig.ssl.SSLConfigSettings
2584[WARNING] - 265 more...
2585[WARNING] dbutil-4.2.4.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 16 overlapping classes:
2586[WARNING] - com.twilio.utilities.database.DbConfigParser
2587[WARNING] - com.twilio.utilities.database.DbConfigParserException
2588[WARNING] - com.twilio.utilities.database.Validation
2589[WARNING] - com.twilio.utilities.database.FallbackDbConnectionParamsFactory
2590[WARNING] - com.twilio.utilities.database.url.AbstractDbConnectionUrlFormatter
2591[WARNING] - com.twilio.utilities.database.DbType
2592[WARNING] - com.twilio.utilities.database.url.DbConnectionUrlFormatter
2593[WARNING] - com.twilio.utilities.database.FileDbConnectionParamsFactory
2594[WARNING] - com.twilio.utilities.database.DbConnectionParams
2595[WARNING] - com.twilio.utilities.database.ContainerDbConnectionParamsFactory
2596[WARNING] - 6 more...
2597[WARNING] core-service-entity-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 17 overlapping classes:
2598[WARNING] - com.twilio.core.entity.processors.ExpandableProcessor
2599[WARNING] - com.twilio.core.entity.EntityOwner
2600[WARNING] - com.twilio.core.entity.VersionedEntity
2601[WARNING] - com.twilio.core.entity.Expandable
2602[WARNING] - com.twilio.core.entity.OwnedEntity
2603[WARNING] - com.twilio.core.entity.DatedEntity
2604[WARNING] - com.twilio.core.entity.impl.DateEntityImpl
2605[WARNING] - com.twilio.core.entity.EntityID
2606[WARNING] - com.twilio.core.entity.IdentifiableEntity
2607[WARNING] - com.twilio.core.entity.EntityDefinitionException
2608[WARNING] - 7 more...
2609[WARNING] machinist_2.11-0.4.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 19 overlapping classes:
2610[WARNING] - machinist.DefaultOps
2611[WARNING] - machinist.Ops$$typecreator7$1
2612[WARNING] - machinist.Ops$class
2613[WARNING] - machinist.Ops$$typecreator5$1
2614[WARNING] - machinist.Ops$$typecreator11$1
2615[WARNING] - machinist.DefaultOperatorNames$class
2616[WARNING] - machinist.Ops$$typecreator12$1
2617[WARNING] - machinist.Ops$$typecreator6$1
2618[WARNING] - machinist.Ops$$anonfun$findMethodName$1
2619[WARNING] - machinist.DefaultOperatorNames
2620[WARNING] - 9 more...
2621[WARNING] cal10n-api-0.8.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 35 overlapping classes:
2622[WARNING] - ch.qos.cal10n.verifier.MessageKeyVerifier
2623[WARNING] - ch.qos.cal10n.util.MiscUtil
2624[WARNING] - ch.qos.cal10n.util.TokenStream$1
2625[WARNING] - ch.qos.cal10n.MessageParameterObj
2626[WARNING] - ch.qos.cal10n.verifier.processor.CAL10NBundleFinderByProcessingFiler
2627[WARNING] - ch.qos.cal10n.util.Token$TokenType
2628[WARNING] - ch.qos.cal10n.util.Parser
2629[WARNING] - ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor
2630[WARNING] - ch.qos.cal10n.verifier.Cal10nError$1
2631[WARNING] - ch.qos.cal10n.util.CAL10NBundle
2632[WARNING] - 25 more...
2633[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, coreutil-sids-9.6.22.jar define 468 overlapping classes:
2634[WARNING] - com.twilio.sids.MessagingCorrelationSid
2635[WARNING] - com.twilio.sids.RegulatoryObjectFieldSid
2636[WARNING] - com.twilio.sids.AccessControlRuleSid
2637[WARNING] - com.twilio.sids.BundleSid
2638[WARNING] - com.twilio.sids.MarketplaceModuleTypeSid
2639[WARNING] - com.twilio.sids.MobilecoreUsageEventSid
2640[WARNING] - com.twilio.sids.TwilioSubsidiarySid
2641[WARNING] - com.twilio.sids.PrefixSid
2642[WARNING] - com.twilio.sids.IdentityNotificationSid
2643[WARNING] - com.twilio.sids.UserSid
2644[WARNING] - 458 more...
2645[WARNING] circe-core_2.11-0.5.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 642 overlapping classes:
2646[WARNING] - io.circe.TupleDecoders$$anon$8$$anonfun$decodeAccumulating$15
2647[WARNING] - io.circe.Decoder$$anon$27
2648[WARNING] - io.circe.TupleDecoders$$anon$6$$anonfun$decodeAccumulating$11
2649[WARNING] - io.circe.ACursor$$anonfun$lefts$1
2650[WARNING] - io.circe.Encoder$$anon$19
2651[WARNING] - io.circe.TupleDecoders$$anon$9$$anonfun$decodeAccumulating$17
2652[WARNING] - io.circe.TupleDecoders$$anon$7$$anonfun$decodeAccumulating$13
2653[WARNING] - io.circe.ACursor$$anonfun$focus$1
2654[WARNING] - io.circe.Decoder$$anonfun$decodeOption$1$$anonfun$apply$22
2655[WARNING] - io.circe.TupleDecoders$$anon$4$$anonfun$decodeAccumulating$8
2656[WARNING] - 632 more...
2657[WARNING] twilio-constants-1.1.57.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 14 overlapping classes:
2658[WARNING] - com.twilio.constants.aws.Regions
2659[WARNING] - com.twilio.constants.SidConstants
2660[WARNING] - com.twilio.constants.PhoneNumberConstants
2661[WARNING] - com.twilio.constants.PhoneNumberConstants$EmergencyStatus
2662[WARNING] - com.twilio.constants.TwilioRealm
2663[WARNING] - com.twilio.constants.SipConstants
2664[WARNING] - com.twilio.constants.aws.Zone
2665[WARNING] - com.twilio.constants.Direction
2666[WARNING] - com.twilio.constants.TwilioHeaders
2667[WARNING] - com.twilio.constants.TwilioEdgeLocation$FluentHashMap
2668[WARNING] - 4 more...
2669[WARNING] slf4j-ext-1.7.21.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 30 overlapping classes:
2670[WARNING] - org.slf4j.ext.LoggerWrapper
2671[WARNING] - org.slf4j.profiler.StopWatch$1
2672[WARNING] - org.slf4j.ext.EventData
2673[WARNING] - org.slf4j.agent.AgentPremain$1
2674[WARNING] - org.slf4j.ext.XLogger
2675[WARNING] - org.slf4j.instrumentation.LogTransformer$1
2676[WARNING] - org.slf4j.ext.EventException
2677[WARNING] - org.slf4j.instrumentation.LogTransformer
2678[WARNING] - org.slf4j.profiler.Util
2679[WARNING] - org.slf4j.profiler.TimeInstrument
2680[WARNING] - 20 more...
2681[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, resilience4j-cache-1.1.0.jar define 16 overlapping classes:
2682[WARNING] - io.github.resilience4j.cache.internal.CacheImpl$CacheEventProcessor
2683[WARNING] - io.github.resilience4j.cache.internal.CacheImpl$1
2684[WARNING] - io.github.resilience4j.cache.event.CacheOnHitEvent
2685[WARNING] - io.github.resilience4j.cache.package-info
2686[WARNING] - io.github.resilience4j.cache.event.AbstractCacheEvent
2687[WARNING] - io.github.resilience4j.cache.Cache$EventPublisher
2688[WARNING] - io.github.resilience4j.cache.event.package-info
2689[WARNING] - io.github.resilience4j.cache.Cache$Metrics
2690[WARNING] - io.github.resilience4j.cache.Cache
2691[WARNING] - io.github.resilience4j.cache.internal.CacheImpl$CacheMetrics
2692[WARNING] - 6 more...
2693[WARNING] messaging-lifecycle-events-client-2.0.44.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 12 overlapping classes:
2694[WARNING] - com.twilio.messaging.events.client.CompletableToListenableFutureWrapper
2695[WARNING] - com.twilio.messaging.events.client.KafkaEventProducer$1
2696[WARNING] - com.twilio.messaging.events.client.EventProducerUtil
2697[WARNING] - com.twilio.messaging.events.client.KinesisConfiguration
2698[WARNING] - com.twilio.messaging.events.client.KinesisEventProducer$1
2699[WARNING] - com.twilio.messaging.events.client.CircuitBreakerEventProducer$1
2700[WARNING] - com.twilio.messaging.events.client.KinesisEventProducer
2701[WARNING] - com.twilio.messaging.events.client.EventClientConfiguration
2702[WARNING] - com.twilio.messaging.events.client.EventProducer
2703[WARNING] - com.twilio.messaging.events.client.KafkaEventProducer$1$1
2704[WARNING] - 2 more...
2705[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, netty-transport-4.1.31.Final.jar define 350 overlapping classes:
2706[WARNING] - io.netty.channel.socket.nio.NioSocketChannel$3
2707[WARNING] - io.netty.channel.AbstractCoalescingBufferQueue
2708[WARNING] - io.netty.channel.SimpleUserEventChannelHandler
2709[WARNING] - io.netty.channel.AbstractChannel$AbstractUnsafe$8
2710[WARNING] - io.netty.channel.DefaultChannelPipeline$2
2711[WARNING] - io.netty.channel.oio.AbstractOioChannel
2712[WARNING] - io.netty.bootstrap.Bootstrap$1
2713[WARNING] - io.netty.channel.group.ChannelMatchers$ClassMatcher
2714[WARNING] - io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe
2715[WARNING] - io.netty.channel.EventLoopGroup
2716[WARNING] - 340 more...
2717[WARNING] jackson-module-jaxb-annotations-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 12 overlapping classes:
2718[WARNING] - com.fasterxml.jackson.module.jaxb.ser.DomElementJsonSerializer
2719[WARNING] - com.fasterxml.jackson.module.jaxb.deser.DataHandlerJsonDeserializer$1
2720[WARNING] - com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
2721[WARNING] - com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule$Priority
2722[WARNING] - com.fasterxml.jackson.module.jaxb.deser.DomElementJsonDeserializer
2723[WARNING] - com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule$1
2724[WARNING] - com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector$1
2725[WARNING] - com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule
2726[WARNING] - com.fasterxml.jackson.module.jaxb.deser.DataHandlerJsonDeserializer
2727[WARNING] - com.fasterxml.jackson.module.jaxb.PackageVersion
2728[WARNING] - 2 more...
2729[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, netty-3.6.6.Final.jar define 814 overlapping classes:
2730[WARNING] - org.jboss.netty.handler.traffic.TrafficCounter$TrafficMonitoringTask
2731[WARNING] - org.jboss.netty.handler.codec.spdy.SpdyGoAwayFrame
2732[WARNING] - org.jboss.netty.util.internal.jzlib.Deflate
2733[WARNING] - org.jboss.netty.channel.socket.ServerSocketChannelConfig
2734[WARNING] - org.jboss.netty.util.internal.ConcurrentHashMap$HashIterator
2735[WARNING] - org.jboss.netty.handler.codec.serialization.ObjectDecoder
2736[WARNING] - org.jboss.netty.util.internal.jzlib.Tree
2737[WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap$Segment
2738[WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityHashMap$ValueIterator
2739[WARNING] - org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
2740[WARNING] - 804 more...
2741[WARNING] webhook-client-1.4.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 25 overlapping classes:
2742[WARNING] - com.twilio.webhook.client.BasicDigestResponseFilter
2743[WARNING] - com.twilio.webhook.client.transformations.AuthTransform$TwilioAuthPerRequestConfig
2744[WARNING] - com.twilio.webhook.client.transformations.AddRefererTransform
2745[WARNING] - com.twilio.webhook.client.WebHookClientUtil
2746[WARNING] - com.twilio.webhook.client.transformations.StandardHeadersTransform
2747[WARNING] - com.twilio.webhook.client.impl.TwilioWebHookClientBase
2748[WARNING] - com.twilio.webhook.client.InvalidRedirectException
2749[WARNING] - com.twilio.webhook.client.impl.TwilioWebHookClientBase$GuavaAsyncHandler
2750[WARNING] - com.twilio.webhook.client.transformations.CookiesTransform
2751[WARNING] - com.twilio.webhook.client.impl.TwilioWebHookClientImpl
2752[WARNING] - 15 more...
2753[WARNING] aws-java-sdk-sqs-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 203 overlapping classes:
2754[WARNING] - com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
2755[WARNING] - com.amazonaws.services.sqs.model.transform.DeleteMessageRequestMarshaller
2756[WARNING] - com.amazonaws.services.sqs.AmazonSQSAsyncClientBuilder
2757[WARNING] - com.amazonaws.services.sqs.AmazonSQSAsyncClient$10
2758[WARNING] - com.amazonaws.services.sqs.model.BatchRequestTooLongException
2759[WARNING] - com.amazonaws.services.sqs.model.MessageNotInflightException
2760[WARNING] - com.amazonaws.services.sqs.model.TagQueueRequest
2761[WARNING] - com.amazonaws.services.sqs.model.InvalidMessageContentsException
2762[WARNING] - com.amazonaws.services.sqs.model.transform.InvalidIdFormatExceptionUnmarshaller
2763[WARNING] - com.amazonaws.services.sqs.model.transform.ReceiveMessageResultStaxUnmarshaller
2764[WARNING] - 193 more...
2765[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, circe-parser_2.11-0.6.1.jar define 2 overlapping classes:
2766[WARNING] - io.circe.parser.package$
2767[WARNING] - io.circe.parser.package
2768[WARNING] twilio-kinesis-consumer-1.2.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 5 overlapping classes:
2769[WARNING] - com.twilio.kinesis.consumer.AbstractRecordProcessor
2770[WARNING] - com.twilio.kinesis.consumer.KinesisConsumerConfiguration
2771[WARNING] - com.twilio.kinesis.consumer.AbstractRecordProcessorFactory
2772[WARNING] - com.twilio.kinesis.consumer.KinesisConsumer$1
2773[WARNING] - com.twilio.kinesis.consumer.KinesisConsumer
2774[WARNING] resilience4j-retry-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 31 overlapping classes:
2775[WARNING] - io.github.resilience4j.retry.RetryConfig
2776[WARNING] - io.github.resilience4j.retry.Retry$Metrics
2777[WARNING] - io.github.resilience4j.retry.event.AbstractRetryEvent
2778[WARNING] - io.github.resilience4j.retry.Retry
2779[WARNING] - io.github.resilience4j.retry.event.RetryOnIgnoredErrorEvent
2780[WARNING] - io.github.resilience4j.retry.internal.RetryImpl$1
2781[WARNING] - io.github.resilience4j.retry.internal.InMemoryRetryRegistry
2782[WARNING] - io.github.resilience4j.retry.internal.RetryImpl$RetryMetrics
2783[WARNING] - io.github.resilience4j.retry.Retry$EventPublisher
2784[WARNING] - io.github.resilience4j.retry.RetryConfig$1
2785[WARNING] - 21 more...
2786[WARNING] jcip-annotations-1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar, annotations-3.0.1.jar define 4 overlapping classes:
2787[WARNING] - net.jcip.annotations.GuardedBy
2788[WARNING] - net.jcip.annotations.NotThreadSafe
2789[WARNING] - net.jcip.annotations.ThreadSafe
2790[WARNING] - net.jcip.annotations.Immutable
2791[WARNING] coreutil-httpclient-base-9.6.22.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
2792[WARNING] - com.twilio.rest.ContentType
2793[WARNING] - com.twilio.http.AsyncHttpClientConfiguration
2794[WARNING] - com.twilio.rest.EncodingUtil
2795[WARNING] - com.twilio.rest.TwilioHeaders
2796[WARNING] amazon-kinesis-client-1.9.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 203 overlapping classes:
2797[WARNING] - com.amazonaws.services.kinesis.metrics.impl.NullMetricsFactory
2798[WARNING] - com.amazonaws.services.kinesis.leases.impl.LeaseCoordinator$TakerRunnable
2799[WARNING] - com.amazonaws.services.kinesis.clientlibrary.lib.worker.CheckpointValueComparator
2800[WARNING] - com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShutdownReason
2801[WARNING] - com.amazonaws.services.kinesis.leases.interfaces.ILeaseSerializer
2802[WARNING] - com.amazonaws.services.kinesis.metrics.impl.DefaultCWMetricsPublisher
2803[WARNING] - com.amazonaws.services.kinesis.clientlibrary.interfaces.IRecordProcessorCheckpointer
2804[WARNING] - com.amazonaws.services.kinesis.metrics.interfaces.IMetricsScope
2805[WARNING] - com.amazonaws.services.kinesis.clientlibrary.types.Messages$TagOrBuilder
2806[WARNING] - com.amazonaws.services.kinesis.multilang.messages.ProcessRecordsMessage
2807[WARNING] - 193 more...
2808[WARNING] saaj-impl-1.5.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 180 overlapping classes:
2809[WARNING] - com.sun.xml.messaging.saaj.soap.impl.DetailImpl
2810[WARNING] - com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
2811[WARNING] - com.sun.xml.messaging.saaj.packaging.mime.util.BASE64DecoderStream
2812[WARNING] - com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
2813[WARNING] - com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter$AttributeDeclaration
2814[WARNING] - com.sun.xml.messaging.saaj.packaging.mime.internet.MimeUtility$1NullInputStream
2815[WARNING] - com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl$1
2816[WARNING] - com.sun.xml.messaging.saaj.packaging.mime.internet.MimeUtility
2817[WARNING] - com.sun.xml.messaging.saaj.soap.GifDataContentHandler
2818[WARNING] - com.sun.xml.messaging.saaj.soap.MultipartDataContentHandler
2819[WARNING] - 170 more...
2820[WARNING] commons-lang-2.6.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 133 overlapping classes:
2821[WARNING] - org.apache.commons.lang.NotImplementedException
2822[WARNING] - org.apache.commons.lang.math.JVMRandom
2823[WARNING] - org.apache.commons.lang.builder.ToStringBuilder
2824[WARNING] - org.apache.commons.lang.time.FastDateFormat$TimeZoneDisplayKey
2825[WARNING] - org.apache.commons.lang.exception.NestableRuntimeException
2826[WARNING] - org.apache.commons.lang.text.StrMatcher$TrimMatcher
2827[WARNING] - org.apache.commons.lang.time.FastDateFormat$CharacterLiteral
2828[WARNING] - org.apache.commons.lang.time.FastDateFormat$TimeZoneNameRule
2829[WARNING] - org.apache.commons.lang.LocaleUtils
2830[WARNING] - org.apache.commons.lang.mutable.MutableDouble
2831[WARNING] - 123 more...
2832[WARNING] grizzled-slf4j_2.11-1.3.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 4 overlapping classes:
2833[WARNING] - grizzled.slf4j.Logger$
2834[WARNING] - grizzled.slf4j.Logging
2835[WARNING] - grizzled.slf4j.Logging$class
2836[WARNING] - grizzled.slf4j.Logger
2837[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, bcel-2.0.2.jar define 416 overlapping classes:
2838[WARNING] - org.apache.bcel.classfile.DescendingVisitor
2839[WARNING] - org.apache.bcel.generic.LXOR
2840[WARNING] - org.apache.bcel.generic.AALOAD
2841[WARNING] - org.apache.bcel.util.ClassPath$PathEntry
2842[WARNING] - org.apache.bcel.generic.JSR
2843[WARNING] - org.apache.bcel.generic.BranchHandle
2844[WARNING] - org.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor
2845[WARNING] - org.apache.bcel.verifier.statics.Pass2Verifier$FAMRAV_Visitor
2846[WARNING] - org.apache.bcel.util.ClassPath$1
2847[WARNING] - org.apache.bcel.verifier.VerifierAppFrame$6
2848[WARNING] - 406 more...
2849[WARNING] jmespath-java-1.11.658.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 28 overlapping classes:
2850[WARNING] - com.amazonaws.jmespath.NumericComparator
2851[WARNING] - com.amazonaws.jmespath.JmesPathProjection
2852[WARNING] - com.amazonaws.jmespath.JmesPathMultiSelectList
2853[WARNING] - com.amazonaws.jmespath.JmesPathValueProjection
2854[WARNING] - com.amazonaws.jmespath.InvalidTypeException
2855[WARNING] - com.amazonaws.jmespath.JmesPathSubExpression
2856[WARNING] - com.amazonaws.jmespath.JmesPathFunction
2857[WARNING] - com.amazonaws.jmespath.JmesPathIdentity
2858[WARNING] - com.amazonaws.jmespath.JmesPathLiteral
2859[WARNING] - com.amazonaws.jmespath.JmesPathField
2860[WARNING] - 18 more...
2861[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jaxb-api-2.3.1.jar define 111 overlapping classes:
2862[WARNING] - javax.xml.bind.annotation.XmlValue
2863[WARNING] - javax.xml.bind.annotation.XmlElement
2864[WARNING] - javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
2865[WARNING] - javax.xml.bind.ContextFinder$3
2866[WARNING] - javax.xml.bind.ContextFinder
2867[WARNING] - javax.xml.bind.annotation.XmlElementRefs
2868[WARNING] - javax.xml.bind.ParseConversionEvent
2869[WARNING] - javax.xml.bind.helpers.DefaultValidationEventHandler
2870[WARNING] - javax.xml.bind.annotation.XmlSchema
2871[WARNING] - javax.xml.bind.ValidationException
2872[WARNING] - 101 more...
2873[WARNING] kamon-core_2.11-0.6.7.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 509 overlapping classes:
2874[WARNING] - kamon.util.MapMerge$Syntax$$anonfun$merge$extension$1
2875[WARNING] - kamon.trace.TraceSubscriptions$Subscribe
2876[WARNING] - kamon.metric.instrument.InstrumentFactory$$anonfun$resolveSettings$1$$anonfun$apply$1
2877[WARNING] - kamon.metric.instrument.InstrumentFactory$$anonfun$3
2878[WARNING] - kamon.util.executors.ExecutorServiceMetrics$
2879[WARNING] - kamon.trace.OrderedSampler$
2880[WARNING] - kamon.ModuleLoaderSettings$$anonfun$5
2881[WARNING] - kamon.util.Sequencer$
2882[WARNING] - kamon.trace.logging.MdcKeysSupport$
2883[WARNING] - kamon.metric.instrument.Instrument
2884[WARNING] - 499 more...
2885[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, aws-java-sdk-dynamodb-1.11.658.jar define 1098 overlapping classes:
2886[WARNING] - com.amazonaws.services.dynamodbv2.document.TableCollection
2887[WARNING] - com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ToUuid
2888[WARNING] - com.amazonaws.services.dynamodbv2.model.UntagResourceRequest
2889[WARNING] - com.amazonaws.services.dynamodbv2.model.SSESpecification
2890[WARNING] - com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$CachedBeans
2891[WARNING] - com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ToCurrency$1
2892[WARNING] - com.amazonaws.services.dynamodbv2.model.transform.DescribeGlobalTableSettingsResultJsonUnmarshaller
2893[WARNING] - com.amazonaws.services.dynamodbv2.model.transform.UpdateItemRequestProtocolMarshaller
2894[WARNING] - com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet
2895[WARNING] - com.amazonaws.services.dynamodbv2.AmazonDynamoDB
2896[WARNING] - 1088 more...
2897[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, stax-ex-1.8.1.jar define 24 overlapping classes:
2898[WARNING] - org.jvnet.staxex.util.MtomStreamWriter
2899[WARNING] - org.jvnet.staxex.StAxSOAPBody
2900[WARNING] - org.jvnet.staxex.Base64Data$Base64StreamingDataHandler
2901[WARNING] - org.jvnet.staxex.util.DOMStreamReader
2902[WARNING] - org.jvnet.staxex.StAxSOAPBody$Payload
2903[WARNING] - org.jvnet.staxex.util.DummyLocation
2904[WARNING] - org.jvnet.staxex.ByteArrayOutputStreamEx
2905[WARNING] - org.jvnet.staxex.Base64Data$Base64DataSource
2906[WARNING] - org.jvnet.staxex.NamespaceContextEx
2907[WARNING] - org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
2908[WARNING] - 14 more...
2909[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, opentracing-api-0.20.9.jar define 16 overlapping classes:
2910[WARNING] - io.opentracing.Tracer
2911[WARNING] - io.opentracing.SpanContext
2912[WARNING] - io.opentracing.propagation.TextMapExtractAdapter
2913[WARNING] - io.opentracing.tag.BooleanTag
2914[WARNING] - io.opentracing.propagation.TextMapInjectAdapter
2915[WARNING] - io.opentracing.tag.AbstractTag
2916[WARNING] - io.opentracing.propagation.TextMap
2917[WARNING] - io.opentracing.tag.Tags
2918[WARNING] - io.opentracing.propagation.Format$Builtin
2919[WARNING] - io.opentracing.tag.IntTag
2920[WARNING] - 6 more...
2921[WARNING] annotations-12.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 30 overlapping classes:
2922[WARNING] - org.intellij.lang.annotations.JdkConstants$CalendarMonth
2923[WARNING] - org.jetbrains.annotations.Nullable
2924[WARNING] - org.intellij.lang.annotations.JdkConstants$ListSelectionMode
2925[WARNING] - org.intellij.lang.annotations.Pattern
2926[WARNING] - org.intellij.lang.annotations.JdkConstants$TitledBorderJustification
2927[WARNING] - org.intellij.lang.annotations.PrintFormat
2928[WARNING] - org.intellij.lang.annotations.JdkConstants$FlowLayoutAlignment
2929[WARNING] - org.intellij.lang.annotations.JdkConstants$TreeSelectionMode
2930[WARNING] - org.intellij.lang.annotations.PrintFormatPattern
2931[WARNING] - org.intellij.lang.annotations.JdkConstants$HorizontalAlignment
2932[WARNING] - 20 more...
2933[WARNING] jcl-over-slf4j-1.7.21.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3 overlapping classes:
2934[WARNING] - org.apache.commons.logging.impl.SLF4JLogFactory
2935[WARNING] - org.apache.commons.logging.impl.SLF4JLocationAwareLog
2936[WARNING] - org.apache.commons.logging.impl.SLF4JLog
2937[WARNING] jackson-dataformat-cbor-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 10 overlapping classes:
2938[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORGenerator
2939[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORReadContext
2940[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
2941[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORConstants
2942[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORParser
2943[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORParser$Feature
2944[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORParser$1
2945[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORGenerator$Feature
2946[WARNING] - com.fasterxml.jackson.dataformat.cbor.PackageVersion
2947[WARNING] - com.fasterxml.jackson.dataformat.cbor.CBORFactory
2948[WARNING] resilience4j-all-1.1.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 11 overlapping classes:
2949[WARNING] - io.github.resilience4j.decorators.package-info
2950[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateFunction
2951[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateSupplier
2952[WARNING] - io.github.resilience4j.decorators.Decorators
2953[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateCheckedRunnable
2954[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateCompletionStage
2955[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateConsumer
2956[WARNING] - io.github.resilience4j.decorators.Decorators$1
2957[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateCheckedSupplier
2958[WARNING] - io.github.resilience4j.decorators.Decorators$DecorateRunnable
2959[WARNING] - 1 more...
2960[WARNING] cats-kernel_2.11-0.7.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 1031 overlapping classes:
2961[WARNING] - cats.kernel.Order$mcV$sp$$anon$106
2962[WARNING] - cats.kernel.Eq$mcI$sp$$anon$124
2963[WARNING] - cats.kernel.instances.OptionEq
2964[WARNING] - cats.kernel.PartialOrder$mcD$sp$$anon$115
2965[WARNING] - cats.kernel.instances.TupleInstances$$anon$75$$anonfun$partialCompare$6
2966[WARNING] - cats.kernel.instances.FunctionInstances0$$anon$3
2967[WARNING] - cats.kernel.instances.TupleInstances$$anon$64
2968[WARNING] - cats.kernel.Order$mcF$sp$$anon$55
2969[WARNING] - cats.kernel.instances.TupleInstances$$anon$77
2970[WARNING] - cats.kernel.Eq$mcV$sp$$anon$94
2971[WARNING] - 1021 more...
2972[WARNING] akka-parsing_2.11-10.1.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 525 overlapping classes:
2973[WARNING] - akka.parboiled2.CharPredicate$$anonfun$1
2974[WARNING] - akka.macros.LogHelper$$treecreator1$1
2975[WARNING] - akka.parboiled2.support.OpTreeContext$Action$$typecreator28$1
2976[WARNING] - akka.shapeless.ops.hlist$Reverse$
2977[WARNING] - akka.parboiled2.RuleTrace$ANY$
2978[WARNING] - akka.parboiled2.support.OpTreeContext$$anonfun$1$$anon$17
2979[WARNING] - akka.shapeless.ops.hlist$ReversePrepend$$anon$6
2980[WARNING] - akka.parboiled2.support.OpTreeContext$$anonfun$1
2981[WARNING] - akka.parboiled2.support.OpTreeContext$MapMatch$
2982[WARNING] - akka.parboiled2.RuleTrace$NonTerminalKey
2983[WARNING] - 515 more...
2984[WARNING] circe-generic_2.11-0.6.1.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 89 overlapping classes:
2985[WARNING] - io.circe.generic.decoding.DerivedDecoder$
2986[WARNING] - io.circe.generic.util.macros.DerivationMacros$Member$
2987[WARNING] - io.circe.generic.GenericJsonCodecMacros$$typecreator1$1
2988[WARNING] - io.circe.generic.semiauto
2989[WARNING] - io.circe.generic.util.macros.DerivationMacros$$anonfun$coproductDecoderParts$2
2990[WARNING] - io.circe.generic.decoding.IncompleteDerivedDecoders$$anon$2
2991[WARNING] - io.circe.generic.decoding.ReprDecoder$$anonfun$consResults$1
2992[WARNING] - io.circe.generic.Deriver$$typecreator3$1
2993[WARNING] - io.circe.generic.util.macros.DerivationMacros$Members
2994[WARNING] - io.circe.generic.util.macros.DerivationMacros$Members$Entry$
2995[WARNING] - 79 more...
2996[WARNING] core-service-client-base-9.1.5.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 63 overlapping classes:
2997[WARNING] - com.twilio.core.client.base.response.AbstractEncodedResponseWrapper
2998[WARNING] - com.twilio.core.client.base.exceptions.ServiceClientExceptionUtils
2999[WARNING] - com.twilio.core.client.base.response.Response
3000[WARNING] - com.twilio.core.client.base.AbstractServiceClientBuilder$PoolStrategy
3001[WARNING] - com.twilio.core.client.base.request.OverrideMetadataRequest
3002[WARNING] - com.twilio.core.client.base.call.CallBuilder
3003[WARNING] - com.twilio.core.client.base.request.AbstractRequestWrapper
3004[WARNING] - com.twilio.core.client.base.tracing.MetadataBuilderTraceInjector
3005[WARNING] - com.twilio.core.client.base.request.DefaultRequest
3006[WARNING] - com.twilio.core.client.base.response.DefaultResponse
3007[WARNING] - 53 more...
3008[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, coreutil-backoff-9.6.22.jar define 12 overlapping classes:
3009[WARNING] - com.twilio.backoff.ExponentialAsyncBackoffFactory
3010[WARNING] - com.twilio.backoff.AsyncBackoffPolicy
3011[WARNING] - com.twilio.backoff.SyncBackoffPolicy
3012[WARNING] - com.twilio.backoff.ExponentialSyncBackoffFactory
3013[WARNING] - com.twilio.backoff.BackoffMethod
3014[WARNING] - com.twilio.backoff.DefaultAsyncBackoffFactory
3015[WARNING] - com.twilio.backoff.SyncBackoffFactory
3016[WARNING] - com.twilio.backoff.SyncExponentialBackoff
3017[WARNING] - com.twilio.backoff.DefaultBackoffMethod
3018[WARNING] - com.twilio.backoff.BackoffStatus
3019[WARNING] - 2 more...
3020[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, commons-collections-3.2.2.jar define 460 overlapping classes:
3021[WARNING] - org.apache.commons.collections.map.AbstractLinkedMap$LinkMapIterator
3022[WARNING] - org.apache.commons.collections.bidimap.TreeBidiMap$Node
3023[WARNING] - org.apache.commons.collections.comparators.TransformingComparator
3024[WARNING] - org.apache.commons.collections.iterators.AbstractListIteratorDecorator
3025[WARNING] - org.apache.commons.collections.bag.AbstractMapBag$BagIterator
3026[WARNING] - org.apache.commons.collections.map.AbstractReferenceMap$ReferenceKeySetIterator
3027[WARNING] - org.apache.commons.collections.DoubleOrderedMap$3$1
3028[WARNING] - org.apache.commons.collections.StaticBucketMap
3029[WARNING] - org.apache.commons.collections.comparators.ComparatorChain
3030[WARNING] - org.apache.commons.collections.ReferenceMap$1
3031[WARNING] - 450 more...
3032[WARNING] javax.annotation-api-1.3.2.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 15 overlapping classes:
3033[WARNING] - javax.annotation.ManagedBean
3034[WARNING] - javax.annotation.PreDestroy
3035[WARNING] - javax.annotation.Generated
3036[WARNING] - javax.annotation.Resource$AuthenticationType
3037[WARNING] - javax.annotation.security.DeclareRoles
3038[WARNING] - javax.annotation.Priority
3039[WARNING] - javax.annotation.Resource
3040[WARNING] - javax.annotation.security.DenyAll
3041[WARNING] - javax.annotation.security.RunAs
3042[WARNING] - javax.annotation.sql.DataSourceDefinitions
3043[WARNING] - 5 more...
3044[WARNING] jackson-dataformat-xml-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 46 overlapping classes:
3045[WARNING] - com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector$Pair
3046[WARNING] - com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
3047[WARNING] - com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector
3048[WARNING] - com.fasterxml.jackson.dataformat.xml.util.AnnotationUtil
3049[WARNING] - com.fasterxml.jackson.dataformat.xml.XmlFactory
3050[WARNING] - com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser$1
3051[WARNING] - com.fasterxml.jackson.dataformat.xml.XmlMapper
3052[WARNING] - com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder$1
3053[WARNING] - com.fasterxml.jackson.dataformat.xml.deser.XmlBeanDeserializerModifier
3054[WARNING] - com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializerBase
3055[WARNING] - 36 more...
3056[WARNING] jna-4.0.0.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 104 overlapping classes:
3057[WARNING] - com.sun.jna.Callback$UncaughtExceptionHandler
3058[WARNING] - com.sun.jna.Native$4
3059[WARNING] - com.sun.jna.ptr.ShortByReference
3060[WARNING] - com.sun.jna.Pointer
3061[WARNING] - com.sun.jna.Structure$FFIType$size_t
3062[WARNING] - com.sun.jna.Memory$SharedMemory
3063[WARNING] - com.sun.jna.Native$7
3064[WARNING] - com.sun.jna.Native$ffi_callback
3065[WARNING] - com.sun.jna.Native$Buffers
3066[WARNING] - com.sun.jna.TypeMapper
3067[WARNING] - 94 more...
3068[WARNING] messaging-callback-service-1.0.9-SNAPSHOT.jar, jdbi-2.78.1-twilio.jar define 1162 overlapping classes:
3069[WARNING] - org.skife.jdbi.shade.org.antlr.runtime.tree.TreeRewriter$3
3070[WARNING] - org.skife.jdbi.shade.org.antlr.stringtemplate.language.ASTExpr$2
3071[WARNING] - org.skife.jdbi.shade.cglib.core.EmitUtils
3072[WARNING] - org.skife.jdbi.v2.sqlobject.customizers.QueryTimeOut$Factory
3073[WARNING] - org.skife.jdbi.v2.unstable.oracle.OracleReturning
3074[WARNING] - org.skife.jdbi.shade.org.antlr.runtime.debug.DebugParser
3075[WARNING] - org.skife.jdbi.shade.antlr.PythonCodeGenerator
3076[WARNING] - org.skife.jdbi.shade.cglib.util.ParallelSorter$IntComparer
3077[WARNING] - org.skife.jdbi.shade.antlr.actions.csharp.ActionLexerTokenTypes
3078[WARNING] - org.skife.jdbi.v2.CharacterStreamArgument
3079[WARNING] - 1152 more...
3080[WARNING] jackson-annotations-2.7.9.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 60 overlapping classes:
3081[WARNING] - com.fasterxml.jackson.annotation.JsonAutoDetect
3082[WARNING] - com.fasterxml.jackson.annotation.JsonInclude
3083[WARNING] - com.fasterxml.jackson.annotation.ObjectIdGenerators
3084[WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Features
3085[WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Feature
3086[WARNING] - com.fasterxml.jackson.annotation.JsonIgnore
3087[WARNING] - com.fasterxml.jackson.annotation.JsonSetter
3088[WARNING] - com.fasterxml.jackson.annotation.JsonTypeInfo$None
3089[WARNING] - com.fasterxml.jackson.annotation.JsonSubTypes
3090[WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Shape
3091[WARNING] - 50 more...
3092[WARNING] jetty-xml-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 14 overlapping classes:
3093[WARNING] - org.eclipse.jetty.xml.ConfigurationProcessorFactory
3094[WARNING] - org.eclipse.jetty.xml.XmlParser$Node
3095[WARNING] - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$AttrOrElementNode
3096[WARNING] - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration
3097[WARNING] - org.eclipse.jetty.xml.ConfigurationProcessor
3098[WARNING] - org.eclipse.jetty.xml.XmlParser$Handler
3099[WARNING] - org.eclipse.jetty.xml.XmlConfiguration
3100[WARNING] - org.eclipse.jetty.xml.XmlConfiguration$1
3101[WARNING] - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$1
3102[WARNING] - org.eclipse.jetty.xml.XmlParser
3103[WARNING] - 4 more...
3104[WARNING] jetty-util-9.4.9.v20180320.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 277 overlapping classes:
3105[WARNING] - org.eclipse.jetty.util.MemoryUtils$1
3106[WARNING] - org.eclipse.jetty.util.resource.URLResource
3107[WARNING] - org.eclipse.jetty.util.Scanner$DiscreteListener
3108[WARNING] - org.eclipse.jetty.util.MultiReleaseJarFile$VersionedJarEntry
3109[WARNING] - org.eclipse.jetty.util.log.StacklessLogging
3110[WARNING] - org.eclipse.jetty.util.component.Dumpable
3111[WARNING] - org.eclipse.jetty.util.preventers.Java2DLeakPreventer
3112[WARNING] - org.eclipse.jetty.util.InetAddressSet$LegacyInetRange
3113[WARNING] - org.eclipse.jetty.util.resource.JarFileResource
3114[WARNING] - org.eclipse.jetty.util.IncludeExcludeSet$SetContainsPredicate
3115[WARNING] - 267 more...
3116[WARNING] netty-buffer-4.1.31.Final.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 114 overlapping classes:
3117[WARNING] - io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
3118[WARNING] - io.netty.buffer.UnsafeByteBufUtil
3119[WARNING] - io.netty.buffer.AbstractReferenceCountedByteBuf
3120[WARNING] - io.netty.buffer.ByteBufUtil$HexUtil
3121[WARNING] - io.netty.buffer.FixedCompositeByteBuf$Component
3122[WARNING] - io.netty.buffer.PoolArenaMetric
3123[WARNING] - io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache
3124[WARNING] - io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf$1
3125[WARNING] - io.netty.buffer.PoolChunkMetric
3126[WARNING] - io.netty.buffer.UnpooledDuplicatedByteBuf
3127[WARNING] - 104 more...
3128[WARNING] akka-stream_2.11-2.5.23.jar, messaging-callback-service-1.0.9-SNAPSHOT.jar define 3752 overlapping classes:
3129[WARNING] - akka.stream.impl.VirtualProcessor$WrappedSubscription$Buffering
3130[WARNING] - akka.stream.scaladsl.Framing$
3131[WARNING] - akka.stream.BidiShape
3132[WARNING] - akka.stream.impl.FanOut$OutputBunch
3133[WARNING] - akka.stream.impl.io.InputStreamSinkStage$$anon$1$$anonfun$1
3134[WARNING] - akka.stream.scaladsl.ZipWith13$$anon$100$$anon$105
3135[WARNING] - akka.stream.impl.fusing.MapAsyncUnordered$$anon$26
3136[WARNING] - akka.stream.impl.io.compression.CompressionUtils$$anon$1$$anon$2
3137[WARNING] - akka.stream.javadsl.ZipWith$$anonfun$create3$1
3138[WARNING] - akka.stream.impl.MaybeSource$$anon$1$$anonfun$preStart$1
3139[WARNING] - 3742 more...
3140[WARNING] maven-shade-plugin has detected that some class files are
3141[WARNING] present in two or more JARs. When this happens, only one
3142[WARNING] single version of the class is copied to the uber jar.
3143[WARNING] Usually this is not harmful and you can skip these warnings,
3144[WARNING] otherwise try to manually exclude artifacts based on
3145[WARNING] mvn dependency:tree -Ddetail=true and the above output.
3146[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
3147[INFO] Replacing original artifact with shaded artifact.
3148[INFO] Replacing /Users/molimpiiev/Projects/callback-service/target/messaging-callback-service-1.0.9-SNAPSHOT.jar with /Users/molimpiiev/Projects/callback-service/target/messaging-callback-service-1.0.9-SNAPSHOT-shaded.jar
3149[INFO] Dependency-reduced POM written at: /Users/molimpiiev/Projects/callback-service/dependency-reduced-pom.xml
3150[INFO]
3151[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ messaging-callback-service ---
3152[INFO] Skipping javadoc generation
3153[INFO]
3154[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ messaging-callback-service ---
3155[INFO] Skipping source per configuration.
3156[INFO]
3157[INFO] --- maven-jar-plugin:3.1.2:test-jar (default) @ messaging-callback-service ---
3158[INFO] Building jar: /Users/molimpiiev/Projects/callback-service/target/messaging-callback-service-1.0.9-SNAPSHOT-tests.jar
3159[INFO]
3160[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent-integration (default-prepare-agent-integration) @ messaging-callback-service ---
3161[INFO] argLine set to -javaagent:/Users/molimpiiev/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/Users/molimpiiev/Projects/callback-service/target/jacoco-it.exec
3162[INFO]
3163[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ messaging-callback-service ---
3164[INFO]
3165[INFO] -------------------------------------------------------
3166[INFO] T E S T S
3167[INFO] -------------------------------------------------------
3168[INFO] Running com.twilio.messaging.callbackService.v1.MaxBytesExceededExIT
3169SLF4J: Class path contains multiple SLF4J bindings.
3170SLF4J: Found binding in [jar:file:/Users/molimpiiev/Projects/callback-service/target/messaging-callback-service-1.0.9-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
3171SLF4J: Found binding in [jar:file:/Users/molimpiiev/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
3172SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
3173SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
3174INFO - Logging initialized @1357ms
3175INFO - Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
3176INFO - Accessing docker with local Unix socket
3177INFO - Found Docker environment with local Unix socket (unix:///var/run/docker.sock)
3178INFO - Docker host IP address is localhost
3179INFO - Connected to docker:
3180 Server Version: 19.03.8
3181 API Version: 1.40
3182 Operating System: Docker Desktop
3183 Total Memory: 1991 MB
3184INFO - Credential helper/store (docker-credential-desktop) does not have credentials for index.docker.io
3185INFO - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
3186INFO - Checking the system...
3187INFO - ✔︎ Docker server version should be at least 1.6.0
3188INFO - ✔︎ Docker environment should have more than 2GB free disk space
3189INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-dynamodb', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3190INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-cartographer', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3191INFO - Creating container for image: docker/compose:1.24.1
3192INFO - Starting container with ID: c138001ccebef8f875aff703097de216ae876124ea6da6c7bec4f22814aebfe3
3193INFO - Container docker/compose:1.24.1 is starting: c138001ccebef8f875aff703097de216ae876124ea6da6c7bec4f22814aebfe3
3194INFO - Container docker/compose:1.24.1 started in PT2.33S
3195INFO - Docker Compose container is running for command: up -d
3196INFO - Docker Compose has finished running
3197INFO - STDERR: Creating network "2puyf2n93tmq_default" with the default driver
3198Creating 2puyf2n93tmq_dynamodb_1 ... done
3199Creating 2puyf2n93tmq_cartographer_1 ... done
3200INFO - STDERR:
3201INFO - Creating container for image: alpine/socat:latest
3202INFO - Starting container with ID: 8b976585600aef60710cdc92b955793c992314f8c4a30dc7b5bebcaea7b5f34f
3203INFO - Container alpine/socat:latest is starting: 8b976585600aef60710cdc92b955793c992314f8c4a30dc7b5bebcaea7b5f34f
3204INFO - Container alpine/socat:latest started in PT0.653S
3205INFO - Creating container for image: confluentinc/cp-kafka:5.3.1
3206INFO - Starting container with ID: 4fd5aa516095e645ef16ad0924f9fd8dcb74ec05133d7937ce686cf975086fa4
3207INFO - Container confluentinc/cp-kafka:5.3.1 is starting: 4fd5aa516095e645ef16ad0924f9fd8dcb74ec05133d7937ce686cf975086fa4
3208INFO - Container confluentinc/cp-kafka:5.3.1 started in PT5.583S
3209INFO - ProducerConfig values:
3210 acks = 1
3211 batch.size = 16384
3212 bootstrap.servers = [127.0.0.1:32944]
3213 buffer.memory = 33554432
3214 client.dns.lookup = default
3215 client.id =
3216 compression.type = none
3217 connections.max.idle.ms = 540000
3218 delivery.timeout.ms = 120000
3219 enable.idempotence = false
3220 interceptor.classes = []
3221 key.serializer = class org.apache.kafka.common.serialization.StringSerializer
3222 linger.ms = 5
3223 max.block.ms = 100
3224 max.in.flight.requests.per.connection = 5
3225 max.request.size = 1048576
3226 metadata.max.age.ms = 300000
3227 metric.reporters = []
3228 metrics.num.samples = 2
3229 metrics.recording.level = INFO
3230 metrics.sample.window.ms = 30000
3231 partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
3232 receive.buffer.bytes = 32768
3233 reconnect.backoff.max.ms = 1000
3234 reconnect.backoff.ms = 50
3235 request.timeout.ms = 600
3236 retries = 1
3237 retry.backoff.ms = 100
3238 sasl.client.callback.handler.class = null
3239 sasl.jaas.config = null
3240 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3241 sasl.kerberos.min.time.before.relogin = 60000
3242 sasl.kerberos.service.name = null
3243 sasl.kerberos.ticket.renew.jitter = 0.05
3244 sasl.kerberos.ticket.renew.window.factor = 0.8
3245 sasl.login.callback.handler.class = null
3246 sasl.login.class = null
3247 sasl.login.refresh.buffer.seconds = 300
3248 sasl.login.refresh.min.period.seconds = 60
3249 sasl.login.refresh.window.factor = 0.8
3250 sasl.login.refresh.window.jitter = 0.05
3251 sasl.mechanism = GSSAPI
3252 security.protocol = PLAINTEXT
3253 security.providers = null
3254 send.buffer.bytes = 131072
3255 ssl.cipher.suites = null
3256 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3257 ssl.endpoint.identification.algorithm = https
3258 ssl.key.password = null
3259 ssl.keymanager.algorithm = SunX509
3260 ssl.keystore.location = null
3261 ssl.keystore.password = null
3262 ssl.keystore.type = JKS
3263 ssl.protocol = TLS
3264 ssl.provider = null
3265 ssl.secure.random.implementation = null
3266 ssl.trustmanager.algorithm = PKIX
3267 ssl.truststore.location = null
3268 ssl.truststore.password = null
3269 ssl.truststore.type = JKS
3270 transaction.timeout.ms = 60000
3271 transactional.id = null
3272 value.serializer = class org.apache.kafka.common.serialization.StringSerializer
3273
3274INFO - Kafka version: 2.4.1
3275INFO - Kafka commitId: c57222ae8cd7866b
3276INFO - Kafka startTimeMs: 1592821045874
3277INFO - [Producer clientId=producer-1] Cluster ID: kcpi10sAR3CrQs0pWTZQMQ
3278INFO - Creating container for image: mysql:5.7
3279INFO - Starting container with ID: 3117a65829d614922882cd792679f51c577187b9dd2684a99fa55eae3151c393
3280INFO - Container mysql:5.7 is starting: 3117a65829d614922882cd792679f51c577187b9dd2684a99fa55eae3151c393
3281INFO - Waiting for database connection to become available at jdbc:mysql://localhost:32948/twilio_log using query 'SELECT 1'
3282INFO - Container is started (JDBC URL: jdbc:mysql://localhost:32948/twilio_log)
3283INFO - Container mysql:5.7 started in PT9.094S
3284Mon Jun 22 13:17:41 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3285Mon Jun 22 13:17:41 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3286INFO - ConsumerConfig values:
3287 allow.auto.create.topics = true
3288 auto.commit.interval.ms = 5000
3289 auto.offset.reset = latest
3290 bootstrap.servers = [PLAINTEXT://localhost:32944]
3291 check.crcs = true
3292 client.dns.lookup = default
3293 client.id =
3294 client.rack =
3295 connections.max.idle.ms = 540000
3296 default.api.timeout.ms = 60000
3297 enable.auto.commit = false
3298 exclude.internal.topics = true
3299 fetch.max.bytes = 52428800
3300 fetch.max.wait.ms = 500
3301 fetch.min.bytes = 1
3302 group.id = messaging_events_consumer
3303 group.instance.id = null
3304 heartbeat.interval.ms = 3000
3305 interceptor.classes = []
3306 internal.leave.group.on.close = true
3307 isolation.level = read_uncommitted
3308 key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
3309 max.partition.fetch.bytes = 1048576
3310 max.poll.interval.ms = 300000
3311 max.poll.records = 500
3312 metadata.max.age.ms = 300000
3313 metric.reporters = []
3314 metrics.num.samples = 2
3315 metrics.recording.level = INFO
3316 metrics.sample.window.ms = 30000
3317 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
3318 receive.buffer.bytes = 65536
3319 reconnect.backoff.max.ms = 1000
3320 reconnect.backoff.ms = 50
3321 request.timeout.ms = 30000
3322 retry.backoff.ms = 100
3323 sasl.client.callback.handler.class = null
3324 sasl.jaas.config = null
3325 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3326 sasl.kerberos.min.time.before.relogin = 60000
3327 sasl.kerberos.service.name = null
3328 sasl.kerberos.ticket.renew.jitter = 0.05
3329 sasl.kerberos.ticket.renew.window.factor = 0.8
3330 sasl.login.callback.handler.class = null
3331 sasl.login.class = null
3332 sasl.login.refresh.buffer.seconds = 300
3333 sasl.login.refresh.min.period.seconds = 60
3334 sasl.login.refresh.window.factor = 0.8
3335 sasl.login.refresh.window.jitter = 0.05
3336 sasl.mechanism = GSSAPI
3337 security.protocol = PLAINTEXT
3338 security.providers = null
3339 send.buffer.bytes = 131072
3340 session.timeout.ms = 10000
3341 ssl.cipher.suites = null
3342 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3343 ssl.endpoint.identification.algorithm = https
3344 ssl.key.password = null
3345 ssl.keymanager.algorithm = SunX509
3346 ssl.keystore.location = null
3347 ssl.keystore.password = null
3348 ssl.keystore.type = JKS
3349 ssl.protocol = TLS
3350 ssl.provider = null
3351 ssl.secure.random.implementation = null
3352 ssl.trustmanager.algorithm = PKIX
3353 ssl.truststore.location = null
3354 ssl.truststore.password = null
3355 ssl.truststore.type = JKS
3356 value.deserializer = class com.twilio.messaging.callbackService.kafka.KafkaConsumerRule$MessageLifecycleEventDeserializer
3357
3358INFO - Kafka version: 2.4.1
3359INFO - Kafka commitId: c57222ae8cd7866b
3360INFO - Kafka startTimeMs: 1592821061550
3361INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Subscribed to topic(s): messaging_events
3362WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Error while fetching metadata with correlation id 3 : {messaging_events=LEADER_NOT_AVAILABLE}
3363INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Cluster ID: kcpi10sAR3CrQs0pWTZQMQ
3364INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Discovered group coordinator localhost:32944 (id: 2147483646 rack: null)
3365INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] (Re-)joining group
3366INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] (Re-)joining group
3367INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Finished assignment for group at generation 1: {consumer-messaging_events_consumer-1-03073a1c-59f8-4654-80cc-38fbf484f2a1=Assignment(partitions=[messaging_events-0])}
3368INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Successfully joined group with generation 1
3369INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Adding newly assigned partitions: messaging_events-0
3370INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Found no committed offset for partition messaging_events-0
3371INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Resetting offset for partition messaging_events-0 to offset 0.
3372Kafka consumer messaging_events_consumer started.
3373INFO - Creating container for image: jancajthaml/datadog_mock:latest
3374INFO - Starting container with ID: 4e1b2f31e153850881dfdcbd57dfec38458fb991e65573a90495ed2fdb76b7b1
3375INFO - Container jancajthaml/datadog_mock:latest is starting: 4e1b2f31e153850881dfdcbd57dfec38458fb991e65573a90495ed2fdb76b7b1
3376INFO - Container jancajthaml/datadog_mock:latest started in PT0.306S
3377INFO - HOSTNAME_EXTERNAL environment variable set to localhost (to match host-routable address for container)
3378INFO - Creating container for image: localstack/localstack:0.11.1
3379INFO - Starting container with ID: 12ff381d48d16e56c0843ff9f5e1c5be6d2e8b3a4f91f7ab5e9bf525f30af933
3380INFO - Container localstack/localstack:0.11.1 is starting: 12ff381d48d16e56c0843ff9f5e1c5be6d2e8b3a4f91f7ab5e9bf525f30af933
3381INFO - Container localstack/localstack:0.11.1 started in PT13.639S
3382[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 45.609 s <<< FAILURE! - in com.twilio.messaging.callbackService.v1.MaxBytesExceededExIT
3383[ERROR] com.twilio.messaging.callbackService.v1.MaxBytesExceededExIT.testMessage Time elapsed: 45.523 s <<< ERROR!
3384java.lang.RuntimeException: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), com.amazonaws.auth.profile.ProfileCredentialsProvider@758bd34f: profile file cannot be null, WebIdentityTokenCredentialsProvider: To use assume role profiles the aws-java-sdk-sts module must be on the class path., com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@53b071c8: Unable to load credentials from service endpoint]
3385Caused by: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), com.amazonaws.auth.profile.ProfileCredentialsProvider@758bd34f: profile file cannot be null, WebIdentityTokenCredentialsProvider: To use assume role profiles the aws-java-sdk-sts module must be on the class path., com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@53b071c8: Unable to load credentials from service endpoint]
3386
3387[INFO] Running com.twilio.messaging.callbackService.v1.AccountsNotFoundExIT
3388INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-dynamodb', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3389INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-cartographer', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3390INFO - Creating container for image: docker/compose:1.24.1
3391INFO - Starting container with ID: 56ac2e12289d84239fac0e030d4180cedd432fe598178df460afc92269bf34ab
3392INFO - Container docker/compose:1.24.1 is starting: 56ac2e12289d84239fac0e030d4180cedd432fe598178df460afc92269bf34ab
3393INFO - Container docker/compose:1.24.1 started in PT2.191S
3394INFO - Docker Compose container is running for command: up -d
3395INFO - STDERR: Creating network "ia8pdyqpmuiu_default" with the default driver
3396INFO - STDERR: Creating ia8pdyqpmuiu_dynamodb_1 ...
3397Creating ia8pdyqpmuiu_dynamodb_1 ... done
3398Creating ia8pdyqpmuiu_cartographer_1 ... done
3399INFO - STDERR:
3400INFO - Creating container for image: alpine/socat:latest
3401INFO - Starting container with ID: 3d88ca339af08d0e3719489eb40595bd915f935b74aac73cf63b9f7d2bd978d1
3402INFO - Container alpine/socat:latest is starting: 3d88ca339af08d0e3719489eb40595bd915f935b74aac73cf63b9f7d2bd978d1
3403INFO - Container alpine/socat:latest started in PT0.67S
3404INFO - Creating container for image: confluentinc/cp-kafka:5.3.1
3405INFO - Starting container with ID: 0798e74f772f58a7cca027f24a67c2c846cedcd036add24c45a344bbf66bcc33
3406INFO - Container confluentinc/cp-kafka:5.3.1 is starting: 0798e74f772f58a7cca027f24a67c2c846cedcd036add24c45a344bbf66bcc33
3407INFO - Container confluentinc/cp-kafka:5.3.1 started in PT7.41S
3408INFO - ProducerConfig values:
3409 acks = 1
3410 batch.size = 16384
3411 bootstrap.servers = [127.0.0.1:32983]
3412 buffer.memory = 33554432
3413 client.dns.lookup = default
3414 client.id =
3415 compression.type = none
3416 connections.max.idle.ms = 540000
3417 delivery.timeout.ms = 120000
3418 enable.idempotence = false
3419 interceptor.classes = []
3420 key.serializer = class org.apache.kafka.common.serialization.StringSerializer
3421 linger.ms = 5
3422 max.block.ms = 100
3423 max.in.flight.requests.per.connection = 5
3424 max.request.size = 1048576
3425 metadata.max.age.ms = 300000
3426 metric.reporters = []
3427 metrics.num.samples = 2
3428 metrics.recording.level = INFO
3429 metrics.sample.window.ms = 30000
3430 partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
3431 receive.buffer.bytes = 32768
3432 reconnect.backoff.max.ms = 1000
3433 reconnect.backoff.ms = 50
3434 request.timeout.ms = 600
3435 retries = 1
3436 retry.backoff.ms = 100
3437 sasl.client.callback.handler.class = null
3438 sasl.jaas.config = null
3439 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3440 sasl.kerberos.min.time.before.relogin = 60000
3441 sasl.kerberos.service.name = null
3442 sasl.kerberos.ticket.renew.jitter = 0.05
3443 sasl.kerberos.ticket.renew.window.factor = 0.8
3444 sasl.login.callback.handler.class = null
3445 sasl.login.class = null
3446 sasl.login.refresh.buffer.seconds = 300
3447 sasl.login.refresh.min.period.seconds = 60
3448 sasl.login.refresh.window.factor = 0.8
3449 sasl.login.refresh.window.jitter = 0.05
3450 sasl.mechanism = GSSAPI
3451 security.protocol = PLAINTEXT
3452 security.providers = null
3453 send.buffer.bytes = 131072
3454 ssl.cipher.suites = null
3455 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3456 ssl.endpoint.identification.algorithm = https
3457 ssl.key.password = null
3458 ssl.keymanager.algorithm = SunX509
3459 ssl.keystore.location = null
3460 ssl.keystore.password = null
3461 ssl.keystore.type = JKS
3462 ssl.protocol = TLS
3463 ssl.provider = null
3464 ssl.secure.random.implementation = null
3465 ssl.trustmanager.algorithm = PKIX
3466 ssl.truststore.location = null
3467 ssl.truststore.password = null
3468 ssl.truststore.type = JKS
3469 transaction.timeout.ms = 60000
3470 transactional.id = null
3471 value.serializer = class org.apache.kafka.common.serialization.StringSerializer
3472
3473INFO - Kafka version: 2.4.1
3474INFO - Kafka commitId: c57222ae8cd7866b
3475INFO - Kafka startTimeMs: 1592821090044
3476INFO - Creating container for image: mysql:5.7
3477INFO - Starting container with ID: 0f8b50d2770df29fe95838b1fa235910751fe4a7d0c33c147febe68b541a6e02
3478WARN - [Producer clientId=producer-2] Bootstrap broker 127.0.0.1:32983 (id: -1 rack: null) disconnected
3479INFO - [Producer clientId=producer-2] Cluster ID: twhWO4L-QuSB_SF-vxbpng
3480INFO - Container mysql:5.7 is starting: 0f8b50d2770df29fe95838b1fa235910751fe4a7d0c33c147febe68b541a6e02
3481INFO - Waiting for database connection to become available at jdbc:mysql://localhost:32987/twilio_log using query 'SELECT 1'
3482INFO - Container is started (JDBC URL: jdbc:mysql://localhost:32987/twilio_log)
3483INFO - Container mysql:5.7 started in PT9.941S
3484Mon Jun 22 13:18:25 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3485Mon Jun 22 13:18:25 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3486INFO - ConsumerConfig values:
3487 allow.auto.create.topics = true
3488 auto.commit.interval.ms = 5000
3489 auto.offset.reset = latest
3490 bootstrap.servers = [PLAINTEXT://localhost:32983]
3491 check.crcs = true
3492 client.dns.lookup = default
3493 client.id =
3494 client.rack =
3495 connections.max.idle.ms = 540000
3496 default.api.timeout.ms = 60000
3497 enable.auto.commit = false
3498 exclude.internal.topics = true
3499 fetch.max.bytes = 52428800
3500 fetch.max.wait.ms = 500
3501 fetch.min.bytes = 1
3502 group.id = messaging_events_consumer
3503 group.instance.id = null
3504 heartbeat.interval.ms = 3000
3505 interceptor.classes = []
3506 internal.leave.group.on.close = true
3507 isolation.level = read_uncommitted
3508 key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
3509 max.partition.fetch.bytes = 1048576
3510 max.poll.interval.ms = 300000
3511 max.poll.records = 500
3512 metadata.max.age.ms = 300000
3513 metric.reporters = []
3514 metrics.num.samples = 2
3515 metrics.recording.level = INFO
3516 metrics.sample.window.ms = 30000
3517 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
3518 receive.buffer.bytes = 65536
3519 reconnect.backoff.max.ms = 1000
3520 reconnect.backoff.ms = 50
3521 request.timeout.ms = 30000
3522 retry.backoff.ms = 100
3523 sasl.client.callback.handler.class = null
3524 sasl.jaas.config = null
3525 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3526 sasl.kerberos.min.time.before.relogin = 60000
3527 sasl.kerberos.service.name = null
3528 sasl.kerberos.ticket.renew.jitter = 0.05
3529 sasl.kerberos.ticket.renew.window.factor = 0.8
3530 sasl.login.callback.handler.class = null
3531 sasl.login.class = null
3532 sasl.login.refresh.buffer.seconds = 300
3533 sasl.login.refresh.min.period.seconds = 60
3534 sasl.login.refresh.window.factor = 0.8
3535 sasl.login.refresh.window.jitter = 0.05
3536 sasl.mechanism = GSSAPI
3537 security.protocol = PLAINTEXT
3538 security.providers = null
3539 send.buffer.bytes = 131072
3540 session.timeout.ms = 10000
3541 ssl.cipher.suites = null
3542 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3543 ssl.endpoint.identification.algorithm = https
3544 ssl.key.password = null
3545 ssl.keymanager.algorithm = SunX509
3546 ssl.keystore.location = null
3547 ssl.keystore.password = null
3548 ssl.keystore.type = JKS
3549 ssl.protocol = TLS
3550 ssl.provider = null
3551 ssl.secure.random.implementation = null
3552 ssl.trustmanager.algorithm = PKIX
3553 ssl.truststore.location = null
3554 ssl.truststore.password = null
3555 ssl.truststore.type = JKS
3556 value.deserializer = class com.twilio.messaging.callbackService.kafka.KafkaConsumerRule$MessageLifecycleEventDeserializer
3557
3558INFO - Kafka version: 2.4.1
3559INFO - Kafka commitId: c57222ae8cd7866b
3560INFO - Kafka startTimeMs: 1592821105219
3561INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Subscribed to topic(s): messaging_events
3562WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Error while fetching metadata with correlation id 3 : {messaging_events=LEADER_NOT_AVAILABLE}
3563INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Cluster ID: twhWO4L-QuSB_SF-vxbpng
3564INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Discovered group coordinator localhost:32983 (id: 2147483646 rack: null)
3565INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] (Re-)joining group
3566INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] (Re-)joining group
3567INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Finished assignment for group at generation 1: {consumer-messaging_events_consumer-2-3ddd8054-778e-45a3-8cbd-653c6f5b1f0f=Assignment(partitions=[messaging_events-0])}
3568INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Successfully joined group with generation 1
3569INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Adding newly assigned partitions: messaging_events-0
3570INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Found no committed offset for partition messaging_events-0
3571INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Resetting offset for partition messaging_events-0 to offset 0.
3572Kafka consumer messaging_events_consumer started.
3573INFO - Creating container for image: jancajthaml/datadog_mock:latest
3574INFO - Starting container with ID: ff2a575dfba7ad4b65e18ca3663c6c15cbb8ab3cd9f75f57c7540649b1da54c6
3575INFO - Container jancajthaml/datadog_mock:latest is starting: ff2a575dfba7ad4b65e18ca3663c6c15cbb8ab3cd9f75f57c7540649b1da54c6
3576INFO - Container jancajthaml/datadog_mock:latest started in PT0.476S
3577INFO - HOSTNAME_EXTERNAL environment variable set to localhost (to match host-routable address for container)
3578INFO - Creating container for image: localstack/localstack:0.11.1
3579INFO - Starting container with ID: 10287428b84cdaccae6016c917238267d4e0e17f2eaf34f6383d6209a6c5e332
3580INFO - Container localstack/localstack:0.11.1 is starting: 10287428b84cdaccae6016c917238267d4e0e17f2eaf34f6383d6209a6c5e332
3581INFO - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Group coordinator localhost:32983 (id: 2147483646 rack: null) is unavailable or invalid, will attempt rediscovery
3582WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3583WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3584WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3585WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3586WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3587INFO - Container localstack/localstack:0.11.1 started in PT57.898S
3588WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3589WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3590WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3591WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3592[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 89.84 s <<< FAILURE! - in com.twilio.messaging.callbackService.v1.AccountsNotFoundExIT
3593[ERROR] com.twilio.messaging.callbackService.v1.AccountsNotFoundExIT.testMessage Time elapsed: 89.837 s <<< ERROR!
3594java.lang.RuntimeException: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), com.amazonaws.auth.profile.ProfileCredentialsProvider@758bd34f: profile file cannot be null, WebIdentityTokenCredentialsProvider: To use assume role profiles the aws-java-sdk-sts module must be on the class path., com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@53b071c8: Unable to load credentials from service endpoint]
3595Caused by: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), com.amazonaws.auth.profile.ProfileCredentialsProvider@758bd34f: profile file cannot be null, WebIdentityTokenCredentialsProvider: To use assume role profiles the aws-java-sdk-sts module must be on the class path., com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@53b071c8: Unable to load credentials from service endpoint]
3596
3597[INFO] Running com.twilio.messaging.callbackService.v1.InvalidRedirectExIT
3598INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-dynamodb', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3599INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-cartographer', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
3600INFO - Creating container for image: docker/compose:1.24.1
3601INFO - Starting container with ID: 15512bac49bea182424e76d9043d7acf33701c49afa866dd24dec953b1fb94ff
3602INFO - Container docker/compose:1.24.1 is starting: 15512bac49bea182424e76d9043d7acf33701c49afa866dd24dec953b1fb94ff
3603WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3604WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3605WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3606WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3607INFO - Container docker/compose:1.24.1 started in PT2.064S
3608INFO - Docker Compose container is running for command: up -d
3609INFO - Docker Compose has finished running
3610INFO - STDERR: Creating network "fthgskdx5ig1_default" with the default driver
3611Creating fthgskdx5ig1_dynamodb_1 ... done
3612Creating fthgskdx5ig1_cartographer_1 ... done
3613INFO - STDERR:
3614INFO - Creating container for image: alpine/socat:latest
3615INFO - Starting container with ID: a1a912fbfbcbbdb9a4797eb7ef1b73979a5bc814955d807048dd08f2cfa1b9c8
3616WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3617WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3618INFO - Container alpine/socat:latest is starting: a1a912fbfbcbbdb9a4797eb7ef1b73979a5bc814955d807048dd08f2cfa1b9c8
3619INFO - Container alpine/socat:latest started in PT0.811S
3620WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3621WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3622WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3623WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3624WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3625WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3626INFO - Creating container for image: confluentinc/cp-kafka:5.3.1
3627WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3628WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3629WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3630WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3631INFO - Starting container with ID: 63fa98eefb319da0fc6416ef0a5bc7d471919a20cb0812d3fe7fefe1ded3ecb9
3632WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3633WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3634WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3635WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3636INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Error sending fetch request (sessionId=425536102, epoch=181) to node 1: {}.
3637org.apache.kafka.common.errors.DisconnectException: null
3638INFO - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Group coordinator localhost:32944 (id: 2147483646 rack: null) is unavailable or invalid, will attempt rediscovery
3639WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3640WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3641WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3642WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3643INFO - Container confluentinc/cp-kafka:5.3.1 is starting: 63fa98eefb319da0fc6416ef0a5bc7d471919a20cb0812d3fe7fefe1ded3ecb9
3644WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3645WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3646WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3647WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3648WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3649WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3650WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3651WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3652WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3653WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3654WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3655WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3656WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3657WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3658WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3659WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3660WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3661WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3662WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3663WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3664WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3665WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3666WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3667WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3668WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3669WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3670WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3671WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3672WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3673INFO - Container confluentinc/cp-kafka:5.3.1 started in PT12.17S
3674INFO - ProducerConfig values:
3675 acks = 1
3676 batch.size = 16384
3677 bootstrap.servers = [127.0.0.1:33022]
3678 buffer.memory = 33554432
3679 client.dns.lookup = default
3680 client.id =
3681 compression.type = none
3682 connections.max.idle.ms = 540000
3683 delivery.timeout.ms = 120000
3684 enable.idempotence = false
3685 interceptor.classes = []
3686 key.serializer = class org.apache.kafka.common.serialization.StringSerializer
3687 linger.ms = 5
3688 max.block.ms = 100
3689 max.in.flight.requests.per.connection = 5
3690 max.request.size = 1048576
3691 metadata.max.age.ms = 300000
3692 metric.reporters = []
3693 metrics.num.samples = 2
3694 metrics.recording.level = INFO
3695 metrics.sample.window.ms = 30000
3696 partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
3697 receive.buffer.bytes = 32768
3698 reconnect.backoff.max.ms = 1000
3699 reconnect.backoff.ms = 50
3700 request.timeout.ms = 600
3701 retries = 1
3702 retry.backoff.ms = 100
3703 sasl.client.callback.handler.class = null
3704 sasl.jaas.config = null
3705 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3706 sasl.kerberos.min.time.before.relogin = 60000
3707 sasl.kerberos.service.name = null
3708 sasl.kerberos.ticket.renew.jitter = 0.05
3709 sasl.kerberos.ticket.renew.window.factor = 0.8
3710 sasl.login.callback.handler.class = null
3711 sasl.login.class = null
3712 sasl.login.refresh.buffer.seconds = 300
3713 sasl.login.refresh.min.period.seconds = 60
3714 sasl.login.refresh.window.factor = 0.8
3715 sasl.login.refresh.window.jitter = 0.05
3716 sasl.mechanism = GSSAPI
3717 security.protocol = PLAINTEXT
3718 security.providers = null
3719 send.buffer.bytes = 131072
3720 ssl.cipher.suites = null
3721 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3722 ssl.endpoint.identification.algorithm = https
3723 ssl.key.password = null
3724 ssl.keymanager.algorithm = SunX509
3725 ssl.keystore.location = null
3726 ssl.keystore.password = null
3727 ssl.keystore.type = JKS
3728 ssl.protocol = TLS
3729 ssl.provider = null
3730 ssl.secure.random.implementation = null
3731 ssl.trustmanager.algorithm = PKIX
3732 ssl.truststore.location = null
3733 ssl.truststore.password = null
3734 ssl.truststore.type = JKS
3735 transaction.timeout.ms = 60000
3736 transactional.id = null
3737 value.serializer = class org.apache.kafka.common.serialization.StringSerializer
3738
3739INFO - Kafka version: 2.4.1
3740INFO - Kafka commitId: c57222ae8cd7866b
3741INFO - Kafka startTimeMs: 1592821186285
3742INFO - Creating container for image: mysql:5.7
3743INFO - [Producer clientId=producer-3] Cluster ID: Hc9fniQpRgOi5rb_BBEgvQ
3744INFO - Starting container with ID: 230e5722d4d207a750a99320aec8361c0ec2c8fa0d4ad28d4b05215b2af27afd
3745WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3746WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3747WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3748INFO - Container mysql:5.7 is starting: 230e5722d4d207a750a99320aec8361c0ec2c8fa0d4ad28d4b05215b2af27afd
3749INFO - Waiting for database connection to become available at jdbc:mysql://localhost:33026/twilio_log using query 'SELECT 1'
3750WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3751WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3752WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3753WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3754WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3755WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3756WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3757WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3758WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3759WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3760WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3761WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3762WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3763WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3764WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3765WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3766WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3767WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3768WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3769WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3770WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3771WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3772WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3773WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3774WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3775WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3776WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3777WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3778WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3779WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3780WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3781WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3782WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3783INFO - Container is started (JDBC URL: jdbc:mysql://localhost:33026/twilio_log)
3784INFO - Container mysql:5.7 started in PT9.388S
3785WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3786WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3787WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3788WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3789WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3790WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3791WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3792WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3793WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3794WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3795WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3796WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3797WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3798WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3799WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3800WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3801WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3802WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3803WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3804WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3805Mon Jun 22 13:20:00 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3806Mon Jun 22 13:20:00 EEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
3807INFO - ConsumerConfig values:
3808 allow.auto.create.topics = true
3809 auto.commit.interval.ms = 5000
3810 auto.offset.reset = latest
3811 bootstrap.servers = [PLAINTEXT://localhost:33022]
3812 check.crcs = true
3813 client.dns.lookup = default
3814 client.id =
3815 client.rack =
3816 connections.max.idle.ms = 540000
3817 default.api.timeout.ms = 60000
3818 enable.auto.commit = false
3819 exclude.internal.topics = true
3820 fetch.max.bytes = 52428800
3821 fetch.max.wait.ms = 500
3822 fetch.min.bytes = 1
3823 group.id = messaging_events_consumer
3824 group.instance.id = null
3825 heartbeat.interval.ms = 3000
3826 interceptor.classes = []
3827 internal.leave.group.on.close = true
3828 isolation.level = read_uncommitted
3829 key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
3830 max.partition.fetch.bytes = 1048576
3831 max.poll.interval.ms = 300000
3832 max.poll.records = 500
3833 metadata.max.age.ms = 300000
3834 metric.reporters = []
3835 metrics.num.samples = 2
3836 metrics.recording.level = INFO
3837 metrics.sample.window.ms = 30000
3838 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
3839 receive.buffer.bytes = 65536
3840 reconnect.backoff.max.ms = 1000
3841 reconnect.backoff.ms = 50
3842 request.timeout.ms = 30000
3843 retry.backoff.ms = 100
3844 sasl.client.callback.handler.class = null
3845 sasl.jaas.config = null
3846 sasl.kerberos.kinit.cmd = /usr/bin/kinit
3847 sasl.kerberos.min.time.before.relogin = 60000
3848 sasl.kerberos.service.name = null
3849 sasl.kerberos.ticket.renew.jitter = 0.05
3850 sasl.kerberos.ticket.renew.window.factor = 0.8
3851 sasl.login.callback.handler.class = null
3852 sasl.login.class = null
3853 sasl.login.refresh.buffer.seconds = 300
3854 sasl.login.refresh.min.period.seconds = 60
3855 sasl.login.refresh.window.factor = 0.8
3856 sasl.login.refresh.window.jitter = 0.05
3857 sasl.mechanism = GSSAPI
3858 security.protocol = PLAINTEXT
3859 security.providers = null
3860 send.buffer.bytes = 131072
3861 session.timeout.ms = 10000
3862 ssl.cipher.suites = null
3863 ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
3864 ssl.endpoint.identification.algorithm = https
3865 ssl.key.password = null
3866 ssl.keymanager.algorithm = SunX509
3867 ssl.keystore.location = null
3868 ssl.keystore.password = null
3869 ssl.keystore.type = JKS
3870 ssl.protocol = TLS
3871 ssl.provider = null
3872 ssl.secure.random.implementation = null
3873 ssl.trustmanager.algorithm = PKIX
3874 ssl.truststore.location = null
3875 ssl.truststore.password = null
3876 ssl.truststore.type = JKS
3877 value.deserializer = class com.twilio.messaging.callbackService.kafka.KafkaConsumerRule$MessageLifecycleEventDeserializer
3878
3879INFO - Kafka version: 2.4.1
3880INFO - Kafka commitId: c57222ae8cd7866b
3881INFO - Kafka startTimeMs: 1592821200788
3882INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Subscribed to topic(s): messaging_events
3883WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3884WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Error while fetching metadata with correlation id 3 : {messaging_events=LEADER_NOT_AVAILABLE}
3885INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Cluster ID: Hc9fniQpRgOi5rb_BBEgvQ
3886WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3887INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Discovered group coordinator localhost:33022 (id: 2147483646 rack: null)
3888INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] (Re-)joining group
3889INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] (Re-)joining group
3890INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Finished assignment for group at generation 1: {consumer-messaging_events_consumer-3-567cf322-b689-4ed8-983d-5d3b98205b7b=Assignment(partitions=[messaging_events-0])}
3891INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Successfully joined group with generation 1
3892INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Adding newly assigned partitions: messaging_events-0
3893INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Found no committed offset for partition messaging_events-0
3894INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Resetting offset for partition messaging_events-0 to offset 0.
3895WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3896WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3897WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3898WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3899WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3900Kafka consumer messaging_events_consumer started.
3901INFO - Creating container for image: jancajthaml/datadog_mock:latest
3902INFO - Starting container with ID: a88915d256de2798717be5bc632d43982907b3808ece7f2a8c922f1814a57810
3903WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3904WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3905WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3906WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3907INFO - Container jancajthaml/datadog_mock:latest is starting: a88915d256de2798717be5bc632d43982907b3808ece7f2a8c922f1814a57810
3908INFO - Container jancajthaml/datadog_mock:latest started in PT1.35S
3909INFO - HOSTNAME_EXTERNAL environment variable set to localhost (to match host-routable address for container)
3910INFO - Creating container for image: localstack/localstack:0.11.1
3911INFO - Starting container with ID: 67f91e68312d1631ffd8b665db461829edf9043425e4f59513d7fd0f5741b8cb
3912WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3913WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3914WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3915WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3916WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3917WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3918WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3919WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3920WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3921WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3922WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3923WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3924WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3925WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3926WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3927WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3928WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3929WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3930WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3931WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3932WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3933WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3934WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3935INFO - Container localstack/localstack:0.11.1 is starting: 67f91e68312d1631ffd8b665db461829edf9043425e4f59513d7fd0f5741b8cb
3936WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3937WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3938WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3939WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3940WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3941WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3942WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3943WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3944WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3945WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3946WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3947WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3948WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3949WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3950WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3951WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3952WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3953WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3954WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3955WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3956WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3957WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3958WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3959WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3960WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3961WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3962WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3963WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3964WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3965WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3966WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3967WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3968WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3969WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3970WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3971WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3972WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3973WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3974WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3975WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3976WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3977WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3978WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3979WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3980WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3981WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3982WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3983WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3984WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3985WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3986WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3987WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3988WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3989WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3990WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3991WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3992WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3993WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3994WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3995WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3996WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3997WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
3998WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
3999WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4000WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4001WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4002WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4003WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4004WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4005WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4006WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4007WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4008WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4009WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4010WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4011INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Group coordinator localhost:33022 (id: 2147483646 rack: null) is unavailable or invalid, will attempt rediscovery
4012WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4013WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4014WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4015WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4016WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4017WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4018WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4019WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4020WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4021WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4022WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4023WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4024WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4025WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4026WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4027INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Discovered group coordinator localhost:33022 (id: 2147483646 rack: null)
4028WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4029WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4030WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4031WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4032WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4033WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4034WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4035WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4036WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4037WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4038WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4039WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4040WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4041WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4042WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4043WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4044WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4045WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4046WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4047WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4048WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4049WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4050WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4051WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4052WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4053WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4054WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4055WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4056WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4057WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4058WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4059WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4060WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4061WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4062WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4063WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4064WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4065WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4066WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4067WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4068WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4069WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4070WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4071WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4072WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4073WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4074WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4075WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4076WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4077WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4078WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4079WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4080WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4081WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4082WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4083WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4084WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4085INFO - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Group coordinator localhost:33022 (id: 2147483646 rack: null) is unavailable or invalid, will attempt rediscovery
4086WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4087WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4088WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4089WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4090WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4091WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4092WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4093WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4094WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4095WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4096WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4097WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4098WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4099WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4100WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4101WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4102WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4103WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4104WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4105WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4106WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4107WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4108WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4109WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4110WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4111WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4112WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4113WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4114WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4115WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4116WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4117WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4118WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4119WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4120WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4121WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4122WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4123WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4124WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4125WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4126WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4127WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4128WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4129WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4130WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4131WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4132WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4133WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4134WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4135WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4136WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4137WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4138WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4139WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4140WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4141WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4142WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4143WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4144WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4145WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4146WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4147WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4148WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4149WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4150WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4151WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4152WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4153WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4154WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4155WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4156WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4157WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4158WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4159WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4160WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4161WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4162WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4163WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4164WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4165WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4166WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4167WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4168WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4169WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4170WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4171WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4172WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4173WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4174WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4175WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4176WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4177WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4178WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4179WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4180WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4181WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4182WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4183WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4184WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4185WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4186WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4187WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4188WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4189WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4190WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4191WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4192WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4193WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4194WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4195ERROR - Could not start container
4196org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Ready\.
4197'
4198 at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:31)
4199 at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:35)
4200 at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:879)
4201 at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:431)
4202 at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:315)
4203 at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
4204 at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:313)
4205 at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:300)
4206 at com.twilio.messaging.callbackService.kinesis.KinesisRule.start(KinesisRule.java:16)
4207 at com.twilio.messaging.callbackService.environment.TestEnvironment.start(TestEnvironment.java:80)
4208 at com.twilio.messaging.callbackService.environment.ITEnvironment.lambda$static$0(ITEnvironment.java:22)
4209 at com.google.common.base.Suppliers$MemoizingSupplier.get(Suppliers.java:131)
4210 at com.twilio.messaging.callbackService.environment.ITEnvironment.getInstance(ITEnvironment.java:32)
4211 at com.twilio.messaging.callbackService.environment.ITBase.init(ITBase.java:9)
4212 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
4213 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
4214 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
4215 at java.lang.reflect.Method.invoke(Method.java:498)
4216 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
4217 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
4218 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
4219 at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
4220 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
4221 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
4222 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
4223 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
4224 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
4225 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
4226 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
4227 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
4228 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
4229 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
4230 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
4231 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
4232 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
4233 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
4234 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
4235 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
4236 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
4237 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
4238 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
4239 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
4240 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
4241 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
4242ERROR - Log output from the failed container:
4243Waiting for all LocalStack services to be ready
4244
42452020-06-22 10:20:10,436 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
4246
42472020-06-22 10:20:10,450 INFO supervisord started with pid 13
4248
42492020-06-22 10:20:11,466 INFO spawned: 'dashboard' with pid 19
4250
42512020-06-22 10:20:11,473 INFO spawned: 'infra' with pid 20
4252
42532020-06-22 10:20:11,486 INFO success: dashboard entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
4254
4255(. .venv/bin/activate; bin/localstack web)
4256
4257(. .venv/bin/activate; exec bin/localstack start --host)
4258
42592020-06-22 10:20:12,497 INFO success: infra entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
4260
4261Waiting for all LocalStack services to be ready
4262
4263Waiting for all LocalStack services to be ready
4264
4265Waiting for all LocalStack services to be ready
4266
4267Waiting for all LocalStack services to be ready
4268
4269Waiting for all LocalStack services to be ready
4270
4271Waiting for all LocalStack services to be ready
4272
4273LocalStack version: 0.11.1
4274
4275LocalStack version: 0.11.1
4276
4277Starting local dev environment. CTRL-C to quit.
4278
4279!WARNING! - Looks like you have configured $LAMBDA_REMOTE_DOCKER=1 - please make sure to configure $HOST_TMP_FOLDER to point to your host's $TMPDIR
4280
42812020-06-22T10:21:01:INFO:localstack.utils.common: Unable to store key/cert files for custom SSL certificate: [Errno 13] Permission denied: '/tmp/localstack/server.test.pem.key'
4282
4283Waiting for all LocalStack services to be ready
4284
4285Starting edge router (https port 4566)...
4286
4287Starting mock DynamoDB service in http ports 4566 (recommended) and 4569 (deprecated)...
4288
4289Starting mock Kinesis service in http ports 4566 (recommended) and 4568 (deprecated)...
4290
4291Waiting for all LocalStack services to be ready
4292
4293[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 102.469 s <<< FAILURE! - in com.twilio.messaging.callbackService.v1.InvalidRedirectExIT
4294[ERROR] com.twilio.messaging.callbackService.v1.InvalidRedirectExIT.testMessage Time elapsed: 102.466 s <<< ERROR!
4295java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
4296Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
4297Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
4298Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
4299Caused by: org.testcontainers.containers.ContainerLaunchException:
4300Timed out waiting for log output matching '.*Ready\.
4301'
4302
4303[INFO] Running com.twilio.messaging.callbackService.v1.InvalidUrlExIT
4304INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-dynamodb', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
4305INFO - Preemptively checking local images for 'registry.twilio.com/library/mock-cartographer', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
4306WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4307INFO - Creating container for image: docker/compose:1.24.1
4308WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4309INFO - Starting container with ID: d9dc63b878e8344c4aa277f129d5271ca846bed419892fcde6326567648ab620
4310WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4311WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4312WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4313WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4314INFO - Container docker/compose:1.24.1 is starting: d9dc63b878e8344c4aa277f129d5271ca846bed419892fcde6326567648ab620
4315WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4316WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4317WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4318WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4319WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4320WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4321WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4322WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4323WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4324WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4325WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4326WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4327WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4328WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4329WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4330WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4331WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4332WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4333WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4334WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4335WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4336WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4337WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4338WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4339WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4340WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4341WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4342WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4343WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4344WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4345WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4346WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4347WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4348WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4349WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4350WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4351WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4352WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4353WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4354WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4355WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4356WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4357WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4358WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4359WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4360WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4361WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4362WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4363WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4364WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4365WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4366WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4367INFO - Container docker/compose:1.24.1 started in PT9.747S
4368INFO - Docker Compose container is running for command: up -d
4369INFO - Docker Compose has finished running
4370WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4371INFO - Creating container for image: alpine/socat:latest
4372INFO - STDERR: Creating network "tstftzhgqrxe_default" with the default driver
4373Creating tstftzhgqrxe_dynamodb_1 ... done
4374Creating tstftzhgqrxe_cartographer_1 ... done
4375INFO - STDERR:
4376WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4377WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4378WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4379INFO - Starting container with ID: 926d67d9e58c59184987d0db5373c6dd918c46fea9797888883ca2de6cdef859
4380WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4381WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4382WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4383WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4384WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4385WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4386WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4387WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4388WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4389WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4390WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4391WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4392WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4393WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4394WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4395WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4396WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4397WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4398WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4399WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4400WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4401WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4402WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4403WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4404WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4405WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4406WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4407WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4408WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4409WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4410WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4411WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4412WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4413WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4414WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4415WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4416WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4417WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4418WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4419WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4420WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4421WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4422WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4423WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4424WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4425WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4426WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4427WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4428WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4429WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4430WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4431WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4432WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4433WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4434WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4435WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4436WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4437WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4438WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4439WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4440WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4441WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4442WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4443WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4444WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4445WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4446WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4447WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4448WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4449WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4450WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4451WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4452WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4453WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4454WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4455WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4456WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4457WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4458WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4459WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4460WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4461WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4462WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4463WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4464WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4465WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4466WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4467WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4468WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4469WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4470WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4471WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4472WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4473WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4474WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4475WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4476WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4477WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4478WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4479WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4480WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4481WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4482WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4483WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4484WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4485WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4486WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4487WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4488WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4489WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4490WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4491WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4492WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4493WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4494WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4495WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4496WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4497WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4498WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4499WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4500WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4501WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4502WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4503WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4504WARN - [Consumer clientId=consumer-messaging_events_consumer-2, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4505WARN - [Producer clientId=producer-3] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4506WARN - [Producer clientId=producer-2] Connection to node 1 (localhost/127.0.0.1:32983) could not be established. Broker may not be available.
4507WARN - [Consumer clientId=consumer-messaging_events_consumer-3, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:33022) could not be established. Broker may not be available.
4508WARN - [Producer clientId=producer-1] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4509WARN - [Consumer clientId=consumer-messaging_events_consumer-1, groupId=messaging_events_consumer] Connection to node 1 (localhost/127.0.0.1:32944) could not be established. Broker may not be available.
4510^C%