Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing lightgbm test #1102

Open
kxk302 opened this issue Apr 13, 2021 · 0 comments
Open

Fix failing lightgbm test #1102

kxk302 opened this issue Apr 13, 2021 · 0 comments

Comments

@kxk302
Copy link
Contributor

kxk302 commented Apr 13, 2021

To reproduce the problem, run the following command:

planemo test --docker ./tools/sklearn/lightgbm.xml

Standard error:

Using TensorFlow backend.
/usr/local/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.
  warnings.warn(msg, category=DeprecationWarning)
/private/var/folders/pk/jwrvp5115zg81729h2x46f080000gn/T/tmp61d_ecjt/job_working_directory/000/6/tool_script.sh: line 22:    22 Segmentation fault      python '/private/var/folders/pk/jwrvp5115zg81729h2x46f080000gn/T/tmp61d_ecjt/job_working_directory/000/6/configs/tmpjwha3aqz' '/private/var/folders/pk/jwrvp5115zg81729h2x46f080000gn/T/tmp61d_ecjt/job_working_directory/000/6/configs/tmpemmo1kdd'

I ran the test in the PDB debugger inside the container (Per @bgruening's suggestion, had to add a long sleep statement to keep the container alive, then copied the necessary files over to run the same test again with sleep statement removed). However, the failure seems to happen in C code, hence, pdb has no useful info. Might have to debug it in gdb.

Commenting out the test for now as its blocking the release of the new version of galaxytools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant