Skip to content

Instantly share code, notes, and snippets.

@gonuke
Created November 16, 2015 22:11
Show Gist options
  • Save gonuke/46409ddbff8627363ee0 to your computer and use it in GitHub Desktop.
Save gonuke/46409ddbff8627363ee0 to your computer and use it in GitHub Desktop.
failed cyamore install
cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
-- The C compiler identification is GNU 5.2.1
-- The CXX compiler identification is GNU 5.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMAKE_MODULE_PATH /share/cmake-2.8/Modules;/root/cycamore/cmake
-- Using /root/miniconda as CYCLUS_ROOT_DIR.
-- Found Cyclus Core Headers : /root/miniconda/include/cyclus
-- Found Cyclus Core Test Headers : /root/miniconda/include/cyclus
-- Found Cyclus Core Shared Data : /root/miniconda/share/cyclus
-- Found Cyclus Core Library : /root/miniconda/lib/libcyclus.so
-- Found Cyclus Test Libraries : /root/miniconda/lib/cyclus/libgtest.so/root/miniconda/lib/cyclus/libbaseagentunittests.so
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.2")
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.46.1
-- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/x86_64-linux-gnu/libglib-2.0.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.4.1
-- Found SigC++
-- checking for module 'glibmm-2.4'
-- found glibmm-2.4, version 2.44.0
-- Found Glibmm
-- checking for module 'libxml++-2.6'
-- found libxml++-2.6, version 2.38.1
-- Found LibXML++
--LIBS: /root/miniconda/lib/libcyclus.so;/usr/lib/x86_64-linux-gnu/libxml++-2.6.so;/usr/lib/x86_64-linux-gnu/libxml2.so;/usr/lib/x86_64-linux-gnu/libglibmm-2.4.so;/usr/lib/x86_64-linux-gnu/libglib-2.0.so;/usr/lib/x86_64-linux-gnu/libsigc-2.0.so
--LD_LIBRARY_PATH: /root/miniconda/lib
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- filesystem
-- system
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
Found LAPACK Libraries: /usr/lib/liblapack.so;/usr/lib/libblas.so
-- Found HDF5: /root/miniconda/lib/libhdf5_hl.so;/root/miniconda/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
-- HDF5 Root:
-- HDF5 Include directory: /root/miniconda/include
-- HDF5 Library directories: /root/miniconda/lib
-- HDF5 Libraries: /root/miniconda/lib/libhdf5_hl.so;/root/miniconda/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
COIN Root Dir:
-- COIN_ROOT_DIR hint is :
-- Coin multiple library dependency status:
COIN Include Dir: /usr/include/coin
COIN CBC: /usr/lib/x86_64-linux-gnu/libCbc.so
COIN CBC solver: /usr/lib/x86_64-linux-gnu/libCbcSolver.so
COIN CGL: /usr/lib/x86_64-linux-gnu/libCgl.so
COIN CLP: /usr/lib/x86_64-linux-gnu/libClp.so
COIN UTILS: /usr/lib/x86_64-linux-gnu/libCoinUtils.so
COIN OSI: /usr/lib/x86_64-linux-gnu/libOsi.so
COIN OSI CLP: /usr/lib/x86_64-linux-gnu/libOsiClp.so
COIN ZLIB: /usr/lib/x86_64-linux-gnu/libz.so
COIN BZ2: /usr/lib/x86_64-linux-gnu/libbz2.so
-- Found COIN: /usr/include/coin
-- Found COIN Include Dirs: /usr/include/coin
-- COIN Root:
-- COIN Include directories: /usr/include/coin
-- COIN Libraries: /usr/lib/x86_64-linux-gnu/libCbc.so;/usr/lib/x86_64-linux-gnu/libCbcSolver.so;/usr/lib/x86_64-linux-gnu/libCgl.so;/usr/lib/x86_64-linux-gnu/libOsi.so;/usr/lib/x86_64-linux-gnu/libOsiClp.so;/usr/lib/x86_64-linux-gnu/libClp.so;/usr/lib/x86_64-linux-gnu/libCoinUtils.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libbz2.so
-- Found Sqlite3 header file in /usr/include
-- Found Sqlite3 libraries: /usr/lib/x86_64-linux-gnu/libsqlite3.so
-- SQLITE3 Include directories: /usr/include
-- SQLITE3 Libraries: /usr/lib/x86_64-linux-gnu/libsqlite3.so
-- Starting construction of build files for agent: reactor
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/reactor.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/reactor.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/reactor.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/reactor.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/reactor_tests.cc to /root/cycamore/build/cycamore/reactor_tests.cc.
-- Finished construction of build files for agent: reactor
-- Starting construction of build files for agent: fuel_fab
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/fuel_fab.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/fuel_fab.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/fuel_fab.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/fuel_fab.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/fuel_fab_tests.cc to /root/cycamore/build/cycamore/fuel_fab_tests.cc.
-- Finished construction of build files for agent: fuel_fab
-- Starting construction of build files for agent: enrichment
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/enrichment.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/enrichment.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/enrichment.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/enrichment.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/enrichment_tests.h to /root/cycamore/build/cycamore/enrichment_tests.h.
-- Copying /root/cycamore/src/enrichment_tests.cc to /root/cycamore/build/cycamore/enrichment_tests.cc.
-- Finished construction of build files for agent: enrichment
-- Starting construction of build files for agent: separations
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/separations.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/separations.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/separations.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/separations.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/separations_tests.cc to /root/cycamore/build/cycamore/separations_tests.cc.
-- Finished construction of build files for agent: separations
-- Starting construction of build files for agent: sink
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/sink.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/sink.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/sink.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/sink.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/sink_tests.h to /root/cycamore/build/cycamore/sink_tests.h.
-- Copying /root/cycamore/src/sink_tests.cc to /root/cycamore/build/cycamore/sink_tests.cc.
-- Finished construction of build files for agent: sink
-- Starting construction of build files for agent: source
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/source.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/source.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/source.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/source.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/source_tests.h to /root/cycamore/build/cycamore/source_tests.h.
-- Copying /root/cycamore/src/source_tests.cc to /root/cycamore/build/cycamore/source_tests.cc.
-- Finished construction of build files for agent: source
-- Starting construction of build files for agent: deploy_inst
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/deploy_inst.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/deploy_inst.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/deploy_inst.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/deploy_inst.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/deploy_inst_tests.cc to /root/cycamore/build/cycamore/deploy_inst_tests.cc.
-- Finished construction of build files for agent: deploy_inst
-- Starting construction of build files for agent: manager_inst
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/manager_inst.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/manager_inst.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/manager_inst.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/manager_inst.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/manager_inst_tests.h to /root/cycamore/build/cycamore/manager_inst_tests.h.
-- Copying /root/cycamore/src/manager_inst_tests.cc to /root/cycamore/build/cycamore/manager_inst_tests.cc.
-- Finished construction of build files for agent: manager_inst
-- Starting construction of build files for agent: growth_region
-- Copying /root/cycamore/src/cycamore_version.h to /root/cycamore/build/cycamore/cycamore_version.h.
dstcustomheaders: cycamore_version.h
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/growth_region.cc --cpp-path=cpp -o=/root/cycamore/build/cycamore/growth_region.cc --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Executing /root/miniconda/include/cyclus/../../bin/cycpp.py /root/cycamore/src/growth_region.h --cpp-path=cpp -o=/root/cycamore/build/cycamore/growth_region.h --pass3-use-orig -I=:/root/miniconda/include/cyclus:/usr/include/libxml++-2.6:/usr/include/glibmm-2.4:/root/miniconda/lib/glibmm-2.4/include:/usr/include/glib-2.0:/usr/lib/x86_64-linux-gnu/glib-2.0/include:/usr/include/sigc++-2.0:/root/miniconda/lib/sigc++-2.0/include:/root/miniconda/lib/libxml++-2.6/include:/usr/include:/root/miniconda/include:/usr/include/coin:/usr/include
-- Copying /root/cycamore/src/growth_region_tests.h to /root/cycamore/build/cycamore/growth_region_tests.h.
-- Copying /root/cycamore/src/growth_region_tests.cc to /root/cycamore/build/cycamore/growth_region_tests.cc.
-- Finished construction of build files for agent: growth_region
GENERATED TESTS DIR /root/cycamore/build/tests
GENERATED TESTS
CYClUS EXECUTABLE PATH = /root/miniconda/include/cyclus/../../bin
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- WARNING: Doxygen not found - doc won't be created
-- Configuring done
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/deploy_inst.cc" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/deploy_inst.h" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/enrichment.cc" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/enrichment.h" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/fuel_fab.cc" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/fuel_fab.h" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/growth_region.cc" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/growth_region.h" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/manager_inst.cc" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/manager_inst.h" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/reactor.cc" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/reactor.h" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/separations.cc" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/separations.h" of
target "cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/sink.cc" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/sink.h" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/source.cc" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:255 (ADD_DEPENDENCIES):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "/root/cycamore/build/cycamore/source.h" of target
"cycamore" does not exist.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning at CMakeLists.txt:167 (ADD_EXECUTABLE):
Cannot generate a safe runtime search path for target cycamore_unit_tests
because files in some directories may conflict with libraries in implicit
directories:
runtime library [libxml++-2.6.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libglibmm-2.4.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libsigc-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCbc.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCbcSolver.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCgl.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libOsi.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libOsiClp.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libClp.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCoinUtils.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libsqlite3.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
Some of these libraries may not be found correctly.
CMake Warning at /root/miniconda/share/cyclus/cmake/UseCyclus.cmake:252 (ADD_LIBRARY):
Cannot generate a safe runtime search path for target cycamore because
files in some directories may conflict with libraries in implicit
directories:
runtime library [libxml++-2.6.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libglibmm-2.4.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libsigc-2.0.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCbc.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCbcSolver.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCgl.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libOsi.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libOsiClp.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libClp.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libCoinUtils.so.3] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
runtime library [libsqlite3.so.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/root/miniconda/lib
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
/root/miniconda/share/cyclus/cmake/UseCyclus.cmake:246 (INSTALL_AGENT_LIB_)
src/CMakeLists.txt:26 (INSTALL_CYCLUS_MODULE)
-- Generating done
-- Build files have been written to: /root/cycamore/build
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Scanning dependencies of target cycamore_unit_tests
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 2%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/tests/cycamore_unit_test_driver.cc.o
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 5%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/reactor.h:4,
from /root/cycamore/src/reactor.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 7%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/build/cycamore/reactor_tests.cc:5:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 10%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/fuel_fab.h:5,
from /root/cycamore/src/fuel_fab.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 13%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o
In file included from /root/cycamore/build/cycamore/fuel_fab_tests.cc:3:0:
/root/cycamore/build/cycamore/fuel_fab_tests.cc: In member function ‘virtual void cycamore::fuelfabtests::FuelFabTests_ValidWeights_Test::TestBody()’:
/root/miniconda/include/cyclus/gtest/gtest.h:7093:55: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19418:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19503:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19748:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19749:32: note: in expansion of macro ‘GTEST_IS_NULL_LITERAL_’
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
^
/root/cycamore/build/cycamore/fuel_fab_tests.cc:179:3: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(false, ValidWeights(w_fiss, w_target, w_fill));
^
/root/miniconda/include/cyclus/gtest/gtest.h:7093:55: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19418:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19503:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19748:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19749:32: note: in expansion of macro ‘GTEST_IS_NULL_LITERAL_’
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
^
/root/cycamore/build/cycamore/fuel_fab_tests.cc:180:3: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(false, ValidWeights(w_target, w_fill, w_fiss));
^
/root/miniconda/include/cyclus/gtest/gtest.h:7093:55: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19418:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19503:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19748:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19749:32: note: in expansion of macro ‘GTEST_IS_NULL_LITERAL_’
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
^
/root/cycamore/build/cycamore/fuel_fab_tests.cc:181:3: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(false, ValidWeights(w_fiss, w_fill, w_target));
^
/root/miniconda/include/cyclus/gtest/gtest.h:7093:55: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19418:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19503:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19748:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19749:32: note: in expansion of macro ‘GTEST_IS_NULL_LITERAL_’
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
^
/root/cycamore/build/cycamore/fuel_fab_tests.cc:182:3: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(false, ValidWeights(w_target, w_fiss, w_fill));
^
/root/miniconda/include/cyclus/gtest/gtest.h:7093:55: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19418:52: note: in definition of macro ‘GTEST_ASSERT_’
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19503:3: note: in expansion of macro ‘GTEST_PRED_FORMAT2_’
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/root/miniconda/include/cyclus/gtest/gtest.h:19748:3: note: in expansion of macro ‘EXPECT_PRED_FORMAT2’
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/root/miniconda/include/cyclus/gtest/gtest.h:19749:32: note: in expansion of macro ‘GTEST_IS_NULL_LITERAL_’
EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
^
/root/cycamore/build/cycamore/fuel_fab_tests.cc:183:3: note: in expansion of macro ‘EXPECT_EQ’
EXPECT_EQ(false, ValidWeights(w_fill, w_fiss, w_target));
^
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/fuel_fab.h:5,
from /root/cycamore/build/cycamore/fuel_fab_tests.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp: At global scope:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 15%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/enrichment.h:6,
from /root/cycamore/src/enrichment.cc:2:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 18%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/test_context.h:4,
from /root/miniconda/include/cyclus/agent_tests.h:8,
from /root/miniconda/include/cyclus/facility_tests.h:6,
from /root/cycamore/build/cycamore/enrichment_tests.cc:5:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 21%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/separations.h:4,
from /root/cycamore/src/separations.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 23%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/separations.h:4,
from /root/cycamore/build/cycamore/separations_tests.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 26%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/sink.h:9,
from /root/cycamore/src/sink.cc:7:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 28%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/test_context.h:4,
from /root/miniconda/include/cyclus/agent_tests.h:8,
from /root/miniconda/include/cyclus/facility_tests.h:6,
from /root/cycamore/build/cycamore/sink_tests.cc:3:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 31%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/source.h:7,
from /root/cycamore/src/source.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 34%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/source.h:7,
from /root/cycamore/build/cycamore/source_tests.h:3,
from /root/cycamore/build/cycamore/source_tests.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 36%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/deploy_inst.h:8,
from /root/cycamore/src/deploy_inst.cc:2:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 39%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/cycamore/build/cycamore/deploy_inst_tests.cc:3:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 42%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/manager_inst.h:4,
from /root/cycamore/src/manager_inst.cc:2:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 44%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/build/cycamore/manager_inst_tests.h:6,
from /root/cycamore/build/cycamore/manager_inst_tests.cc:1:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 47%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/miniconda/include/cyclus/cyclus.h:9,
from /root/cycamore/src/growth_region.h:8,
from /root/cycamore/src/growth_region.cc:2:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
[ 50%] /usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Building CXX object CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region_tests.cc.o
In file included from /root/miniconda/include/boost/random/detail/large_arithmetic.hpp:19:0,
from /root/miniconda/include/boost/random/detail/const_mod.hpp:23,
from /root/miniconda/include/boost/random/detail/seed_impl.hpp:27,
from /root/miniconda/include/boost/random/mersenne_twister.hpp:29,
from /root/miniconda/include/boost/uuid/random_generator.hpp:15,
from /root/miniconda/include/boost/uuid/uuid_generators.hpp:17,
from /root/miniconda/include/cyclus/context.h:13,
from /root/cycamore/build/cycamore/growth_region_tests.h:6,
from /root/cycamore/build/cycamore/growth_region_tests.cc:3:
/root/miniconda/include/boost/random/detail/integer_log2.hpp:71:35: warning: always_inline function might not be inlinable [-Wattributes]
BOOST_RANDOM_DETAIL_CONSTEXPR int integer_log2(T t)
^
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Linking CXX executable bin/cycamore_unit_tests
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/ld: warning: libboost_system.so.1.50.0, needed by /root/miniconda/lib/libcyclus.so, may conflict with libboost_system.so.1.58.0
/usr/bin/ld: warning: libboost_filesystem.so.1.50.0, needed by /root/miniconda/lib/libcyclus.so, may conflict with libboost_filesystem.so.1.58.0
CMakeFiles/cycamore_unit_tests.dir/tests/cycamore_unit_test_driver.cc.o: In function `main':
cycamore_unit_test_driver.cc:(.text+0x56): undefined reference to `cyclus::Env::PathBase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::annotations()':
reactor.cc:(.text+0xc10): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
reactor.cc:(.text+0xe2d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0xe91): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x10cf): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x1380): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x15dc): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:reactor.cc:(.text+0x181a): more undefined references to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
reactor.cc:(.text+0x3a53): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Snapshot(cyclus::DbInit)':
reactor.cc:(.text+0x53ab): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InitFrom(cyclus::QueryableBackend*)':
reactor.cc:(.text+0x7480): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::GetMatlRequests()':
reactor.cc:(.text+0x8ed5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Transmute(int)':
reactor.cc:(.text+0xa632): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Record(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text+0xbc76): undefined reference to `cyclus::Context::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::ValueError::ValueError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus10ValueErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus10ValueErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::KeyError::KeyError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus8KeyErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus8KeyErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::StateError::StateError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus10StateErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus10StateErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::CastError::CastError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus9CastErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus9CastErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::toolkit::CommodityCompare::operator()(cyclus::toolkit::Commodity const&, cyclus::toolkit::Commodity const&) const':
reactor.cc:(.text._ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_[_ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_]+0x33): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
reactor.cc:(.text._ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_[_ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_]+0x46): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `void cyclus::Warn<(cyclus::Warnings)9>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x54): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xb5): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x119): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTVN8cycamore7ReactorE[_ZTVN8cycamore7ReactorE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTVN8cycamore7ReactorE[_ZTVN8cycamore7ReactorE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE0_N6cyclus8FacilityE[_ZTVN8cycamore7ReactorE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE0_N6cyclus8FacilityE[_ZTVN8cycamore7ReactorE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE8_N6cyclus5AgentE[_ZTVN8cycamore7ReactorE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE8_N6cyclus5AgentE[_ZTVN8cycamore7ReactorE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_JustInTimeOrdering_Test::TestBody()':
reactor_tests.cc:(.text+0x6cb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x6ea): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x770): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x789): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x81e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x8a4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_BatchSizes_Test::TestBody()':
reactor_tests.cc:(.text+0xd91): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0xdb4): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0xe3a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0xe53): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0xee8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0xf6e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_RefuelTimes_Test::TestBody()':
reactor_tests.cc:(.text+0x145f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1482): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x1508): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1521): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x15b6): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x163c): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_OrderAtRefuelStart_Test::TestBody()':
reactor_tests.cc:(.text+0x1b49): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1b6c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x1bf2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1c0b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x1ca0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x1d26): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_MultiFuelMix_Test::TestBody()':
reactor_tests.cc:(.text+0x2233): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2256): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x22dc): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2327): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x23bc): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2407): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x24ab): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x2531): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x25b7): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x263d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_FullSpentInventory_Test::TestBody()':
reactor_tests.cc:(.text+0x2c05): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2c28): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x2cae): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2cc7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x2d5c): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x2de2): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_FuelShortage_Test::TestBody()':
reactor_tests.cc:(.text+0x32d3): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x32f6): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x337c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x33b3): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x3448): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x34cf): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x3582): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x35b9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x365d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x36e3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_DischargedFuelTransmute_Test::TestBody()':
reactor_tests.cc:(.text+0x493d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x4960): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x49e6): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x49ff): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x4a85): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x4a9e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x4b33): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x4bd2): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5053): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_SpentFuelProperCommodTracking_Test::TestBody()':
reactor_tests.cc:(.text+0x55f9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x561c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x56a2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x56dc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x5771): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x57bc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x5851): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x586a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x58f0): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x5909): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x599e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5a24): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5aaa): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5b30): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_PrefChange_Test::TestBody()':
reactor_tests.cc:(.text+0x690b): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x692e): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x69b4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x69cd): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x6a62): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x6ae8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_RecipeChange_Test::TestBody()':
reactor_tests.cc:(.text+0x6fdf): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x7002): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x7088): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x70a1): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x7127): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x7140): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x71d5): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x725b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x72e1): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x7733): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7853): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7cf5): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7e09): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x82ab): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o:reactor_tests.cc:(.text+0x83cb): more undefined references to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_Retire_Test::TestBody()':
reactor_tests.cc:(.text+0x9619): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x9645): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)'
reactor_tests.cc:(.text+0x96cb): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x96e4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x976a): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x9783): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x9818): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x989e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, unsigned long>(char const*, char const*, int const&, unsigned long const&)':
reactor_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIimEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIimEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xb0): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, int>(char const*, char const*, int const&, int const&)':
reactor_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIiiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIiiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xab): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::GetMatlRequests()':
fuel_fab.cc:(.text+0xd3e): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x10f5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x14a6): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
fuel_fab.cc:(.text+0x23e0): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x25f5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:fuel_fab.cc:(.text+0x280e): more undefined references to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::CosiWeight(boost::shared_ptr<cyclus::Composition>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
fuel_fab.cc:(.text+0x573c): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x57f3): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x58ca): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x5981): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x5b9a): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:fuel_fab.cc:(.text+0x5c54): more undefined references to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cyclus::ValidationError::ValidationError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
fuel_fab.cc:(.text._ZN6cyclus15ValidationErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus15ValidationErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x3b2): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x715): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9c6): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x1650): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::annotations()':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab11annotationsEv[_ZN8cycamore7FuelFab11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::Snapshot(cyclus::DbInit)':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab8SnapshotEN6cyclus6DbInitE[_ZN8cycamore7FuelFab8SnapshotEN6cyclus6DbInitE]+0x245): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTVN8cycamore7FuelFabE[_ZTVN8cycamore7FuelFabE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTVN8cycamore7FuelFabE[_ZTVN8cycamore7FuelFabE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE0_N6cyclus8FacilityE[_ZTVN8cycamore7FuelFabE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE0_N6cyclus8FacilityE[_ZTVN8cycamore7FuelFabE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE8_N6cyclus5AgentE[_ZTVN8cycamore7FuelFabE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE8_N6cyclus5AgentE[_ZTVN8cycamore7FuelFabE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissRecipe_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x3e79): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x3e9c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x3f22): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x3f3b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x3fd0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x4056): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x43a0): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_MultipleFissStreams_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x4885): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x48a8): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x4958): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4978): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x49b2): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4a9e): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4abe): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4af8): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4be4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4c04): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4c3e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4d0f): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x4d95): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissStreamPrefs_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x6011): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6034): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x60e4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6104): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x613e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x622a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x624a): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6284): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x6370): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6390): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x63ca): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x649b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x6521): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ZeroThroughput_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x774f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7772): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x77f8): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7832): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x78c7): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7901): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x7996): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x79d0): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x7a74): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x7afa): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x7b80): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FillAllInventories_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x7ff9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x801c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x80a2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x80dc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8171): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x81ab): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8240): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x827a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x831e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x83a4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x842a): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x84c9): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ProvideStraightFiss_WithZeroFill_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x8d25): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8d48): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x8dce): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8de7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8e97): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8eb7): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8f02): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8fd3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9059): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x90df): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ProvideStraightFill_ZeroFiss_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x989d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x98c0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x9946): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x995f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x9a0f): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x9a2f): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x9a7a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x9b4b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9bd1): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9c57): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ThroughputLimit_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xa425): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa448): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xa4ce): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa505): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xa5dc): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa5fc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa636): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xa707): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xa78d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xa813): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xaa1e): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xab9d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_CorrectMixing_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xb207): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb22a): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xb2b0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb2c9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb34f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb368): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb418): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb438): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb4a1): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb581): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xb607): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xb68d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FillConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xd17f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd1a2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xd228): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd25f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd2f4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd32b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd402): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd422): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd45c): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd52d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xd5b3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xd639): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xe3cd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe3f0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xe476): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe4ad): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe542): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe579): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe650): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe670): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe6aa): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe77b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xe801): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xe887): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xf2d9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf2fc): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xf382): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf39b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf421): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf43a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf4c0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf4d9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf589): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf5a9): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf60f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf6ef): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf775): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf7fb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf881): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_ZeroFill_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x10f43): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x10f66): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x10fec): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11005): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x1108b): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x110a4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x1112a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11143): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x111f3): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11213): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11279): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x11359): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x113df): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x11465): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x114eb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_TopupConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x12ee9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x12f0c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x12f92): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x12fab): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x13031): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1304a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x130d0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x130e9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x131b1): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x131d1): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1320b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x132dc): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x13362): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x133e8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x1346e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_FissConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x143ed): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x14410): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x14496): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x144af): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x14535): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1454e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x145d4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x145ed): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x146b5): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x146d5): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1470f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x147e0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x14866): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x148ec): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x14972): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_HomogenousBuffers_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x1568c): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x156af): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x1575f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x157ed): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15806): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15910): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1599e): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x159b7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15a97): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15ace): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15b8d): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15c1b): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15c34): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15d3e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15dcc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15de5): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15ed4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x15f5a): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x15fe0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x16070): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cyclus::IOError::IOError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
fuel_fab_tests.cc:(.text._ZN6cyclus7IOErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus7IOErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cyclus::Env::SetNucDataPath()':
fuel_fab_tests.cc:(.text._ZN6cyclus3Env14SetNucDataPathEv[_ZN6cyclus3Env14SetNucDataPathEv]+0x20): undefined reference to `cyclus::Env::nuc_data[abi:cxx11]()'
fuel_fab_tests.cc:(.text._ZN6cyclus3Env14SetNucDataPathEv[_ZN6cyclus3Env14SetNucDataPathEv]+0x2c): undefined reference to `pyne::NUC_DATA_PATH[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult::AppendMessage(testing::Message const&)':
fuel_fab_tests.cc:(.text._ZN7testing15AssertionResult13AppendMessageERKNS_7MessageE[_ZN7testing15AssertionResult13AppendMessageERKNS_7MessageE]+0x73): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperFloatingPointEQ<double>(char const*, char const*, double, double)':
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x17a): undefined reference to `testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >*)'
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x193): undefined reference to `testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >*)'
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x1c7): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<bool, bool>(char const*, char const*, bool const&, bool const&)':
fuel_fab_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIbbEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIbbEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xad): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::str[abi:cxx11]()':
enrichment.cc:(.text+0x9aa): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Build(cyclus::Agent*)':
enrichment.cc:(.text+0xbc8): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0xd02): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0xdee): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
enrichment.cc:(.text+0x1c90): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x2275): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x2395): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:enrichment.cc:(.text+0x2ad1): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::GetMatlTrades(std::vector<cyclus::Trade<cyclus::Material>, std::allocator<cyclus::Trade<cyclus::Material> > > const&, std::vector<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> >, std::allocator<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> > > >&)':
enrichment.cc:(.text+0x2f15): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::AddMat_(boost::shared_ptr<cyclus::Material>)':
enrichment.cc:(.text+0x35dc): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x3795): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x39c2): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Request_()':
enrichment.cc:(.text+0x3ba2): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Enrich_(boost::shared_ptr<cyclus::Material>, double)':
enrichment.cc:(.text+0x4460): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x453c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x463c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x4704): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x4804): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:enrichment.cc:(.text+0x48f9): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Enrich_(boost::shared_ptr<cyclus::Material>, double)':
enrichment.cc:(.text+0x4ec4): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::RecordEnrichment_(double, double)':
enrichment.cc:(.text+0x5361): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x5444): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x551a): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x5675): undefined reference to `cyclus::Context::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
enrichment.cc:(.text._ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x97): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment.cc:(.text._ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xa30): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::annotations()':
enrichment.cc:(.text._ZN8cycamore10Enrichment11annotationsEv[_ZN8cycamore10Enrichment11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Snapshot(cyclus::DbInit)':
enrichment.cc:(.text._ZN8cycamore10Enrichment8SnapshotEN6cyclus6DbInitE[_ZN8cycamore10Enrichment8SnapshotEN6cyclus6DbInitE]+0x1a5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `void cyclus::Warn<(cyclus::Warnings)1>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
enrichment.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xb5): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
enrichment.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x119): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTVN8cycamore10EnrichmentE[_ZTVN8cycamore10EnrichmentE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE0_N6cyclus8FacilityE[_ZTVN8cycamore10EnrichmentE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE0_N6cyclus8FacilityE[_ZTVN8cycamore10EnrichmentE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE8_N6cyclus5AgentE[_ZTVN8cycamore10EnrichmentE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE8_N6cyclus5AgentE[_ZTVN8cycamore10EnrichmentE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_RequestQty_Test::TestBody()':
enrichment_tests.cc:(.text+0x7cd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7f0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x885): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x926): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x946): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x95f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_CheckSWUConstraint_Test::TestBody()':
enrichment_tests.cc:(.text+0x12bf): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x12e2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x1377): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x13fd): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x149e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x14be): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x1509): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_CheckCapConstraint_Test::TestBody()':
enrichment_tests.cc:(.text+0x1ed7): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x1efa): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x1f8f): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2015): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x20b6): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x20d6): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2121): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_RequestEnrich_Test::TestBody()':
enrichment_tests.cc:(.text+0x2aef): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2b12): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x2ba7): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2c2d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2cb3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2d54): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2d74): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2d8d): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x2e6a): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2e8a): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2ec4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x2fb0): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2fd0): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2fe9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x3699): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_TradeTails_Test::TestBody()':
enrichment_tests.cc:(.text+0x3e5d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x3e80): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x3f15): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x3f9b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x403c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x405c): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4075): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4152): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4172): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x418b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x423e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4257): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_TailsQty_Test::TestBody()':
enrichment_tests.cc:(.text+0x4a4d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4a70): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x4b05): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x4b8b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x4c2c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4c4c): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4c65): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4d42): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4d62): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4dad): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4e99): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4eb9): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4f04): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4fc6): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4fdf): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x53d7): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_BidPrefs_Test::TestBody()':
enrichment_tests.cc:(.text+0x5bbd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5be0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x5c75): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x5cfb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x5d9c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5dbc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5df6): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x5ee2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5f02): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5f3c): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x64f2): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_NoBidPrefs_Test::TestBody()':
enrichment_tests.cc:(.text+0x6bdb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6bfe): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x6c93): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x6d19): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x6dba): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6dda): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6e14): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x6f00): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6f20): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6f5a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_ZeroU235_Test::TestBody()':
enrichment_tests.cc:(.text+0x7775): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7798): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x782d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x78b3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x7954): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7974): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x79ae): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest::InitParameters()':
enrichment_tests.cc:(.text+0x8353): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest::GetMat(double)':
enrichment_tests.cc:(.text+0x861d): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_Request_Test::TestBody()':
enrichment_tests.cc:(.text+0x8a61): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x8d7d): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x9089): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_ValidReq_Test::TestBody()':
enrichment_tests.cc:(.text+0x96c9): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
enrichment_tests.cc:(.text+0x9927): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
enrichment_tests.cc:(.text+0x9b62): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, unsigned long>(char const*, char const*, double const&, unsigned long const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIdmEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIdmEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xdf): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<boost::shared_ptr<cyclus::Composition>, boost::shared_ptr<cyclus::Composition> >(char const*, char const*, boost::shared_ptr<cyclus::Composition> const&, boost::shared_ptr<cyclus::Composition> const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIN5boost10shared_ptrIN6cyclus11CompositionEEES6_EENS_15AssertionResultEPKcS9_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIN5boost10shared_ptrIN6cyclus11CompositionEEES6_EENS_15AssertionResultEPKcS9_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, double>(char const*, char const*, double const&, double const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIddEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIddEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xb7): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<unsigned long, int>(char const*, char const*, unsigned long const&, int const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQImiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQImiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xaf): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTV12TestFacility[_ZTV12TestFacility]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTV12TestFacility[_ZTV12TestFacility]+0x158): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility0_N6cyclus8FacilityE[_ZTV12TestFacility]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility0_N6cyclus8FacilityE[_ZTV12TestFacility]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility8_N6cyclus5AgentE[_ZTV12TestFacility]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility8_N6cyclus5AgentE[_ZTV12TestFacility]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<AgentTests>::RegisterTests()':
enrichment_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI10AgentTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI10AgentTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<FacilityTests>::RegisterTests()':
enrichment_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI13FacilityTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI13FacilityTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::GetMatlRequests()':
separations.cc:(.text+0x1dfb): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x3b2): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xae0): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xc98): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xda4): more undefined references to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xec7): undefined reference to `pyne::nucname::id(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x11ee): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::annotations()':
separations.cc:(.text._ZN8cycamore11Separations11annotationsEv[_ZN8cycamore11Separations11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::Snapshot(cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations8SnapshotEN6cyclus6DbInitE[_ZN8cycamore11Separations8SnapshotEN6cyclus6DbInitE]+0x165): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTVN8cycamore11SeparationsE[_ZTVN8cycamore11SeparationsE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTVN8cycamore11SeparationsE[_ZTVN8cycamore11SeparationsE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE0_N6cyclus8FacilityE[_ZTVN8cycamore11SeparationsE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE0_N6cyclus8FacilityE[_ZTVN8cycamore11SeparationsE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE8_N6cyclus5AgentE[_ZTVN8cycamore11SeparationsE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE8_N6cyclus5AgentE[_ZTVN8cycamore11SeparationsE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_SepMaterial_Test::TestBody()':
separations_tests.cc:(.text+0x3f6): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x476): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x5b9): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x639): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x77c): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o:separations_tests.cc:(.text+0x7fc): more undefined references to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_SepMixElemAndNuclide_Test::TestBody()':
separations_tests.cc:(.text+0x15ad): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x15d0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations_tests.cc:(.text+0x1680): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x16a0): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x16b9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x176c): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x17b7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x1865): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
separations_tests.cc:(.text+0x1b41): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1ca5): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1e09): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1f6d): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_Retire_Test::TestBody()':
separations_tests.cc:(.text+0x27a3): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x27cf): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)'
separations_tests.cc:(.text+0x287f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x289f): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x28b8): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x296b): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x29b6): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x2a4b): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x2a96): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x2b44): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, double>(char const*, char const*, int const&, double const&)':
separations_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIidEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIidEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xbd): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::annotations()':
sink.cc:(.text+0x60e): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
sink.cc:(.text+0x82b): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
sink.cc:(.text+0x88f): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
sink.cc:(.text+0xedb): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Snapshot(cyclus::DbInit)':
sink.cc:(.text+0x13c3): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::str[abi:cxx11]()':
sink.cc:(.text+0x1e54): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::GetMatlRequests()':
sink.cc:(.text+0x2265): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::GetGenRsrcRequests()':
sink.cc:(.text+0x281b): undefined reference to `cyclus::Product::CreateUntracked(double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Tick()':
sink.cc:(.text+0x2cfb): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x2e7d): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x2f94): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Tock()':
sink.cc:(.text+0x318f): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x32cf): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:sink.cc:(.text+0x33d3): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTVN8cycamore4SinkE[_ZTVN8cycamore4SinkE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE0_N6cyclus8FacilityE[_ZTVN8cycamore4SinkE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE0_N6cyclus8FacilityE[_ZTVN8cycamore4SinkE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE8_N6cyclus5AgentE[_ZTVN8cycamore4SinkE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE8_N6cyclus5AgentE[_ZTVN8cycamore4SinkE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_DISABLED_XMLInit_Test::TestBody()':
sink_tests.cc:(.text+0x16e2): undefined reference to `cyclus::XMLParser::Init(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_EmptyRequests_Test::TestBody()':
sink_tests.cc:(.text+0x2a7a): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_InRecipe_Test::TestBody()':
sink_tests.cc:(.text+0x3535): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::internal::PrintTo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::ostream*)':
sink_tests.cc:(.text._ZN7testing8internal7PrintToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo[_ZN7testing8internal7PrintToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo]+0x1f): undefined reference to `testing::internal::PrintStringTo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::ostream*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >(char const*, char const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESA_EENS_15AssertionResultEPKcSD_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESA_EENS_15AssertionResultEPKcSD_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::Trader*, cycamore::Sink*>(char const*, char const*, cyclus::Trader* const&, cycamore::Sink* const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore4SinkEEENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore4SinkEEENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xca): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char [7]>(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const (&) [7])':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA7_cEENS_15AssertionResultEPKcSB_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA7_cEENS_15AssertionResultEPKcSB_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::InitFrom(cyclus::QueryableBackend*)':
source.cc:(.text+0x93b): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::str[abi:cxx11]()':
source.cc:(.text+0xb99): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xc40): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xca1): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xd1a): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
source.cc:(.text+0x10ac): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x11de): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x1495): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::GetMatlTrades(std::vector<cyclus::Trade<cyclus::Material>, std::allocator<cyclus::Trade<cyclus::Material> > > const&, std::vector<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> >, std::allocator<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> > > >&)':
source.cc:(.text+0x194c): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x1bc3): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::annotations()':
source.cc:(.text._ZN8cycamore6Source11annotationsEv[_ZN8cycamore6Source11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
source.cc:(.text._ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x97): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
source.cc:(.text._ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x537): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::Snapshot(cyclus::DbInit)':
source.cc:(.text._ZN8cycamore6Source8SnapshotEN6cyclus6DbInitE[_ZN8cycamore6Source8SnapshotEN6cyclus6DbInitE]+0xe5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTVN8cycamore6SourceE[_ZTVN8cycamore6SourceE]+0x188): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE0_N6cyclus8FacilityE[_ZTVN8cycamore6SourceE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE0_N6cyclus8FacilityE[_ZTVN8cycamore6SourceE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE8_N6cyclus5AgentE[_ZTVN8cycamore6SourceE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE8_N6cyclus5AgentE[_ZTVN8cycamore6SourceE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `cycamore::SourceTest::InitParameters()':
source_tests.cc:(.text+0x3ee): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `cycamore::SourceTest_AddBids_Test::TestBody()':
source_tests.cc:(.text+0xd5c): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
source_tests.cc:(.text+0x1189): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::Trader*, cycamore::Source*>(char const*, char const*, cyclus::Trader* const&, cycamore::Source* const&)':
source_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore6SourceEEENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore6SourceEEENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xca): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::CapacityConstraint<cyclus::Material>, cyclus::CapacityConstraint<cyclus::Material> >(char const*, char const*, cyclus::CapacityConstraint<cyclus::Material> const&, cyclus::CapacityConstraint<cyclus::Material> const&)':
source_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIN6cyclus18CapacityConstraintINS2_8MaterialEEES5_EENS_15AssertionResultEPKcS8_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIN6cyclus18CapacityConstraintINS2_8MaterialEEES5_EENS_15AssertionResultEPKcS8_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::Build(cyclus::Agent*)':
deploy_inst.cc:(.text+0x82b): undefined reference to `cyclus::Context::AddPrototype(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, cyclus::Agent*)'
deploy_inst.cc:(.text+0x8e9): undefined reference to `cyclus::Context::SchedBuild(cyclus::Agent*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x33f): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x539): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x7a6): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xa74): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::annotations()':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst11annotationsEv[_ZN8cycamore10DeployInst11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::Snapshot(cyclus::DbInit)':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst8SnapshotEN6cyclus6DbInitE[_ZN8cycamore10DeployInst8SnapshotEN6cyclus6DbInitE]+0xe5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0x108): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0x100): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus5AgentE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus5AgentE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_ProtoNames_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x2ab): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x2ce): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x34d): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x3dd): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_BuildTimes_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x7af): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x7d2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x851): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x8e1): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0xa67): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_FiniteLifetimes_Test::TestBody()':
deploy_inst_tests.cc:(.text+0xedb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0xefe): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0xf7d): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x100d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1193): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1341): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x14ef): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x169d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o:deploy_inst_tests.cc:(.text+0x184b): more undefined references to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_NoDupProtos_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x1eb7): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1eda): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x1f59): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1fe9): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x216f): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<InstitutionTests>::RegisterTests()':
deploy_inst_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI16InstitutionTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI16InstitutionTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::EnterNotify()':
manager_inst.cc:(.text+0x919): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::Register_(cyclus::Agent*)':
manager_inst.cc:(.text+0xb74): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::WriteProducerInformation(cyclus::toolkit::CommodityProducer*)':
manager_inst.cc:(.text+0xdc1): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0xeae): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
manager_inst.cc:(.text+0xf02): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0x100a): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0x10fe): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x35a): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::annotations()':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst11annotationsEv[_ZN8cycamore11ManagerInst11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::Snapshot(cyclus::DbInit)':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst8SnapshotEN6cyclus6DbInitE[_ZN8cycamore11ManagerInst8SnapshotEN6cyclus6DbInitE]+0x76): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0x108): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0x100): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus5AgentE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus5AgentE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `ManagerInstTests::SetUp()':
manager_inst_tests.cc:(.text+0x663): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `ManagerInstTests_producerexists_Test::TestBody()':
manager_inst_tests.cc:(.text+0x906): undefined reference to `cyclus::Context::AddPrototype(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, cyclus::Agent*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, int>(char const*, char const*, double const&, int const&)':
manager_inst_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIdiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIdiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xbd): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTV12TestProducer[_ZTV12TestProducer]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTV12TestProducer[_ZTV12TestProducer]+0x158): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer0_N6cyclus8FacilityE[_ZTV12TestProducer]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer0_N6cyclus8FacilityE[_ZTV12TestProducer]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer8_N6cyclus5AgentE[_ZTV12TestProducer]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer8_N6cyclus5AgentE[_ZTV12TestProducer]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::AddCommodityDemand_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<std::pair<int, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<std::pair<int, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&)':
growth_region.cc:(.text+0x93e): undefined reference to `cyclus::toolkit::BasicFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x9d7): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0xa27): undefined reference to `cyclus::toolkit::PiecewiseFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::EnterNotify()':
growth_region.cc:(.text+0xd92): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Register_(cyclus::Agent*)':
growth_region.cc:(.text+0x1016): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x11a4): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Tick()':
growth_region.cc:(.text+0x14ac): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x159c): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
growth_region.cc:(.text+0x1609): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x1743): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x181c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x18f5): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::OrderBuilds(cyclus::toolkit::Commodity&, double)':
growth_region.cc:(.text+0x1c53): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:growth_region.cc:(.text+0x1eab): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::OrderBuilds(cyclus::toolkit::Commodity&, double)':
growth_region.cc:(.text+0x208e): undefined reference to `cyclus::Context::SchedBuild(cyclus::Agent*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x2b9): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x41b): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x51d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x882): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::annotations()':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion11annotationsEv[_ZN8cycamore12GrowthRegion11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Snapshot(cyclus::DbInit)':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion8SnapshotEN6cyclus6DbInitE[_ZN8cycamore12GrowthRegion8SnapshotEN6cyclus6DbInitE]+0x76): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTVN8cycamore12GrowthRegionE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Region::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTVN8cycamore12GrowthRegionE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus6RegionE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Region::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus6RegionE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus5AgentE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus5AgentE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region_tests.cc.o: In function `cycamore::GrowthRegionTests_init_Test::TestBody()':
growth_region_tests.cc:(.text+0x3dc): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region_tests.cc:(.text+0x43b): undefined reference to `cyclus::toolkit::ExpFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region_tests.cc:(.text+0x507): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<RegionTests>::RegisterTests()':
growth_region_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI11RegionTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI11RegionTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addRow(CoinPackedVectorBase const&, char, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addCol(int, int const*, double const*, double, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addRow(CoinPackedVectorBase const&, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addCol(CoinPackedVectorBase const&, double, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `xmlpp::Node::get_children(Glib::ustring const&) const'
/root/miniconda/lib/libcyclus.so: undefined reference to `xmlpp::Node::get_children(Glib::ustring const&)'
/root/miniconda/lib/libcyclus.so: undefined reference to `Glib::ustring::ustring(std::string const&)'
collect2: error: ld returned 1 exit status
CMakeFiles/cycamore_unit_tests.dir/build.make:577: recipe for target 'bin/cycamore_unit_tests' failed
make[2]: *** [bin/cycamore_unit_tests] Error 1
CMakeFiles/Makefile2:928: recipe for target 'CMakeFiles/cycamore_unit_tests.dir/all' failed
make[1]: *** [CMakeFiles/cycamore_unit_tests.dir/all] Error 2
Makefile:146: recipe for target 'all' failed
make: *** [all] Error 2
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
Linking CXX executable bin/cycamore_unit_tests
/usr/bin/cmake: /root/miniconda/lib/liblzma.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libarchive.so.13)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/cmake: /root/miniconda/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/usr/bin/ld: warning: libboost_system.so.1.50.0, needed by /root/miniconda/lib/libcyclus.so, may conflict with libboost_system.so.1.58.0
/usr/bin/ld: warning: libboost_filesystem.so.1.50.0, needed by /root/miniconda/lib/libcyclus.so, may conflict with libboost_filesystem.so.1.58.0
CMakeFiles/cycamore_unit_tests.dir/tests/cycamore_unit_test_driver.cc.o: In function `main':
cycamore_unit_test_driver.cc:(.text+0x56): undefined reference to `cyclus::Env::PathBase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::annotations()':
reactor.cc:(.text+0xc10): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
reactor.cc:(.text+0xe2d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0xe91): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x10cf): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x1380): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor.cc:(.text+0x15dc): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:reactor.cc:(.text+0x181a): more undefined references to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
reactor.cc:(.text+0x3a53): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Snapshot(cyclus::DbInit)':
reactor.cc:(.text+0x53ab): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::InitFrom(cyclus::QueryableBackend*)':
reactor.cc:(.text+0x7480): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::GetMatlRequests()':
reactor.cc:(.text+0x8ed5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Transmute(int)':
reactor.cc:(.text+0xa632): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cycamore::Reactor::Record(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text+0xbc76): undefined reference to `cyclus::Context::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::ValueError::ValueError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus10ValueErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus10ValueErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::KeyError::KeyError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus8KeyErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus8KeyErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::StateError::StateError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus10StateErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus10StateErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::CastError::CastError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
reactor.cc:(.text._ZN6cyclus9CastErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus9CastErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `cyclus::toolkit::CommodityCompare::operator()(cyclus::toolkit::Commodity const&, cyclus::toolkit::Commodity const&) const':
reactor.cc:(.text._ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_[_ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_]+0x33): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
reactor.cc:(.text._ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_[_ZNK6cyclus7toolkit16CommodityCompareclERKNS0_9CommodityES4_]+0x46): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o: In function `void cyclus::Warn<(cyclus::Warnings)9>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x54): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xb5): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
reactor.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE9EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x119): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTVN8cycamore7ReactorE[_ZTVN8cycamore7ReactorE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTVN8cycamore7ReactorE[_ZTVN8cycamore7ReactorE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE0_N6cyclus8FacilityE[_ZTVN8cycamore7ReactorE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE0_N6cyclus8FacilityE[_ZTVN8cycamore7ReactorE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE8_N6cyclus5AgentE[_ZTVN8cycamore7ReactorE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor.cc.o:(.rodata._ZTCN8cycamore7ReactorE8_N6cyclus5AgentE[_ZTVN8cycamore7ReactorE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_JustInTimeOrdering_Test::TestBody()':
reactor_tests.cc:(.text+0x6cb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x6ea): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x770): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x789): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x81e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x8a4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_BatchSizes_Test::TestBody()':
reactor_tests.cc:(.text+0xd91): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0xdb4): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0xe3a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0xe53): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0xee8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0xf6e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_RefuelTimes_Test::TestBody()':
reactor_tests.cc:(.text+0x145f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1482): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x1508): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1521): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x15b6): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x163c): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_OrderAtRefuelStart_Test::TestBody()':
reactor_tests.cc:(.text+0x1b49): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1b6c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x1bf2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x1c0b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x1ca0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x1d26): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_MultiFuelMix_Test::TestBody()':
reactor_tests.cc:(.text+0x2233): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2256): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x22dc): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2327): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x23bc): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2407): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x24ab): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x2531): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x25b7): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x263d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_FullSpentInventory_Test::TestBody()':
reactor_tests.cc:(.text+0x2c05): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2c28): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x2cae): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x2cc7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x2d5c): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x2de2): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_FuelShortage_Test::TestBody()':
reactor_tests.cc:(.text+0x32d3): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x32f6): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x337c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x33b3): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x3448): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x34cf): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x3582): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x35b9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x365d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x36e3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_DischargedFuelTransmute_Test::TestBody()':
reactor_tests.cc:(.text+0x493d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x4960): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x49e6): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x49ff): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x4a85): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x4a9e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x4b33): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x4bd2): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5053): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_SpentFuelProperCommodTracking_Test::TestBody()':
reactor_tests.cc:(.text+0x55f9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x561c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x56a2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x56dc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x5771): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x57bc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x5851): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x586a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x58f0): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x5909): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x599e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5a24): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5aaa): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x5b30): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_PrefChange_Test::TestBody()':
reactor_tests.cc:(.text+0x690b): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x692e): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x69b4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x69cd): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x6a62): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x6ae8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_RecipeChange_Test::TestBody()':
reactor_tests.cc:(.text+0x6fdf): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x7002): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
reactor_tests.cc:(.text+0x7088): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x70a1): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x7127): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x7140): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x71d5): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x725b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x72e1): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x7733): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7853): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7cf5): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x7e09): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
reactor_tests.cc:(.text+0x82ab): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o:reactor_tests.cc:(.text+0x83cb): more undefined references to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `cycamore::reactortests::ReactorTests_Retire_Test::TestBody()':
reactor_tests.cc:(.text+0x9619): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x9645): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)'
reactor_tests.cc:(.text+0x96cb): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x96e4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x976a): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
reactor_tests.cc:(.text+0x9783): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
reactor_tests.cc:(.text+0x9818): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
reactor_tests.cc:(.text+0x989e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, unsigned long>(char const*, char const*, int const&, unsigned long const&)':
reactor_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIimEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIimEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xb0): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/reactor_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, int>(char const*, char const*, int const&, int const&)':
reactor_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIiiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIiiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xab): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::GetMatlRequests()':
fuel_fab.cc:(.text+0xd3e): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x10f5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x14a6): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
fuel_fab.cc:(.text+0x23e0): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x25f5): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:fuel_fab.cc:(.text+0x280e): more undefined references to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::CosiWeight(boost::shared_ptr<cyclus::Composition>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
fuel_fab.cc:(.text+0x573c): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x57f3): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x58ca): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x5981): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab.cc:(.text+0x5b9a): undefined reference to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:fuel_fab.cc:(.text+0x5c54): more undefined references to `pyne::simple_xs(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cyclus::ValidationError::ValidationError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
fuel_fab.cc:(.text._ZN6cyclus15ValidationErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus15ValidationErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x3b2): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x715): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9c6): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab.cc:(.text._ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore7FuelFab10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x1650): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::annotations()':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab11annotationsEv[_ZN8cycamore7FuelFab11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o: In function `cycamore::FuelFab::Snapshot(cyclus::DbInit)':
fuel_fab.cc:(.text._ZN8cycamore7FuelFab8SnapshotEN6cyclus6DbInitE[_ZN8cycamore7FuelFab8SnapshotEN6cyclus6DbInitE]+0x245): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTVN8cycamore7FuelFabE[_ZTVN8cycamore7FuelFabE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTVN8cycamore7FuelFabE[_ZTVN8cycamore7FuelFabE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE0_N6cyclus8FacilityE[_ZTVN8cycamore7FuelFabE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE0_N6cyclus8FacilityE[_ZTVN8cycamore7FuelFabE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE8_N6cyclus5AgentE[_ZTVN8cycamore7FuelFabE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab.cc.o:(.rodata._ZTCN8cycamore7FuelFabE8_N6cyclus5AgentE[_ZTVN8cycamore7FuelFabE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissRecipe_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x3e79): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x3e9c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x3f22): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x3f3b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x3fd0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x4056): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x43a0): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_MultipleFissStreams_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x4885): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x48a8): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x4958): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4978): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x49b2): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4a9e): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4abe): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4af8): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4be4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4c04): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x4c3e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x4d0f): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x4d95): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissStreamPrefs_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x6011): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6034): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x60e4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6104): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x613e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x622a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x624a): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6284): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x6370): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x6390): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x63ca): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x649b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x6521): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ZeroThroughput_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x774f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7772): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x77f8): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7832): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x78c7): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x7901): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x7996): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x79d0): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x7a74): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x7afa): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x7b80): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FillAllInventories_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x7ff9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x801c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x80a2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x80dc): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8171): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x81ab): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8240): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x827a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x831e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x83a4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x842a): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x84c9): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ProvideStraightFiss_WithZeroFill_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x8d25): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8d48): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x8dce): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8de7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8e97): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8eb7): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x8f02): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x8fd3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9059): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x90df): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ProvideStraightFill_ZeroFiss_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x989d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x98c0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x9946): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x995f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x9a0f): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x9a2f): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x9a7a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x9b4b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9bd1): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x9c57): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_ThroughputLimit_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xa425): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa448): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xa4ce): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa505): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xa5dc): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa5fc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xa636): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xa707): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xa78d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xa813): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xaa1e): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xab9d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_CorrectMixing_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xb207): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb22a): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xb2b0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb2c9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb34f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb368): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb418): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb438): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xb4a1): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xb581): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xb607): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xb68d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FillConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xd17f): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd1a2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xd228): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd25f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd2f4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd32b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd402): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd422): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xd45c): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xd52d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xd5b3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xd639): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_FissConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xe3cd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe3f0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xe476): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe4ad): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe542): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe579): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe650): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe670): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xe6aa): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xe77b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xe801): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xe887): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_Test::TestBody()':
fuel_fab_tests.cc:(.text+0xf2d9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf2fc): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0xf382): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf39b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf421): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf43a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf4c0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf4d9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf589): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf5a9): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0xf60f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0xf6ef): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf775): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf7fb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0xf881): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_ZeroFill_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x10f43): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x10f66): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x10fec): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11005): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x1108b): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x110a4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x1112a): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11143): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x111f3): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11213): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x11279): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x11359): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x113df): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x11465): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x114eb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_TopupConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x12ee9): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x12f0c): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x12f92): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x12fab): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x13031): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1304a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x130d0): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x130e9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x131b1): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x131d1): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1320b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x132dc): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x13362): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x133e8): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x1346e): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_SwapTopup_FissConstrained_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x143ed): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x14410): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x14496): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x144af): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x14535): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1454e): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x145d4): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x145ed): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x146b5): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x146d5): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1470f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x147e0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x14866): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x148ec): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x14972): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cycamore::fuelfabtests::FuelFabTests_HomogenousBuffers_Test::TestBody()':
fuel_fab_tests.cc:(.text+0x1568c): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x156af): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
fuel_fab_tests.cc:(.text+0x1575f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x157ed): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15806): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15910): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x1599e): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x159b7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15a97): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15ace): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15b8d): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15c1b): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15c34): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15d3e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15dcc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
fuel_fab_tests.cc:(.text+0x15de5): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
fuel_fab_tests.cc:(.text+0x15ed4): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x15f5a): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x15fe0): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
fuel_fab_tests.cc:(.text+0x16070): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cyclus::IOError::IOError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
fuel_fab_tests.cc:(.text._ZN6cyclus7IOErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus7IOErrorC5ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42): undefined reference to `cyclus::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `cyclus::Env::SetNucDataPath()':
fuel_fab_tests.cc:(.text._ZN6cyclus3Env14SetNucDataPathEv[_ZN6cyclus3Env14SetNucDataPathEv]+0x20): undefined reference to `cyclus::Env::nuc_data[abi:cxx11]()'
fuel_fab_tests.cc:(.text._ZN6cyclus3Env14SetNucDataPathEv[_ZN6cyclus3Env14SetNucDataPathEv]+0x2c): undefined reference to `pyne::NUC_DATA_PATH[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult::AppendMessage(testing::Message const&)':
fuel_fab_tests.cc:(.text._ZN7testing15AssertionResult13AppendMessageERKNS_7MessageE[_ZN7testing15AssertionResult13AppendMessageERKNS_7MessageE]+0x73): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperFloatingPointEQ<double>(char const*, char const*, double, double)':
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x17a): undefined reference to `testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >*)'
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x193): undefined reference to `testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >*)'
fuel_fab_tests.cc:(.text._ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_[_ZN7testing8internal24CmpHelperFloatingPointEQIdEENS_15AssertionResultEPKcS4_T_S5_]+0x1c7): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/fuel_fab_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<bool, bool>(char const*, char const*, bool const&, bool const&)':
fuel_fab_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIbbEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIbbEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xad): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::str[abi:cxx11]()':
enrichment.cc:(.text+0x9aa): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Build(cyclus::Agent*)':
enrichment.cc:(.text+0xbc8): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0xd02): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0xdee): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
enrichment.cc:(.text+0x1c90): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x2275): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x2395): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:enrichment.cc:(.text+0x2ad1): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::GetMatlTrades(std::vector<cyclus::Trade<cyclus::Material>, std::allocator<cyclus::Trade<cyclus::Material> > > const&, std::vector<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> >, std::allocator<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> > > >&)':
enrichment.cc:(.text+0x2f15): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::AddMat_(boost::shared_ptr<cyclus::Material>)':
enrichment.cc:(.text+0x35dc): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x3795): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x39c2): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Request_()':
enrichment.cc:(.text+0x3ba2): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Enrich_(boost::shared_ptr<cyclus::Material>, double)':
enrichment.cc:(.text+0x4460): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x453c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x463c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x4704): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x4804): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:enrichment.cc:(.text+0x48f9): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Enrich_(boost::shared_ptr<cyclus::Material>, double)':
enrichment.cc:(.text+0x4ec4): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::RecordEnrichment_(double, double)':
enrichment.cc:(.text+0x5361): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x5444): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x551a): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment.cc:(.text+0x5675): undefined reference to `cyclus::Context::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
enrichment.cc:(.text._ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x97): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment.cc:(.text._ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10Enrichment10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xa30): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::annotations()':
enrichment.cc:(.text._ZN8cycamore10Enrichment11annotationsEv[_ZN8cycamore10Enrichment11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `cycamore::Enrichment::Snapshot(cyclus::DbInit)':
enrichment.cc:(.text._ZN8cycamore10Enrichment8SnapshotEN6cyclus6DbInitE[_ZN8cycamore10Enrichment8SnapshotEN6cyclus6DbInitE]+0x1a5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o: In function `void cyclus::Warn<(cyclus::Warnings)1>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
enrichment.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xb5): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
enrichment.cc:(.text._ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN6cyclus4WarnILNS_8WarningsE1EEEvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x119): undefined reference to `cyclus::warn_prefix[abi:cxx11]'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTVN8cycamore10EnrichmentE[_ZTVN8cycamore10EnrichmentE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE0_N6cyclus8FacilityE[_ZTVN8cycamore10EnrichmentE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE0_N6cyclus8FacilityE[_ZTVN8cycamore10EnrichmentE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE8_N6cyclus5AgentE[_ZTVN8cycamore10EnrichmentE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment.cc.o:(.rodata._ZTCN8cycamore10EnrichmentE8_N6cyclus5AgentE[_ZTVN8cycamore10EnrichmentE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_RequestQty_Test::TestBody()':
enrichment_tests.cc:(.text+0x7cd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7f0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x885): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x926): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x946): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x95f): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_CheckSWUConstraint_Test::TestBody()':
enrichment_tests.cc:(.text+0x12bf): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x12e2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x1377): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x13fd): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x149e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x14be): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x1509): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_CheckCapConstraint_Test::TestBody()':
enrichment_tests.cc:(.text+0x1ed7): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x1efa): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x1f8f): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2015): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x20b6): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x20d6): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2121): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_RequestEnrich_Test::TestBody()':
enrichment_tests.cc:(.text+0x2aef): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2b12): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x2ba7): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2c2d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2cb3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x2d54): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2d74): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2d8d): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x2e6a): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2e8a): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2ec4): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x2fb0): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2fd0): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x2fe9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x3699): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_TradeTails_Test::TestBody()':
enrichment_tests.cc:(.text+0x3e5d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x3e80): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x3f15): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x3f9b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x403c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x405c): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4075): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4152): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4172): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x418b): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x423e): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4257): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_TailsQty_Test::TestBody()':
enrichment_tests.cc:(.text+0x4a4d): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4a70): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x4b05): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x4b8b): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x4c2c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4c4c): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4c65): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4d42): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4d62): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4dad): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4e99): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4eb9): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4f04): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x4fc6): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x4fdf): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x53d7): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_BidPrefs_Test::TestBody()':
enrichment_tests.cc:(.text+0x5bbd): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5be0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x5c75): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x5cfb): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x5d9c): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5dbc): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5df6): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x5ee2): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5f02): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x5f3c): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x64f2): undefined reference to `pyne::nucname::name[abi:cxx11](int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_NoBidPrefs_Test::TestBody()':
enrichment_tests.cc:(.text+0x6bdb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6bfe): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x6c93): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x6d19): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x6dba): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6dda): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6e14): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
enrichment_tests.cc:(.text+0x6f00): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6f20): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x6f5a): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_ZeroU235_Test::TestBody()':
enrichment_tests.cc:(.text+0x7775): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7798): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
enrichment_tests.cc:(.text+0x782d): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x78b3): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
enrichment_tests.cc:(.text+0x7954): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x7974): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x79ae): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest::InitParameters()':
enrichment_tests.cc:(.text+0x8353): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest::GetMat(double)':
enrichment_tests.cc:(.text+0x861d): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_Request_Test::TestBody()':
enrichment_tests.cc:(.text+0x8a61): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x8d7d): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
enrichment_tests.cc:(.text+0x9089): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `cycamore::EnrichmentTest_ValidReq_Test::TestBody()':
enrichment_tests.cc:(.text+0x96c9): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
enrichment_tests.cc:(.text+0x9927): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
enrichment_tests.cc:(.text+0x9b62): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, unsigned long>(char const*, char const*, double const&, unsigned long const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIdmEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIdmEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xdf): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<boost::shared_ptr<cyclus::Composition>, boost::shared_ptr<cyclus::Composition> >(char const*, char const*, boost::shared_ptr<cyclus::Composition> const&, boost::shared_ptr<cyclus::Composition> const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIN5boost10shared_ptrIN6cyclus11CompositionEEES6_EENS_15AssertionResultEPKcS9_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIN5boost10shared_ptrIN6cyclus11CompositionEEES6_EENS_15AssertionResultEPKcS9_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, double>(char const*, char const*, double const&, double const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIddEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIddEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xb7): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<unsigned long, int>(char const*, char const*, unsigned long const&, int const&)':
enrichment_tests.cc:(.text._ZN7testing8internal11CmpHelperEQImiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQImiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xaf): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTV12TestFacility[_ZTV12TestFacility]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTV12TestFacility[_ZTV12TestFacility]+0x158): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility0_N6cyclus8FacilityE[_ZTV12TestFacility]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility0_N6cyclus8FacilityE[_ZTV12TestFacility]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility8_N6cyclus5AgentE[_ZTV12TestFacility]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o:(.rodata._ZTC12TestFacility8_N6cyclus5AgentE[_ZTV12TestFacility]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<AgentTests>::RegisterTests()':
enrichment_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI10AgentTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI10AgentTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/enrichment_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<FacilityTests>::RegisterTests()':
enrichment_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI13FacilityTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI13FacilityTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::GetMatlRequests()':
separations.cc:(.text+0x1dfb): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x3b2): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xae0): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xc98): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xda4): more undefined references to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xec7): undefined reference to `pyne::nucname::id(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations.cc:(.text._ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11Separations10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x11ee): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::annotations()':
separations.cc:(.text._ZN8cycamore11Separations11annotationsEv[_ZN8cycamore11Separations11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o: In function `cycamore::Separations::Snapshot(cyclus::DbInit)':
separations.cc:(.text._ZN8cycamore11Separations8SnapshotEN6cyclus6DbInitE[_ZN8cycamore11Separations8SnapshotEN6cyclus6DbInitE]+0x165): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTVN8cycamore11SeparationsE[_ZTVN8cycamore11SeparationsE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTVN8cycamore11SeparationsE[_ZTVN8cycamore11SeparationsE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE0_N6cyclus8FacilityE[_ZTVN8cycamore11SeparationsE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE0_N6cyclus8FacilityE[_ZTVN8cycamore11SeparationsE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE8_N6cyclus5AgentE[_ZTVN8cycamore11SeparationsE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations.cc.o:(.rodata._ZTCN8cycamore11SeparationsE8_N6cyclus5AgentE[_ZTVN8cycamore11SeparationsE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_SepMaterial_Test::TestBody()':
separations_tests.cc:(.text+0x3f6): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x476): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x5b9): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x639): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x77c): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o:separations_tests.cc:(.text+0x7fc): more undefined references to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_SepMixElemAndNuclide_Test::TestBody()':
separations_tests.cc:(.text+0x15ad): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x15d0): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
separations_tests.cc:(.text+0x1680): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x16a0): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x16b9): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x176c): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x17b7): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x1865): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
separations_tests.cc:(.text+0x1b41): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1ca5): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1e09): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x1f6d): undefined reference to `cyclus::toolkit::MatQuery::mass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `cycamore::SeparationsTests_Retire_Test::TestBody()':
separations_tests.cc:(.text+0x27a3): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x27cf): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)'
separations_tests.cc:(.text+0x287f): undefined reference to `cyclus::MockSim::AddSource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x289f): undefined reference to `cyclus::MockAgent::recipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x28b8): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x296b): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x29b6): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x2a4b): undefined reference to `cyclus::MockSim::AddSink(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
separations_tests.cc:(.text+0x2a96): undefined reference to `cyclus::MockAgent::Finalize[abi:cxx11]()'
separations_tests.cc:(.text+0x2b44): undefined reference to `cyclus::MockSim::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/separations_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<int, double>(char const*, char const*, int const&, double const&)':
separations_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIidEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIidEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xbd): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::annotations()':
sink.cc:(.text+0x60e): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
sink.cc:(.text+0x82b): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
sink.cc:(.text+0x88f): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
sink.cc:(.text+0xedb): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Snapshot(cyclus::DbInit)':
sink.cc:(.text+0x13c3): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::str[abi:cxx11]()':
sink.cc:(.text+0x1e54): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::GetMatlRequests()':
sink.cc:(.text+0x2265): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::GetGenRsrcRequests()':
sink.cc:(.text+0x281b): undefined reference to `cyclus::Product::CreateUntracked(double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Tick()':
sink.cc:(.text+0x2cfb): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x2e7d): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x2f94): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o: In function `cycamore::Sink::Tock()':
sink.cc:(.text+0x318f): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
sink.cc:(.text+0x32cf): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:sink.cc:(.text+0x33d3): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTVN8cycamore4SinkE[_ZTVN8cycamore4SinkE]+0x198): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE0_N6cyclus8FacilityE[_ZTVN8cycamore4SinkE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE0_N6cyclus8FacilityE[_ZTVN8cycamore4SinkE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE8_N6cyclus5AgentE[_ZTVN8cycamore4SinkE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink.cc.o:(.rodata._ZTCN8cycamore4SinkE8_N6cyclus5AgentE[_ZTVN8cycamore4SinkE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_DISABLED_XMLInit_Test::TestBody()':
sink_tests.cc:(.text+0x16e2): undefined reference to `cyclus::XMLParser::Init(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_EmptyRequests_Test::TestBody()':
sink_tests.cc:(.text+0x2a7a): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `SinkTest_InRecipe_Test::TestBody()':
sink_tests.cc:(.text+0x3535): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::internal::PrintTo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::ostream*)':
sink_tests.cc:(.text._ZN7testing8internal7PrintToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo[_ZN7testing8internal7PrintToERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPSo]+0x1f): undefined reference to `testing::internal::PrintStringTo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::ostream*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >(char const*, char const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESA_EENS_15AssertionResultEPKcSD_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EESA_EENS_15AssertionResultEPKcSD_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::Trader*, cycamore::Sink*>(char const*, char const*, cyclus::Trader* const&, cycamore::Sink* const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore4SinkEEENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore4SinkEEENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xca): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/sink_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char [7]>(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const (&) [7])':
sink_tests.cc:(.text._ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA7_cEENS_15AssertionResultEPKcSB_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA7_cEENS_15AssertionResultEPKcSB_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::InitFrom(cyclus::QueryableBackend*)':
source.cc:(.text+0x93b): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::str[abi:cxx11]()':
source.cc:(.text+0xb99): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xc40): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xca1): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0xd1a): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::GetMatlBids(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::vector<cyclus::Request<cyclus::Material>*, std::allocator<cyclus::Request<cyclus::Material>*> > > > >&)':
source.cc:(.text+0x10ac): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x11de): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x1495): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::GetMatlTrades(std::vector<cyclus::Trade<cyclus::Material>, std::allocator<cyclus::Trade<cyclus::Material> > > const&, std::vector<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> >, std::allocator<std::pair<cyclus::Trade<cyclus::Material>, boost::shared_ptr<cyclus::Material> > > >&)':
source.cc:(.text+0x194c): undefined reference to `cyclus::Context::GetRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
source.cc:(.text+0x1bc3): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::annotations()':
source.cc:(.text._ZN8cycamore6Source11annotationsEv[_ZN8cycamore6Source11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
source.cc:(.text._ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x97): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
source.cc:(.text._ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore6Source10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x537): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o: In function `cycamore::Source::Snapshot(cyclus::DbInit)':
source.cc:(.text._ZN8cycamore6Source8SnapshotEN6cyclus6DbInitE[_ZN8cycamore6Source8SnapshotEN6cyclus6DbInitE]+0xe5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTVN8cycamore6SourceE[_ZTVN8cycamore6SourceE]+0x188): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE0_N6cyclus8FacilityE[_ZTVN8cycamore6SourceE]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE0_N6cyclus8FacilityE[_ZTVN8cycamore6SourceE]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE8_N6cyclus5AgentE[_ZTVN8cycamore6SourceE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source.cc.o:(.rodata._ZTCN8cycamore6SourceE8_N6cyclus5AgentE[_ZTVN8cycamore6SourceE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `cycamore::SourceTest::InitParameters()':
source_tests.cc:(.text+0x3ee): undefined reference to `cyclus::Context::AddRecipe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<cyclus::Composition>)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `cycamore::SourceTest_AddBids_Test::TestBody()':
source_tests.cc:(.text+0xd5c): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
source_tests.cc:(.text+0x1189): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::Trader*, cycamore::Source*>(char const*, char const*, cyclus::Trader* const&, cycamore::Source* const&)':
source_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore6SourceEEENS_15AssertionResultEPKcSA_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIPN6cyclus6TraderEPN8cycamore6SourceEEENS_15AssertionResultEPKcSA_RKT_RKT0_]+0xca): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/source_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<cyclus::CapacityConstraint<cyclus::Material>, cyclus::CapacityConstraint<cyclus::Material> >(char const*, char const*, cyclus::CapacityConstraint<cyclus::Material> const&, cyclus::CapacityConstraint<cyclus::Material> const&)':
source_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIN6cyclus18CapacityConstraintINS2_8MaterialEEES5_EENS_15AssertionResultEPKcS8_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIN6cyclus18CapacityConstraintINS2_8MaterialEEES5_EENS_15AssertionResultEPKcS8_RKT_RKT0_]+0xb2): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::Build(cyclus::Agent*)':
deploy_inst.cc:(.text+0x82b): undefined reference to `cyclus::Context::AddPrototype(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, cyclus::Agent*)'
deploy_inst.cc:(.text+0x8e9): undefined reference to `cyclus::Context::SchedBuild(cyclus::Agent*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x33f): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x539): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x7a6): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst.cc:(.text._ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore10DeployInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0xa74): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::annotations()':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst11annotationsEv[_ZN8cycamore10DeployInst11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o: In function `cycamore::DeployInst::Snapshot(cyclus::DbInit)':
deploy_inst.cc:(.text._ZN8cycamore10DeployInst8SnapshotEN6cyclus6DbInitE[_ZN8cycamore10DeployInst8SnapshotEN6cyclus6DbInitE]+0xe5): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTVN8cycamore10DeployInstE[_ZTVN8cycamore10DeployInstE]+0x108): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore10DeployInstE]+0x100): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus5AgentE[_ZTVN8cycamore10DeployInstE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst.cc.o:(.rodata._ZTCN8cycamore10DeployInstE0_N6cyclus5AgentE[_ZTVN8cycamore10DeployInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_ProtoNames_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x2ab): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x2ce): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x34d): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x3dd): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_BuildTimes_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x7af): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x7d2): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x851): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x8e1): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0xa67): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_FiniteLifetimes_Test::TestBody()':
deploy_inst_tests.cc:(.text+0xedb): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0xefe): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0xf7d): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x100d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1193): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1341): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x14ef): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x169d): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o:deploy_inst_tests.cc:(.text+0x184b): more undefined references to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `DeployInstTests_NoDupProtos_Test::TestBody()':
deploy_inst_tests.cc:(.text+0x1eb7): undefined reference to `cyclus::AgentSpec::AgentSpec(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1eda): undefined reference to `cyclus::MockSim::MockSim(cyclus::AgentSpec, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
deploy_inst_tests.cc:(.text+0x1f59): undefined reference to `cyclus::MockSim::DummyProto(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x1fe9): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
deploy_inst_tests.cc:(.text+0x216f): undefined reference to `cyclus::SqliteDb::Prepare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/deploy_inst_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<InstitutionTests>::RegisterTests()':
deploy_inst_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI16InstitutionTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI16InstitutionTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::EnterNotify()':
manager_inst.cc:(.text+0x919): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::Register_(cyclus::Agent*)':
manager_inst.cc:(.text+0xb74): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::WriteProducerInformation(cyclus::toolkit::CommodityProducer*)':
manager_inst.cc:(.text+0xdc1): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0xeae): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
manager_inst.cc:(.text+0xf02): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0x100a): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
manager_inst.cc:(.text+0x10fe): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
manager_inst.cc:(.text._ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore11ManagerInst10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x35a): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::annotations()':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst11annotationsEv[_ZN8cycamore11ManagerInst11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o: In function `cycamore::ManagerInst::Snapshot(cyclus::DbInit)':
manager_inst.cc:(.text._ZN8cycamore11ManagerInst8SnapshotEN6cyclus6DbInitE[_ZN8cycamore11ManagerInst8SnapshotEN6cyclus6DbInitE]+0x76): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTVN8cycamore11ManagerInstE[_ZTVN8cycamore11ManagerInstE]+0x108): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Institution::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus11InstitutionE[_ZTVN8cycamore11ManagerInstE]+0x100): undefined reference to `non-virtual thunk to cyclus::Institution::Tock()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus5AgentE[_ZTVN8cycamore11ManagerInstE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst.cc.o:(.rodata._ZTCN8cycamore11ManagerInstE0_N6cyclus5AgentE[_ZTVN8cycamore11ManagerInstE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `ManagerInstTests::SetUp()':
manager_inst_tests.cc:(.text+0x663): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `ManagerInstTests_producerexists_Test::TestBody()':
manager_inst_tests.cc:(.text+0x906): undefined reference to `cyclus::Context::AddPrototype(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, cyclus::Agent*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o: In function `testing::AssertionResult testing::internal::CmpHelperEQ<double, int>(char const*, char const*, double const&, int const&)':
manager_inst_tests.cc:(.text._ZN7testing8internal11CmpHelperEQIdiEENS_15AssertionResultEPKcS4_RKT_RKT0_[_ZN7testing8internal11CmpHelperEQIdiEENS_15AssertionResultEPKcS4_RKT_RKT0_]+0xbd): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTV12TestProducer[_ZTV12TestProducer]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTV12TestProducer[_ZTV12TestProducer]+0x158): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer0_N6cyclus8FacilityE[_ZTV12TestProducer]+0x80): undefined reference to `cyclus::Facility::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer0_N6cyclus8FacilityE[_ZTV12TestProducer]+0x140): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer8_N6cyclus5AgentE[_ZTV12TestProducer]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/manager_inst_tests.cc.o:(.rodata._ZTC12TestProducer8_N6cyclus5AgentE[_ZTV12TestProducer]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::AddCommodityDemand_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<std::pair<int, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::allocator<std::pair<int, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&)':
growth_region.cc:(.text+0x93e): undefined reference to `cyclus::toolkit::BasicFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x9d7): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0xa27): undefined reference to `cyclus::toolkit::PiecewiseFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::EnterNotify()':
growth_region.cc:(.text+0xd92): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Register_(cyclus::Agent*)':
growth_region.cc:(.text+0x1016): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x11a4): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Tick()':
growth_region.cc:(.text+0x14ac): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x159c): undefined reference to `cyclus::toolkit::Commodity::name[abi:cxx11]() const'
growth_region.cc:(.text+0x1609): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x1743): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x181c): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region.cc:(.text+0x18f5): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::OrderBuilds(cyclus::toolkit::Commodity&, double)':
growth_region.cc:(.text+0x1c53): undefined reference to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:growth_region.cc:(.text+0x1eab): more undefined references to `cyclus::Logger::Get(cyclus::LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)' follow
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::OrderBuilds(cyclus::toolkit::Commodity&, double)':
growth_region.cc:(.text+0x208e): undefined reference to `cyclus::Context::SchedBuild(cyclus::Agent*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::InfileToDb(cyclus::InfileTree*, cyclus::DbInit)':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x9d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x101): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x2b9): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x41b): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x51d): undefined reference to `cyclus::InfileTree::SubTree(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int)'
growth_region.cc:(.text._ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE[_ZN8cycamore12GrowthRegion10InfileToDbEPN6cyclus10InfileTreeENS1_6DbInitE]+0x882): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::annotations()':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion11annotationsEv[_ZN8cycamore12GrowthRegion11annotationsEv]+0x96): undefined reference to `Json::Reader::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Json::Value&, bool)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o: In function `cycamore::GrowthRegion::Snapshot(cyclus::DbInit)':
growth_region.cc:(.text._ZN8cycamore12GrowthRegion8SnapshotEN6cyclus6DbInitE[_ZN8cycamore12GrowthRegion8SnapshotEN6cyclus6DbInitE]+0x76): undefined reference to `cyclus::DbInit::NewDatum(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTVN8cycamore12GrowthRegionE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Region::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTVN8cycamore12GrowthRegionE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus6RegionE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Region::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus6RegionE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus5AgentE[_ZTVN8cycamore12GrowthRegionE]+0xb0): undefined reference to `cyclus::Agent::str[abi:cxx11]()'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region.cc.o:(.rodata._ZTCN8cycamore12GrowthRegionE0_N6cyclus5AgentE[_ZTVN8cycamore12GrowthRegionE]+0xb8): undefined reference to `cyclus::Agent::InformErrorMsg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region_tests.cc.o: In function `cycamore::GrowthRegionTests_init_Test::TestBody()':
growth_region_tests.cc:(.text+0x3dc): undefined reference to `cyclus::toolkit::Commodity::Commodity(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region_tests.cc:(.text+0x43b): undefined reference to `cyclus::toolkit::ExpFunctionFactory::GetFunctionPtr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
growth_region_tests.cc:(.text+0x507): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&, char const*, char const*, char const*)'
CMakeFiles/cycamore_unit_tests.dir/cycamore/growth_region_tests.cc.o: In function `testing::internal::ParameterizedTestCaseInfo<RegionTests>::RegisterTests()':
growth_region_tests.cc:(.text._ZN7testing8internal25ParameterizedTestCaseInfoI11RegionTestsE13RegisterTestsEv[_ZN7testing8internal25ParameterizedTestCaseInfoI11RegionTestsE13RegisterTestsEv]+0x326): undefined reference to `testing::Message::GetString[abi:cxx11]() const'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addRow(CoinPackedVectorBase const&, char, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addCol(int, int const*, double const*, double, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addRow(CoinPackedVectorBase const&, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `OsiSolverInterface::addCol(CoinPackedVectorBase const&, double, double, double, std::string)'
/root/miniconda/lib/libcyclus.so: undefined reference to `xmlpp::Node::get_children(Glib::ustring const&) const'
/root/miniconda/lib/libcyclus.so: undefined reference to `xmlpp::Node::get_children(Glib::ustring const&)'
/root/miniconda/lib/libcyclus.so: undefined reference to `Glib::ustring::ustring(std::string const&)'
collect2: error: ld returned 1 exit status
CMakeFiles/cycamore_unit_tests.dir/build.make:577: recipe for target 'bin/cycamore_unit_tests' failed
make[2]: *** [bin/cycamore_unit_tests] Error 1
CMakeFiles/Makefile2:928: recipe for target 'CMakeFiles/cycamore_unit_tests.dir/all' failed
make[1]: *** [CMakeFiles/cycamore_unit_tests.dir/all] Error 2
Makefile:146: recipe for target 'all' failed
make: *** [all] Error 2
Traceback (most recent call last):
File "install.py", line 135, in <module>
main()
File "install.py", line 132, in main
install_cycamore(args)
File "install.py", line 71, in install_cycamore
shell=(os.name == 'nt'))
File "/root/miniconda/lib/python3.5/subprocess.py", line 584, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment