[Minotaur-dev] minotaur daily test results

amahajan amahajan at iitb.ac.in
Tue Jun 13 12:31:38 CDT 2017


Minotaur daily test report
Tue Jun 13 22:37:01 IST 2017
origin.ieor.iitb.ac.in
Linux origin 4.9.0-2-amd64 #1 SMP Debian 4.9.13-1 (2017-02-27) x86_64 GNU/Linux
Detailed log available at  http://www.ieor.iitb.ac.in/files/faculty/amahajan/minotaur/nightly/origin/index.html
Not using any user specified doxygen installation
Not using any user specified cmake installation

Minotaur src directory checked out.
Minotaur version: v0.2-162-g0e0a520

Summary
--------------------------------------------------
compiling build-base: OK.
make utest output for build-base: OK (39)
compiling build-base-debug: OK.
make utest output for build-base-debug: OK (39)
compiling build-base-static: OK.
make utest output for build-base-static: OK (39)
compiling build-filter: OK.
make utest output for build-filter: OK (39)
compiling build-filter-debug: OK.
make utest output for build-filter-debug: OK (39)
compiling build-filter-static: OK.
make utest output for build-filter-static: OK (39)
compiling build-ipopt: OK.
make utest output for build-ipopt: OK (42)
compiling build-ipopt-debug: OK.
make utest output for build-ipopt-debug: OK (42)
compiling build-ipopt-static: OK.
make utest output for build-ipopt-static: OK (42)
compiling build-osi: OK.
make utest output for build-osi: OK (39)
compiling build-osi-debug: OK.
make utest output for build-osi-debug: OK (39)
compiling build-osi-static: OK.
make utest output for build-osi-static: OK (39)
compiling build-ampl: OK.
make utest output for build-ampl: OK (58)
compiling build-ampl-debug: OK.
make utest output for build-ampl-debug: OK (58)
compiling build-ampl-static: OK.
make utest output for build-ampl-static: OK (58)
compiling build-all: OK.
make utest output for build-all: OK (69)
compiling build-all-debug: OK.
make utest output for build-all-debug: OK (69)
compiling build-all-static: OK.
make utest output for build-all-static: OK (69)
compiling build-all-manual: OK.

Errors:
--------------------------------------------------
 
Errors in build-all-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (69)
==4398== Memcheck, a memory error detector
==4398== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==4398== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==4398== Command: ./unittest all
==4398== 
: logger ok! ==4398== Conditional jump or move depends on uninitialised value(s)
==4398==    at 0x2007A4: bqpd_ (in /home/amahajan/tmp/minotaur-test/build-all-debug/src/testing/unittest)
==4398==    by 0x1F8E5F: Minotaur::BqpdEngine::solve_(int, double&) (BqpdEngine.cpp:512)
==4398==    by 0x1F8934: Minotaur::BqpdEngine::solve() (BqpdEngine.cpp:432)
==4398==    by 0x1EC1C4: AMPLBqpdUT::testNLP() (AMPLBqpdUT.cpp:57)
==4398==    by 0x1ED93B: CppUnit::TestCaller<AMPLBqpdUT>::runTest() (TestCaller.h:166)
==4398==    by 0x4E5AB81: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==4398==    by 0x4E5197F: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==4398==    by 0x4E57F74: operator() (ProtectorChain.cpp:20)
==4398==    by 0x4E57F74: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==4398==    by 0x4E6047B: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (TestResult.cpp:181)
==4398==    by 0x4E5A9CF: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==4398==    by 0x4E5AE52: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==4398==    by 0x4E5AD6D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==4398== 
TimerUT.cpp:36:Assertion
Test name: TimerUT::testSleep
assertion failed
- Expression: time_used <= 0.001

Failures !!!
Run: 69   Failure total: 1   Failures: 1   Errors: 0
==4398== 
==4398== HEAP SUMMARY:
==4398==     in use at exit: 160 bytes in 1 blocks
==4398==   total heap usage: 172,940 allocs, 172,939 frees, 888,619,952 bytes allocated
==4398== 
==4398== 160 bytes in 1 blocks are definitely lost in loss record 1 of 1
==4398==    at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==4398==    by 0x1BD62E: Minotaur::TimerFactory::getTimer() (Timer.h:162)
==4398==    by 0x1BC8C1: TimerUT::testSleep() (TimerUT.cpp:30)
==4398==    by 0x1BDF85: CppUnit::TestCaller<TimerUT>::runTest() (TestCaller.h:166)
==4398==    by 0x4E5AB81: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==4398==    by 0x4E5197F: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==4398==    by 0x4E57F74: operator() (ProtectorChain.cpp:20)
==4398==    by 0x4E57F74: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==4398==    by 0x4E6047B: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (TestResult.cpp:181)
==4398==    by 0x4E5A9CF: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==4398==    by 0x4E5AE52: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==4398==    by 0x4E5AD6D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==4398==    by 0x4E5AE52: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==4398== 
==4398== LEAK SUMMARY:
==4398==    definitely lost: 160 bytes in 1 blocks
==4398==    indirectly lost: 0 bytes in 0 blocks
==4398==      possibly lost: 0 bytes in 0 blocks
==4398==    still reachable: 0 bytes in 0 blocks
==4398==         suppressed: 0 bytes in 0 blocks
==4398== 
==4398== For counts of detected and suppressed errors, rerun with: -v
==4398== Use --track-origins=yes to see where uninitialised values come from
==4398== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
 
Errors in build-all:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (69)
 
Errors in build-all-manual:
--------------------------------------------------
Makefile:542: minotaur.d: No such file or directory
 
Errors in build-all-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (69)
 
Errors in build-ampl-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (58)
 
Errors in build-ampl:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (58)
 
Errors in build-ampl-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (58)
 
Errors in build-base-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-base:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-base-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-filter-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-filter:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-filter-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-ipopt-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (42)
 
Errors in build-ipopt:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (42)
 
Errors in build-ipopt-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (42)
 
Errors in build-osi-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-osi:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)
 
Errors in build-osi-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp: In member function ‘int Minotaur::QGHandlerPDE::OAFromPoint_(const double*, Minotaur::SeparationStatus*)’:
/home/amahajan/tmp/minotaur-test/src/base/QGHandlerPDE.cpp:307:10: warning: unused variable ‘vio’ [-Wunused-variable]
   double vio, lpvio;
          ^~~
: logger ok! OK (39)

End of tests
Tue Jun 13 23:01:38 IST 2017
--------------------------------------------------


More information about the Minotaur-dev mailing list