Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

CI Failure (s3 parse error) in CloudRetentionTest.test_gc_entire_manifest #15210

Closed
rockwotj opened this issue Nov 29, 2023 · 0 comments · Fixed by #15220
Closed

CI Failure (s3 parse error) in CloudRetentionTest.test_gc_entire_manifest #15210

rockwotj opened this issue Nov 29, 2023 · 0 comments · Fixed by #15220
Labels
ci-failure kind/bug Something isn't working

Comments

@rockwotj
Copy link
Contributor

https://buildkite.com/redpanda/vtools/builds/10675
https://buildkite.com/redpanda/vtools/builds/10689
https://buildkite.com/redpanda/vtools/builds/10699
https://buildkite.com/redpanda/vtools/builds/10854

Module: rptest.tests.cloud_retention_test
Class: CloudRetentionTest
Method: test_gc_entire_manifest
Arguments: {
    "cloud_storage_type": 1
}
test_id:    CloudRetentionTest.test_gc_entire_manifest
status:     FAIL
run time:   42.994 seconds

<BadLogLines nodes=rp-node-10-entirely-destined-jackass(2) example="ERROR 2023-11-17 09:04:17,075 [shard 0:au  ] s3 - s3_client.cc:409 - !!error parse error boost::wrapexcept<std::out_of_range> (field not found)">
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 142, in wrapped
    redpanda.raise_on_bad_logs(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1292, in raise_on_bad_logs
    raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=rp-node-10-entirely-destined-jackass(2) example="ERROR 2023-11-17 09:04:17,075 [shard 0:au  ] s3 - s3_client.cc:409 - !!error parse error boost::wrapexcept<std::out_of_range> (field not found)">
@rockwotj rockwotj added ci-failure kind/bug Something isn't working labels Nov 29, 2023
nvartolomei added a commit to nvartolomei/redpanda that referenced this issue Nov 29, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210
nvartolomei added a commit to nvartolomei/redpanda that referenced this issue Nov 29, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210
vbotbuildovich pushed a commit to vbotbuildovich/redpanda that referenced this issue Nov 30, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210

(cherry picked from commit 37487f0)
vbotbuildovich pushed a commit to vbotbuildovich/redpanda that referenced this issue Nov 30, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210

(cherry picked from commit 37487f0)
nvartolomei added a commit to nvartolomei/redpanda that referenced this issue Nov 30, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210
nvartolomei added a commit to nvartolomei/redpanda that referenced this issue Dec 1, 2023
We use the same API client for both GCP and S3 so it should handle
response from both.

Fixes redpanda-data#15210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant