You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/02/27 20:52:22 UTC

[GitHub] [arrow-rs] alamb opened a new issue, #3772: [object_stopre] `local::tests::test_list_root` test fails during release verification

alamb opened a new issue, #3772:
URL: https://github.com/apache/arrow-rs/issues/3772

   **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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #3772: [object_store] `local::tests::test_list_root` test fails during release verification

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #3772: [object_store] `local::tests::test_list_root` test fails during release verification
URL: https://github.com/apache/arrow-rs/issues/3772


-- 
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: github-unsubscribe@arrow.apache.org

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