Re: scripts/build check failing

2018-04-04 Thread Geraldo Netto
Hello Waldek, Based on your suggestion, I have updated my /etc/alternatives to default java from Oracle JDK 9 to OpenJDK 8: netto@besta01 ~/Desktop/osv/osv-crypt-final $ java -version openjdk version "1.8.0_162" OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-0ubuntu0.16.04.2-b12) OpenJDK

Build failed in Jenkins: osv-build-nightly #1432

2018-04-04 Thread jenkins
See -- [...truncated 140.73 KB...] Adding /tests/misc-fsx.so... Adding /tests/tst-sleep.so... Adding /tests/tst-resolve.so... Adding /tests/tst-except.so... Adding

Re: scripts/build check failing

2018-04-04 Thread Waldek Kozaczuk
Which version of Java is being used by build process? I have a feeling it is higher than java 8. On Wednesday, April 4, 2018 at 3:57:11 PM UTC-4, Geraldo Netto wrote: > > Dear Friends, > > While, applying the changes for the crypt functions, I noticed the > runjava-isolated module is failing

scripts/build check failing

2018-04-04 Thread Geraldo Netto
Dear Friends, While, applying the changes for the crypt functions, I noticed the runjava-isolated module is failing to build I have tried it with a clean git clone and the issue persists Could you try? Just to make sure, I'm not missing some detail (I use linux mint 18.3) netto@besta01