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

   **Describe the bug**
   - Part of #7395 
   
   When verifying the 56.0.0
   
   **To Reproduce**
   
   ```shell
   ./dev/release/verify-release-candidate.sh 56.0.0 1
   ```
   
   Then it errors like this
   ```
    Doc-tests arrow_avro
   
   running 3 tests
   test arrow-avro/src/lib.rs - reader (line 67) ... ok
   test arrow-avro/src/codec.rs - codec::Codec::with_utf8view (line 402) ... ok
   test arrow-avro/src/lib.rs - reader (line 49) ... FAILED
   
   failures:
   
   ---- arrow-avro/src/lib.rs - reader (line 49) stdout ----
   Test executable failed (exit status: 101).
   
   stderr:
   
   thread 'main' panicked at arrow-avro/src/lib.rs:9:67:
   called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, 
message: "No such file or directory" }
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   
   
   failures:
       arrow-avro/src/lib.rs - reader (line 49)
   
   test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 0.55s
   
   error: doctest failed, to rerun pass `-p arrow-avro --doc`
   + cleanup
   + '[' no = yes ']'
   + echo 'Failed to verify release candidate. See 
/var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/arrow-56.0.0.XXXXX.wL8TCA6FBQ 
for details.'
   Failed to verify release candidate. See 
/var/folders/1l/tg68jc6550gg8xqf1hr4mlwr0000gn/T/arrow-56.0.0.XXXXX.wL8TCA6FBQ 
for details.
   ```
   
   **Expected behavior**
   ```shell
   ./dev/release/verify-release-candidate.sh 56.0.0 1
   ```
   
   Should pass
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
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]

Reply via email to