You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/06/28 11:29:00 UTC

[jira] [Resolved] (ARROW-11608) [CI] turbodbc integration tests are failing (build isue)

     [ https://issues.apache.org/jira/browse/ARROW-11608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs resolved ARROW-11608.
-------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10605
[https://github.com/apache/arrow/pull/10605]

> [CI] turbodbc integration tests are failing (build isue)
> --------------------------------------------------------
>
>                 Key: ARROW-11608
>                 URL: https://issues.apache.org/jira/browse/ARROW-11608
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: CI, Continuous Integration
>            Reporter: Joris Van den Bossche
>            Assignee: Uwe Korn
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Both turbodbc builds are failing, see eg https://github.com/ursacomputing/crossbow/runs/1885201762
> It seems a failure to build turbodbc: 
> {code}
> /build/turbodbc /
> -- The CXX compiler identification is GNU 9.3.0
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Build type: Debug
> CMake Error at CMakeLists.txt:14 (add_subdirectory):
>   add_subdirectory given source "pybind11" which is not an existing
>   directory.
> -- Found GTest: /opt/conda/envs/arrow/lib/libgtest.so  
> -- Found Boost: /opt/conda/envs/arrow/include (found version "1.74.0") found components: locale 
> -- Detecting unixODBC library
> --   Found header files at: /opt/conda/envs/arrow/include
> --   Found library at: /opt/conda/envs/arrow/lib/libodbc.so
> -- Found Boost: /opt/conda/envs/arrow/include (found version "1.74.0") found components: system date_time locale 
> -- Detecting unixODBC library
> --   Found header files at: /opt/conda/envs/arrow/include
> --   Found library at: /opt/conda/envs/arrow/lib/libodbc.so
> -- Found Boost: /opt/conda/envs/arrow/include (found version "1.74.0") found components: system 
> -- Detecting unixODBC library
> --   Found header files at: /opt/conda/envs/arrow/include
> --   Found library at: /opt/conda/envs/arrow/lib/libodbc.so
> CMake Error at cpp/turbodbc_python/Library/CMakeLists.txt:3 (pybind11_add_module):
>   Unknown CMake command "pybind11_add_module".
> -- Configuring incomplete, errors occurred!
> See also "/build/turbodbc/CMakeFiles/CMakeOutput.log".
> See also "/build/turbodbc/CMakeFiles/CMakeError.log".
> 1
> Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=3.1.0.dev174 conda-python-turbodbc` exited with a non-zero exit code 1, see the process log above.
> {code}
> cc [~uwe]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)