22136498 GNU which really doesn't have any tests
authorRich Burridge <rich.burridge@oracle.com>
Tue, 03 Nov 2015 13:40:13 -0800
changeset 5054 91b97df27c58
parent 5053 aca4f06d05d1
child 5055 9daf220c1a9a
22136498 GNU which really doesn't have any tests 22136700 xml-simple should have should master test results to compare against 22137750 gnupth should have should master test results to compare against 22139097 ilmbase should have should master test results to compare against 22139473 gd2 should have should master test results to compare against 22143550 libmemcached should have should master test results to compare against
components/gd2/Makefile
components/gd2/test/results-all.master
components/gnupth/Makefile
components/gnupth/test/results-all.master
components/ilmbase/Makefile
components/ilmbase/test/results-all.master
components/libmemcached/Makefile
components/libmemcached/test/results-32.master
components/libmemcached/test/results-64.master
components/perl_modules/xml-simple/Makefile
components/perl_modules/xml-simple/test/results-5.12-32.master
components/perl_modules/xml-simple/test/results-5.12-mt-32.master
components/perl_modules/xml-simple/test/results-5.16-64.master
components/perl_modules/xml-simple/test/results-5.20-64.master
components/which/Makefile
--- a/components/gd2/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/gd2/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -71,6 +71,14 @@
 	(cd $(@D)/tests; gmake); \
 	ctest .
 COMPONENT_TEST_TARGETS =
+COMPONENT_TEST_MASTER =	$(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(^.*32 Test.*Passed\).*|\1|" ' \
+	'-e "s|\(^.*32 Test.*Failed\).*|\1|" ' \
+	'-e "s|\(^Total Test time (real) =\).*|\1|" ' \
+	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
+	'-e "/^XXX_CC_XXX$$/d" '
 
 ASLR_MODE = $(ASLR_ENABLE)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gd2/test/results-all.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,446 @@
+-- The C compiler identification is GNU
+-- The CXX compiler identification is GNU
+-- Check for working C compiler: /usr/bin/gcc
+-- Check for working C compiler: /usr/bin/gcc -- works
+-- Detecting C compiler ABI info
+-- Detecting C compiler ABI info - done
+-- Check for working CXX compiler: /usr/bin/c++
+-- Check for working CXX compiler: /usr/bin/c++ -- works
+-- Detecting CXX compiler ABI info
+-- Detecting CXX compiler ABI info - done
+-- ft2build: /usr/include;/usr/local/include
+-- Checking whether system has ANSI C header files
+-- Looking for include files StandardHeadersExist
+-- Looking for include files StandardHeadersExist - found
+-- Performing Test memchrExists
+-- Performing Test memchrExists - Failed
+-- ANSI C header files - not found
+-- Looking for include files HAVE_UNISTD_H
+-- Looking for include files HAVE_UNISTD_H - found
+-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h
+-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h - found
+-- Found ZLIB: /usr/lib/libz.so (found version "1.2.8")
+-- Found PNG: /usr/lib/libpng.so
+-- Found JPEG: /usr/lib/libjpeg.so 
+-- Found XPM: /usr/lib/libXpm.so
+-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
+-- Found FONTCONFIG: /usr/lib/libfontconfig.so
+-- gd include dir: 
+-- gd libs dir: 
+CMake Warning (dev) at tests/CMakeLists.txt:24 (link_directories):
+  This command specifies the relative path
+
+    
+
+  as a link directory.
+
+  Policy CMP0015 is not set: link_directories() treats paths relative to the
+  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
+  cmake_policy command to set the policy and suppress this warning.
+This warning is for project developers.  Use -Wno-dev to suppress it.
+
+-- Configuring done
+CMake Warning (dev) at tests/gdimageline/CMakeLists.txt:9 (add_executable):
+  Policy CMP0003 should be set before this line.  Add code such as
+
+    if(COMMAND cmake_policy)
+      cmake_policy(SET CMP0003 NEW)
+    endif(COMMAND cmake_policy)
+
+  as early as possible but after the most recent call to
+  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
+  because target "bug00072" links to some libraries for which the linker must
+  search:
+
+    -lm
+
+  and other libraries with known full path:
+
+    $(@D)/tests/gdtest/libgdTest.so
+    $(@D)/libgd.so
+
+  CMake is adding directories in the second list to the linker search path in
+  case they are needed to find libraries from the first list (for backwards
+  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
+  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
+  more information.
+This warning is for project developers.  Use -Wno-dev to suppress it.
+
+-- Generating done
+-- Build files have been written to: $(@D)
+gmake[1]: Entering directory `$(@D)/tests'
+gmake[2]: Entering directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdTest
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[  1%] Building C object tests/gdtest/CMakeFiles/gdTest.dir/gdtest.o
+Linking C shared library libgdTest.so
+gmake[3]: Leaving directory `$(@D)'
+[  1%] Built target gdTest
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gd
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[  3%] Building C object CMakeFiles/gd.dir/gd.o
+[  4%] Building C object CMakeFiles/gd.dir/gdfx.o
+[  6%] Building C object CMakeFiles/gd.dir/gd_security.o
+[  8%] Building C object CMakeFiles/gd.dir/gd_gd.o
+[  9%] Building C object CMakeFiles/gd.dir/gd_gd2.o
+[ 11%] Building C object CMakeFiles/gd.dir/gd_io.o
+[ 13%] Building C object CMakeFiles/gd.dir/gd_io_dp.o
+[ 14%] Building C object CMakeFiles/gd.dir/gd_gif_in.o
+[ 16%] Building C object CMakeFiles/gd.dir/gd_gif_out.o
+[ 18%] Building C object CMakeFiles/gd.dir/gd_io_file.o
+[ 19%] Building C object CMakeFiles/gd.dir/gd_io_ss.o
+[ 21%] Building C object CMakeFiles/gd.dir/gd_jpeg.o
+[ 22%] Building C object CMakeFiles/gd.dir/gd_png.o
+[ 24%] Building C object CMakeFiles/gd.dir/gd_ss.o
+[ 26%] Building C object CMakeFiles/gd.dir/gd_topal.o
+[ 27%] Building C object CMakeFiles/gd.dir/gd_wbmp.o
+[ 29%] Building C object CMakeFiles/gd.dir/gdcache.o
+[ 31%] Building C object CMakeFiles/gd.dir/gdfontg.o
+[ 32%] Building C object CMakeFiles/gd.dir/gdfontl.o
+[ 34%] Building C object CMakeFiles/gd.dir/gdfontmb.o
+[ 36%] Building C object CMakeFiles/gd.dir/gdfonts.o
+[ 37%] Building C object CMakeFiles/gd.dir/gdfontt.o
+[ 39%] Building C object CMakeFiles/gd.dir/gdft.o
+[ 40%] Building C object CMakeFiles/gd.dir/gdhelpers.o
+[ 42%] Building C object CMakeFiles/gd.dir/gdkanji.o
+[ 44%] Building C object CMakeFiles/gd.dir/gdtables.o
+[ 45%] Building C object CMakeFiles/gd.dir/gdxpm.o
+[ 47%] Building C object CMakeFiles/gd.dir/wbmp.o
+Linking C shared library libgd.so
+gmake[3]: Leaving directory `$(@D)'
+[ 47%] Built target gd
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00079
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 49%] Building C object tests/gdimagearc/CMakeFiles/bug00079.dir/bug00079.o
+Linking C executable bug00079
+gmake[3]: Leaving directory `$(@D)'
+[ 49%] Built target bug00079
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdimagecolorclosest
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 50%] Building C object tests/gdimagecolorclosest/CMakeFiles/gdimagecolorclosest.dir/gdimagecolorclosest.o
+Linking C executable gdimagecolorclosest
+gmake[3]: Leaving directory `$(@D)'
+[ 50%] Built target gdimagecolorclosest
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdimagecolorexact
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 52%] Building C object tests/gdimagecolorexact/CMakeFiles/gdimagecolorexact.dir/gdimagecolorexact.o
+Linking C executable gdimagecolorexact
+gmake[3]: Leaving directory `$(@D)'
+[ 52%] Built target gdimagecolorexact
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdimagecolorresolve
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 54%] Building C object tests/gdimagecolorresolve/CMakeFiles/gdimagecolorresolve.dir/gdimagecolorresolve.o
+Linking C executable gdimagecolorresolve
+gmake[3]: Leaving directory `$(@D)'
+[ 54%] Built target gdimagecolorresolve
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00072
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 55%] Building C object tests/gdimageline/CMakeFiles/bug00072.dir/bug00072.o
+Linking C executable bug00072
+gmake[3]: Leaving directory `$(@D)'
+[ 55%] Built target bug00072
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00077
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 57%] Building C object tests/gdimageline/CMakeFiles/bug00077.dir/bug00077.o
+Linking C executable bug00077
+gmake[3]: Leaving directory `$(@D)'
+[ 57%] Built target bug00077
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdimageline_aa
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 59%] Building C object tests/gdimageline/CMakeFiles/gdimageline_aa.dir/gdimageline_aa.o
+Linking C executable gdimageline_aa
+gmake[3]: Leaving directory `$(@D)'
+[ 59%] Built target gdimageline_aa
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gdimageline_aa_outofrange
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 60%] Building C object tests/gdimageline/CMakeFiles/gdimageline_aa_outofrange.dir/gdimageline_aa_outofrange.o
+Linking C executable gdimageline_aa_outofrange
+gmake[3]: Leaving directory `$(@D)'
+[ 60%] Built target gdimageline_aa_outofrange
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00010
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 62%] Building C object tests/gdimagefilledellipse/CMakeFiles/bug00010.dir/bug00010.o
+Linking C executable bug00010
+gmake[3]: Leaving directory `$(@D)'
+[ 62%] Built target bug00010
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00020
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 63%] Building C object tests/gdimagecopyrotated/CMakeFiles/bug00020.dir/bug00020.o
+Linking C executable bug00020
+gmake[3]: Leaving directory `$(@D)'
+[ 63%] Built target bug00020
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00032
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 65%] Building C object tests/gdtiled/CMakeFiles/bug00032.dir/bug00032.o
+Linking C executable bug00032
+gmake[3]: Leaving directory `$(@D)'
+[ 65%] Built target bug00032
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00003
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 67%] Building C object tests/gdimagerectangle/CMakeFiles/bug00003.dir/bug00003.o
+Linking C executable bug00003
+gmake[3]: Leaving directory `$(@D)'
+[ 67%] Built target bug00003
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00004
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 68%] Building C object tests/gdimagefilledrectangle/CMakeFiles/bug00004.dir/bug00004.o
+Linking C executable bug00004
+gmake[3]: Leaving directory `$(@D)'
+[ 68%] Built target bug00004
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00078
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 70%] Building C object tests/gdimagefilledrectangle/CMakeFiles/bug00078.dir/bug00078.o
+Linking C executable bug00078
+gmake[3]: Leaving directory `$(@D)'
+[ 70%] Built target bug00078
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gd2_empty_file
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 72%] Building C object tests/gd2/CMakeFiles/gd2_empty_file.dir/gd2_empty_file.o
+Linking C executable gd2_empty_file
+gmake[3]: Leaving directory `$(@D)'
+[ 72%] Built target gd2_empty_file
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target gd2_read
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 73%] Building C object tests/gd2/CMakeFiles/gd2_read.dir/gd2_read.o
+Linking C executable gd2_read
+gmake[3]: Leaving directory `$(@D)'
+[ 73%] Built target gd2_read
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00005
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 75%] Building C object tests/gif/CMakeFiles/bug00005.dir/bug00005.o
+Linking C executable bug00005
+gmake[3]: Leaving directory `$(@D)'
+[ 75%] Built target bug00005
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00005_2
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 77%] Building C object tests/gif/CMakeFiles/bug00005_2.dir/bug00005_2.o
+Linking C executable bug00005_2
+gmake[3]: Leaving directory `$(@D)'
+[ 77%] Built target bug00005_2
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00006
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 78%] Building C object tests/gif/CMakeFiles/bug00006.dir/bug00006.o
+Linking C executable bug00006
+gmake[3]: Leaving directory `$(@D)'
+[ 78%] Built target bug00006
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00060
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 80%] Building C object tests/gif/CMakeFiles/bug00060.dir/bug00060.o
+Linking C executable bug00060
+gmake[3]: Leaving directory `$(@D)'
+[ 80%] Built target bug00060
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00066
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 81%] Building C object tests/gif/CMakeFiles/bug00066.dir/bug00066.o
+Linking C executable bug00066
+gmake[3]: Leaving directory `$(@D)'
+[ 81%] Built target bug00066
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target jpeg_empty_file
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 83%] Building C object tests/jpeg/CMakeFiles/jpeg_empty_file.dir/jpeg_empty_file.o
+Linking C executable jpeg_empty_file
+gmake[3]: Leaving directory `$(@D)'
+[ 83%] Built target jpeg_empty_file
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target jpeg_read
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 85%] Building C object tests/jpeg/CMakeFiles/jpeg_read.dir/jpeg_read.o
+Linking C executable jpeg_read
+gmake[3]: Leaving directory `$(@D)'
+[ 85%] Built target jpeg_read
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00011
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 86%] Building C object tests/png/CMakeFiles/bug00011.dir/bug00011.o
+Linking C executable bug00011
+gmake[3]: Leaving directory `$(@D)'
+[ 86%] Built target bug00011
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00033
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 88%] Building C object tests/png/CMakeFiles/bug00033.dir/bug00033.o
+Linking C executable bug00033
+gmake[3]: Leaving directory `$(@D)'
+[ 88%] Built target bug00033
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00086
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 90%] Building C object tests/png/CMakeFiles/bug00086.dir/bug00086.o
+Linking C executable bug00086
+gmake[3]: Leaving directory `$(@D)'
+[ 90%] Built target bug00086
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00007
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 91%] Building C object tests/gdimagecopy/CMakeFiles/bug00007.dir/bug00007.o
+Linking C executable bug00007
+gmake[3]: Leaving directory `$(@D)'
+[ 91%] Built target bug00007
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00002_1
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 93%] Building C object tests/gdimagefill/CMakeFiles/bug00002_1.dir/bug00002_1.o
+Linking C executable bug00002_1
+gmake[3]: Leaving directory `$(@D)'
+[ 93%] Built target bug00002_1
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00002_2
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 95%] Building C object tests/gdimagefill/CMakeFiles/bug00002_2.dir/bug00002_2.o
+Linking C executable bug00002_2
+gmake[3]: Leaving directory `$(@D)'
+[ 95%] Built target bug00002_2
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00002_3
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 96%] Building C object tests/gdimagefill/CMakeFiles/bug00002_3.dir/bug00002_3.o
+Linking C executable bug00002_3
+gmake[3]: Leaving directory `$(@D)'
+[ 96%] Built target bug00002_3
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00002_4
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[ 98%] Building C object tests/gdimagefill/CMakeFiles/bug00002_4.dir/bug00002_4.o
+Linking C executable bug00002_4
+gmake[3]: Leaving directory `$(@D)'
+[ 98%] Built target bug00002_4
+gmake[3]: Entering directory `$(@D)'
+Scanning dependencies of target bug00037
+gmake[3]: Leaving directory `$(@D)'
+gmake[3]: Entering directory `$(@D)'
+[100%] Building C object tests/gdimagefilltoborder/CMakeFiles/bug00037.dir/bug00037.o
+Linking C executable bug00037
+gmake[3]: Leaving directory `$(@D)'
+[100%] Built target bug00037
+gmake[2]: Leaving directory `$(@D)'
+gmake[1]: Leaving directory `$(@D)/tests'
+Test project $(@D)
+      Start  1: bug00079
+ 1/32 Test  #1: bug00079 .........................   Passed
+      Start  2: gdimagecolorclosest
+ 2/32 Test  #2: gdimagecolorclosest ..............   Passed
+      Start  3: gdimagecolorexact
+ 3/32 Test  #3: gdimagecolorexact ................   Passed
+      Start  4: gdimagecolorresolve
+ 4/32 Test  #4: gdimagecolorresolve ..............   Passed
+      Start  5: gdimageline_aa
+ 5/32 Test  #5: gdimageline_aa ...................***Failed
+      Start  6: gdimageline_aa_outofrange
+ 6/32 Test  #6: gdimageline_aa_outofrange ........   Passed
+      Start  7: bug00077
+ 7/32 Test  #7: bug00077 .........................   Passed
+      Start  8: bug00072
+ 8/32 Test  #8: bug00072 .........................   Passed
+      Start  9: bug00010
+ 9/32 Test  #9: bug00010 .........................   Passed
+      Start 10: bug00020
+10/32 Test #10: bug00020 .........................   Passed
+      Start 11: bug00032
+11/32 Test #11: bug00032 .........................   Passed
+      Start 12: bug00003
+12/32 Test #12: bug00003 .........................   Passed
+      Start 13: bug00004
+13/32 Test #13: bug00004 .........................   Passed
+      Start 14: bug00078
+14/32 Test #14: bug00078 .........................   Passed
+      Start 15: gd2_read
+15/32 Test #15: gd2_read .........................   Passed
+      Start 16: gd2_empty_file
+16/32 Test #16: gd2_empty_file ...................   Passed
+      Start 17: bug00005
+17/32 Test #17: bug00005 .........................   Passed
+      Start 18: bug00005_2
+18/32 Test #18: bug00005_2 .......................   Passed
+      Start 19: bug00006
+19/32 Test #19: bug00006 .........................   Passed
+      Start 20: bug00060
+20/32 Test #20: bug00060 .........................   Passed
+      Start 21: bug00066
+21/32 Test #21: bug00066 .........................   Passed
+      Start 22: jpeg_read
+22/32 Test #22: jpeg_read ........................   Passed
+      Start 23: jpeg_empty_file
+23/32 Test #23: jpeg_empty_file ..................   Passed
+      Start 24: bug00011
+24/32 Test #24: bug00011 .........................   Passed
+      Start 25: bug00033
+25/32 Test #25: bug00033 .........................   Passed
+      Start 26: bug00086
+26/32 Test #26: bug00086 .........................   Passed
+      Start 27: bug00007
+27/32 Test #27: bug00007 .........................   Passed
+      Start 28: bug00002_1
+28/32 Test #28: bug00002_1 .......................   Passed
+      Start 29: bug00002_2
+29/32 Test #29: bug00002_2 .......................   Passed
+      Start 30: bug00002_3
+30/32 Test #30: bug00002_3 .......................   Passed
+      Start 31: bug00002_4
+31/32 Test #31: bug00002_4 .......................   Passed
+      Start 32: bug00037
+32/32 Test #32: bug00037 .........................   Passed
+
+97% tests passed, 1 tests failed out of 32
+
+Total Test time (real) =
+
+The following tests FAILED:
+	  5 - gdimageline_aa (Failed)
+Errors while running CTest
--- a/components/gnupth/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/gnupth/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -69,6 +69,10 @@
 CONFIGURE_ENV  +=   LDFLAGS="$(LDFLAGS)"
 CONFIGURE_ENV +=    INSTALL="$(INSTALL)"
 
+COMPONENT_TEST_MASTER =	$(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(^Pth:\).*|\1|" '
+
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 configure:	$(CONFIGURE_32_and_64)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnupth/test/results-all.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,53 @@
+make[1]: Entering directory `$(@D)'
+
+=== TESTING GLOBAL LIBRARY API ===
+
+Fetching library version
+version = 0x200207
+
+=== TESTING BASIC OPERATION ===
+
+Initializing Pth system (spawns scheduler and main thread)
+Killing Pth system for testing purposes
+Re-Initializing Pth system
+
+=== TESTING BASIC THREAD OPERATION ===
+
+Creating attribute object
+Spawning thread
+Joining thread
+
+=== TESTING NESTED THREAD OPERATION ===
+
+Spawning thread 1
+Spawning thread 2
+Spawning thread 3
+Spawning thread 4
+Spawning thread 5
+Spawning thread 6
+Spawning thread 7
+Spawning thread 8
+Spawning thread 9
+Joined thread 9
+Joined thread 8
+Joined thread 7
+Joined thread 6
+Joined thread 5
+Joined thread 4
+Joined thread 3
+Joined thread 2
+Joined thread 1
+
+OK - ALL TESTS SUCCESSFULLY PASSED.
+
+Please send the following summary line via Email to the author
+Ralf S. Engelschall <[email protected]> for inclusion into
+the list of successfully tested platforms (see PORTING file):
+
+Pth:
+make[2]: Entering directory `$(@D)'
+
+Then please type `make install' to install the package.
+
+make[2]: Leaving directory `$(@D)'
+make[1]: Leaving directory `$(@D)'
--- a/components/ilmbase/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/ilmbase/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -60,6 +60,18 @@
 CONFIGURE_OPTIONS  +=           --enable-posix-sem
 CONFIGURE_OPTIONS  +=           --with-pic
 
+COMPONENT_TEST_MASTER =	$(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+# Strip compilation lines from test output
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^.*$(CXX).*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^config.status: .*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
+	'-e "/^XXX_CC_XXX$$/d" '
+
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 configure:	$(CONFIGURE_32_and_64)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ilmbase/test/results-all.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,804 @@
+Making check in Half
+/usr/gnu/bin/make  check-am
+make[3]: Nothing to be done for `check-am'.
+Making check in HalfTest
+/usr/gnu/bin/make  HalfTest
+mkdir .libs
+creating HalfTest
+/usr/gnu/bin/make  check-TESTS
+
+testing type half:
+
+size and alignment
+sizeof  (half) = 2
+alignof (half) = 2
+ok
+
+basic arithmetic operations:
+f1 = 1, f2 = 2, h1 = 3, h2 = 4
+h1 = f1 + f2: 3
+h2 += f1: 5
+h2 = h1 + h2: 8
+h2 += h1: 11
+h1 = h2: 11
+h2 = -h1: -11
+ok
+
+float-to-half conversion error for normalized half numbers
+max error          = 0.000487566
+max expected error = 0.00048828
+ok
+
+float-to-half conversion error for denormalized half numbers
+max error          = 2.98023e-08
+max expected error = 2.98023e-08
+ok
+
+rounding normalized numbers to 10-bit precision
+max error          = 0
+max expected error = 0
+ok
+
+rounding denormalized numbers to 10-bit precision
+max error          = 0
+max expected error = 0
+ok
+
+rounding normalized numbers to 9-bit precision
+max error          = 0.000975609
+max expected error = 0.00097656
+ok
+
+rounding denormalized numbers to 9-bit precision
+max error          = 5.96046e-08
+max expected error = 5.96046e-08
+ok
+
+rounding normalized numbers to 1-bit precision
+max error          = 0.249634
+max expected error = 0.249999
+ok
+
+rounding denormalized numbers to 1-bit precision
+max error          = 1.52588e-05
+max expected error = 1.52588e-05
+ok
+
+rounding normalized numbers to 0-bit precision
+max error          = 0.499756
+max expected error = 0.499999
+ok
+
+rounding denormalized numbers to 0-bit precision
+max error          = 3.05176e-05
+max expected error = 3.05176e-05
+ok
+
+specific bit patterns
+
+              1    0 01111111 00000000000000000000000    0 01111 0000000000
+              1    0 01111111 00000000000000000000000
+
+      1.0009766    0 01111111 00000000010000000000000    0 01111 0000000001
+      1.0009766    0 01111111 00000000010000000000000
+
+      1.0004883    0 01111111 00000000001000000000000    0 01111 0000000000
+              1    0 01111111 00000000000000000000000
+
+      1.0004882    0 01111111 00000000000111111111111    0 01111 0000000000
+              1    0 01111111 00000000000000000000000
+
+      1.0004884    0 01111111 00000000001000000000001    0 01111 0000000001
+      1.0009766    0 01111111 00000000010000000000000
+
+      1.0019531    0 01111111 00000000100000000000000    0 01111 0000000010
+      1.0019531    0 01111111 00000000100000000000000
+
+      1.0014648    0 01111111 00000000011000000000000    0 01111 0000000010
+      1.0019531    0 01111111 00000000100000000000000
+
+      1.0014647    0 01111111 00000000010111111111111    0 01111 0000000001
+      1.0009766    0 01111111 00000000010000000000000
+
+       1.001465    0 01111111 00000000011000000000001    0 01111 0000000010
+      1.0019531    0 01111111 00000000100000000000000
+
+     0.99951172    0 01111110 11111111110000000000000    0 01110 1111111111
+     0.99951172    0 01111110 11111111110000000000000
+
+     0.99975586    0 01111110 11111111111000000000000    0 01111 0000000000
+              1    0 01111111 00000000000000000000000
+
+     0.99975592    0 01111110 11111111111000000000001    0 01111 0000000000
+              1    0 01111111 00000000000000000000000
+
+      0.9997558    0 01111110 11111111110111111111111    0 01110 1111111111
+     0.99951172    0 01111110 11111111110000000000000
+
+  5.9604645e-08    0 01100111 00000000000000000000000    0 00000 0000000001
+  5.9604645e-08    0 01100111 00000000000000000000000
+
+  1.1920929e-07    0 01101000 00000000000000000000000    0 00000 0000000010
+  1.1920929e-07    0 01101000 00000000000000000000000
+
+  8.9406967e-08    0 01100111 10000000000000000000000    0 00000 0000000010
+  1.1920929e-07    0 01101000 00000000000000000000000
+
+  8.9401006e-08    0 01100111 01111111111110010111001    0 00000 0000000001
+  5.9604645e-08    0 01100111 00000000000000000000000
+
+  8.9412929e-08    0 01100111 10000000000001101000111    0 00000 0000000010
+  1.1920929e-07    0 01101000 00000000000000000000000
+
+              0    0 00000000 00000000000000000000000    0 00000 0000000000
+              0    0 00000000 00000000000000000000000
+
+  2.9802322e-08    0 01100110 00000000000000000000000    0 00000 0000000000
+              0    0 00000000 00000000000000000000000
+
+  2.9808284e-08    0 01100110 00000000000011010001110    0 00000 0000000001
+  5.9604645e-08    0 01100111 00000000000000000000000
+
+  2.9796363e-08    0 01100101 11111111111001011100101    0 00000 0000000000
+              0    0 00000000 00000000000000000000000
+
+  6.1035156e-05    0 01110001 00000000000000000000000    0 00001 0000000000
+  6.1035156e-05    0 01110001 00000000000000000000000
+
+  6.1094761e-05    0 01110001 00000000010000000000000    0 00001 0000000001
+  6.1094761e-05    0 01110001 00000000010000000000000
+
+  6.1064959e-05    0 01110001 00000000001000000000000    0 00001 0000000000
+  6.1035156e-05    0 01110001 00000000000000000000000
+
+  6.1064951e-05    0 01110001 00000000000111111111111    0 00001 0000000000
+  6.1035156e-05    0 01110001 00000000000000000000000
+
+  6.1064966e-05    0 01110001 00000000001000000000001    0 00001 0000000001
+  6.1094761e-05    0 01110001 00000000010000000000000
+
+  6.0975552e-05    0 01110000 11111111100000000000000    0 00000 1111111111
+  6.0975552e-05    0 01110000 11111111100000000000000
+
+  6.1005354e-05    0 01110000 11111111110000000000000    0 00001 0000000000
+  6.1035156e-05    0 01110001 00000000000000000000000
+
+  6.1005358e-05    0 01110000 11111111110000000000001    0 00001 0000000000
+  6.1035156e-05    0 01110001 00000000000000000000000
+
+   6.100535e-05    0 01110000 11111111101111111111111    0 00000 1111111111
+  6.0975552e-05    0 01110000 11111111100000000000000
+
+              2    0 10000000 00000000000000000000000    0 10000 0000000000
+              2    0 10000000 00000000000000000000000
+
+              3    0 10000000 10000000000000000000000    0 10000 1000000000
+              3    0 10000000 10000000000000000000000
+
+             10    0 10000010 01000000000000000000000    0 10010 0100000000
+             10    0 10000010 01000000000000000000000
+
+            0.1    0 01111011 10011001100110011001101    0 01011 1001100110
+    0.099975586    0 01111011 10011001100000000000000
+
+            0.2    0 01111100 10011001100110011001101    0 01100 1001100110
+     0.19995117    0 01111100 10011001100000000000000
+
+     0.30000001    0 01111101 00110011001100110011010    0 01101 0011001101
+     0.30004883    0 01111101 00110011010000000000000
+
+          65504    0 10001110 11111111110000000000000    0 11110 1111111111
+          65504    0 10001110 11111111110000000000000
+
+          65536    0 10001111 00000000000000000000000    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+          65520    0 10001110 11111111111000000000000    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+      65519.996    0 10001110 11111111110111111111111    0 11110 1111111111
+          65504    0 10001110 11111111110000000000000
+
+      65520.004    0 10001110 11111111111000000000001    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+   4.290774e+09    0 10011110 11111111100000000000100    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+  3.4028235e+38    0 11111110 11111111111111111111111    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+       Infinity    0 11111111 00000000000000000000000    0 11111 0000000000
+       Infinity    0 11111111 00000000000000000000000
+
+            NaN    0 11111111 11111111111111111111111    0 11111 1111111111
+            NaN    0 11111111 11111111110000000000000
+
+            NaN    0 11111111 10101010101010101010101    0 11111 1010101010
+            NaN    0 11111111 10101010100000000000000
+
+             -1    1 01111111 00000000000000000000000    1 01111 0000000000
+             -1    1 01111111 00000000000000000000000
+
+     -1.0009766    1 01111111 00000000010000000000000    1 01111 0000000001
+     -1.0009766    1 01111111 00000000010000000000000
+
+     -1.0004883    1 01111111 00000000001000000000000    1 01111 0000000000
+             -1    1 01111111 00000000000000000000000
+
+     -1.0004882    1 01111111 00000000000111111111111    1 01111 0000000000
+             -1    1 01111111 00000000000000000000000
+
+     -1.0004884    1 01111111 00000000001000000000001    1 01111 0000000001
+     -1.0009766    1 01111111 00000000010000000000000
+
+     -1.0019531    1 01111111 00000000100000000000000    1 01111 0000000010
+     -1.0019531    1 01111111 00000000100000000000000
+
+     -1.0014648    1 01111111 00000000011000000000000    1 01111 0000000010
+     -1.0019531    1 01111111 00000000100000000000000
+
+     -1.0014647    1 01111111 00000000010111111111111    1 01111 0000000001
+     -1.0009766    1 01111111 00000000010000000000000
+
+      -1.001465    1 01111111 00000000011000000000001    1 01111 0000000010
+     -1.0019531    1 01111111 00000000100000000000000
+
+    -0.99951172    1 01111110 11111111110000000000000    1 01110 1111111111
+    -0.99951172    1 01111110 11111111110000000000000
+
+    -0.99975586    1 01111110 11111111111000000000000    1 01111 0000000000
+             -1    1 01111111 00000000000000000000000
+
+    -0.99975592    1 01111110 11111111111000000000001    1 01111 0000000000
+             -1    1 01111111 00000000000000000000000
+
+     -0.9997558    1 01111110 11111111110111111111111    1 01110 1111111111
+    -0.99951172    1 01111110 11111111110000000000000
+
+ -5.9604645e-08    1 01100111 00000000000000000000000    1 00000 0000000001
+ -5.9604645e-08    1 01100111 00000000000000000000000
+
+ -1.1920929e-07    1 01101000 00000000000000000000000    1 00000 0000000010
+ -1.1920929e-07    1 01101000 00000000000000000000000
+
+ -8.9406967e-08    1 01100111 10000000000000000000000    1 00000 0000000010
+ -1.1920929e-07    1 01101000 00000000000000000000000
+
+ -8.9401006e-08    1 01100111 01111111111110010111001    1 00000 0000000001
+ -5.9604645e-08    1 01100111 00000000000000000000000
+
+ -8.9412929e-08    1 01100111 10000000000001101000111    1 00000 0000000010
+ -1.1920929e-07    1 01101000 00000000000000000000000
+
+             -0    1 00000000 00000000000000000000000    1 00000 0000000000
+             -0    1 00000000 00000000000000000000000
+
+ -2.9802322e-08    1 01100110 00000000000000000000000    1 00000 0000000000
+             -0    1 00000000 00000000000000000000000
+
+ -2.9808284e-08    1 01100110 00000000000011010001110    1 00000 0000000001
+ -5.9604645e-08    1 01100111 00000000000000000000000
+
+ -2.9796363e-08    1 01100101 11111111111001011100101    1 00000 0000000000
+             -0    1 00000000 00000000000000000000000
+
+ -6.1035156e-05    1 01110001 00000000000000000000000    1 00001 0000000000
+ -6.1035156e-05    1 01110001 00000000000000000000000
+
+ -6.1094761e-05    1 01110001 00000000010000000000000    1 00001 0000000001
+ -6.1094761e-05    1 01110001 00000000010000000000000
+
+ -6.1064959e-05    1 01110001 00000000001000000000000    1 00001 0000000000
+ -6.1035156e-05    1 01110001 00000000000000000000000
+
+ -6.1064951e-05    1 01110001 00000000000111111111111    1 00001 0000000000
+ -6.1035156e-05    1 01110001 00000000000000000000000
+
+ -6.1064966e-05    1 01110001 00000000001000000000001    1 00001 0000000001
+ -6.1094761e-05    1 01110001 00000000010000000000000
+
+ -6.0975552e-05    1 01110000 11111111100000000000000    1 00000 1111111111
+ -6.0975552e-05    1 01110000 11111111100000000000000
+
+ -6.1005354e-05    1 01110000 11111111110000000000000    1 00001 0000000000
+ -6.1035156e-05    1 01110001 00000000000000000000000
+
+ -6.1005358e-05    1 01110000 11111111110000000000001    1 00001 0000000000
+ -6.1035156e-05    1 01110001 00000000000000000000000
+
+  -6.100535e-05    1 01110000 11111111101111111111111    1 00000 1111111111
+ -6.0975552e-05    1 01110000 11111111100000000000000
+
+             -2    1 10000000 00000000000000000000000    1 10000 0000000000
+             -2    1 10000000 00000000000000000000000
+
+             -3    1 10000000 10000000000000000000000    1 10000 1000000000
+             -3    1 10000000 10000000000000000000000
+
+            -10    1 10000010 01000000000000000000000    1 10010 0100000000
+            -10    1 10000010 01000000000000000000000
+
+           -0.1    1 01111011 10011001100110011001101    1 01011 1001100110
+   -0.099975586    1 01111011 10011001100000000000000
+
+           -0.2    1 01111100 10011001100110011001101    1 01100 1001100110
+    -0.19995117    1 01111100 10011001100000000000000
+
+    -0.30000001    1 01111101 00110011001100110011010    1 01101 0011001101
+    -0.30004883    1 01111101 00110011010000000000000
+
+         -65504    1 10001110 11111111110000000000000    1 11110 1111111111
+         -65504    1 10001110 11111111110000000000000
+
+         -65536    1 10001111 00000000000000000000000    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+         -65520    1 10001110 11111111111000000000000    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+     -65519.996    1 10001110 11111111110111111111111    1 11110 1111111111
+         -65504    1 10001110 11111111110000000000000
+
+     -65520.004    1 10001110 11111111111000000000001    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+  -4.290774e+09    1 10011110 11111111100000000000100    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+ -3.4028235e+38    1 11111110 11111111111111111111111    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+      -Infinity    1 11111111 00000000000000000000000    1 11111 0000000000
+      -Infinity    1 11111111 00000000000000000000000
+
+           -NaN    1 11111111 11111111111111111111111    1 11111 1111111111
+           -NaN    1 11111111 11111111110000000000000
+
+           -NaN    1 11111111 10101010101010101010101    1 11111 1010101010
+           -NaN    1 11111111 10101010100000000000000
+
+ok
+
+classification of bit patterns
+
+              0    0 00000 0000000000    finite zero 
+              1    0 01111 0000000000    finite normalized 
+      1.0009766    0 01111 0000000001    finite normalized 
+  5.9604645e-08    0 00000 0000000001    finite denormalized 
+  1.1920929e-07    0 00000 0000000010    finite denormalized 
+  6.1035156e-05    0 00001 0000000000    finite normalized 
+  6.1094761e-05    0 00001 0000000001    finite normalized 
+  6.0975552e-05    0 00000 1111111111    finite denormalized 
+              2    0 10000 0000000000    finite normalized 
+              3    0 10000 1000000000    finite normalized 
+    0.099975586    0 01011 1001100110    finite normalized 
+     0.19995117    0 01100 1001100110    finite normalized 
+     0.30004883    0 01101 0011001101    finite normalized 
+          65504    0 11110 1111111111    finite normalized 
+       Infinity    0 11111 0000000000    infinity 
+            NaN    0 11111 1111111111    nan 
+            NaN    0 11111 1010101010    nan 
+             -1    1 01111 0000000000    finite normalized negative 
+     -1.0009766    1 01111 0000000001    finite normalized negative 
+ -5.9604645e-08    1 00000 0000000001    finite denormalized negative 
+ -1.1920929e-07    1 00000 0000000010    finite denormalized negative 
+ -6.1035156e-05    1 00001 0000000000    finite normalized negative 
+ -6.1094761e-05    1 00001 0000000001    finite normalized negative 
+ -6.0975552e-05    1 00000 1111111111    finite denormalized negative 
+             -2    1 10000 0000000000    finite normalized negative 
+             -3    1 10000 1000000000    finite normalized negative 
+   -0.099975586    1 01011 1001100110    finite normalized negative 
+    -0.19995117    1 01100 1001100110    finite normalized negative 
+    -0.30004883    1 01101 0011001101    finite normalized negative 
+         -65504    1 11110 1111111111    finite normalized negative 
+      -Infinity    1 11111 0000000000    infinity negative 
+           -NaN    1 11111 1111111111    nan negative 
+           -NaN    1 11111 1010101010    nan negative 
+
+       Infinity    0 11111 0000000000    infinity 
+      -Infinity    1 11111 0000000000    infinity negative 
+            NaN    0 11111 1111111111    nan 
+            NaN    0 11111 0111111111    nan 
+ok
+
+values in std::numeric_limits<half>
+min_exponent
+max_exponent
+min_exponent10
+max_exponent10
+ok
+
+halfFunction<T>
+ok
+
+PASS: HalfTest
+==================
+All 1 tests passed
+==================
+Making check in Iex
+make[2]: Nothing to be done for `check'.
+Making check in IexTest
+/usr/gnu/bin/make  IexTest
+mkdir .libs
+creating IexTest
+/usr/gnu/bin/make  check-TESTS
+See if throw and catch work:
+1
+2
+3
+4
+5
+ok
+
+PASS: IexTest
+==================
+All 1 tests passed
+==================
+Making check in Imath
+make[2]: Nothing to be done for `check'.
+Making check in ImathTest
+/usr/gnu/bin/make  ImathTest
+mkdir .libs
+creating ImathTest
+/usr/gnu/bin/make  check-TESTS
+Testing functions in ImathColor.h & ImathColorAlgo.h
+rgb2packed -> packed2rgb
+Imath::Color4 * f
+Imath::Color4 / f
+Assignment and comparison
+ok
+
+Testing functions in ImathShear.h
+Imath::Shear6 constructors
+Imath::Shear6 * f
+Imath::Shear6 / f
+Assignment and comparison
+ok
+
+Testing functions in ImathMatrix.h
+Imath::Matrix33 shear functions
+ok
+
+Testing functions in ImathRoots.h
+coefficients:   1   6  11   6  solutions: -3 -2 -1
+coefficients:   2   2 -20  16  solutions: -4 1 2
+coefficients:   3  -3   1  -1  solutions: 1
+coefficients:   2   0 -24 -32  solutions: -2 4
+coefficients:   1   0   0   0  solutions: -0
+coefficients:   8 -24  24  -8  solutions: 1
+coefficients:   0   2 -10  12  solutions: 2 3
+coefficients:   0   1  -1 -20  solutions: -4 5
+coefficients:   0   3 -12  12  solutions: 2
+coefficients:   0   1   0   0  solutions: -0
+coefficients:   0   1   0   1  solutions: none
+coefficients:   0   0   3  -6  solutions: 2
+coefficients:   0   0   5  15  solutions: -3
+coefficients:   0   0   1   0  solutions: -0
+coefficients:   0   0   0   1  solutions: none
+coefficients:   0   0   0   0  solutions: [-inf, inf]
+ok
+
+Testing functions in ImathFun.h
+floor
+ceil
+trunc
+divs / mods
+divp / modp
+successor, predecessor
+
+f 0
+sf 1.40129846e-45
+pf -1.40129846e-45
+spf -0
+psf 0
+
+f -0
+sf 1.40129846e-45
+pf -1.40129846e-45
+spf -0
+psf 0
+
+f 1
+sf 1.00000012
+pf 0.99999994
+spf 1
+psf 1
+
+f -1
+sf -0.99999994
+pf -1.00000012
+spf -1
+psf -1
+
+f 16
+sf 16.0000019
+pf 15.999999
+spf 16
+psf 16
+
+f 7
+sf 7.00000048
+pf 6.99999952
+spf 7
+psf 7
+
+f 0.699999988
+sf 0.700000048
+pf 0.699999928
+spf 0.699999988
+psf 0.699999988
+
+f Infinity
+sf Infinity
+pf Infinity
+spf Infinity
+psf Infinity
+
+f NaN
+sf NaN
+pf NaN
+spf NaN
+psf NaN
+
+f 3.40282347e+38
+sf Infinity
+pf 3.40282326e+38
+spf 3.40282347e+38
+psf Infinity
+
+f -3.40282347e+38
+sf -3.40282326e+38
+pf -Infinity
+spf -Infinity
+psf -3.40282347e+38
+
+d 0
+sd 4.94065645841246544e-324
+pd -4.94065645841246544e-324
+spd -9.88131291682493088e-324
+psd 0
+
+d -0
+sd 4.94065645841246544e-324
+pd -4.94065645841246544e-324
+spd -9.88131291682493088e-324
+psd 0
+
+d 1
+sd 1.00000000000000022
+pd 0.999999999999999889
+spd 1
+psd 1
+
+d -1
+sd -1.00000000000000022
+pd -0.999999999999999889
+spd -1
+psd -1
+
+d 16
+sd 16.0000000000000036
+pd 15.9999999999999982
+spd 16
+psd 16
+
+d 7
+sd 7.00000000000000089
+pd 6.99999999999999911
+spd 7
+psd 7
+
+d 0.699999999999999956
+sd 0.700000000000000067
+pd 0.699999999999999845
+spd 0.699999999999999956
+psd 0.699999999999999956
+
+d Infinity
+sd Infinity
+pd Infinity
+spd Infinity
+psd Infinity
+
+d NaN
+sd NaN
+pd NaN
+spd NaN
+psd NaN
+
+d 1.79769313486231571e+308
+sd Infinity
+pd 1.79769313486231551e+308
+spd 1.79769313486231571e+308
+psd Infinity
+
+d -1.79769313486231571e+308
+sd -Infinity
+pd -1.79769313486231551e+308
+spd -1.79769313486231571e+308
+psd -Infinity
+ok
+
+Testing 4x4 and 3x3 matrix inversion:
+M44f
+M33f
+ok
+
+Testing functions in ImathFrustum.h
+perspective 123
+planes 
+exceptions 123
+orthographic 1
+planes 
+passed inequality test
+passed equality test
+ok
+
+Testing random number generators
+erand48(), nrand48()
+Rand32
+  values
+  differences between successive values
+  range
+Rand48
+  values
+  differences between successive values
+  range
+solidSphereRand()
+hollowSphereRand()
+ok
+
+Testing extraction of rotation angle from 3x3 matrices
+Testing extraction of Euler angles from matrices
+extractEulerXYZ()
+order = 101
+extractEulerZYX()
+order = 2001
+Eulerf::extract()
+order = 101
+order = 1
+order = 1101
+order = 1001
+order = 2101
+order = 2001
+order = 11
+order = 111
+order = 1011
+order = 1111
+order = 2011
+order = 2111
+order = 2000
+order = 2100
+order = 1000
+order = 1100
+order = 0
+order = 100
+order = 2110
+order = 2010
+order = 1110
+order = 1010
+order = 110
+order = 10
+ok
+
+Testing extraction of scale, shear, rotation, translation from matrices
+Imath::extractSHRT()
+  random angles
+    3x3
+    4x4
+  special angles
+    3x3
+    4x4
+ok
+
+Testing quaternion rotations
+  exact 90-degree rotations
+  exact zero-degree rotations
+  exact 180-degree rotations
+  other angles
+  random from and to vectors
+  nearly equal from and to vectors
+  nearly opposite from and to vectors
+ok
+
+Testing quaternion spherical linear interpolation
+  combinations of 90-degree rotations around x, y and z
+  random rotations
+ok
+
+Testing line algorithms
+closest points on two lines
+  non-intersecting, non-parallel lines
+  intersecting, non-parallel lines
+  parallel lines
+  coincident lines
+  random lines
+line-triangle intersection
+  line-plane intersection inside triangle
+  line-plane intersection outside triangle
+  line parallel to triangle
+  zero-area triangle
+  random lines and triangles
+ok
+
+Testing box algorithms
+  ray-box intersection, random rays
+    box = ((-1 -1 -1) (1 1 1))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((10 20 30) (1010 21 31))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((10 20 30) (11 1020 31))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((10 20 30) (11 21 1030))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((-1e+10 -2e+10 -3e+10) (5e+15 6e+15 7e+15))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (2 1 1))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (1 2 1))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (1 1 2))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (1 2 3))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (2 3 1))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((1 1 1) (2 1 3))
+    ray starts inside box
+    ray starts outside box, intersects
+    ray starts outside box, does not intersect
+    box = ((-1 -2 1) (-1 -2 1))
+    single-point box, ray intersects
+    single-point box, ray does not intersect
+    box = ((1 1 1) (1 1 1))
+    single-point box, ray intersects
+    single-point box, ray does not intersect
+    box = ((0 0 0) (0 0 0))
+    single-point box, ray intersects
+    single-point box, ray does not intersect
+    empty box, no rays intersect
+  ray-box intersection, nearly axis-parallel rays
+    dir ~ (1 0 0), result = 1
+    dir ~ (-1 0 0), result = 1
+    dir ~ (1 0 0), result = 0
+    dir ~ (-1 0 0), result = 0
+    dir ~ (0 1 0), result = 1
+    dir ~ (0 -1 0), result = 1
+    dir ~ (0 1 0), result = 0
+    dir ~ (0 -1 0), result = 0
+    dir ~ (0 0 1), result = 1
+    dir ~ (0 0 -1), result = 1
+    dir ~ (0 0 1), result = 0
+    dir ~ (0 0 -1), result = 0
+  transform box by matrix
+ok
+
+PASS: ImathTest
+==================
+All 1 tests passed
+==================
+Making check in IlmThread
+make[2]: Nothing to be done for `check'.
+Making check in config
+make[2]: Nothing to be done for `check-am'.
--- a/components/libmemcached/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/libmemcached/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -75,9 +75,15 @@
 
 COMPONENT_INSTALL_ENV +=	DESTDIR=$(PROTO_DIR)
 
+COMPONENT_TEST_ARGS +=		-k -i
+COMPONENT_TEST_DIR =		$(@D)/tests
 COMPONENT_TEST_TARGETS =	test
-
-# common targets
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(bash: line 1:\).*|\1|" ' \
+	'-e "s|\(Testing \)\(.*\)\([0-9].[0-9][0-9][0-9]\)\(.*$$\)|\1\2\4|" ' \
+	'-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
+	'-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
+	'-e "/^XXX_REMOVE_XXX$$/d" '
 
 configure:	$(CONFIGURE_32_and_64)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libmemcached/test/results-32.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,1134 @@
+./testapp > output.cmp
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+
+block
+
+Testing flush					  [ ok ]
+Testing init					  [ ok ]
+Testing allocation					  [ ok ]
+Testing server_list_null_test					  [ ok ]
+Testing server_sort					  [ ok ]
+Testing clone_test					  [ ok ]
+Testing error					  [ ok ]
+Testing setAssertion failed: rc == MEMCACHED_SUCCESS || rc == MEMCACHED_BUFFERED, file function.c, line 170
+/bin/bash: line 1:
+make[1]: [library_test] Error 134 (ignored)
+diff output.res output.cmp
+40,1147c40
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+---
+> Error 32 -> A BAD KEY WAS PROVIDED/CHARACTERS OUT OF RANGE
+make[1]: [library_test] Error 1 (ignored)
+echo "Tests completed"
+Tests completed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libmemcached/test/results-64.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,1134 @@
+./testapp > output.cmp
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+sh: line 1: memcached: not found
+
+block
+
+Testing flush					  [ ok ]
+Testing init					  [ ok ]
+Testing allocation					  [ ok ]
+Testing server_list_null_test					  [ ok ]
+Testing server_sort					  [ ok ]
+Testing clone_test					  [ ok ]
+Testing error					  [ ok ]
+Testing setAssertion failed: rc == MEMCACHED_SUCCESS || rc == MEMCACHED_BUFFERED, file function.c, line 170
+/bin/bash: line 1:
+make[1]: [library_test] Error 134 (ignored)
+diff output.res output.cmp
+40,1147c40
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Error 0 -> SUCCESS
+< Error 1 -> FAILURE
+< Error 2 -> HOSTNAME LOOKUP FAILURE
+< Error 3 -> CONNECTION FAILURE
+< Error 4 -> CONNECTION BIND FAILURE
+< Error 5 -> WRITE FAILURE
+< Error 6 -> READ FAILURE
+< Error 7 -> UNKNOWN READ FAILURE
+< Error 8 -> PROTOCOL ERROR
+< Error 9 -> CLIENT ERROR
+< Error 10 -> SERVER ERROR
+< Error 11 -> CONNECTION SOCKET CREATE FAILURE
+< Error 12 -> CONNECTION DATA EXISTS
+< Error 13 -> CONNECTION DATA DOES NOT EXIST
+< Error 14 -> NOT STORED
+< Error 15 -> STORED
+< Error 16 -> NOT FOUND
+< Error 17 -> MEMORY ALLOCATION FAILURE
+< Error 18 -> PARTIAL READ
+< Error 19 -> SOME ERRORS WERE REPORTED
+< Error 20 -> NO SERVERS DEFINED
+< Error 21 -> SERVER END
+< Error 22 -> SERVER DELETE
+< Error 23 -> SERVER VALUE
+< Error 24 -> STAT VALUE
+< Error 25 -> SYSTEM ERROR
+< Error 26 -> COULD NOT OPEN UNIX SOCKET
+< Error 27 -> ACTION NOT SUPPORTED
+< Error 28 -> A KEY LENGTH OF ZERO WAS PROVIDED
+< Error 29 -> FETCH WAS NOT COMPLETED
+< Error 30 -> A TIMEOUT OCCURRED
+< Error 31 -> ACTION QUEUED
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+< Found key pid
+< Found key uptime
+< Found key time
+< Found key version
+< Found key pointer_size
+< Found key rusage_user
+< Found key rusage_system
+< Found key curr_items
+< Found key total_items
+< Found key bytes
+< Found key curr_connections
+< Found key total_connections
+< Found key connection_structures
+< Found key cmd_get
+< Found key cmd_set
+< Found key get_hits
+< Found key get_misses
+< Found key evictions
+< Found key bytes_read
+< Found key bytes_written
+< Found key limit_maxbytes
+< Found key threads
+---
+> Error 32 -> A BAD KEY WAS PROVIDED/CHARACTERS OUT OF RANGE
+make[1]: [library_test] Error 1 (ignored)
+echo "Tests completed"
+Tests completed
--- a/components/perl_modules/xml-simple/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/perl_modules/xml-simple/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -49,6 +49,8 @@
 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
 
 COMPONENT_TEST_TARGETS = test
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(^Files=\).*|\1|" '
 
 build:		$(BUILD_32_and_64)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl_modules/xml-simple/test/results-5.12-32.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,26 @@
+make[1]: Entering directory `$(@D)'
+PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+# 
# Package                        Version
+#  perl                           5.12.5
+#  XML::Simple                    2.20
+#  Storable                       2.22
+#  XML::Parser                    2.41
+#  XML::SAX                       0.99
+#  XML::NamespaceSupport          1.11
+t/0_Config.t ............ ok
+t/1_XMLin.t ............. ok
+t/2_XMLout.t ............ ok
+t/3_Storable.t .......... ok
+t/4_MemShare.t .......... ok
+t/5_MemCopy.t ........... ok
+t/6_ObjIntf.t ........... ok
+t/7_SaxStuff.t .......... ok
+t/8_Namespaces.t ........ ok
+t/9_Strict.t ............ ok
+t/A_XMLParser.t ......... ok
+t/B_Hooks.t ............. ok
+t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
+All tests successful.
+Files=
+Result: PASS
+make[1]: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl_modules/xml-simple/test/results-5.12-mt-32.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,26 @@
+make[1]: Entering directory `$(@D)'
+PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+# 
# Package                        Version
+#  perl                           5.12.5
+#  XML::Simple                    2.20
+#  Storable                       2.22
+#  XML::Parser                    2.41
+#  XML::SAX                       0.99
+#  XML::NamespaceSupport          1.11
+t/0_Config.t ............ ok
+t/1_XMLin.t ............. ok
+t/2_XMLout.t ............ ok
+t/3_Storable.t .......... ok
+t/4_MemShare.t .......... ok
+t/5_MemCopy.t ........... ok
+t/6_ObjIntf.t ........... ok
+t/7_SaxStuff.t .......... ok
+t/8_Namespaces.t ........ ok
+t/9_Strict.t ............ ok
+t/A_XMLParser.t ......... ok
+t/B_Hooks.t ............. ok
+t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
+All tests successful.
+Files=
+Result: PASS
+make[1]: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl_modules/xml-simple/test/results-5.16-64.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,156 @@
+make[1]: Entering directory `$(@D)'
+PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+# 
# Package                        Version
+#  perl                           5.16.3
+#  XML::Simple                    2.20
+#  Storable                       2.34
+#  XML::Parser                    Not Installed
+#  XML::SAX                       Not Installed
+t/0_Config.t ............ ok
+XMLin() requires either XML::SAX or XML::Parser at t/1_XMLin.t line 43.
+# Looks like you planned 131 tests but ran 1.
+# Looks like your test exited with 2 just after 1.
+t/1_XMLin.t ............. 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 130/131 subtests 
+XMLin() requires either XML::SAX or XML::Parser at t/2_XMLout.t line 42.
+# Looks like you planned 201 tests but ran 4.
+# Looks like your test exited with 2 just after 4.
+t/2_XMLout.t ............ 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 197/201 subtests 
+XMLin() requires either XML::SAX or XML::Parser at t/3_Storable.t line 153.
+# Looks like you planned 23 tests but ran 2.
+# Looks like your test exited with 2 just after 2.
+t/3_Storable.t .......... 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 21/23 subtests 
+XMLin() requires either XML::SAX or XML::Parser at t/4_MemShare.t line 110.
+# Looks like you planned 8 tests but ran 1.
+# Looks like your test exited with 2 just after 1.
+t/4_MemShare.t .......... 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 7/8 subtests 
+XMLin() requires either XML::SAX or XML::Parser at t/5_MemCopy.t line 114.
+# Looks like you planned 7 tests but ran 1.
+# Looks like your test exited with 2 just after 1.
+t/5_MemCopy.t ........... 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 6/7 subtests 
+XMLin() requires either XML::SAX or XML::Parser at t/6_ObjIntf.t line 159.
+# Looks like you planned 37 tests but ran 6.
+# Looks like your test exited with 2 just after 6.
+t/6_ObjIntf.t ........... 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 31/37 subtests 
+t/7_SaxStuff.t .......... skipped: no XML::SAX
+t/8_Namespaces.t ........ skipped: no XML::SAX
+
+#   Failed test 'XMLin() did not fail'
+#   at t/9_Strict.t line 24.
+#          got: 'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 22.
+# '
+#     expected: ''
+
+#   Failed test 'and managed to produce the expected results'
+#   at t/9_Strict.t line 28.
+#          got: ''
+#     expected: 'name1 name2'
+
+#   Failed test 'with the correct error message'
+#   at t/9_Strict.t line 88.
+#                   'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 84.
+# '
+#     doesn't match '(?^:(?i)<part> element has no 'partnum' key attribute)'
+
+#   Failed test 'with the correct error message'
+#   at t/9_Strict.t line 107.
+#                   'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 103.
+# '
+#     doesn't match '(?^:(?i)<part> element has non-unique value in 'partnum' key attribute: 12345)'
+
+#   Failed test 'with the correct error message'
+#   at t/9_Strict.t line 127.
+#                   'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 123.
+# '
+#     doesn't match '(?^:(?i)<item> element has non-scalar 'name' key attribute)'
+
+#   Failed test '$xs->XMLin() did not fail'
+#   at t/9_Strict.t line 195.
+#          got: 'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 193.
+# '
+#     expected: ''
+
+#   Failed test 'and managed to produce the expected results'
+#   at t/9_Strict.t line 199.
+#          got: ''
+#     expected: 'name1 name2'
+
+#   Failed test 'with the correct error message'
+#   at t/9_Strict.t line 268.
+#                   'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 264.
+# '
+#     doesn't match '(?^:(?i)<part> element has no 'partnum' key attribute)'
+
+#   Failed test 'with the correct error message'
+#   at t/9_Strict.t line 290.
+#                   'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 286.
+# '
+#     doesn't match '(?^:(?i)<item> element has non-scalar 'name' key attribute)'
+
+#   Failed test 'other namespaces do not have strict mode forced upon them'
+#   at t/9_Strict.t line 346.
+#          got: 'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 372.
+# '
+#     expected: ''
+
+#   Failed test 'other namespaces do not have strict mode forced upon them'
+#   at t/9_Strict.t line 364.
+#          got: 'XMLin() requires either XML::SAX or XML::Parser at t/9_Strict.t line 361.
+# '
+#     expected: ''
+# Looks like you failed 11 tests of 44.
+t/9_Strict.t ............ 
+Dubious, test returned 11 (wstat 2816, 0xb00)
+Failed 11/44 subtests 
+t/A_XMLParser.t ......... skipped: no XML::Parser
+XMLin() requires either XML::SAX or XML::Parser at t/B_Hooks.t line 94.
+# Looks like you planned 12 tests but ran 8.
+# Looks like your test exited with 2 just after 8.
+t/B_Hooks.t ............. 
+Dubious, test returned 2 (wstat 512, 0x200)
+Failed 4/12 subtests 
+	(less 3 skipped subtests: 5 okay)
+t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
+
+Test Summary Report
+-------------------
+t/1_XMLin.t           (Wstat: 512 Tests: 1 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 131 tests but ran 1.
+t/2_XMLout.t          (Wstat: 512 Tests: 4 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 201 tests but ran 4.
+t/3_Storable.t        (Wstat: 512 Tests: 2 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 23 tests but ran 2.
+t/4_MemShare.t        (Wstat: 512 Tests: 1 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 8 tests but ran 1.
+t/5_MemCopy.t         (Wstat: 512 Tests: 1 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 7 tests but ran 1.
+t/6_ObjIntf.t         (Wstat: 512 Tests: 6 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 37 tests but ran 6.
+t/9_Strict.t          (Wstat: 2816 Tests: 44 Failed: 11)
+  Failed tests:  2-3, 13, 15, 17, 23-24, 34, 36, 41, 44
+  Non-zero exit status: 11
+t/B_Hooks.t           (Wstat: 512 Tests: 8 Failed: 0)
+  Non-zero exit status: 2
+  Parse errors: Bad plan.  You planned 12 tests but ran 8.
+Files=
+Result: FAIL
+Failed 8/13 test programs. 11/68 subtests failed.
+make[1]: *** [test_dynamic] Error 255
+make[1]: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/perl_modules/xml-simple/test/results-5.20-64.master	Tue Nov 03 13:40:13 2015 -0800
@@ -0,0 +1,26 @@
+make[1]: Entering directory `$(@D)'
+PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+# 
# Package                        Version
+#  perl                           5.20.1
+#  XML::Simple                    2.20
+#  Storable                       2.49
+#  XML::Parser                    2.41
+#  XML::SAX                       0.99
+#  XML::NamespaceSupport          1.11
+t/0_Config.t ............ ok
+t/1_XMLin.t ............. ok
+t/2_XMLout.t ............ ok
+t/3_Storable.t .......... ok
+t/4_MemShare.t .......... ok
+t/5_MemCopy.t ........... ok
+t/6_ObjIntf.t ........... ok
+t/7_SaxStuff.t .......... ok
+t/8_Namespaces.t ........ ok
+t/9_Strict.t ............ ok
+t/A_XMLParser.t ......... ok
+t/B_Hooks.t ............. ok
+t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
+All tests successful.
+Files=
+Result: PASS
+make[1]: Leaving directory `$(@D)'
--- a/components/which/Makefile	Wed Oct 28 20:22:32 2015 -0700
+++ b/components/which/Makefile	Tue Nov 03 13:40:13 2015 -0800
@@ -48,24 +48,14 @@
 
 ASLR_MODE = $(ASLR_ENABLE)
 
-# common targets
 configure:	$(CONFIGURE_64)
 
 build:		$(BUILD_64)
 
 install:	$(INSTALL_64)
 
-test:		$(TEST_64)
+test:		$(NO_TESTS)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:    $(NO_TESTS)
 
 REQUIRED_PACKAGES += system/library
-# Auto-generated contents below.  Please manually verify and remove this comment
-
-REQUIRED_PACKAGES += system/library
-# Auto-generated contents below.  Please manually verify and remove this comment
-
-REQUIRED_PACKAGES += system/library
-# Auto-generated contents below.  Please manually verify and remove this comment
-
-REQUIRED_PACKAGES += system/library