You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/21 20:13:28 UTC

[GitHub] [arrow-datafusion] andygrove edited a comment on issue #918: Integration test fails to build docker images

andygrove edited a comment on issue #918:
URL: https://github.com/apache/arrow-datafusion/issues/918#issuecomment-903169689


   I commented out some of the caching in the docker image just to try and get the tests working locally and ran into yet another issue
   
   ```
   error[E0658]: arbitrary expressions in key-value attributes are unstable
     --> ballista/rust/core/src/lib.rs:18:10
      |
   18 | #![doc = include_str!("../README.md")]
      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: see issue #78835 <https://github.com/rust-lang/rust/issues/78835> for more information
   
   error: aborting due to previous error
   ```
   
   EDIT: upgrading to Rust 1.54 in the ballista-base image resolves this issue


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