[GH-ISSUE #2629] About the test_clean_up_cache test failure in alpine 3.21 #1253

Open
opened 2026-03-04 01:52:35 +03:00 by kerem · 0 comments
Owner

Originally created by @ggtakec on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2629

An error sometimes occurs in the test_clean_up_cache test in ALPINE 3.21, and the following log is displayed.

Probably a 400 error is received in the listbucket request.
At that time, the following error is received from s3proxy.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 400 attribute &apos;user:user.content-md5&apos; is not set</title>
</head>
<body><h2>HTTP ERROR 400 attribute &apos;user:user.content-md5&apos; is not set</h2>
<table>
<tr><th>URI:</th><td>/s3fs-integration-test/</td></tr>
<tr><th>STATUS:</th><td>400</td></tr>
<tr><th>MESSAGE:</th><td>attribute &apos;user:user.content-md5&apos; is not set</td></tr>
<tr><th>SERVLET:</th><td>-</td></tr>
</table>
<hr/><a href="https://jetty.org">Powered by Jetty:// 11.0.24</a><hr/>
</body>
</html>
Originally created by @ggtakec on GitHub (Jan 3, 2025). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2629 An error sometimes occurs in the test_clean_up_cache test in ALPINE 3.21, and the following log is displayed. Probably a 400 error is received in the listbucket request. At that time, the following error is received from s3proxy. ``` <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 400 attribute &apos;user:user.content-md5&apos; is not set</title> </head> <body><h2>HTTP ERROR 400 attribute &apos;user:user.content-md5&apos; is not set</h2> <table> <tr><th>URI:</th><td>/s3fs-integration-test/</td></tr> <tr><th>STATUS:</th><td>400</td></tr> <tr><th>MESSAGE:</th><td>attribute &apos;user:user.content-md5&apos; is not set</td></tr> <tr><th>SERVLET:</th><td>-</td></tr> </table> <hr/><a href="https://jetty.org">Powered by Jetty:// 11.0.24</a><hr/> </body> </html> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1253
No description provided.