Croway commented on PR #8014:
URL: https://github.com/apache/camel/pull/8014#issuecomment-1189011835

   Stack trace from localstack disabled test
   ```
   2022-07-19T12:45:10.670:INFO:localstack.utils.threads: Thread run method 
<function AdaptiveThreadPool.submit.<locals>._run at 0x7f17d85bbac0>(None) 
failed: Incorrect padding Traceback (most recent call last):
     File "/opt/code/localstack/localstack/utils/threads.py", line 39, in run
       result = self.func(self.params, **kwargs)
     File "/opt/code/localstack/localstack/utils/asyncio.py", line 30, in _run
       return fn(*args, **kwargs)
     File "/opt/code/localstack/localstack/services/generic_proxy.py", line 
993, in handler
       return modify_and_forward(
     File "/opt/code/localstack/localstack/services/generic_proxy.py", line 
534, in wrapper
       value = func(*args, **kwargs)
     File "/opt/code/localstack/localstack/services/generic_proxy.py", line 
614, in modify_and_forward
       listener_result = listener.forward_request(
     File "/opt/code/localstack/localstack/services/edge.py", line 170, in 
forward_request
       result = do_forward_request(api, method, path, data, headers, port=port)
     File "/opt/code/localstack/localstack/services/edge.py", line 225, in 
do_forward_request
       result = do_forward_request_inmem(api, method, path, data, headers, 
port=port)
     File "/opt/code/localstack/localstack/services/edge.py", line 249, in 
do_forward_request_inmem
       response = modify_and_forward(
     File "/opt/code/localstack/localstack/services/generic_proxy.py", line 
534, in wrapper
       value = func(*args, **kwargs)
     File "/opt/code/localstack/localstack/services/generic_proxy.py", line 
614, in modify_and_forward
       listener_result = listener.forward_request(
     File "/opt/code/localstack/localstack/http/adapters.py", line 51, in 
forward_request
       response = self.request(request)
     File "/opt/code/localstack/localstack/aws/proxy.py", line 43, in request
       return self.skeleton.invoke(context)
     File "/opt/code/localstack/localstack/aws/skeleton.py", line 153, in invoke
       return self.dispatch_request(context, instance)
     File "/opt/code/localstack/localstack/aws/skeleton.py", line 165, in 
dispatch_request
       result = handler(context, instance) or {}
     File "/opt/code/localstack/localstack/aws/skeleton.py", line 117, in 
__call__
       return self.fn(*args, **kwargs)
     File "/opt/code/localstack/localstack/services/sqs/provider.py", line 970, 
in send_message
       message = self._put_message(
     File "/opt/code/localstack/localstack/services/sqs/provider.py", line 
1061, in _put_message
       
MD5OfMessageAttributes=_create_message_attribute_hash(message_attributes),
     File "/opt/code/localstack/localstack/services/sqs/provider.py", line 
1405, in _create_message_attribute_hash
       decoded_binary_value = base64.b64decode(attr_value.get("BinaryValue"))
     File "/usr/local/lib/python3.10/base64.py", line 87, in b64decode
       return binascii.a2b_base64(s)
   binascii.Error: Incorrect padding
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to