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.1.0 #20

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.

Closes: #19

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. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

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/14319, please use this URL for debugging

Here is a list of all the pending dependencies (and their versions) for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
clangdev 11-init Anaconda-Server Badge
llvmdev 11-init Anaconda-Server Badge
xmnlab commented 4 years ago
Label Time Summary:
Errors while running CTest
sanity    = 1105.32 sec*proc (33 tests)

Total Test time (real) = 1105.51 sec

The following tests FAILED:
     37 - CommandLineTest (Failed)
     38 - UdfTest (Child aborted)
make[3]: *** [Tests/CMakeFiles/sanity_tests.dir/build.make:90: Tests/CMakeFiles/sanity_tests] Error 8
make[2]: *** [CMakeFiles/Makefile2:4604: Tests/CMakeFiles/sanity_tests.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:4611: Tests/CMakeFiles/sanity_tests.dir/rule] Error 2
make: *** [Makefile:1341: sanity_tests] 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)
pearu commented 4 years ago

To fix 37 - CommandLineTest (Failed), https://github.com/conda-forge/thrift-cpp-feedstock/pull/41 is required.

To fix 38 - UdfTest (Child aborted) https://github.com/conda-forge/omniscidb-cuda-feedstock/blob/master/recipe/recipe/build.sh#L55-L59 is required.

In general, https://github.com/conda-forge/omniscidb-cuda-feedstock/blob/master/recipe/recipe/build.sh should be adopted for omniscidb-cpu.

xmnlab commented 4 years ago

thanks @pearu ! I can give a try on it tomorrow