Graphegon / pygraphblas

GraphBLAS for Python
https://graphegon.github.io/pygraphblas/pygraphblas/index.html
Apache License 2.0
343 stars 27 forks source link

Test fails on master #63

Closed szarnyasg closed 4 years ago

szarnyasg commented 4 years ago

On master, running the tests fails with the following:

$ ./test.sh
Current thread 0x00007f48eb45a740 (most recent call first):
  File "/opt/conda/lib/python3.7/site-packages/llvmlite-0.33.0-py3.7-linux-x86_64.egg/llvmlite/binding/ffi.py", line 113 in __call__
  File "/opt/conda/lib/python3.7/site-packages/llvmlite-0.33.0-py3.7-linux-x86_64.egg/llvmlite/binding/targets.py", line 60 in get_host_cpu_features
  File "/opt/conda/lib/python3.7/site-packages/numba-0.50.1-py3.7-linux-x86_64.egg/numba/core/codegen.py", line 886 in get_host_cpu_features
  ...

The full output is at https://gist.github.com/szarnyasg/8570c6b21b8e9cdcdb25c8ddecf9e7d7

It does not fail on Travis because the build is using a draft SuiteSparse version:

https://github.com/michelp/pygraphblas/blob/7465ef6fcc77c9901869b70ddf1d77a86570c336/.travis.yml#L5

However, when bumped to the stable 3.3.0 version, it fails, see the Travis build for PR #62: https://travis-ci.org/github/michelp/pygraphblas/builds/703118055#L4154-L4164

marci543 commented 4 years ago

The tests on master ran successfully 10 days ago, but now they cause segfault. Previous log: https://travis-ci.org/github/michelp/pygraphblas/builds/699531685 Current log: https://travis-ci.com/github/szarnyasg/pygraphblas/builds/173387573

michelp commented 4 years ago

Hi @marci543 and @szarnyasg. I pushed some changes that get 3.3.3 working as we discussed by email, let me know if you run into any other issues.