conda-forge / omniscidb-cpu-feedstock

A conda-smithy repository for omniscidb-cpu.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

omniscidb-cpu v5.0.1 #19

Open regro-cf-autotick-bot opened 4 years ago

regro-cf-autotick-bot commented 4 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one.

This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://circleci.com/gh/regro/circle_worker/12234, please use this URL for debugging

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

xmnlab commented 4 years ago

related to https://github.com/conda-forge/omniscidb-cpu-feedstock/pull/18#issuecomment-554588790

I will unpin the boost in the recipe.

xmnlab commented 4 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to re-render for you but ran into some issues, please ping conda-forge/core for further assistance.

xmnlab commented 4 years ago

Thanks @pearu ! I will try to push it again b/c it seems CI didn't run.

xmnlab commented 4 years ago

building on linux:

[ 43%] Building CXX object QueryEngine/CMakeFiles/QueryEngine.dir/ArrowResultSet.cpp.o
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSet.cpp:225:22: error: no matching function for call to 'ReadSchema'
  ARROW_THROW_NOT_OK(arrow::ipc::ReadSchema(&schema_reader, &schema));
                     ^~~~~~~~~~~~~~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowUtil.h:30:27: note: expanded from macro 'ARROW_THROW_NOT_OK'
    ::arrow::Status _s = (s); \
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:182:8: note: candidate function not viable: requires 3 arguments, but 2 were provided
Status ReadSchema(io::InputStream* stream, DictionaryMemo* dictionary_memo,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:194:8: note: candidate function not viable: requires 3 arguments, but 2 were provided
Status ReadSchema(const Message& message, DictionaryMemo* dictionary_memo,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSet.cpp:229:7: error: no matching function for call to 'ReadRecordBatch'
      arrow::ipc::ReadRecordBatch(schema, &records_reader, &record_batch_));
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowUtil.h:30:27: note: expanded from macro 'ARROW_THROW_NOT_OK'
    ::arrow::Status _s = (s); \
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:208:8: note: candidate function not viable: requires 4 arguments, but 3 were provided
Status ReadRecordBatch(const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:237:8: note: candidate function not viable: requires 4 arguments, but 3 were provided
Status ReadRecordBatch(const Message& message, const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:223:8: note: candidate function not viable: requires 5 arguments, but 3 were provided
Status ReadRecordBatch(const Buffer& metadata, const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:253:8: note: candidate function not viable: requires 6 arguments, but 3 were provided
Status ReadRecordBatch(const Buffer& metadata, const std::shared_ptr<Schema>& schema,
       ^
2 errors generated.
make[2]: *** [QueryEngine/CMakeFiles/QueryEngine.dir/build.make:167: QueryEngine/CMakeFiles/QueryEngine.dir/ArrowResultSet.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:276:78: error: too few arguments to function call, expected 4, have 3
      *arrow_copy->schema(), arrow::default_memory_pool(), &serialized_schema));
                                                                             ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowUtil.h:30:27: note: expanded from macro 'ARROW_THROW_NOT_OK'
    ::arrow::Status _s = (s); \
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/writer.h:230:1: note: 'SerializeSchema' declared here
ARROW_EXPORT
^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/util/visibility.h:40:22: note: expanded from macro 'ARROW_EXPORT'
#define ARROW_EXPORT __attribute__((visibility("default")))
                     ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:298:16: error: no member named 'HasDictionaryId' in 'arrow::ipc::DictionaryMemo'; did you mean 'HasDictionary'?
      if (memo.HasDictionaryId(dict_id)) {
               ^~~~~~~~~~~~~~~
               HasDictionary
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/dictionary.h:71:8: note: 'HasDictionary' declared here
  bool HasDictionary(int64_t id) const;
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:512:16: error: no matching function for call to 'dictionary'
        return dictionary(index_type, dict_values);
               ^~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/type.h:1494:27: note: candidate function not viable: no known conversion from 'const shared_ptr<arrow::Array>' to 'const shared_ptr<arrow::DataType>' for 2nd argument
std::shared_ptr<DataType> dictionary(const std::shared_ptr<DataType>& index_type,
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:705:22: error: no matching function for call to 'ReadSchema'
  ARROW_THROW_NOT_OK(ipc::ReadSchema(&reader, &schema));
                     ^~~~~~~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowUtil.h:30:27: note: expanded from macro 'ARROW_THROW_NOT_OK'
    ::arrow::Status _s = (s); \
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:182:8: note: candidate function not viable: requires 3 arguments, but 2 were provided
Status ReadSchema(io::InputStream* stream, DictionaryMemo* dictionary_memo,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:194:8: note: candidate function not viable: requires 3 arguments, but 2 were provided
Status ReadSchema(const Message& message, DictionaryMemo* dictionary_memo,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:722:22: error: no matching function for call to 'ReadRecordBatch'
  ARROW_THROW_NOT_OK(ipc::ReadRecordBatch(schema, &buffer_reader, &batch));
                     ^~~~~~~~~~~~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowUtil.h:30:27: note: expanded from macro 'ARROW_THROW_NOT_OK'
    ::arrow::Status _s = (s); \
                          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:208:8: note: candidate function not viable: requires 4 arguments, but 3 were provided
Status ReadRecordBatch(const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:237:8: note: candidate function not viable: requires 4 arguments, but 3 were provided
Status ReadRecordBatch(const Message& message, const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:223:8: note: candidate function not viable: requires 5 arguments, but 3 were provided
Status ReadRecordBatch(const Buffer& metadata, const std::shared_ptr<Schema>& schema,
       ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/ipc/reader.h:253:8: note: candidate function not viable: requires 6 arguments, but 3 were provided
Status ReadRecordBatch(const Buffer& metadata, const std::shared_ptr<Schema>& schema,
       ^
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:18:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSet.h:20:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/Parser/../Catalog/../DataMgr/DataMgr.h:24:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/../Shared/MapDParameters.h:27:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/string:41:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/allocator.h:46:
In file included from /home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/x86_64-conda_cos6-linux-gnu/bits/c++allocator.h:33:
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/ext/new_allocator.h:136:23: error: no matching constructor for initialization of 'arrow::DictionaryArray'
        { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
                             ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/alloc_traits.h:475:8: note: in instantiation of function template specialization '__gnu_cxx::new_allocator<arrow::DictionaryArray>::construct<arrow::DictionaryArray, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
        { __a.construct(__p, std::forward<_Args>(__args)...); }
              ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr_base.h:526:30: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<arrow::DictionaryArray> >::construct<arrow::DictionaryArray, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
          allocator_traits<_Alloc>::construct(__a, _M_ptr(),
                                    ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr_base.h:637:18: note: in instantiation of function template specialization 'std::_Sp_counted_ptr_inplace<arrow::DictionaryArray, std::allocator<arrow::DictionaryArray>, __gnu_cxx::_S_atomic>::_Sp_counted_ptr_inplace<std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
          ::new (__mem) _Sp_cp_type(std::move(__a),
                        ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr_base.h:1294:14: note: in instantiation of function template specialization 'std::__shared_count<__gnu_cxx::_S_atomic>::__shared_count<arrow::DictionaryArray, std::allocator<arrow::DictionaryArray>, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
        : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
                    ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr.h:344:4: note: in instantiation of function template specialization 'std::__shared_ptr<arrow::DictionaryArray, __gnu_cxx::_S_atomic>::__shared_ptr<std::allocator<arrow::DictionaryArray>, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
        : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
          ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr.h:690:14: note: in instantiation of function template specialization 'std::shared_ptr<arrow::DictionaryArray>::shared_ptr<std::allocator<arrow::DictionaryArray>, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
      return shared_ptr<_Tp>(_Sp_make_shared_tag(), __a,
             ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/bits/shared_ptr.h:706:19: note: in instantiation of function template specialization 'std::allocate_shared<arrow::DictionaryArray, std::allocator<arrow::DictionaryArray>, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
      return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
                  ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/QueryEngine/ArrowResultSetConverter.cpp:618:17: note: in instantiation of function template specialization 'std::make_shared<arrow::DictionaryArray, std::shared_ptr<arrow::DataType>, std::shared_ptr<arrow::Array> &>' requested here
    return std::make_shared<DictionaryArray>(column_builder.field->type(), values);
                ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/array.h:1215:12: note: candidate constructor not viable: requires single argument 'data', but 2 arguments were provided
  explicit DictionaryArray(const std::shared_ptr<ArrayData>& data);
           ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/array.h:1211:20: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
class ARROW_EXPORT DictionaryArray : public Array {
                   ^
/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/../include/arrow/array.h:1217:3: note: candidate constructor not viable: requires 3 arguments, but 2 were provided
  DictionaryArray(const std::shared_ptr<DataType>& type,
  ^
6 errors generated.
make[2]: *** [QueryEngine/CMakeFiles/QueryEngine.dir/build.make:154: QueryEngine/CMakeFiles/QueryEngine.dir/ArrowResultSetConverter.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1554: QueryEngine/CMakeFiles/QueryEngine.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
Traceback (most recent call last):
  File "/opt/conda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 469, in main
    execute(sys.argv[1:])
  File "/opt/conda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 460, in execute
    verify=args.verify, variants=args.variants)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/api.py", line 209, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/build.py", line 2344, in build_tree
    notest=notest,
  File "/opt/conda/lib/python3.7/site-packages/conda_build/build.py", line 1492, in build
    cwd=src_dir, stats=build_stats)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/utils.py", line 398, in check_call_env
    return _func_defaulting_env_to_os_environ('call', *popenargs, **kwargs)
  File "/opt/conda/lib/python3.7/site-packages/conda_build/utils.py", line 378, in _func_defaulting_env_to_os_environ
    raise subprocess.CalledProcessError(proc.returncode, _args)
subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/home/conda/feedstock_root/build_artifacts/omniscidb-cpu_1574189396110/work/conda_build.sh']' returned non-zero exit status 2.
##[error]Bash exited with code '1'.
xmnlab commented 4 years ago

arrow-cpp used:

arrow-cpp:              0.15.0-py37h5ac5442_0      conda-forge
xmnlab commented 4 years ago

boost-cpp used:

boost-cpp: 1.70.0-h8e57a91_2 conda-forge

pearu commented 4 years ago

omniscidb does not build with arrow 0.14+, so, you'll need to use:

- arrow-cpp  >=0.12.1,<0.14
xmnlab commented 4 years ago

thanks @pearu ! I am changing that now :)

xmnlab commented 4 years ago

osx building:

Scanning dependencies of target QueryState
[  0%] Building CXX object ThriftHandler/CMakeFiles/QueryState.dir/QueryState.cpp.o
Scanning dependencies of target Shared
[  0%] Building CXX object Shared/CMakeFiles/Shared.dir/Datum.cpp.o
In file included from /usr/local/miniconda/conda-bld/omniscidb-cpu_1574194377049/work/ThriftHandler/QueryState.cpp:24:
In file included from /usr/local/miniconda/conda-bld/omniscidb-cpu_1574194377049/work/Catalog/Catalog.h:54:
/usr/local/miniconda/conda-bld/omniscidb-cpu_1574194377049/work/Catalog/../Calcite/Calcite.h:28:10: fatal error: 'gen-cpp/extension_functions_types.h' file not found
#include "gen-cpp/extension_functions_types.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [ThriftHandler/CMakeFiles/QueryState.dir/build.make:63: ThriftHandler/CMakeFiles/QueryState.dir/QueryState.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2277: ThriftHandler/CMakeFiles/QueryState.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  0%] Building CXX object Shared/CMakeFiles/Shared.dir/timegm.cpp.o
[  0%] Building CXX object Shared/CMakeFiles/Shared.dir/mapd_glob.cpp.o
[  1%] Building CXX object Shared/CMakeFiles/Shared.dir/StringTransform.cpp.o
[  1%] Building CXX object Shared/CMakeFiles/Shared.dir/geo_types.cpp.o
[  1%] Building CXX object Shared/CMakeFiles/Shared.dir/SysInfo.cpp.o
[  2%] Building CXX object Shared/CMakeFiles/Shared.dir/File.cpp.o
[  2%] Building CXX object Shared/CMakeFiles/Shared.dir/StackTrace.cpp.o
[  2%] Building CXX object Shared/CMakeFiles/Shared.dir/base64.cpp.o
[  2%] Building CXX object Shared/CMakeFiles/Shared.dir/Logger.cpp.o
[  3%] Building CXX object Shared/CMakeFiles/Shared.dir/thread_count.cpp.o
[  3%] Linking CXX static library libShared.a
[  3%] Built target Shared
make: *** [Makefile:163: all] Error 2
Traceback (most recent call last):
  File "/usr/local/miniconda/bin/conda-build", line 11, in <module>
    sys.exit(main())
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 469, in main
    execute(sys.argv[1:])
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/cli/main_build.py", line 460, in execute
    verify=args.verify, variants=args.variants)
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/api.py", line 209, in build
    notest=notest, need_source_download=need_source_download, variants=variants)
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/build.py", line 2344, in build_tree
    notest=notest,
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/build.py", line 1492, in build
    cwd=src_dir, stats=build_stats)
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/utils.py", line 398, in check_call_env
    return _func_defaulting_env_to_os_environ('call', *popenargs, **kwargs)
  File "/usr/local/miniconda/lib/python3.7/site-packages/conda_build/utils.py", line 378, in _func_defaulting_env_to_os_environ
    raise subprocess.CalledProcessError(proc.returncode, _args)
subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/usr/local/miniconda/conda-bld/omniscidb-cpu_1574194377049/work/conda_build.sh']' returned non-zero exit status 2.
##[error]Bash exited with code '1'.
##[section]Finishing: Build recipe
pearu commented 4 years ago

This appears to be an omniscidb cmake configuration bug in specifying dependencies. In build.sh, instead of make ..., try:

make gen-cpp/extension_functions_types.cpp.o
make ...
xmnlab commented 4 years ago

thanks @pearu!

xmnlab commented 4 years ago

the linux building is working .. but osx is not working. @pearu any idea? should we change this recipe and apply some approach from omniscidb-cuda?

pearu commented 4 years ago

I think we'll need to reproduce the issue locally.

On Wed, Nov 20, 2019 at 2:44 AM Ivan Ogasawara notifications@github.com wrote:

the linux building is working .. but osx is not working. @pearu https://github.com/pearu any idea? should we change this recipe and apply some approach from omniscidb-cuda?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/conda-forge/omniscidb-cpu-feedstock/pull/19?email_source=notifications&email_token=AADCF3GWDBRUEMFWXPU2M73QUSB7HA5CNFSM4JOYDBS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQJGHA#issuecomment-555782940, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADCF3FPFLRUSGGLGOKVEOLQUSB7HANCNFSM4JOYDBSQ .