alamb opened a new issue, #184:
URL: https://github.com/apache/arrow-rs-object-store/issues/184
**Describe the bug**
When running the verify_release script I see the following error (not a
blocker, it is due to permissions)
```
failures:
---- local::tests::test_list_root stdout ----
thread 'local::tests::test_list_root' panicked at 'called `Result::unwrap()`
on an `Err` value: Generic { store: "LocalFileSystem", source: UnableToWalkDir
{ source: Error { depth: 1, inner: Io { path: None, err: Os { code: 1, kind:
PermissionDenied, message: "Operation not permitted" } } } } }',
src/local.rs:1082:20
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
local::tests::test_list_root
test result: FAILED. 45 passed; 1 failed; 1 ignored; 0 measured; 0 filtered
out; finished in 1.17s
error: test failed, to rerun pass `--lib`
+ cleanup
+ '[' no = yes ']'
+ echo 'Failed to verify release candidate. See
/var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-0.5.5.XXXXX.ZU5QH7wv for
details.'
Failed to verify release candidate. See
/var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-0.5.5.XXXXX.ZU5QH7wv for
details.
```
**To Reproduce**
Download a rc such as
https://lists.apache.org/thread/fzlk2ly92j3hmgmhwp8tq61lwzffp4zk
./dev/release/verify-release-candidate.sh 0.5.5 1
**Expected behavior**
Test should pass (maybe it should check to see if the root filesystem is
accessable and skip the test if so)?
**Additional context**
--
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]