numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
260 stars 86 forks source link

circleci test_ubuntu_latest_python2 #1754

Closed nikohansen closed 6 years ago

nikohansen commented 6 years ago

EDIT: in the test setup updatedb is called, but fails. I am not sure I understand why this would be necessary anyways?

Fails when trying to install Octave https://circleci.com/gh/numbbo/coco/1669 with

/bin/bash: line 1: updatedb: command not found
Exited with code 127

and fails when trying to install jdk for java tests https://circleci.com/gh/numbbo/coco/1670 with

Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
/bin/bash: line 1: updatedb: command not found
Exited with code 127

Also cmocka fails, see https://github.com/numbbo/coco/issues/1625#issuecomment-385167246.

nikohansen commented 6 years ago

In the test setup updatedb is called, but fails. I am not sure I understand why this would be necessary anyways?

nikohansen commented 6 years ago

Installing mlocate has fixed all tests but the cmocka problem https://circleci.com/gh/numbbo/coco/1677

nikohansen commented 6 years ago

The cmocka problem #1625 remains to be solved.