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 v4.7.0 #6

Closed regro-cf-autotick-bot closed 5 years ago

regro-cf-autotick-bot commented 5 years ago

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

  1. Please check that the dependencies have not changed.
  2. Please merge the PR only after the tests have passed.
  3. Feel free to push to the bot's branch to update this PR if needed.
  4. The bot will almost always only open one PR per version.

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!

conda-forge-linter commented 5 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 5 years ago

@pearu @andrewseidl I fixed the issues on building .. but a test is failing:

test 24
      Start 24: UdfTest

24: Test command: $SRC_DIR/build/Tests/UdfTest "--gtest_output=xml:../"
24: Test timeout computed to be: 10000000
24: [==========] Running 3 tests from 1 test case.
24: [----------] Global test environment set-up.
24: $SRC_DIR/build/Tests/../../Tests/Udf/udf_sample.cpp:1:10: fatal error: 'cstdint' file not found
24: #include <cstdint>
24:          ^~~~~~~~~
24: 1 error generated.
24: Error while processing $SRC_DIR/build/Tests/../../Tests/Udf/udf_sample.cpp.
24: F0616 02:53:49.973835 45096 UDFCompiler.cpp:354] Unable to create AST file for udf compilation
24: *** Check failure stack trace: ***
24: E0616 02:53:49.977366 45096 UdfTest.cpp:87] Interrupt signal (11) received.
18/18 Test #24: UdfTest ..........................***Failed    0.78 sec

94% tests passed, 1 tests failed out of 18

Label Time Summary:
sanity    = 933.86 sec*proc (18 tests)

Total Test time (real) = 933.96 sec

The following tests FAILED:
     24 - UdfTest (Failed)
Errors while running CTest

do you have any idea to fix that?

pearu commented 5 years ago

I could not reproduce the issue locally in Ubuntu 18.04 box. So, I tried a blind fix that did not work. The next plan is to reproduce the issue locally in Centos box which is closer to CI setups, and then find a workaround.

xmnlab commented 5 years ago

@pearu it seems CI is using Ubuntu 16.04 (Agent: Hosted Ubuntu 1604)

pearu commented 5 years ago

I found a solution to the UdfTest failure: astparser needs extra arguments to specify the location of cstdint header file. A patch is coming up soon.

xmnlab commented 5 years ago

awesome! thanks @pearu! Feel free to rollback my changes!

xmnlab commented 5 years ago

that is awesome @pearu! thank you so much for fixing that!