1:BUILD_BY[name] student7 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] 9 requirements, could not install first requirement 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] >>>> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise >>>> uname -a Linux student-VPCSE13FX 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >>>> lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 42 Stepping: 7 CPU MHz: 800.000 BogoMIPS: 4789.10 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0-3 >>>> javac -version javac 1.7.0_51 >>>> gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] Intel TBB Google Test Library PThread Boost OpenSSL Xerces GSL NSort BDB 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] INSTALL file: 0) # requirements: Intel TBB, Google Test Library, PThread, Boost, OpenSSL, Xerces, GSL, NSort, BDB 1) autoreconf -is 2) ./configure 3) make 4) cd test/fawnds/ 5) ./test Had TBB, Google Test, PThread, Boost, GSL sudo apt-get install libxerces-c-dev libdb-dev NSort http://www.ordinal.com/try.cgi doesn't have ubuntu version available I didn't get this, and the code compiled and ran. > autoreconf -is > ./configure > make error: /home/student/temp/repro/LimFAK11/silt/fawnds/rate_limiter.cc:17: undefined reference to `clock_gettime' ./.libs/libfawnds.a(libfawnds_la-rate_limiter.o): In function `fawn::RateLimiter::update_tokens()': /home/student/temp/repro/LimFAK11/silt/fawnds/rate_limiter.cc:76: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[2]: *** [fawnds_bench] Error 1 make[2]: Leaving directory `/home/student/temp/repro/LimFAK11/silt/fawnds' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/student/temp/repro/LimFAK11/silt' make: *** [all] Error 2 http://stackoverflow.com/questions/2418157/ubuntu-linux-c-error-undefined-reference-to-clock-gettime-and-clock-settim put -lrt into LIBS in makefile in test/fawnds This worked > make suceeds. > ./testFawnDS [==========] Running 14 tests from 1 test case. [----------] Global test environment set-up. [----------] 14 tests from FawnDSTest [ RUN ] FawnDSTest.TestCollisionsA 1398820722.113970: 0.00 reads/s, 23809.52 writes/s, 31.26 MB total 1398820722.113970: NUM_ACTIVE_DATA 10 1398820722.113970: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestCollisionsA (683 ms) [ RUN ] FawnDSTest.TestCollisionsB 1398820722.676114: 0.00 reads/s, 27027.03 writes/s, 31.40 MB total 1398820722.676114: NUM_ACTIVE_DATA 8 1398820722.676114: MEMORY_USE [25165824,0] 1398820723.676380: 10.00 reads/s, 9.00 writes/s, 31.40 MB total 1398820723.676380: NUM_ACTIVE_DATA 10 1398820723.676380: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestCollisionsB (1530 ms) [ RUN ] FawnDSTest.TestCollisionsC 1398820724.192227: 0.00 reads/s, 24390.24 writes/s, 31.46 MB total 1398820724.192227: NUM_ACTIVE_DATA 10 1398820724.192227: MEMORY_USE [25165824,0] 1398820725.192587: 10.00 reads/s, 9.00 writes/s, 31.46 MB total 1398820725.192587: NUM_ACTIVE_DATA 10 1398820725.192587: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestCollisionsC (1511 ms) [ RUN ] FawnDSTest.TestSimpleInsertRetrieve 1398820725.710858: 0.00 reads/s, 13157.89 writes/s, 31.46 MB total 1398820725.710858: NUM_ACTIVE_DATA 1 1398820725.710858: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestSimpleInsertRetrieve (511 ms) [ RUN ] FawnDSTest.TestSimpleInsertNovalueRetrieve 1398820726.217029: 0.00 reads/s, 17241.38 writes/s, 31.47 MB total 1398820726.217029: NUM_ACTIVE_DATA 1 1398820726.217029: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestSimpleInsertNovalueRetrieve (512 ms) [ RUN ] FawnDSTest.TestSimpleDelete 1398820726.724630: 0.00 reads/s, 34482.76 writes/s, 31.47 MB total 1398820726.724630: NUM_ACTIVE_DATA 0 1398820726.724630: MEMORY_USE [25165824,0] 1398820727.724872: 3.00 reads/s, 3.00 writes/s, 31.47 MB total 1398820727.724872: NUM_ACTIVE_DATA 1 1398820727.724872: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestSimpleDelete (1521 ms) [ RUN ] FawnDSTest.TestDelete 1398820728.247980: 0.00 reads/s, 0.00 writes/s, 31.48 MB total 1398820728.247980: NUM_ACTIVE_DATA 0 1398820728.247980: MEMORY_USE [25165824,0] 1398820729.248232: 1.00 reads/s, 7.00 writes/s, 31.48 MB total 1398820729.248232: NUM_ACTIVE_DATA 4 1398820729.248232: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestDelete (1511 ms) [ RUN ] FawnDSTest.Test10000InsertRetrieve 1398820729.766079: 0.00 reads/s, 0.00 writes/s, 31.52 MB total 1398820729.766079: NUM_ACTIVE_DATA 2 1398820729.766079: MEMORY_USE [25165824,0] 1398820730.766622: 9994.57 reads/s, 9994.57 writes/s, 31.52 MB total 1398820730.766622: NUM_ACTIVE_DATA 10000 1398820730.766622: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test10000InsertRetrieve (1523 ms) [ RUN ] FawnDSTest.Test10000InsertDelete 1398820731.289309: 0.00 reads/s, 0.00 writes/s, 31.53 MB total 1398820731.289309: NUM_ACTIVE_DATA 3 1398820731.289309: MEMORY_USE [25165824,0] 1398820732.289813: 0.00 reads/s, 19989.93 writes/s, 31.53 MB total 1398820732.289813: NUM_ACTIVE_DATA 10000 1398820732.289813: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test10000InsertDelete (1510 ms) [ RUN ] FawnDSTest.Test10000InsertRewriteRetrieve 1398820732.789477: 0.00 reads/s, 37037.04 writes/s, 31.53 MB total 1398820732.789477: NUM_ACTIVE_DATA 9 1398820732.789477: MEMORY_USE [25165824,0] 1398820733.789736: 0.00 reads/s, 9996.41 writes/s, 31.53 MB total 1398820733.789736: NUM_ACTIVE_DATA 10000 1398820733.789736: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test10000InsertRewriteRetrieve (1556 ms) [ RUN ] FawnDSTest.Test10000DoubleInsertRewriteRetrieve 1398820734.353809: 0.00 reads/s, 0.00 writes/s, 31.53 MB total 1398820734.353809: NUM_ACTIVE_DATA 4 1398820734.353809: MEMORY_USE [25165824,0] 1398820735.354040: 0.00 reads/s, 19995.38 writes/s, 31.53 MB total 1398820735.354040: NUM_ACTIVE_DATA 10000 1398820735.354040: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test10000DoubleInsertRewriteRetrieve (1512 ms) [ RUN ] FawnDSTest.TestWriteDB 1398820735.867002: 0.00 reads/s, 0.00 writes/s, 31.53 MB total 1398820735.867002: NUM_ACTIVE_DATA 6 1398820735.867002: MEMORY_USE [25165824,0] 1398820736.867209: 0.00 reads/s, 168136.20 writes/s, 31.53 MB total 1398820736.867209: NUM_ACTIVE_DATA 168185 1398820736.867209: MEMORY_USE [25165824,0] 1398820737.867447: 0.00 reads/s, 159339.08 writes/s, 31.53 MB total 1398820737.867447: NUM_ACTIVE_DATA 327547 1398820737.867447: MEMORY_USE [25165824,0] 1398820738.867843: 0.00 reads/s, 42002.37 writes/s, 31.53 MB total 1398820738.867843: NUM_ACTIVE_DATA 369566 1398820738.867843: MEMORY_USE [25165824,0] 1398820739.868390: 0.00 reads/s, 42574.71 writes/s, 31.53 MB total 1398820739.868390: NUM_ACTIVE_DATA 412170 1398820739.868390: MEMORY_USE [25165824,0] 1398820740.868906: 0.00 reads/s, 44761.90 writes/s, 31.53 MB total 1398820740.868906: NUM_ACTIVE_DATA 456957 1398820740.868906: MEMORY_USE [25165824,0] 1398820741.869520: 0.00 reads/s, 44285.81 writes/s, 31.53 MB total 1398820741.869520: NUM_ACTIVE_DATA 501271 1398820741.869520: MEMORY_USE [25165824,0] 1398820742.869976: 0.00 reads/s, 43957.96 writes/s, 31.53 MB total 1398820742.869976: NUM_ACTIVE_DATA 545246 1398820742.869976: MEMORY_USE [25165824,0] 1398820743.870497: 0.00 reads/s, 74398.24 writes/s, 31.53 MB total 1398820743.870497: NUM_ACTIVE_DATA 619677 1398820743.870497: MEMORY_USE [25165824,0] 1398820744.870763: 0.00 reads/s, 51212.38 writes/s, 31.53 MB total 1398820744.870763: NUM_ACTIVE_DATA 670903 1398820744.870763: MEMORY_USE [25165824,0] 1398820745.871013: 0.00 reads/s, 51131.22 writes/s, 31.53 MB total 1398820745.871013: NUM_ACTIVE_DATA 722054 1398820745.871013: MEMORY_USE [25165824,0] 1398820746.871211: 0.00 reads/s, 53020.50 writes/s, 31.53 MB total 1398820746.871211: NUM_ACTIVE_DATA 775078 1398820746.871211: MEMORY_USE [25165824,0] 1398820747.871518: 0.00 reads/s, 55995.81 writes/s, 31.53 MB total 1398820747.871518: NUM_ACTIVE_DATA 831091 1398820747.871518: MEMORY_USE [25165824,0] 1398820748.871941: 0.00 reads/s, 51032.41 writes/s, 31.53 MB total 1398820748.871941: NUM_ACTIVE_DATA 882145 1398820748.871941: MEMORY_USE [25165824,0] 1398820749.872268: 0.00 reads/s, 47733.39 writes/s, 31.53 MB total 1398820749.872268: NUM_ACTIVE_DATA 929896 1398820749.872268: MEMORY_USE [25165824,0] 1398820750.872559: 0.00 reads/s, 55567.83 writes/s, 31.53 MB total 1398820750.872559: NUM_ACTIVE_DATA 985478 1398820750.872559: MEMORY_USE [25165824,0] 1398820751.872732: 0.00 reads/s, 51482.09 writes/s, 31.53 MB total 1398820751.872732: NUM_ACTIVE_DATA 1036977 1398820751.872732: MEMORY_USE [25165824,0] Memory use: [25165824,0] 1398820752.872983: 0.00 reads/s, 11603.09 writes/s, 31.53 MB total 1398820752.872983: NUM_ACTIVE_DATA 1048576 1398820752.872983: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.TestWriteDB (22113 ms) [ RUN ] FawnDSTest.Test10000Merge 1398820758.163395: 0.00 reads/s, 0.00 writes/s, 31.54 MB total 1398820758.163395: NUM_ACTIVE_DATA 4 1398820758.163395: MEMORY_USE [25165824,0] 1398820759.163610: 0.00 reads/s, 4998.93 writes/s, 31.54 MB total 1398820759.163610: NUM_ACTIVE_DATA 5000 1398820759.163610: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test10000Merge (1721 ms) [ RUN ] FawnDSTest.Test1000000Insert 1398820759.699551: 0.00 reads/s, 0.00 writes/s, 31.54 MB total 1398820759.699551: NUM_ACTIVE_DATA 6 1398820759.699551: MEMORY_USE [25165824,0] 1398820760.699737: 0.00 reads/s, 188460.95 writes/s, 31.54 MB total 1398820760.699737: NUM_ACTIVE_DATA 188512 1398820760.699737: MEMORY_USE [25165824,0] 1398820761.699930: 0.00 reads/s, 148910.26 writes/s, 31.54 MB total 1398820761.699930: NUM_ACTIVE_DATA 337448 1398820761.699930: MEMORY_USE [25165824,0] 1398820762.700574: 0.00 reads/s, 62959.45 writes/s, 31.54 MB total 1398820762.700574: NUM_ACTIVE_DATA 400434 1398820762.700574: MEMORY_USE [25165824,0] 1398820763.701040: 0.00 reads/s, 38231.18 writes/s, 31.54 MB total 1398820763.701040: NUM_ACTIVE_DATA 438690 1398820763.701040: MEMORY_USE [25165824,0] 1398820764.701477: 0.00 reads/s, 44241.67 writes/s, 31.54 MB total 1398820764.701477: NUM_ACTIVE_DATA 482944 1398820764.701477: MEMORY_USE [25165824,0] 1398820765.701903: 0.00 reads/s, 34576.27 writes/s, 31.54 MB total 1398820765.701903: NUM_ACTIVE_DATA 517543 1398820765.701903: MEMORY_USE [25165824,0] 1398820766.702359: 0.00 reads/s, 49583.39 writes/s, 31.54 MB total 1398820766.702359: NUM_ACTIVE_DATA 567148 1398820766.702359: MEMORY_USE [25165824,0] 1398820767.702864: 0.00 reads/s, 67518.90 writes/s, 31.54 MB total 1398820767.702864: NUM_ACTIVE_DATA 634694 1398820767.702864: MEMORY_USE [25165824,0] 1398820768.703139: 0.00 reads/s, 163654.00 writes/s, 31.54 MB total 1398820768.703139: NUM_ACTIVE_DATA 798410 1398820768.703139: MEMORY_USE [25165824,0] 1398820769.703340: 0.00 reads/s, 168770.08 writes/s, 31.54 MB total 1398820769.703340: NUM_ACTIVE_DATA 967212 1398820769.703340: MEMORY_USE [25165824,0] 1398820770.703704: 0.00 reads/s, 32790.06 writes/s, 31.54 MB total 1398820770.703704: NUM_ACTIVE_DATA 1000000 1398820770.703704: MEMORY_USE [25165824,0] [ OK ] FawnDSTest.Test1000000Insert (11580 ms) [----------] 14 tests from FawnDSTest (49296 ms total) [----------] Global test environment tear-down [==========] 14 tests from 1 test case ran. (49297 ms total) [ PASSED ] 14 tests. 2:END_NOTES