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

[GitHub] [arrow-datafusion-python] andygrove opened a new issue, #211: Release workflow is failing

andygrove opened a new issue, #211:
URL: https://github.com/apache/arrow-datafusion-python/issues/211

   **Describe the bug**
   
   ```
    Invalid workflow file: .github/workflows/build.yml#L109
   The workflow is not valid. .github/workflows/build.yml (Line: 109, Col: 13): A mapping was not expected
   ```
   
   Line 109 is `RUST_BACKTRACE: 1`
   
   ```yaml
         - name: Build wheels
           uses: PyO3/maturin-action@v1
           with:
             env:
               RUST_BACKTRACE: 1
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **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-datafusion-python] andygrove commented on issue #211: Release workflow is failing

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on issue #211:
URL: https://github.com/apache/arrow-datafusion-python/issues/211#issuecomment-1494504878

   The original error was fixed, but the workflows are still failing.


-- 
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-datafusion-python] andygrove commented on issue #211: Release workflow is failing

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on issue #211:
URL: https://github.com/apache/arrow-datafusion-python/issues/211#issuecomment-1494581133

   ```
      Compiling substrait v0.6.0
   error: failed to run custom build command for `substrait v0.6.0`
   note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
   
   Caused by:
     process didn't exit successfully: `/home/runner/work/arrow-datafusion-python/arrow-datafusion-python/target/release/build/substrait-c75768dbafefd3e4/build-script-build` (exit status: 101)
     --- stdout
     cargo:rerun-if-env-changed=FORCE_REBUILD
     cargo:rerun-if-changed=.git/modules/substrait/HEAD
     cargo:rerun-if-changed=substrait
     cargo:rerun-if-changed=substrait/text/simple_extensions_schema.yaml
     cargo:rerun-if-changed=substrait/proto/substrait/extensions/extensions.proto
     cargo:rerun-if-changed=substrait/proto/substrait/function.proto
     cargo:rerun-if-changed=substrait/proto/substrait/capabilities.proto
     cargo:rerun-if-changed=substrait/proto/substrait/algebra.proto
     cargo:rerun-if-changed=substrait/proto/substrait/plan.proto
     cargo:rerun-if-changed=substrait/proto/substrait/type.proto
     cargo:rerun-if-changed=substrait/proto/substrait/type_expressions.proto
     cargo:rerun-if-changed=substrait/proto/substrait/parameterized_types.proto
   
     --- stderr
     thread 'main' panicked at 'Could not find `protoc` installation and this build crate cannot proceed without
         this knowledge. If `protoc` is installed and this crate had trouble finding
         it, you can set the `PROTOC` environment variable with the specific path to your
         installed `protoc` binary.If you're on debian, try `apt-get install protobuf-compiler` or download it from https://github.com/protocolbuffers/protobuf/releases
   
   ```


-- 
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-datafusion-python] andygrove closed issue #211: Release workflow is failing

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #211: Release workflow is failing
URL: https://github.com/apache/arrow-datafusion-python/issues/211


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