[bind10-dev] new build system: FreeBSD 10.0-CURRENT i386

Jeremy C. Reed jreed at isc.org
Mon May 13 18:25:03 UTC 2013


I installed and added a new build system to the BIND10 build farm.
It is running FreeBSD 10.0-CURRENT on i386 on vmware (virt2).

It is a non-production version of FreeBSD (10 is not released yet). It 
has clang, but used gcc 4.2.1 by default.

I used an experimental and unofficial pkg repo to install:

googletest botan python33 log4cplus pkgconf automake git py-sqlite3 
libtool boost-libs

Then I installed using ports build in databases/py-sqlite3 (since was 
not available): make PYTHON_VERSION=python3.3 install package

The current failures are both in msgq:

http://git.bind10.isc.org/~tester/builder/BIND10/20130513171514-FreeBSD10-x86/logs/unittests.out

-------
for pytest in msgq_test.py msgq_run_test.py ; do  echo Running test: 
$pytest ;  
LD_LIBRARY_PATH=/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/cryptolink/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/dns/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/dns/python/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/cc/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/config/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/log/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/util/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/util/threads/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/exceptions/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/util/io/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/datasrc/.libs:$LD_LIBRARY_PATH  
PYTHONPATH=/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/python/isc/log_messages:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/python/isc/cc:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/python:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/python:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/lib/dns/python/.libs:/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq  
BIND10_TEST_SOCKET_FILE=./test_msgq_socket.sock  
B10_FROM_SOURCE=/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build  
B10_FROM_BUILD=/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build  
/usr/local/bin/python3.3 
/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/$pytest 
|| exit ;  done
Running test: msgq_test.py
........E.......................
======================================================================
ERROR: test_small_sends (__main__.SendNonblock)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 542, in test_small_sends
    self.send_many(b"data")
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 530, in send_many
    self.terminate_check(run)
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 400, in terminate_check
    task()
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 510, in run
    msgq.run()
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/msgq.py", 
line 662, in run
    self.run_kqueue()
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/msgq.py", 
line 701, in run_kqueue
    events = self.kqueue.control(None, 10)
OSError: [Errno 9] Bad file descriptor
----------

---------
FAILED (errors=1)
F.......................
======================================================================
FAIL: test_small_sends (__main__.SendNonblock)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 542, in test_small_sends
    self.send_many(b"data")
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 530, in send_many
    self.terminate_check(run)
  File 
"/home/b10builder/builder/work/BIND10/20130513171514-FreeBSD10-x86/build/src/bin/msgq/tests/msgq_test.py", 
line 407, in terminate_check
    "The task did not complete successfully in time")
AssertionError: 0 != 256 : The task did not complete successfully in time
 ---------

  Jeremy C. Reed
  ISC


More information about the bind10-dev mailing list