cryptomilk opened a new issue, #6077: URL: https://github.com/apache/opendal/issues/6077
### Describe the bug The assert_size() test in [src/lib.rs](https://github.com/apache/opendal/blob/648d827e20fe2f1258e8c80c217f0f8b133e137b/core/src/lib.rs#L158C5-L158C23) fails on 32bit platforms! ``` failures: ---- tests::assert_size stdout ---- thread 'tests::assert_size' panicked at src/lib.rs:159:9: assertion `left == right` failed left: 16 right: 8 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: tests::assert_size ``` ### Steps to Reproduce Build and run tests on 32bit platform. See also https://koji.fedoraproject.org/koji/taskinfo?taskID=131854044 ### Expected Behavior The hardcoded values should match the platform being built on. ### Additional Context _No response_ ### Are you willing to submit a PR to fix this bug? - [ ] Yes, I would like to submit a PR. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
