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 2022/10/19 17:16:16 UTC

[GitHub] [arrow-ballista] andygrove opened a new issue, #407: Build errors in ./dev/build-ballista-rust.sh

andygrove opened a new issue, #407:
URL: https://github.com/apache/arrow-ballista/issues/407

   **Describe the bug**
   
   ```bash
   ./dev/build-ballista-rust.sh
   ```
   
   ```
      Compiling ballista-core v0.8.0 (/home/builder/workspace/ballista/core)
      Compiling ballista-scheduler v0.8.0 (/home/builder/workspace/ballista/scheduler)
      Compiling ballista-executor v0.8.0 (/home/builder/workspace/ballista/executor)
      Compiling etcd-client v0.9.2
      Compiling arrow v24.0.0
      Compiling parquet v24.0.0
      Compiling arrow-flight v24.0.0
      Compiling datafusion-common v13.0.0
      Compiling datafusion-expr v13.0.0
      Compiling datafusion-row v13.0.0
      Compiling datafusion-physical-expr v13.0.0
      Compiling datafusion-sql v13.0.0
      Compiling datafusion-optimizer v13.0.0
      Compiling datafusion v13.0.0
      Compiling datafusion-proto v13.0.0
      Compiling datafusion-cli v13.0.0
   error[E0583]: file not found for module `datafusion`
     --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/mod.rs:21:1
      |
   21 | pub mod datafusion;
      | ^^^^^^^^^^^^^^^^^^^
      |
      = help: to create the module `datafusion`, create file "/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/datafusion.rs" or "/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/datafusion/mod.rs"
   
   error[E0433]: failed to resolve: could not find `plan_type` in `protobuf`
     --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/from_proto.rs:18:22
   
   ```
   
   **To Reproduce**
   ```bash
   ./dev/build-ballista-rust.sh
   ```
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-ballista] andygrove closed issue #407: Build errors in ./dev/build-ballista-rust.sh

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #407: Build errors in ./dev/build-ballista-rust.sh
URL: https://github.com/apache/arrow-ballista/issues/407


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


[GitHub] [arrow-ballista] andygrove commented on issue #407: Build errors in ./dev/build-ballista-rust.sh

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #407:
URL: https://github.com/apache/arrow-ballista/issues/407#issuecomment-1287051289

   A ran `cargo clean` and this resolved the 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


[GitHub] [arrow-ballista] avantgardnerio commented on issue #407: Build errors in ./dev/build-ballista-rust.sh

Posted by GitBox <gi...@apache.org>.
avantgardnerio commented on issue #407:
URL: https://github.com/apache/arrow-ballista/issues/407#issuecomment-1284382820

   It seems like the codegen in `build.rs` is not being run, but I have no idea why that would be. Could this be related? https://github.com/rust-lang/cargo/issues/4468
   
   ```
       println!("cargo:rerun-if-env-changed=FORCE_REBUILD");
   ```
   it looks like you can set the `FORCE_REBUILD` env var as a work around
   


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