viirya opened a new issue #531:
URL: https://github.com/apache/arrow-datafusion/issues/531


   **Describe the bug**
   Cannot build the project from a clean checkout.
   
   **To Reproduce**
   
   1. git clone the project
   2. cargo build
   
   Then the error:
   
   ```
      ...
      Compiling serde_urlencoded v0.7.0
      Compiling h2 v0.3.3
      Compiling tower v0.4.7
      Compiling csv v1.1.6
   error: failed to run custom build command for `etcd-client v0.6.3`
   
   Caused by:
     process didn't exit successfully: 
`/projects/arrow-datafusion/target/debug/build/etcd-client-a91f6504da36f75f/build-script-build`
 (exit code: 1)
     --- stdout
     cargo:rerun-if-changed=proto
   warning: build failed, waiting for other jobs to finish...
   error: build failed
   ```
   
   **Expected behavior**
   
   `cargo build` should build the project according to the development document.
   
   **Additional context**
   MacOS 11.3
   
   rustc 1.51.0
   cargo 1.51.0
   


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

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


Reply via email to