Skip to content

Instantly share code, notes, and snippets.

@guilledk
Created August 9, 2022 17:40
Show Gist options
  • Save guilledk/1dc7c266c00d50702f4699d005475ddd to your computer and use it in GitHub Desktop.
Save guilledk/1dc7c266c00d50702f4699d005475ddd to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- 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
-- Building eosio.contracts v3.1.0-rc1
-- Building unit tests.
-- Setting up Eosio Tester 3.1.0-rc1 at /root/mandel-build
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Found Boost: /root/mandel-deps/boost_1_70_0/bin/include (found suitable exact version "1.70.0") found components: date_time filesystem system chrono iostreams unit_test_framework missing components: regex
-- Using eosio version 3.1.0-rc1
-- Configuring done
-- Generating done
-- Build files have been written to: /root/target/build
Scanning dependencies of target contracts_project
Scanning dependencies of target unit_test
[ 6%] Creating directories for 'contracts_project'
[ 12%] No download step for 'contracts_project'
[ 25%] No patch step for 'contracts_project'
[ 25%] No update step for 'contracts_project'
[ 31%] Performing configure step for 'contracts_project'
-- Setting up CDT Wasm Toolchain 3.0.0-rc1 at /usr
-- Setting up CDT Wasm Toolchain 3.0.0-rc1 at /usr
-- The C compiler identification is Clang 9.0.1
-- The CXX compiler identification is Clang 9.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
[ 37%] Building CXX object tests/CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o
[ 43%] Building CXX object tests/CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o
[ 50%] Building CXX object tests/CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o
[ 56%] Building CXX object tests/CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o
[ 62%] Building CXX object tests/CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o
[ 68%] Building CXX object tests/CMakeFiles/unit_test.dir/main.cpp.o
-- Detecting CXX compiler ABI info - failed
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CDT version 3.0.0-rc1
-- Configuring done
-- Generating done
-- Build files have been written to: /root/target/build/contracts
[ 75%] Performing build step for 'contracts_project'
Scanning dependencies of target eosio.boot
Scanning dependencies of target eosio.bios
[ 3%] Building CXX object eosio.boot/CMakeFiles/eosio.boot.dir/src/eosio.boot.cpp.obj
[ 7%] Building CXX object eosio.bios/CMakeFiles/eosio.bios.dir/src/eosio.bios.cpp.obj
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <reqactivated> does not have a ricardian contract
/root/target/contracts/eosio.boot/src/eosio.boot.cpp:6:12: warning: abigen warning (Action <onerror> does not have a ricardian contract)
void boot::onerror( ignore<uint128_t>, ignore<std::vector<char>> ) {
 ^
Warning, action <onerror> does not have a ricardian contract
/root/target/contracts/eosio.boot/src/eosio.boot.cpp:10:12: warning: abigen warning (Action <activate> does not have a ricardian contract)
void boot::activate( const eosio::checksum256& feature_digest ) {
 ^
Warning, action <activate> does not have a ricardian contract
/root/target/contracts/eosio.boot/src/eosio.boot.cpp:15:12: warning: abigen warning (Action <reqactivated> does not have a ricardian contract)
void boot::reqactivated( const eosio::checksum256& feature_digest ) {
 ^
Warning, action <reqactivated> does not have a ricardian contract
3 warnings generated.
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setpriv> does not have a ricardian contract
Warning, action <setalimits> does not have a ricardian contract
Warning, action <setprods> does not have a ricardian contract
Warning, action <setparams> does not have a ricardian contract
Warning, action <reqauth> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <reqactivated> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:5:12: warning: abigen warning (Action <setabi> does not have a ricardian contract)
void bios::setabi( name account, const std::vector<char>& abi ) {
 ^
Warning, action <setabi> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:20:12: warning: abigen warning (Action <onerror> does not have a ricardian contract)
void bios::onerror( ignore<uint128_t>, ignore<std::vector<char>> ) {
 ^
Warning, action <onerror> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:24:12: warning: abigen warning (Action <setpriv> does not have a ricardian contract)
void bios::setpriv( name account, uint8_t is_priv ) {
 ^
Warning, action <setpriv> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:29:12: warning: abigen warning (Action <setalimits> does not have a ricardian contract)
void bios::setalimits( name account, int64_t ram_bytes, int64_t net_weight, int64_t cpu_weight ) {
 ^
Warning, action <setalimits> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:34:12: warning: abigen warning (Action <setprods> does not have a ricardian contract)
void bios::setprods( const std::vector<eosio::producer_authority>& schedule ) {
 ^
Warning, action <setprods> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:39:12: warning: abigen warning (Action <setparams> does not have a ricardian contract)
void bios::setparams( const eosio::blockchain_parameters& params ) {
 ^
Warning, action <setparams> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:44:12: warning: abigen warning (Action <reqauth> does not have a ricardian contract)
void bios::reqauth( name from ) {
 ^
Warning, action <reqauth> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:48:12: warning: abigen warning (Action <activate> does not have a ricardian contract)
void bios::activate( const eosio::checksum256& feature_digest ) {
 ^
Warning, action <activate> does not have a ricardian contract
/root/target/contracts/eosio.bios/src/eosio.bios.cpp:53:12: warning: abigen warning (Action <reqactivated> does not have a ricardian contract)
void bios::reqactivated( const eosio::checksum256& feature_digest ) {
 ^
Warning, action <reqactivated> does not have a ricardian contract
9 warnings generated.
[ 10%] Linking CXX executable eosio.boot.wasm
[ 10%] Built target eosio.boot
Scanning dependencies of target eosio.msig
[ 14%] Building CXX object eosio.msig/CMakeFiles/eosio.msig.dir/src/eosio.msig.cpp.obj
[ 17%] Linking CXX executable eosio.bios.wasm
[ 17%] Built target eosio.bios
Scanning dependencies of target powup.results
[ 21%] Building CXX object eosio.system/CMakeFiles/powup.results.dir/src/powerup.results.cpp.obj
/root/target/tests/eosio.system_blockinfo_tests.cpp:292:9: warning: variables 'cur_block_height' and 'end_block_height' used in loop condition not modified in loop body [-Wfor-loop-analysis]
cur_block_height <= end_block_height; //
 ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <propose> does not have a ricardian contract
Warning, action <approve> does not have a ricardian contract
Warning, action <unapprove> does not have a ricardian contract
Warning, action <cancel> does not have a ricardian contract
Warning, action <exec> does not have a ricardian contract
Warning, action <invalidate> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:9:16: warning: abigen warning (Action <propose> does not have a ricardian contract)
void multisig::propose( ignore<name> proposer,
 ^
Warning, action <propose> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:59:16: warning: abigen warning (Action <approve> does not have a ricardian contract)
void multisig::approve( name proposer, name proposal_name, permission_level level,
 ^
Warning, action <approve> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:94:16: warning: abigen warning (Action <unapprove> does not have a ricardian contract)
void multisig::unapprove( name proposer, name proposal_name, permission_level level ) {
 ^
Warning, action <unapprove> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:118:16: warning: abigen warning (Action <cancel> does not have a ricardian contract)
void multisig::cancel( name proposer, name proposal_name, name canceler ) {
 ^
Warning, action <cancel> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:142:16: warning: abigen warning (Action <exec> does not have a ricardian contract)
void multisig::exec( name proposer, name proposal_name, name executer ) {
 ^
Warning, action <exec> does not have a ricardian contract
/root/target/contracts/eosio.msig/src/eosio.msig.cpp:191:16: warning: abigen warning (Action <invalidate> does not have a ricardian contract)
void multisig::invalidate( name account ) {
 ^
Warning, action <invalidate> does not have a ricardian contract
6 warnings generated.
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <powupresult> does not have a ricardian contract
/root/target/contracts/eosio.system/src/powerup.results.cpp:3:21: warning: abigen warning (Action <powupresult> does not have a ricardian contract)
void powup_results::powupresult( const asset& fee, const int64_t powup_net_weight, const int64_t powup_cpu_weight ) { }
 ^
Warning, action <powupresult> does not have a ricardian contract
1 warning generated.
In file included from /root/target/tests/eosio.msig_tests.cpp:9:
/root/target/build/tests/contracts.hpp:34:29: warning: unused function 'blockinfo_tester_wasm' [-Wunused-function]
static std::vector<uint8_t> blockinfo_tester_wasm()
 ^
In file included from /root/target/tests/eosio.wrap_tests.cpp:9:
/root/target/build/tests/contracts.hpp:34:29: warning: unused function 'blockinfo_tester_wasm' [-Wunused-function]
static std::vector<uint8_t> blockinfo_tester_wasm()
 ^
[ 25%] Linking CXX executable .powerup/powup.results.wasm
[ 25%] Built target powup.results
Scanning dependencies of target rex.results
[ 28%] Building CXX object eosio.system/CMakeFiles/rex.results.dir/src/rex.results.cpp.obj
In file included from /root/target/tests/eosio.token_tests.cpp:4:
In file included from /root/target/tests/eosio.system_tester.hpp:6:
/root/target/build/tests/contracts.hpp:34:29: warning: unused function 'blockinfo_tester_wasm' [-Wunused-function]
static std::vector<uint8_t> blockinfo_tester_wasm()
 ^
1 warning generated.
Scanning dependencies of target eosio.system
[ 32%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/eosio.system.cpp.obj
1 warning generated.
[ 35%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/delegate_bandwidth.cpp.obj
1 warning generated.
[ 39%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/exchange_state.cpp.obj
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <buyresult> does not have a ricardian contract
Warning, action <sellresult> does not have a ricardian contract
Warning, action <orderresult> does not have a ricardian contract
Warning, action <rentresult> does not have a ricardian contract
/root/target/contracts/eosio.system/src/rex.results.cpp:3:19: warning: abigen warning (Action <buyresult> does not have a ricardian contract)
void rex_results::buyresult( const asset& rex_received ) { }
 ^
Warning, action <buyresult> does not have a ricardian contract
/root/target/contracts/eosio.system/src/rex.results.cpp:5:19: warning: abigen warning (Action <sellresult> does not have a ricardian contract)
void rex_results::sellresult( const asset& proceeds ) { }
 ^
Warning, action <sellresult> does not have a ricardian contract
/root/target/contracts/eosio.system/src/rex.results.cpp:7:19: warning: abigen warning (Action <orderresult> does not have a ricardian contract)
void rex_results::orderresult( const name& owner, const asset& proceeds ) { }
 ^
Warning, action <orderresult> does not have a ricardian contract
/root/target/contracts/eosio.system/src/rex.results.cpp:9:19: warning: abigen warning (Action <rentresult> does not have a ricardian contract)
void rex_results::rentresult( const asset& rented_tokens ) { }
 ^
Warning, action <rentresult> does not have a ricardian contract
4 warnings generated.
In file included from /root/target/tests/eosio.system_tests.cpp:13:
In file included from /root/target/tests/eosio.system_tester.hpp:6:
/root/target/build/tests/contracts.hpp:34:29: warning: unused function 'blockinfo_tester_wasm' [-Wunused-function]
static std::vector<uint8_t> blockinfo_tester_wasm()
 ^
In file included from /root/target/tests/main.cpp:13:
In file included from /root/target/tests/eosio.system_tester.hpp:6:
/root/target/build/tests/contracts.hpp:34:29: warning: unused function 'blockinfo_tester_wasm' [-Wunused-function]
static std::vector<uint8_t> blockinfo_tester_wasm()
 ^
1 warning generated.
[ 42%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/name_bidding.cpp.obj
[ 46%] Linking CXX executable eosio.msig.wasm
[ 46%] Built target eosio.msig
Scanning dependencies of target eosio.token
[ 50%] Building CXX object eosio.token/CMakeFiles/eosio.token.dir/src/eosio.token.cpp.obj
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <init> does not have a ricardian contract
Warning, action <onblock> does not have a ricardian contract
Warning, action <setalimits> does not have a ricardian contract
Warning, action <setacctram> does not have a ricardian contract
Warning, action <setacctnet> does not have a ricardian contract
Warning, action <setacctcpu> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <delegatebw> does not have a ricardian contract
Warning, action <setrex> does not have a ricardian contract
Warning, action <deposit> does not have a ricardian contract
Warning, action <withdraw> does not have a ricardian contract
Warning, action <buyrex> does not have a ricardian contract
Warning, action <unstaketorex> does not have a ricardian contract
Warning, action <sellrex> does not have a ricardian contract
Warning, action <cnclrexorder> does not have a ricardian contract
Warning, action <rentcpu> does not have a ricardian contract
Warning, action <rentnet> does not have a ricardian contract
Warning, action <fundcpuloan> does not have a ricardian contract
Warning, action <fundnetloan> does not have a ricardian contract
Warning, action <defcpuloan> does not have a ricardian contract
Warning, action <defnetloan> does not have a ricardian contract
Warning, action <updaterex> does not have a ricardian contract
Warning, action <rexexec> does not have a ricardian contract
Warning, action <consolidate> does not have a ricardian contract
Warning, action <mvtosavings> does not have a ricardian contract
Warning, action <mvfrsavings> does not have a ricardian contract
Warning, action <closerex> does not have a ricardian contract
Warning, action <undelegatebw> does not have a ricardian contract
Warning, action <buyram> does not have a ricardian contract
Warning, action <buyrambytes> does not have a ricardian contract
Warning, action <sellram> does not have a ricardian contract
Warning, action <refund> does not have a ricardian contract
Warning, action <regproducer> does not have a ricardian contract
Warning, action <regproducer2> does not have a ricardian contract
Warning, action <unregprod> does not have a ricardian contract
Warning, action <setram> does not have a ricardian contract
Warning, action <setramrate> does not have a ricardian contract
Warning, action <voteproducer> does not have a ricardian contract
Warning, action <voteupdate> does not have a ricardian contract
Warning, action <regproxy> does not have a ricardian contract
Warning, action <setparams> does not have a ricardian contract
Warning, action <wasmcfg> does not have a ricardian contract
Warning, action <claimrewards> does not have a ricardian contract
Warning, action <setpriv> does not have a ricardian contract
Warning, action <rmvproducer> does not have a ricardian contract
Warning, action <updtrevision> does not have a ricardian contract
Warning, action <bidname> does not have a ricardian contract
Warning, action <bidrefund> does not have a ricardian contract
Warning, action <setinflation> does not have a ricardian contract
Warning, action <cfgpowerup> does not have a ricardian contract
Warning, action <powerupexec> does not have a ricardian contract
Warning, action <powerup> does not have a ricardian contract
Warning, action <limitauthchg> does not have a ricardian contract
Warning, action <unregreason> does not have a ricardian contract
Warning, action <votebpout> does not have a ricardian contract
Warning, action <setpayrates> does not have a ricardian contract
Warning, action <distviarex> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:25:26: warning: abigen warning (Action <buyrambytes> does not have a ricardian contract)
void system_contract::buyrambytes( const name& payer, const name& receiver, uint32_t bytes ) {
 ^
Warning, action <buyrambytes> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:43:26: warning: abigen warning (Action <buyram> does not have a ricardian contract)
void system_contract::buyram( const name& payer, const name& receiver, const asset& quant )
 ^
Warning, action <buyram> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:111:26: warning: abigen warning (Action <sellram> does not have a ricardian contract)
void system_contract::sellram( const name& account, int64_t bytes ) {
 ^
Warning, action <sellram> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:374:26: warning: abigen warning (Action <delegatebw> does not have a ricardian contract)
void system_contract::delegatebw( const name& from, const name& receiver,
 ^
Warning, action <delegatebw> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:393:26: warning: abigen warning (Action <undelegatebw> does not have a ricardian contract)
void system_contract::undelegatebw( const name& from, const name& receiver,
 ^
Warning, action <undelegatebw> does not have a ricardian contract
/root/target/contracts/eosio.system/src/delegate_bandwidth.cpp:415:26: warning: abigen warning (Action <refund> does not have a ricardian contract)
void system_contract::refund( const name& owner ) {
 ^
Warning, action <refund> does not have a ricardian contract
6 warnings generated.
1 warning generated.
Scanning dependencies of target eosio.wrap
Warning, empty ricardian clause file
Warning, empty ricardian clause file
[ 53%] Building CXX object eosio.wrap/CMakeFiles/eosio.wrap.dir/src/eosio.wrap.cpp.obj
Warning, action <create> does not have a ricardian contract
Warning, action <issue> does not have a ricardian contract
Warning, action <retire> does not have a ricardian contract
Warning, action <transfer> does not have a ricardian contract
Warning, action <open> does not have a ricardian contract
Warning, action <close> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:5:13: warning: abigen warning (Action <create> does not have a ricardian contract)
void token::create( const name& issuer,
 ^
Warning, action <create> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:26:13: warning: abigen warning (Action <issue> does not have a ricardian contract)
void token::issue( const name& to, const asset& quantity, const string& memo )
 ^
Warning, action <issue> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:52:13: warning: abigen warning (Action <retire> does not have a ricardian contract)
void token::retire( const asset& quantity, const string& memo )
 ^
Warning, action <retire> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:76:13: warning: abigen warning (Action <transfer> does not have a ricardian contract)
void token::transfer( const name& from,
 ^
Warning, action <transfer> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:128:13: warning: abigen warning (Action <open> does not have a ricardian contract)
void token::open( const name& owner, const symbol& symbol, const name& ram_payer )
 ^
Warning, action <open> does not have a ricardian contract
/root/target/contracts/eosio.token/src/eosio.token.cpp:148:13: warning: abigen warning (Action <close> does not have a ricardian contract)
void token::close( const name& owner, const symbol& symbol )
 ^
Warning, action <close> does not have a ricardian contract
6 warnings generated.
[ 57%] Linking CXX executable .rex/rex.results.wasm
[ 57%] Built target rex.results
[ 60%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/native.cpp.obj
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <init> does not have a ricardian contract
Warning, action <onblock> does not have a ricardian contract
Warning, action <setalimits> does not have a ricardian contract
Warning, action <setacctram> does not have a ricardian contract
Warning, action <setacctnet> does not have a ricardian contract
Warning, action <setacctcpu> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <delegatebw> does not have a ricardian contract
Warning, action <setrex> does not have a ricardian contract
Warning, action <deposit> does not have a ricardian contract
Warning, action <withdraw> does not have a ricardian contract
Warning, action <buyrex> does not have a ricardian contract
Warning, action <unstaketorex> does not have a ricardian contract
Warning, action <sellrex> does not have a ricardian contract
Warning, action <cnclrexorder> does not have a ricardian contract
Warning, action <rentcpu> does not have a ricardian contract
Warning, action <rentnet> does not have a ricardian contract
Warning, action <fundcpuloan> does not have a ricardian contract
Warning, action <fundnetloan> does not have a ricardian contract
Warning, action <defcpuloan> does not have a ricardian contract
Warning, action <defnetloan> does not have a ricardian contract
Warning, action <updaterex> does not have a ricardian contract
Warning, action <rexexec> does not have a ricardian contract
Warning, action <consolidate> does not have a ricardian contract
Warning, action <mvtosavings> does not have a ricardian contract
Warning, action <mvfrsavings> does not have a ricardian contract
Warning, action <closerex> does not have a ricardian contract
Warning, action <undelegatebw> does not have a ricardian contract
Warning, action <buyram> does not have a ricardian contract
Warning, action <buyrambytes> does not have a ricardian contract
Warning, action <sellram> does not have a ricardian contract
Warning, action <refund> does not have a ricardian contract
Warning, action <regproducer> does not have a ricardian contract
Warning, action <regproducer2> does not have a ricardian contract
Warning, action <unregprod> does not have a ricardian contract
Warning, action <setram> does not have a ricardian contract
Warning, action <setramrate> does not have a ricardian contract
Warning, action <voteproducer> does not have a ricardian contract
Warning, action <voteupdate> does not have a ricardian contract
Warning, action <regproxy> does not have a ricardian contract
Warning, action <setparams> does not have a ricardian contract
Warning, action <wasmcfg> does not have a ricardian contract
Warning, action <claimrewards> does not have a ricardian contract
Warning, action <setpriv> does not have a ricardian contract
Warning, action <rmvproducer> does not have a ricardian contract
Warning, action <updtrevision> does not have a ricardian contract
Warning, action <bidname> does not have a ricardian contract
Warning, action <bidrefund> does not have a ricardian contract
Warning, action <setinflation> does not have a ricardian contract
Warning, action <cfgpowerup> does not have a ricardian contract
Warning, action <powerupexec> does not have a ricardian contract
Warning, action <powerup> does not have a ricardian contract
Warning, action <limitauthchg> does not have a ricardian contract
Warning, action <unregreason> does not have a ricardian contract
Warning, action <votebpout> does not have a ricardian contract
Warning, action <setpayrates> does not have a ricardian contract
Warning, action <distviarex> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:92:26: warning: abigen warning (Action <setram> does not have a ricardian contract)
void system_contract::setram( uint64_t max_ram_size ) {
 ^
Warning, action <setram> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:132:26: warning: abigen warning (Action <setramrate> does not have a ricardian contract)
void system_contract::setramrate( uint16_t bytes_per_block ) {
 ^
Warning, action <setramrate> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:143:26: warning: abigen warning (Action <setparams> does not have a ricardian contract)
void system_contract::setparams( const blockchain_parameters_t& params ) {
 ^
Warning, action <setparams> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:240:26: warning: abigen warning (Action <wasmcfg> does not have a ricardian contract)
void system_contract::wasmcfg( const name& settings )
 ^
Warning, action <wasmcfg> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:259:26: warning: abigen warning (Action <setpriv> does not have a ricardian contract)
void system_contract::setpriv( const name& account, uint8_t ispriv ) {
 ^
Warning, action <setpriv> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:264:26: warning: abigen warning (Action <setalimits> does not have a ricardian contract)
void system_contract::setalimits( const name& account, int64_t ram, int64_t net, int64_t cpu ) {
 ^
Warning, action <setalimits> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:282:26: warning: abigen warning (Action <setacctram> does not have a ricardian contract)
void system_contract::setacctram( const name& account, const std::optional<int64_t>& ram_bytes ) {
 ^
Warning, action <setacctram> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:327:26: warning: abigen warning (Action <setacctnet> does not have a ricardian contract)
void system_contract::setacctnet( const name& account, const std::optional<int64_t>& net_weight ) {
 ^
Warning, action <setacctnet> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:371:26: warning: abigen warning (Action <setacctcpu> does not have a ricardian contract)
void system_contract::setacctcpu( const name& account, const std::optional<int64_t>& cpu_weight ) {
 ^
Warning, action <setacctcpu> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:415:26: warning: abigen warning (Action <activate> does not have a ricardian contract)
void system_contract::activate( const eosio::checksum256& feature_digest ) {
 ^
Warning, action <activate> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:420:26: warning: abigen warning (Action <rmvproducer> does not have a ricardian contract)
void system_contract::rmvproducer( const name& producer ) {
 ^
Warning, action <rmvproducer> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:429:26: warning: abigen warning (Action <updtrevision> does not have a ricardian contract)
void system_contract::updtrevision( uint8_t revision ) {
 ^
Warning, action <updtrevision> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:438:26: warning: abigen warning (Action <setinflation> does not have a ricardian contract)
void system_contract::setinflation( int64_t annual_rate, int64_t inflation_pay_factor, int64_t votepay_factor ) {
 ^
Warning, action <setinflation> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:465:17: warning: abigen warning (Action <newaccount> does not have a ricardian contract)
void native::newaccount( const name& creator,
 ^
Warning, action <newaccount> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:504:17: warning: abigen warning (Action <setabi> does not have a ricardian contract)
void native::setabi( const name& acnt, const std::vector<char>& abi,
 ^
Warning, action <setabi> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:520:26: warning: abigen warning (Action <init> does not have a ricardian contract)
void system_contract::init( unsigned_int version, const symbol& core ) {
 ^
Warning, action <init> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:545:26: warning: abigen warning (Action <votebpout> does not have a ricardian contract)
void system_contract::votebpout(name bp, uint32_t penalty_hours) {
 ^
Warning, action <votebpout> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:557:26: warning: abigen warning (Action <setpayrates> does not have a ricardian contract)
void system_contract::setpayrates(uint64_t bpay, uint64_t worker) {
 ^
Warning, action <setpayrates> does not have a ricardian contract
/root/target/contracts/eosio.system/src/eosio.system.cpp:565:26: warning: abigen warning (Action <distviarex> does not have a ricardian contract)
void system_contract::distviarex(name from, asset amount) {
 ^
Warning, action <distviarex> does not have a ricardian contract
19 warnings generated.
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <init> does not have a ricardian contract
Warning, action <onblock> does not have a ricardian contract
Warning, action <setalimits> does not have a ricardian contract
Warning, action <setacctram> does not have a ricardian contract
Warning, action <setacctnet> does not have a ricardian contract
Warning, action <setacctcpu> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <delegatebw> does not have a ricardian contract
Warning, action <setrex> does not have a ricardian contract
Warning, action <deposit> does not have a ricardian contract
Warning, action <withdraw> does not have a ricardian contract
Warning, action <buyrex> does not have a ricardian contract
Warning, action <unstaketorex> does not have a ricardian contract
Warning, action <sellrex> does not have a ricardian contract
Warning, action <cnclrexorder> does not have a ricardian contract
Warning, action <rentcpu> does not have a ricardian contract
Warning, action <rentnet> does not have a ricardian contract
Warning, action <fundcpuloan> does not have a ricardian contract
Warning, action <fundnetloan> does not have a ricardian contract
Warning, action <defcpuloan> does not have a ricardian contract
Warning, action <defnetloan> does not have a ricardian contract
Warning, action <updaterex> does not have a ricardian contract
Warning, action <rexexec> does not have a ricardian contract
Warning, action <consolidate> does not have a ricardian contract
Warning, action <mvtosavings> does not have a ricardian contract
Warning, action <mvfrsavings> does not have a ricardian contract
Warning, action <closerex> does not have a ricardian contract
Warning, action <undelegatebw> does not have a ricardian contract
Warning, action <buyram> does not have a ricardian contract
Warning, action <buyrambytes> does not have a ricardian contract
Warning, action <sellram> does not have a ricardian contract
Warning, action <refund> does not have a ricardian contract
Warning, action <regproducer> does not have a ricardian contract
Warning, action <regproducer2> does not have a ricardian contract
Warning, action <unregprod> does not have a ricardian contract
Warning, action <setram> does not have a ricardian contract
Warning, action <setramrate> does not have a ricardian contract
Warning, action <voteproducer> does not have a ricardian contract
Warning, action <voteupdate> does not have a ricardian contract
Warning, action <regproxy> does not have a ricardian contract
Warning, action <setparams> does not have a ricardian contract
Warning, action <wasmcfg> does not have a ricardian contract
Warning, action <claimrewards> does not have a ricardian contract
Warning, action <setpriv> does not have a ricardian contract
Warning, action <rmvproducer> does not have a ricardian contract
Warning, action <updtrevision> does not have a ricardian contract
Warning, action <bidname> does not have a ricardian contract
Warning, action <bidrefund> does not have a ricardian contract
Warning, action <setinflation> does not have a ricardian contract
Warning, action <cfgpowerup> does not have a ricardian contract
Warning, action <powerupexec> does not have a ricardian contract
Warning, action <powerup> does not have a ricardian contract
Warning, action <limitauthchg> does not have a ricardian contract
Warning, action <unregreason> does not have a ricardian contract
Warning, action <votebpout> does not have a ricardian contract
Warning, action <setpayrates> does not have a ricardian contract
Warning, action <distviarex> does not have a ricardian contract
/root/target/contracts/eosio.system/src/name_bidding.cpp:11:26: warning: abigen warning (Action <bidname> does not have a ricardian contract)
void system_contract::bidname( const name& bidder, const name& newname, const asset& bid ) {
 ^
Warning, action <bidname> does not have a ricardian contract
/root/target/contracts/eosio.system/src/name_bidding.cpp:70:26: warning: abigen warning (Action <bidrefund> does not have a ricardian contract)
void system_contract::bidrefund( const name& bidder, const name& newname ) {
 ^
Warning, action <bidrefund> does not have a ricardian contract
2 warnings generated.
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
/root/target/contracts/eosio.system/src/native.cpp:7:17: warning: abigen warning (Action <onerror> does not have a ricardian contract)
void native::onerror( ignore<uint128_t>, ignore<std::vector<char>> ) {
 ^
Warning, action <onerror> does not have a ricardian contract
1 warning generated.
Warning, empty ricardian clause file
Warning, empty ricardian clause file
Warning, action <exec> does not have a ricardian contract
/root/target/contracts/eosio.wrap/src/eosio.wrap.cpp:5:12: warning: abigen warning (Action <exec> does not have a ricardian contract)
void wrap::exec( ignore<name>, ignore<transaction> ) {
 ^
Warning, action <exec> does not have a ricardian contract
1 warning generated.
[ 64%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/producer_pay.cpp.obj
1 warning generated.
[ 81%] Linking CXX executable unit_test
[ 67%] Linking CXX executable eosio.token.wasm
[ 67%] Built target eosio.token
Scanning dependencies of target blockinfo_tester
[ 71%] Building CXX object test_contracts/blockinfo_tester/CMakeFiles/blockinfo_tester.dir/src/blockinfo_tester.cpp.obj
[ 75%] Linking CXX executable eosio.wrap.wasm
[ 75%] Built target eosio.wrap
[ 78%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/powerup.cpp.obj
[ 82%] Building CXX object eosio.system/CMakeFiles/eosio.system.dir/src/rex.cpp.obj
Warning, action <newaccount> does not have a ricardian contract
Warning, action <updateauth> does not have a ricardian contract
Warning, action <deleteauth> does not have a ricardian contract
Warning, action <linkauth> does not have a ricardian contract
Warning, action <unlinkauth> does not have a ricardian contract
Warning, action <canceldelay> does not have a ricardian contract
Warning, action <onerror> does not have a ricardian contract
Warning, action <setabi> does not have a ricardian contract
Warning, action <setcode> does not have a ricardian contract
Warning, action <init> does not have a ricardian contract
Warning, action <onblock> does not have a ricardian contract
Warning, action <setalimits> does not have a ricardian contract
Warning, action <setacctram> does not have a ricardian contract
Warning, action <setacctnet> does not have a ricardian contract
Warning, action <setacctcpu> does not have a ricardian contract
Warning, action <activate> does not have a ricardian contract
Warning, action <delegatebw> does not have a ricardian contract
Warning, action <setrex> does not have a ricardian contract
Warning, action <deposit> does not have a ricardian contract
Warning, action <withdraw> does not have a ricardian contract
Warning, action <buyrex> does not have a ricardian contract
Warning, action <unstaketorex> does not have a ricardian contract
Warning, action <sellrex> does not have a ricardian contract
Warning, action <cnclrexorder> does not have a ricardian contract
Warning, action <rentcpu> does not have a ricardian contract
Warning, action <rentnet> does not have a ricardian contract
Warning, action <fundcpuloan> does not have a ricardian contract
Warning, action <fundnetloan> does not have a ricardian contract
Warning, action <defcpuloan> does not have a ricardian contract
Warning, action <defnetloan> does not have a ricardian contract
Warning, action <updaterex> does not have a ricardian contract
Warning, action <rexexec> does not have a ricardian contract
Warning, action <consolidate> does not have a ricardian contract
Warning, action <mvtosavings> does not have a ricardian contract
Warning, action <mvfrsavings> does not have a ricardian contract
Warning, action <closerex> does not have a ricardian contract
Warning, action <undelegatebw> does not have a ricardian contract
Warning, action <buyram> does not have a ricardian contract
Warning, action <buyrambytes> does not have a ricardian contract
Warning, action <sellram> does not have a ricardian contract
Warning, action <refund> does not have a ricardian contract
Warning, action <regproducer> does not have a ricardian contract
Warning, action <regproducer2> does not have a ricardian contract
Warning, action <unregprod> does not have a ricardian contract
Warning, action <setram> does not have a ricardian contract
Warning, action <setramrate> does not have a ricardian contract
Warning, action <voteproducer> does not have a ricardian contract
Warning, action <voteupdate> does not have a ricardian contract
Warning, action <regproxy> does not have a ricardian contract
Warning, action <setparams> does not have a ricardian contract
Warning, action <wasmcfg> does not have a ricardian contract
Warning, action <claimrewards> does not have a ricardian contract
Warning, action <setpriv> does not have a ricardian contract
Warning, action <rmvproducer> does not have a ricardian contract
Warning, action <updtrevision> does not have a ricardian contract
Warning, action <bidname> does not have a ricardian contract
Warning, action <bidrefund> does not have a ricardian contract
Warning, action <setinflation> does not have a ricardian contract
Warning, action <cfgpowerup> does not have a ricardian contract
Warning, action <powerupexec> does not have a ricardian contract
Warning, action <powerup> does not have a ricardian contract
Warning, action <limitauthchg> does not have a ricardian contract
Warning, action <unregreason> does not have a ricardian contract
Warning, action <votebpout> does not have a ricardian contract
Warning, action <setpayrates> does not have a ricardian contract
Warning, action <distviarex> does not have a ricardian contract
/root/target/contracts/eosio.system/src/producer_pay.cpp:14:26: warning: abigen warning (Action <onblock> does not have a ricardian contract)
void system_contract::onblock( ignore<block_header> ) {
 ^
Warning, action <onblock> does not have a ricardian contract
/root/target/contracts/eosio.system/src/producer_pay.cpp:146:26: warning: abigen warning (Action <claimrewards> does not have a ricardian contract)
void system_contract::claimrewards( const name& owner ) {
 ^
Warning, action <claimrewards> does not have a ricardian contract
2 warnings generated.
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_approve_execute::test_method()':
eosio.msig_tests.cpp:(.text+0x3386): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x343b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3530): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3594): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x37a2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3879): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x396c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3a21): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3b16): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3b7a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3d02): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3d37): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3dd6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3e8b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3f80): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x3fe4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x4938): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_approve_unapprove::test_method()':
eosio.msig_tests.cpp:(.text+0x68f6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x69ab): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6aa0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6b04): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6d12): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6de9): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6edc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x6f91): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x7086): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x70ea): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x7272): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x72a7): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x7346): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x73fb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x74f0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x7554): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x7ea8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_approve_by_two::test_method()':
eosio.msig_tests.cpp:(.text+0xa66a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xa71f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xa814): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xa878): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xaa86): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xab5d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xac50): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xad05): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xadfa): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xae5e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xafe6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xb01b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xb0ba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xb16f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xb264): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xb2c8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xbc1c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_with_wrong_requested_auth::test_method()':
eosio.msig_tests.cpp:(.text+0xd136): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd1eb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd2e0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd344): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd552): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd629): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd71c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd7d1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd8c6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xd92a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdab2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdae7): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdb86): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdc3b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdd30): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xdd94): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0xe6e8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::big_transaction::test_method()':
eosio.msig_tests.cpp:(.text+0x11415): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x114ca): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x115bf): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11623): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11831): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11908): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x119fb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11ab0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11ba5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11c09): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11d91): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11dc6): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11e65): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x11f1a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1200f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x12073): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1290d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_approve_invalidate::test_method()':
eosio.msig_tests.cpp:(.text+0x14ff6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x150ab): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x151a0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15204): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15415): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x154ec): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x155df): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15694): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15789): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x157ed): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15978): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x159ad): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15a4c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15b01): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15bf6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x15c5a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x16668): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::propose_invalidate_approve::test_method()':
eosio.msig_tests.cpp:(.text+0x18d09): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x18dbe): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x18eb3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x18f17): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19125): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x191fc): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x192ef): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x193a4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19499): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x194fd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19685): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x196ba): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19759): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1980e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19903): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x19967): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1a2bb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::approve_execute_old::test_method()':
eosio.msig_tests.cpp:(.text+0x1ac4c): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1b1ff): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c1b9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c26e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c363): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c3c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c5d5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c6ac): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c79f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c854): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c949): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1c9ad): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1cb35): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1cb6a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1cc09): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1ccbe): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1cdb3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1ce17): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1d6b1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::approve_unapprove_old::test_method()':
eosio.msig_tests.cpp:(.text+0x1e02c): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1e87a): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1f833): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1f8e8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1f9dd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1fa41): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1fc4f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1fd26): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1fe19): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1fece): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x1ffc3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x20027): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x201af): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x201e4): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x20283): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x20338): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2042d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x20491): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x20d2b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::approve_by_two_old::test_method()':
eosio.msig_tests.cpp:(.text+0x2160c): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x21de6): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23685): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2373a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2382f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23893): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23aa1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23b78): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23c6b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23d20): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23e15): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x23e79): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x24001): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x24036): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x240d5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2418a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2427f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x242e3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x24b7d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::approve_with_hash::test_method()':
eosio.msig_tests.cpp:(.text+0x2729b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27350): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27445): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x274a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x276b7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2778e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27881): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27936): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27a2b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27a8f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27c17): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27c4c): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27ceb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27da0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27e95): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x27ef9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2884d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tests::switch_proposal_and_fail_approve_with_hash::test_method()':
eosio.msig_tests.cpp:(.text+0x2ab5a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2ac0f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2ad04): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2ad68): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2af76): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b04d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b140): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b1f5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b2ea): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b34e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b4d6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b50b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b5aa): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b65f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b754): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2b7b8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text+0x2c10c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::name const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::name const&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [17]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [17]) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA17_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA17_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIiEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIiEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x61): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<fc::variant, std::allocator<fc::variant> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<fc::variant, std::allocator<fc::variant> >&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclISt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclISt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x6c): undefined reference to `fc::variant::variant(std::vector<fc::variant, std::allocator<fc::variant> >)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclISt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclISt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x85): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::name>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::name&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [8]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [8]) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA8_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA8_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<fc::variant, std::allocator<fc::variant> >&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<fc::variant, std::allocator<fc::variant> >&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRSt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRSt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x64): undefined reference to `fc::variant::variant(std::vector<fc::variant, std::allocator<fc::variant> >)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRSt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRSt6vectorINS_7variantESaIS3_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x7d): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<fc::mutable_variant_object>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::mutable_variant_object&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIS0_EES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIS0_EES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x77): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::name&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::name&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRN5eosio5chain4nameEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void eosio::chain::abi_serializer::from_variant<eosio::chain::transaction, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}>(fc::variant const&, eosio::chain::transaction&, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}::optional_delegate<void (unsigned long)> const&)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x1f9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x237): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x3e3): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x494): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x56b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7a7): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_11transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x81a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tester::push_action(eosio::chain::name const&, eosio::chain::name const&, fc::variant_object const&, bool)':
eosio.msig_tests.cpp:(.text._ZN17eosio_msig_tester11push_actionERKN5eosio5chain4nameES4_RKN2fc14variant_objectEb[_ZN17eosio_msig_tester11push_actionERKN5eosio5chain4nameES4_RKN2fc14variant_objectEb]+0xe6): undefined reference to `eosio::testing::base_tester::push_action(eosio::chain::name const&, eosio::chain::name const&, std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&, fc::variant_object const&, unsigned int, unsigned int)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [6]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [6]) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA6_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA6_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::transaction&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::transaction&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRN5eosio5chain11transactionEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRN5eosio5chain11transactionEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclISt6vectorIN5eosio5chain16permission_levelESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclISt6vectorIN5eosio5chain16permission_levelESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::permission_level>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::permission_level&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN5eosio5chain16permission_levelEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN5eosio5chain16permission_levelEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<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::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x6f): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x88): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIPKcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIPKcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRSt6vectorIN5eosio5chain16permission_levelESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRSt6vectorIN5eosio5chain16permission_levelESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<char, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<char, std::allocator<char> >&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclISt6vectorIcSaIcEEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES3_EEOT_[_ZNO2fc22mutable_variant_objectclISt6vectorIcSaIcEEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES3_EEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [4]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [4]) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA4_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA4_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o:eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRNS_6sha256EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRNS_6sha256EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): more undefined references to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::chain::abi_serializer::create_yield_function(fc::microseconds const&)::{lambda(unsigned long)#1}::operator()(unsigned long) const':
eosio.msig_tests.cpp:(.text._ZZN5eosio5chain14abi_serializer21create_yield_functionERKN2fc12microsecondsEENKUlmE_clEm[_ZZN5eosio5chain14abi_serializer21create_yield_functionERKN2fc12microsecondsEENKUlmE_clEm]+0x13f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZZN5eosio5chain14abi_serializer21create_yield_functionERKN2fc12microsecondsEENKUlmE_clEm[_ZZN5eosio5chain14abi_serializer21create_yield_functionERKN2fc12microsecondsEENKUlmE_clEm]+0x3d1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned long const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long const&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKmEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKmEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<fc::microseconds const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::microseconds const&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKNS_12microsecondsEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKNS_12microsecondsEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::chain::chain_exception::chain_exception(fc::log_message&&, long, 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&)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chain15chain_exceptionC2EON2fc11log_messageElRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESC_[_ZN5eosio5chain15chain_exceptionC2EON2fc11log_messageElRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESC_]+0x48): undefined reference to `fc::exception::exception(fc::log_message&&, long, 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&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio_msig_tester::eosio_msig_tester()':
eosio.msig_tests.cpp:(.text._ZN17eosio_msig_testerC2Ev[_ZN17eosio_msig_testerC2Ev]+0x3d4): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::testing::tester::tester(eosio::testing::setup_policy, eosio::chain::db_read_mode, std::optional<unsigned int>, std::optional<unsigned int>)':
eosio.msig_tests.cpp:(.text._ZN5eosio7testing6testerC2ENS0_12setup_policyENS_5chain12db_read_modeESt8optionalIjES6_[_ZN5eosio7testing6testerC2ENS0_12setup_policyENS_5chain12db_read_modeESt8optionalIjES6_]+0x57): undefined reference to `eosio::testing::base_tester::init(eosio::testing::setup_policy, eosio::chain::db_read_mode, std::optional<unsigned int>, std::optional<unsigned int>)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [11]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [11]) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA11_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA11_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::chain::operator<<(std::ostream&, eosio::chain::name const&)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chainlsERSoRKNS0_4nameE[_ZN5eosio5chainlsERSoRKNS0_4nameE]+0x28): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::abi_def>(fc::datastream<char const*, void>&, eosio::chain::abi_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::abi_def, &eosio::chain::abi_def::version>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_7versionEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::type_def, std::allocator<eosio::chain::type_def> >, eosio::chain::abi_def, &eosio::chain::abi_def::types>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_8type_defESaISD_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::struct_def, std::allocator<eosio::chain::struct_def> >, eosio::chain::abi_def, &eosio::chain::abi_def::structs>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10struct_defESaISD_EES9_XadL_ZNS9_7structsEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::action_def, std::allocator<eosio::chain::action_def> >, eosio::chain::abi_def, &eosio::chain::abi_def::actions>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_10action_defESaISD_EES9_XadL_ZNS9_7actionsEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::table_def, std::allocator<eosio::chain::table_def> >, eosio::chain::abi_def, &eosio::chain::abi_def::tables>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_9table_defESaISD_EES9_XadL_ZNS9_6tablesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::clause_pair, std::allocator<eosio::chain::clause_pair> >, eosio::chain::abi_def, &eosio::chain::abi_def::ricardian_clauses>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_11clause_pairESaISD_EES9_XadL_ZNS9_17ricardian_clausesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<eosio::chain::error_message, std::allocator<eosio::chain::error_message> >, eosio::chain::abi_def, &eosio::chain::abi_def::error_messages>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_]+0x1ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_]+0x3e7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_]+0x4be): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_]+0x6f6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorINS8_13error_messageESaISD_EES9_XadL_ZNS9_14error_messagesEEEEEvS5_]+0x728): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<std::vector<std::pair<unsigned short, std::vector<char, std::allocator<char> > >, std::allocator<std::pair<unsigned short, std::vector<char, std::allocator<char> > > > >, eosio::chain::abi_def, &eosio::chain::abi_def::abi_extensions>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_]+0x1ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_]+0x3e7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_]+0x4be): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_]+0x6f6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclISt6vectorISt4pairItSC_IcSaIcEEESaISG_EES9_XadL_ZNS9_14abi_extensionsEEEEEvS5_]+0x728): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<eosio::chain::may_not_exist<std::vector<eosio::chain::variant_def, std::allocator<eosio::chain::variant_def> > >, eosio::chain::abi_def, &eosio::chain::abi_def::variants>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_]+0x1ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_]+0x3e7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_]+0x4be): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_]+0x6f6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_11variant_defESaISE_EEEES9_XadL_ZNS9_8variantsEEEEEvS5_]+0x728): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::abi_def>::operator()<eosio::chain::may_not_exist<std::vector<eosio::chain::action_result_def, std::allocator<eosio::chain::action_result_def> > >, eosio::chain::abi_def, &eosio::chain::abi_def::action_results>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_]+0x1ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_]+0x3e7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_]+0x4be): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_]+0x6f6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain7abi_defEEclINS8_13may_not_existISt6vectorINS8_17action_result_defESaISE_EEEES9_XadL_ZNS9_14action_resultsEEEEEvS5_]+0x728): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const*&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRPKcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRPKcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void> >(fc::datastream<char const*, void>&, std::vector<char, std::allocator<char> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RSt6vectorIcSaIcEE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RSt6vectorIcSaIcEE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::assert_exception::assert_exception(fc::log_message&&)':
eosio.msig_tests.cpp:(.text._ZN2fc16assert_exceptionC2EONS_11log_messageE[_ZN2fc16assert_exceptionC2EONS_11log_messageE]+0xa5): undefined reference to `fc::exception::exception(fc::log_message&&, long, 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&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::type_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::type_def, std::allocator<eosio::chain::type_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::type_def>(fc::datastream<char const*, void>&, eosio::chain::type_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain8type_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::type_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::type_def, &eosio::chain::type_def::new_type_name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_13new_type_nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::type_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::type_def, &eosio::chain::type_def::type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::struct_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::struct_def, std::allocator<eosio::chain::struct_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::struct_def>(fc::datastream<char const*, void>&, eosio::chain::struct_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::struct_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::struct_def, &eosio::chain::struct_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::struct_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::struct_def, &eosio::chain::struct_def::base>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4baseEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::struct_def>::operator()<std::vector<eosio::chain::field_def, std::allocator<eosio::chain::field_def> >, eosio::chain::struct_def, &eosio::chain::struct_def::fields>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10struct_defEEclISt6vectorINS8_9field_defESaISD_EES9_XadL_ZNS9_6fieldsEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::field_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::field_def, std::allocator<eosio::chain::field_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::field_def>(fc::datastream<char const*, void>&, eosio::chain::field_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9field_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::field_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::field_def, &eosio::chain::field_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::field_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::field_def, &eosio::chain::field_def::type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::action_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::action_def, std::allocator<eosio::chain::action_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::action_def>(fc::datastream<char const*, void>&, eosio::chain::action_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain10action_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::action_def>::operator()<eosio::chain::name, eosio::chain::action_def, &eosio::chain::action_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::action_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::action_def, &eosio::chain::action_def::type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::action_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::action_def, &eosio::chain::action_def::ricardian_contract>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain10action_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_18ricardian_contractEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::name>(fc::datastream<char const*, void>&, eosio::chain::name&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain4nameEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::name>::operator()<unsigned long, eosio::chain::name, &eosio::chain::name::value>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain4nameEEclImS9_XadL_ZNS9_5valueEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, unsigned long>(fc::datastream<char const*, void>&, unsigned long&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEmEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::table_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::table_def, std::allocator<eosio::chain::table_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::table_def>(fc::datastream<char const*, void>&, eosio::chain::table_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain9table_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::table_def>::operator()<eosio::chain::name, eosio::chain::table_def, &eosio::chain::table_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::table_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::table_def, &eosio::chain::table_def::index_type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_10index_typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::table_def>::operator()<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> > > >, eosio::chain::table_def, &eosio::chain::table_def::key_names>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_namesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::table_def>::operator()<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> > > >, eosio::chain::table_def, &eosio::chain::table_def::key_types>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_9key_typesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::table_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::table_def, &eosio::chain::table_def::type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain9table_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(fc::datastream<char const*, void>&, 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> > > >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRT_RSt6vectorIT0_SaISF_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRT_RSt6vectorIT0_SaISF_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::clause_pair>(fc::datastream<char const*, void>&, std::vector<eosio::chain::clause_pair, std::allocator<eosio::chain::clause_pair> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::clause_pair>(fc::datastream<char const*, void>&, eosio::chain::clause_pair&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::clause_pair>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::clause_pair, &eosio::chain::clause_pair::id>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_2idEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::clause_pair>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::clause_pair, &eosio::chain::clause_pair::body>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11clause_pairEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4bodyEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::error_message>(fc::datastream<char const*, void>&, std::vector<eosio::chain::error_message, std::allocator<eosio::chain::error_message> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::error_message>(fc::datastream<char const*, void>&, eosio::chain::error_message&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::error_message>::operator()<unsigned long, eosio::chain::error_message, &eosio::chain::error_message::error_code>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclImS9_XadL_ZNS9_10error_codeEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::error_message>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::error_message, &eosio::chain::error_message::error_msg>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain13error_messageEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_9error_msgEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, std::pair<unsigned short, std::vector<char, std::allocator<char> > > >(fc::datastream<char const*, void>&, std::vector<std::pair<unsigned short, std::vector<char, std::allocator<char> > >, std::allocator<std::pair<unsigned short, std::vector<char, std::allocator<char> > > > >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEESt4pairItSt6vectorIcSaIcEEEEEvRT_RS7_IT0_SaISD_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEESt4pairItSt6vectorIcSaIcEEEEEvRT_RS7_IT0_SaISD_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, unsigned short>(fc::datastream<char const*, void>&, unsigned short&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEtEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::may_not_exist<std::vector<eosio::chain::variant_def, std::allocator<eosio::chain::variant_def> > > >(fc::datastream<char const*, void>&, eosio::chain::may_not_exist<std::vector<eosio::chain::variant_def, std::allocator<eosio::chain::variant_def> > >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_11variant_defESaISA_EEEEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::variant_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::variant_def, std::allocator<eosio::chain::variant_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::variant_def>(fc::datastream<char const*, void>&, eosio::chain::variant_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::variant_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::variant_def, &eosio::chain::variant_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::variant_def>::operator()<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> > > >, eosio::chain::variant_def, &eosio::chain::variant_def::types>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain11variant_defEEclISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISI_EES9_XadL_ZNS9_5typesEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::may_not_exist<std::vector<eosio::chain::action_result_def, std::allocator<eosio::chain::action_result_def> > > >(fc::datastream<char const*, void>&, eosio::chain::may_not_exist<std::vector<eosio::chain::action_result_def, std::allocator<eosio::chain::action_result_def> > >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain13may_not_existISt6vectorINS7_17action_result_defESaISA_EEEEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::action_result_def>(fc::datastream<char const*, void>&, std::vector<eosio::chain::action_result_def, std::allocator<eosio::chain::action_result_def> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RSt6vectorIT0_SaISC_EE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RSt6vectorIT0_SaISC_EE]+0x12b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::action_result_def>(fc::datastream<char const*, void>&, eosio::chain::action_result_def&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::action_result_def>::operator()<eosio::chain::name, eosio::chain::action_result_def, &eosio::chain::action_result_def::name>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINS8_4nameES9_XadL_ZNS9_4nameEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::action_result_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::action_result_def, &eosio::chain::action_result_def::result_type>(char const*) const':
eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain17action_result_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_XadL_ZNS9_11result_typeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void eosio::chain::unapplied_transaction_queue::added<boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<eosio::chain::unapplied_transaction, std::allocator<eosio::chain::unapplied_transaction> > > >, boost::multi_index::detail::hashed_unique_tag>, boost::multi_index::detail::bucket_array<std::allocator<eosio::chain::unapplied_transaction> >, boost::multi_index::detail::hashed_index_global_iterator_tag> >(boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<eosio::chain::unapplied_transaction, std::allocator<eosio::chain::unapplied_transaction> > > >, boost::multi_index::detail::hashed_unique_tag>, boost::multi_index::detail::bucket_array<std::allocator<eosio::chain::unapplied_transaction> >, boost::multi_index::detail::hashed_index_global_iterator_tag>)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chain27unapplied_transaction_queue5addedIN5boost11multi_index6detail21hashed_index_iteratorINS5_17hashed_index_nodeINS5_18ordered_index_nodeINS5_19null_augment_policyENS8_IS9_NS5_15index_node_baseINS0_21unapplied_transactionESaISB_EEEEEEENS5_17hashed_unique_tagEEENS5_12bucket_arrayISC_EENS5_32hashed_index_global_iterator_tagEEEEEvT_[_ZN5eosio5chain27unapplied_transaction_queue5addedIN5boost11multi_index6detail21hashed_index_iteratorINS5_17hashed_index_nodeINS5_18ordered_index_nodeINS5_19null_augment_policyENS8_IS9_NS5_15index_node_baseINS0_21unapplied_transactionESaISB_EEEEEEENS5_17hashed_unique_tagEEENS5_12bucket_arrayISC_EENS5_32hashed_index_global_iterator_tagEEEEEvT_]+0x309): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<fc::sha256 const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::sha256 const&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKNS_6sha256EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKNS_6sha256EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned long&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRmEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRmEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long&&) &&':
eosio.msig_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclImEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclImEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void eosio::chain::impl::abi_from_variant::extract<eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}>(fc::variant const&, eosio::chain::action&, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}, eosio::chain::impl::abi_traverse_context&)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x148): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x354): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x5b3): undefined reference to `fc::from_variant(fc::variant const&, std::vector<char, std::allocator<char> >&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x674): undefined reference to `eosio::chain::abi_serializer::get_action_type[abi:cxx11](eosio::chain::name) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x751): undefined reference to `eosio::chain::abi_serializer::_variant_to_binary(std::basic_string_view<char, std::char_traits<char> > const&, fc::variant const&, eosio::chain::impl::variant_to_binary_context&) const'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0x8f5): undefined reference to `fc::from_variant(fc::variant const&, std::vector<char, std::allocator<char> >&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE[_ZN5eosio5chain4impl16abi_from_variant7extractIZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERNS0_6actionET_RNS1_20abi_traverse_contextE]+0xace): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}::operator()(eosio::chain::name const&) const':
eosio.msig_tests.cpp:(.text._ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_[_ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_]+0x33c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_[_ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_]+0x575): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_[_ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_]+0x64c): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_[_ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_]+0x8a2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.msig_tests.cpp:(.text._ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_[_ZZN5eosio7testing11base_tester12get_resolverEvENKUlRKNS_5chain4nameEE_clES5_]+0x8d7): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `eosio::chain::impl::abi_traverse_context_with_path::abi_traverse_context_with_path(eosio::chain::abi_serializer const&, eosio::chain::impl::abi_traverse_context const&, std::basic_string_view<char, std::char_traits<char> > const&)':
eosio.msig_tests.cpp:(.text._ZN5eosio5chain4impl30abi_traverse_context_with_pathC2ERKNS0_14abi_serializerERKNS1_20abi_traverse_contextERKSt17basic_string_viewIcSt11char_traitsIcEE[_ZN5eosio5chain4impl30abi_traverse_context_with_pathC2ERKNS0_14abi_serializerERKNS1_20abi_traverse_contextERKSt17basic_string_viewIcSt11char_traitsIcEE]+0x68): undefined reference to `eosio::chain::impl::abi_traverse_context_with_path::set_path_root(std::basic_string_view<char, std::char_traits<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::variant::as<std::vector<char, std::allocator<char> > >(std::vector<char, std::allocator<char> >&) const':
eosio.msig_tests.cpp:(.text._ZNK2fc7variant2asISt6vectorIcSaIcEEEEvRT_[_ZNK2fc7variant2asISt6vectorIcSaIcEEEEvRT_]+0x19): undefined reference to `fc::from_variant(fc::variant const&, std::vector<char, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<fc::time_point_sec const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::time_point_sec const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKNS_14time_point_secEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKNS_14time_point_secEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<unsigned short const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned short const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKtEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKtEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<unsigned int const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKjEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKjEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x52): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<fc::unsigned_int const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::unsigned_int const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKNS_12unsigned_intEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKNS_12unsigned_intEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<unsigned char const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned char const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKhEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKhEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o:eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain6actionESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain6actionESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): more undefined references to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::variant& fc::variant::operator=<std::vector<fc::variant, std::allocator<fc::variant> > >(std::vector<fc::variant, std::allocator<fc::variant> >&&)':
eosio.msig_tests.cpp:(.text._ZN2fc7variantaSISt6vectorIS0_SaIS0_EEEERS0_OT_[_ZN2fc7variantaSISt6vectorIS0_SaIS0_EEEERS0_OT_]+0x40): undefined reference to `fc::variant::variant(std::vector<fc::variant, std::allocator<fc::variant> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<eosio::chain::name const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::name const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKN5eosio5chain4nameEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKN5eosio5chain4nameEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> > const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain16permission_levelESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain16permission_levelESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<std::vector<char, std::allocator<char> > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<char, std::allocator<char> > const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorIcSaIcEEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES3_EEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorIcSaIcEEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES3_EEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::variant::variant<std::vector<char, std::allocator<char> > >(std::vector<char, std::allocator<char> > const&)':
eosio.msig_tests.cpp:(.text._ZN2fc7variantC2ISt6vectorIcSaIcEEEERKT_[_ZN2fc7variantC2ISt6vectorIcSaIcEEEERKT_]+0x35): undefined reference to `fc::to_variant(std::vector<char, std::allocator<char> > const&, fc::variant&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<std::vector<std::pair<unsigned short, std::vector<char, std::allocator<char> > >, std::allocator<std::pair<unsigned short, std::vector<char, std::allocator<char> > > > > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<std::pair<unsigned short, std::vector<char, std::allocator<char> > >, std::allocator<std::pair<unsigned short, std::vector<char, std::allocator<char> > > > > const&) &':
eosio.msig_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorISt4pairItS2_IcSaIcEEESaIS6_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES4_EEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorISt4pairItS2_IcSaIcEEESaIS6_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcES4_EEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `fc::variant& fc::variant::operator=<std::vector<fc::variant, std::allocator<fc::variant> >&>(std::vector<fc::variant, std::allocator<fc::variant> >&)':
eosio.msig_tests.cpp:(.text._ZN2fc7variantaSIRSt6vectorIS0_SaIS0_EEEERS0_OT_[_ZN2fc7variantaSIRSt6vectorIS0_SaIS0_EEEERS0_OT_]+0x40): undefined reference to `fc::variant::variant(std::vector<fc::variant, std::allocator<fc::variant> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::pack<fc::sha256::encoder, eosio::chain::action>(fc::sha256::encoder&, std::vector<eosio::chain::action, std::allocator<eosio::chain::action> > const&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw4packINS_6sha2567encoderEN5eosio5chain6actionEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_6sha2567encoderEN5eosio5chain6actionEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::pack<fc::sha256::encoder, eosio::chain::permission_level>(fc::sha256::encoder&, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> > const&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw4packINS_6sha2567encoderEN5eosio5chain16permission_levelEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_6sha2567encoderEN5eosio5chain16permission_levelEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::pack<fc::sha256::encoder>(fc::sha256::encoder&, std::vector<char, std::allocator<char> > const&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw4packINS_6sha2567encoderEEEvRT_RKSt6vectorIcSaIcEE[_ZN2fc3raw4packINS_6sha2567encoderEEEvRT_RKSt6vectorIcSaIcEE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.msig_tests.cpp.o: in function `void fc::raw::pack<fc::sha256::encoder, std::pair<unsigned short, std::vector<char, std::allocator<char> > > >(fc::sha256::encoder&, std::vector<std::pair<unsigned short, std::vector<char, std::allocator<char> > >, std::allocator<std::pair<unsigned short, std::vector<char, std::allocator<char> > > > > const&)':
eosio.msig_tests.cpp:(.text._ZN2fc3raw4packINS_6sha2567encoderESt4pairItSt6vectorIcSaIcEEEEEvRT_RKS5_IT0_SaISB_EE[_ZN2fc3raw4packINS_6sha2567encoderESt4pairItSt6vectorIcSaIcEEEEEvRT_RKS5_IT0_SaISB_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system_blockinfo_tests::blockinfo_table_tests::test_method()':
eosio.system_blockinfo_tests.cpp:(.text+0x1473): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1528): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x161d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1681): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x188f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1966): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1a59): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1b0e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1c03): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1c67): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1def): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1e24): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1ec3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x1f78): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x206d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x20d1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x296b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system_blockinfo_tests::get_latest_block_batch_info_tests::test_method()':
eosio.system_blockinfo_tests.cpp:(.text+0x37d2): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x9e78): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x9f2d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa022): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa086): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa294): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa36b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa45e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa513): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa608): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa66c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa7f4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa829): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa8c8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xa97d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xaa72): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xaad6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xb370): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system_blockinfo_tests::get_latest_block_batch_info_tests::test_method()::$_2::operator()(unsigned int, unsigned int) const':
eosio.system_blockinfo_tests.cpp:(.text+0xb5c3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xb672): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xb6fe): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xb74d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system_blockinfo_tests::get_latest_block_batch_info_tests::test_method()::$_3::operator()(unsigned int, unsigned int) const':
eosio.system_blockinfo_tests.cpp:(.text+0xbc0d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xbcb6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xbdee): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `(anonymous namespace)::block_info_tester::scan_blockinfo_table(unsigned int, unsigned int, std::function<bool ((anonymous namespace)::block_info_record)>) const':
eosio.system_blockinfo_tests.cpp:(.text+0xd0f4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, (anonymous namespace)::block_info_record>(fc::datastream<char const*, void>&, (anonymous namespace)::block_info_record&)':
eosio.system_blockinfo_tests.cpp:(.text+0xd803): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xda5e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xdb35): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xdd8f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xddc1): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, (anonymous namespace)::block_info_record>::operator()<unsigned char, (anonymous namespace)::block_info_record, &(anonymous namespace)::block_info_record::version>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text+0xe4e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xe71d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xe7f4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xea2c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xea5e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, (anonymous namespace)::block_info_record>::operator()<unsigned int, (anonymous namespace)::block_info_record, &(anonymous namespace)::block_info_record::block_height>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text+0xefcb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xf204): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xf2db): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xf513): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xf545): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, (anonymous namespace)::block_info_record>::operator()<fc::time_point, (anonymous namespace)::block_info_record, &(anonymous namespace)::block_info_record::block_timestamp>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text+0xfabb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xfcf4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0xfdcb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x10003): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text+0x10035): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system::eosio_system_tester::create_account_with_resources(eosio::chain::name, eosio::chain::name, eosio::chain::asset, bool, eosio::chain::asset, eosio::chain::asset)':
eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_NS2_5assetEbS4_S4_[_ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_NS2_5assetEbS4_S4_]+0x9b5): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_NS2_5assetEbS4_S4_[_ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_NS2_5assetEbS4_S4_]+0xd57): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `core_sym::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN8core_sym11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN8core_sym11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2a): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::produce_block(fc::microseconds)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester13produce_blockEN2fc12microsecondsE[_ZN5eosio7testing17validating_tester13produce_blockEN2fc12microsecondsE]+0xa1): undefined reference to `eosio::chain::controller::create_block_state_future(fc::sha256 const&, std::shared_ptr<eosio::chain::signed_block> const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester13produce_blockEN2fc12microsecondsE[_ZN5eosio7testing17validating_tester13produce_blockEN2fc12microsecondsE]+0x10c): undefined reference to `eosio::chain::controller::push_block(std::future<std::shared_ptr<eosio::chain::block_state> >&, std::function<void (std::deque<std::shared_ptr<eosio::chain::block_state>, std::allocator<std::shared_ptr<eosio::chain::block_state> > > const&)> const&, std::function<std::shared_ptr<eosio::chain::transaction_metadata> (fc::sha256 const&)> const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::produce_empty_block(fc::microseconds)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester19produce_empty_blockEN2fc12microsecondsE[_ZN5eosio7testing17validating_tester19produce_empty_blockEN2fc12microsecondsE]+0x102): undefined reference to `eosio::chain::controller::create_block_state_future(fc::sha256 const&, std::shared_ptr<eosio::chain::signed_block> const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester19produce_empty_blockEN2fc12microsecondsE[_ZN5eosio7testing17validating_tester19produce_empty_blockEN2fc12microsecondsE]+0x16d): undefined reference to `eosio::chain::controller::push_block(std::future<std::shared_ptr<eosio::chain::block_state> >&, std::function<void (std::deque<std::shared_ptr<eosio::chain::block_state>, std::allocator<std::shared_ptr<eosio::chain::block_state> > > const&)> const&, std::function<std::shared_ptr<eosio::chain::transaction_metadata> (fc::sha256 const&)> const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system::eosio_system_tester::basic_setup()':
eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester11basic_setupEv[_ZN12eosio_system19eosio_system_tester11basic_setupEv]+0x179): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system::eosio_system_tester::create_core_token(eosio::chain::symbol)':
eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester17create_core_tokenEN5eosio5chain6symbolE[_ZN12eosio_system19eosio_system_tester17create_core_tokenEN5eosio5chain6symbolE]+0x11e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::chain::symbol::symbol(unsigned long)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chain6symbolC2Em[_ZN5eosio5chain6symbolC2Em]+0x169): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system::eosio_system_tester::deploy_contract(bool)':
eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester15deploy_contractEb[_ZN12eosio_system19eosio_system_tester15deploy_contractEb]+0x57): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::config_validator(eosio::chain::controller::config&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x49): undefined reference to `fc::path::generic_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0xb8): undefined reference to `fc::path::generic_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x2f1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x460): undefined reference to `fc::path::generic_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x497): undefined reference to `fc::path::path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x5aa): undefined reference to `fc::path::generic_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE[_ZN5eosio7testing17validating_tester16config_validatorERNS_5chain10controller6configE]+0x5e1): undefined reference to `fc::path::path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::create_validating_node(eosio::chain::controller::config, eosio::chain::genesis_state const&, bool, eosio::chain::deep_mind_handler*)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE[_ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE]+0x70): undefined reference to `eosio::testing::make_protocol_feature_set(std::map<eosio::chain::builtin_protocol_feature_t, eosio::chain::protocol_feature_subjective_restrictions, std::less<eosio::chain::builtin_protocol_feature_t>, std::allocator<std::pair<eosio::chain::builtin_protocol_feature_t const, eosio::chain::protocol_feature_subjective_restrictions> > > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE[_ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE]+0x1b0): undefined reference to `eosio::chain::controller::startup(std::function<void ()>, std::function<bool ()>, eosio::chain::genesis_state const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE[_ZN5eosio7testing17validating_tester22create_validating_nodeENS_5chain10controller6configERKNS2_13genesis_stateEbPNS2_17deep_mind_handlerE]+0x25d): undefined reference to `eosio::chain::controller::startup(std::function<void ()>, std::function<bool ()>)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::~validating_tester()':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x81): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x11b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x1da): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x5c4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x679): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x76e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x786): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x7ac): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_testerD2Ev[_ZN5eosio7testing17validating_testerD2Ev]+0x7ea): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::base_tester::default_genesis()':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing11base_tester15default_genesisEv[_ZN5eosio7testing11base_tester15default_genesisEv]+0x5b): undefined reference to `fc::time_point::from_iso_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `auto eosio::testing::base_tester::get_private_key<fc::ecc::private_key_shim>(eosio::chain::name, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x37): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x60): undefined reference to `fc::sha256::hash(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::chain::asset::asset(long, eosio::chain::symbol)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chain5assetC2ElNS0_6symbolE[_ZN5eosio5chain5assetC2ElNS0_6symbolE]+0x10a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chain5assetC2ElNS0_6symbolE[_ZN5eosio5chain5assetC2ElNS0_6symbolE]+0x2f0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::asset&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::asset&) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::to_variant(eosio::chain::asset const&, fc::variant&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc10to_variantERKN5eosio5chain5assetERNS_7variantE[_ZN2fc10to_variantERKN5eosio5chain5assetERNS_7variantE]+0x20): undefined reference to `eosio::chain::asset::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::variant& fc::variant::operator=<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc7variantaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERS0_OT_[_ZN2fc7variantaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERS0_OT_]+0x40): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::asset const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::asset const&) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [1]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [1]) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA1_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA1_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::chain::operator<<(std::ostream&, eosio::chain::asset const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chainlsERSoRKNS0_5assetE[_ZN5eosio5chainlsERSoRKNS0_5assetE]+0x28): undefined reference to `eosio::chain::asset::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_balance(eosio::chain::name const&, eosio::chain::symbol)':
eosio.system_blockinfo_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester11get_balanceERKN5eosio5chain4nameENS2_6symbolE[_ZN12eosio_system19eosio_system_tester11get_balanceERKN5eosio5chain4nameENS2_6symbolE]+0x14e): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::chain::name::name(std::basic_string_view<char, std::char_traits<char> >)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chain4nameC2ESt17basic_string_viewIcSt11char_traitsIcEE[_ZN5eosio5chain4nameC2ESt17basic_string_viewIcSt11char_traitsIcEE]+0x3b): undefined reference to `eosio::chain::name::set(std::basic_string_view<char, std::char_traits<char> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::from_variant(fc::variant const&, eosio::chain::asset&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc12from_variantERKNS_7variantERN5eosio5chain5assetE[_ZN2fc12from_variantERKNS_7variantERN5eosio5chain5assetE]+0x15): undefined reference to `fc::variant::get_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc12from_variantERKNS_7variantERN5eosio5chain5assetE[_ZN2fc12from_variantERKNS_7variantERN5eosio5chain5assetE]+0x1d): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [7]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [7]) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA7_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA7_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::chain::operator+(eosio::chain::asset const&, eosio::chain::asset const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio5chainplERKNS0_5assetES3_[_ZN5eosio5chainplERKNS0_5assetES3_]+0x108): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::symbol const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::symbol const&) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKN5eosio5chain6symbolEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKN5eosio5chain6symbolEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `eosio::testing::validating_tester::validate()':
eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester8validateEv[_ZN5eosio7testing17validating_tester8validateEv]+0x2ea): undefined reference to `eosio::testing::make_protocol_feature_set(std::map<eosio::chain::builtin_protocol_feature_t, eosio::chain::protocol_feature_subjective_restrictions, std::less<eosio::chain::builtin_protocol_feature_t>, std::allocator<std::pair<eosio::chain::builtin_protocol_feature_t const, eosio::chain::protocol_feature_subjective_restrictions> > > const&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN5eosio7testing17validating_tester8validateEv[_ZN5eosio7testing17validating_tester8validateEv]+0x405): undefined reference to `eosio::chain::controller::startup(std::function<void ()>, std::function<bool ()>)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, unsigned char>(fc::datastream<char const*, void>&, unsigned char&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEhEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, unsigned int>(fc::datastream<char const*, void>&, unsigned int&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEjEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void> >(fc::datastream<char const*, void>&, fc::time_point&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE]+0x1b5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE]+0x374): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE]+0x44b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE]+0x618): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_RNS_10time_pointE]+0x64a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::key_weight>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::key_weight, std::allocator<eosio::chain::key_weight> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10key_weightEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10key_weightEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void> >(fc::datastream<unsigned long, void>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2fc3raw4packINS_10datastreamImvEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::permission_level_weight>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::permission_level_weight, std::allocator<eosio::chain::permission_level_weight> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain23permission_level_weightEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain23permission_level_weightEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::wait_weight>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::wait_weight, std::allocator<eosio::chain::wait_weight> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain11wait_weightEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain11wait_weightEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<char*, void>, eosio::chain::key_weight>(fc::datastream<char*, void>&, std::vector<eosio::chain::key_weight, std::allocator<eosio::chain::key_weight> > const&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamIPcvEEN5eosio5chain10key_weightEEEvRT_RKSt6vectorIT0_SaISB_EE[_ZN2fc3raw4packINS_10datastreamIPcvEEN5eosio5chain10key_weightEEEvRT_RKSt6vectorIT0_SaISB_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o:eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamIPcvEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN2fc3raw4packINS_10datastreamIPcvEEEEvRT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x113): more undefined references to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result>(fc::datastream<char const*, void>&, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result>::operator()<std::optional<system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result, &system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::result>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclISt8optionalINSA_16block_batch_infoEESB_XadL_ZNSB_6resultEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result>::operator()<fc::unsigned_int, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result, &system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::error_code>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_resultEEclINS_12unsigned_intESB_XadL_ZNSB_10error_codeEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>(fc::datastream<char const*, void>&, std::optional<system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E]+0x233): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E]+0x48e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E]+0x565): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E]+0x7ce): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RSt8optionalIT0_E]+0x800): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void> >(fc::datastream<char const*, void>&, bool&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_Rb[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEEEvRT_Rb]+0x121): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>(fc::datastream<char const*, void>&, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info&)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>::operator()<unsigned int, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info, &system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info::batch_start_height>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_18batch_start_heightEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>::operator()<fc::time_point, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info, &system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info::batch_start_timestamp>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_21batch_start_timestampEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>::operator()<unsigned int, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info, &system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info::batch_current_end_height>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclIjSB_XadL_ZNSB_24batch_current_end_heightEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info>::operator()<fc::time_point, system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info, &system_contracts::testing::test_contracts::blockinfo_tester::block_batch_info::batch_current_end_timestamp>(char const*) const':
eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_blockinfo_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN16system_contracts7testing14test_contracts16blockinfo_tester16block_batch_infoEEclINS_10time_pointESB_XadL_ZNSB_27batch_current_end_timestampEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::error_code_enum>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::error_code_enum&&) &&':
eosio.system_blockinfo_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_result15error_code_enumEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_result15error_code_enumEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_blockinfo_tests.cpp.o: in function `fc::reflector<system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::error_code_enum>::to_fc_string[abi:cxx11](system_contracts::testing::test_contracts::blockinfo_tester::latest_block_batch_info_result::error_code_enum)':
eosio.system_blockinfo_tests.cpp:(.text._ZN2fc9reflectorIN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_result15error_code_enumEE12to_fc_stringB5cxx11ES6_[_ZN2fc9reflectorIN16system_contracts7testing14test_contracts16blockinfo_tester30latest_block_batch_info_result15error_code_enumEE12to_fc_stringB5cxx11ES6_]+0x170): undefined reference to `fc::to_string[abi:cxx11](long)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::bp_rotations::test_method()':
eosio.system_tests.cpp:(.text+0x28f2): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x290a): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2b01): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2b19): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3518): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3530): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3727): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x373f): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x45c5): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x45dd): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47d4): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47ec): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x573d): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5755): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x594c): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5964): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62c2): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62da): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x64d1): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x64e9): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71c6): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71de): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73d5): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73ed): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8afb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8bb0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8ca5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8d09): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8f17): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8fee): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90e1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9196): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x928b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x92ef): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9477): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x94ac): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x954b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9600): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96f5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9759): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9ff3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buysell::test_method()':
eosio.system_tests.cpp:(.text+0xbe79): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbf2e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc020): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc091): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc102): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc140): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7d7): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd88c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd97e): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd9ef): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xda60): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xda9e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe29d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe352): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe444): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe4b5): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe526): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe564): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10689): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1073e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10830): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x108a1): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10912): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10950): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12f3d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12ff2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x130e4): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13155): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x131c6): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13204): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x14134): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15a88): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b3d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c32): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c96): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15ea4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15f7b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1606e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16123): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16218): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1627c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16404): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16439): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x164d8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1658d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16682): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166e6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16f80): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buysell::test_method()::$_2::operator()() const':
eosio.system_tests.cpp:(.text+0x17427): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_unstake::test_method()':
eosio.system_tests.cpp:(.text+0x1db16): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1dbcb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1dcc0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1dd24): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1df32): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e009): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e0fc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e1b1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e2a6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e30a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e492): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e4c7): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e566): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e61b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e710): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1e774): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1f00e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_unstake_with_transfer::test_method()':
eosio.system_tests.cpp:(.text+0x242ec): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x243a1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24496): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x244fa): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24708): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x247df): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x248d2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24987): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24a7c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24ae0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24c68): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24c9d): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24d3c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24df1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24ee6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x24f4a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x257e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_to_self_with_transfer::test_method()':
eosio.system_tests.cpp:(.text+0x2692d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x269e2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26ad7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26b3b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26d49): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26e20): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26f13): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x26fc8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x270bd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x27121): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x272a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x272de): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2737d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x27432): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x27527): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2758b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x27e25): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_while_pending_refund::test_method()':
eosio.system_tests.cpp:(.text+0x2d0fc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d1b1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d2a6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d30a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d518): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d5ef): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d6e2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d797): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d88c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2d8f0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2da78): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2daad): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2db4c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2dc01): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2dcf6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2dd5a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x2e5f4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::fail_without_auth::test_method()':
eosio.system_tests.cpp:(.text+0x3079d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30852): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30947): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x309ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30bb9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30c90): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30d83): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30e38): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30f2d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x30f91): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x31119): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3114e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x311ed): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x312a2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x31397): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x313fb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x31c95): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_negative::test_method()':
eosio.system_tests.cpp:(.text+0x3383b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x338f0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x339e5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33a49): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33c57): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33d2e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33e21): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33ed6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x33fcb): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3402f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x341b7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x341ec): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3428b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x34340): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x34435): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x34499): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x34d33): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::unstake_negative::test_method()':
eosio.system_tests.cpp:(.text+0x35c3f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x35cf4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x35de6): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x35e24): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3765d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37712): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37807): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3786b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37a79): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37b50): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37c43): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37cf8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37ded): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37e51): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x37fd9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3800e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x380ad): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x38162): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x38257): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x382bb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x38b55): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::unstake_more_than_at_stake::test_method()':
eosio.system_tests.cpp:(.text+0x3b0b5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b16a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b25f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b2c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b4d1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b5a8): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b69b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b750): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b845): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3b8a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3ba31): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3ba66): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3bb05): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3bbba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3bcaf): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3bd13): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x3c5ad): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::delegate_to_another_user::test_method()':
eosio.system_tests.cpp:(.text+0x422d4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42389): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4247e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x424e2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x426f0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x427c7): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x428ba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4296f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42a64): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42ac8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42c50): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42c85): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42d24): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42dd9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42ece): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x42f32): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x437cc): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_unstake_separate::test_method()':
eosio.system_tests.cpp:(.text+0x47034): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x470e9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x471de): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47242): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47450): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47527): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4761a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x476cf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x477c4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47828): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x479b0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x479e5): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47a84): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47b39): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47c2e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x47c92): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4852c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::adding_stake_partial_unstake::test_method()':
eosio.system_tests.cpp:(.text+0x4d5ba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4d66f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4d764): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4d7c8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4d9d6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4daad): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4dba0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4dc55): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4dd4a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4ddae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4df36): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4df6b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4e00a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4e0bf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4e1b4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4e218): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x4eab2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_from_refund::test_method()':
eosio.system_tests.cpp:(.text+0x588fd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x589b2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58aa7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58b0b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58d19): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58df0): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58ee3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x58f98): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5908d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x590f1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x59279): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x592ae): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5934d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x59402): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x594f7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5955b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x59df5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::stake_to_another_user_not_from_refund::test_method()':
eosio.system_tests.cpp:(.text+0x5d7c0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5d875): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5d96a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5d9ce): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5dbdc): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5dcb3): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5dda6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5de5b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5df50): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5dfb4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e13c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e171): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e210): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e2c5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e3ba): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5e41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5ecb8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producer_register_unregister::test_method()':
eosio.system_tests.cpp:(.text+0x5f638): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5fbb9): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x5fedf): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x60502): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6068d): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x606a5): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6083d): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x60ab3): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x61053): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x611de): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x611f6): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6138e): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x619fe): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x61a16): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x61bba): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x61ee0): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62d07): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62dbc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62eb1): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x62f15): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63123): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x631fa): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x632ed): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x633a2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63497): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x634fb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63683): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x636b8): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63757): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6380c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63901): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x63965): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x641ff): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::vote_for_producer::test_method()':
eosio.system_tests.cpp:(.text+0x65184): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x654aa): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x66c3c): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x66dc7): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x69c0d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x69cc2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x69db4): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x69df2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6ce6b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6cf20): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d015): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d079): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d287): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d35e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d451): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d506): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d5fb): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d65f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d7e7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d81c): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d8bb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6d970): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6da65): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6dac9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x6e363): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::unregistered_producer_voting::test_method()':
eosio.system_tests.cpp:(.text+0x70322): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7033a): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x70dd3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x70e88): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x70f7d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x70fe1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x711ef): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x712c6): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x713b9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7146e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71563): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x715c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7174f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71784): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71823): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x718d8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x719cd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x71a31): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x722cb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::more_than_30_producer_voting::test_method()':
eosio.system_tests.cpp:(.text+0x73b51): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73c06): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73cfb): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73d5f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x73f6d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x74044): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x74137): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x741ec): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x742e1): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x74345): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x744cd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x74502): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x745a1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x74656): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7474b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x747af): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x75049): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::vote_same_producer_30_times::test_method()':
eosio.system_tests.cpp:(.text+0x77380): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77435): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7752a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7758e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7779c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77873): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77966): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77a1b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77b10): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77b74): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77cfc): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77d31): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77dd0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77e85): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77f7a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x77fde): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x78878): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producer_keep_votes::test_method()':
eosio.system_tests.cpp:(.text+0x7abe2): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7abfa): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d028): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d0dd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d1d2): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d236): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d444): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d51b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d60e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d6c3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d7b8): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d81c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d9a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7d9d9): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7da78): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7db2d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7dc22): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7dc86): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x7e520): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::vote_for_two_producers::test_method()':
eosio.system_tests.cpp:(.text+0x825c4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82679): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8276e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x827d2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x829e0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82ab7): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82baa): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82c5f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82d54): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82db8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82f40): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x82f75): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x83014): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x830c9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x831be): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x83222): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x83abc): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producer_pay::test_method()':
eosio.system_tests.cpp:(.text+0x84d11): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x88c2d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x88ce2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x88dd7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x88e3b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89049): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89120): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89213): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x892c8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x893bd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89421): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x895a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x895de): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8967d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89732): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x89827): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8988b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8a125): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::multi_producer_pay::test_method()':
eosio.system_tests.cpp:(.text+0x8b716): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x8b74b): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9085b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90910): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90a05): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90a69): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90c77): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90d4e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90e41): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90ef6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x90feb): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9104f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x911d7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9120c): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x912ab): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x91360): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x91455): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x914b9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x91d53): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producers_upgrade_system_contract::test_method()':
eosio.system_tests.cpp:(.text+0x95e62): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x95f17): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9600c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96070): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96281): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96358): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9644b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96500): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x965f5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96659): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x967e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96819): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x968b8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9696d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96a62): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x96ac6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x974d4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producers_upgrade_system_contract::test_method()::$_4::operator()[abi:cxx11](eosio::chain::name const&, eosio::chain::name const&, fc::variant_object const&, bool) const':
eosio.system_tests.cpp:(.text+0x976bb): undefined reference to `eosio::chain::abi_serializer::get_action_type[abi:cxx11](eosio::chain::name) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x977a2): undefined reference to `eosio::chain::abi_serializer::variant_to_binary(std::basic_string_view<char, std::char_traits<char> > const&, fc::variant const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x97969): undefined reference to `eosio::testing::base_tester::push_action[abi:cxx11](eosio::chain::action&&, unsigned long)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::producer_onblock_check::test_method()':
eosio.system_tests.cpp:(.text+0x9cf03): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9cfb8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d0ad): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d111): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d31f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d3f6): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d4e9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d59e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d693): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d6f7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d87f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d8b4): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9d953): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9da08): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9dafd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9db61): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9e3fb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::select_invalid_proxy::test_method()':
eosio.system_tests.cpp:(.text+0x9f771): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9f826): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9f91b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9f97f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9fb8d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9fc64): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9fd57): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9fe0c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9ff01): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x9ff65): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa00ed): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa0122): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa01c1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa0276): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa036b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa03cf): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa0c69): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::elect_producers::test_method()':
eosio.system_tests.cpp:(.text+0xa3217): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa32cc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa338b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa3b2b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa3be0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa3c9f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa41c6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa427b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa433a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa5cf8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa5dad): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa5ea2): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa5f06): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6114): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa61eb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa62de): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6393): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6488): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa64ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6674): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa66a9): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6748): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa67fd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa68f2): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa6956): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xa71f0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buyname::test_method()':
eosio.system_tests.cpp:(.text+0xaa79f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaa854): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaa949): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaa9ad): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaabbb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaac92): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaad85): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaae3a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaaf2f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaaf93): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab11b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab150): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab1ef): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab2a4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab399): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xab3fd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xabc97): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::bid_invalid_names::test_method()':
eosio.system_tests.cpp:(.text+0xad3ff): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad4b4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad5a9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad60d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad81b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad8f2): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xad9e5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xada9a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xadb8f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xadbf3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xadd7b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xaddb0): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xade4f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xadf04): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xadff9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xae05d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xae8f7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::multiple_namebids::test_method()':
eosio.system_tests.cpp:(.text+0xb9bd8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xb9c8d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xb9d82): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xb9de6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xb9ff7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba0ce): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba1c1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba276): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba36b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba3cf): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba55a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba58f): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba62e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba6e3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba7d8): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xba83c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbb24a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::vote_producers_in_and_out::test_method()':
eosio.system_tests.cpp:(.text+0xbc4b3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbc568): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbc627): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbc902): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbc9b7): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbcaa9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbcae7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbefc8): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbefe0): undefined reference to `fc::crypto::public_key::public_key(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbf895): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbf94a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbfa3f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbfaa3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbfcb1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbfd88): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbfe7b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xbff30): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc0025): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc0089): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc0211): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc0246): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc02e5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc039a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc048f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc04f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc0d8d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::setparams::test_method()':
eosio.system_tests.cpp:(.text+0xc4035): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc40ea): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc41df): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4243): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4454): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc452b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc461e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc46d3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc47c8): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc482c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc49b7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc49ec): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4a8b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4b40): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4c35): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc4c99): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc56a7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::setparams::test_method()::$_6::operator()[abi:cxx11](eosio::chain::name const&, eosio::chain::name const&, fc::variant_object const&, bool) const':
eosio.system_tests.cpp:(.text+0xc588b): undefined reference to `eosio::chain::abi_serializer::get_action_type[abi:cxx11](eosio::chain::name) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc5972): undefined reference to `eosio::chain::abi_serializer::variant_to_binary(std::basic_string_view<char, std::char_traits<char> > const&, fc::variant const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc5b05): undefined reference to `eosio::testing::base_tester::push_action[abi:cxx11](eosio::chain::action&&, unsigned long)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::setram_effect::test_method()':
eosio.system_tests.cpp:(.text+0xc9499): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc954e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9643): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc96a7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc98b5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc998c): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9a7f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9b34): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9c29): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9c8d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9e15): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9e4a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9ee9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xc9f9e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xca093): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xca0f7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xca991): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::eosioram_ramusage::test_method()':
eosio.system_tests.cpp:(.text+0xccd91): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcce46): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xccf3b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xccf9f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd1ad): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd284): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd377): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd42c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd521): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd585): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd70d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd742): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd7e1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd896): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd98b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xcd9ef): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xce289): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::ram_gift::test_method()':
eosio.system_tests.cpp:(.text+0xd0210): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd02c5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd03ba): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd041e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd062c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0703): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd07f6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd08ab): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd09a0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0a04): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0b8c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0bc1): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0c60): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0d15): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0e0a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd0e6e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd1708): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_auth::test_method()':
eosio.system_tests.cpp:(.text+0xd21c8): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd768a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd773f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7834): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7898): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7aa6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7b7d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7c70): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7d25): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7e1a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd7e7e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd8006): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd803b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd80da): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd818f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd8284): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd82e8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd8b82): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_rex::test_method()':
eosio.system_tests.cpp:(.text+0xd9b2d): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xd9edd): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdac0c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdbc60): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdca45): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text+0xdcf45): more undefined references to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_rex::test_method()':
eosio.system_tests.cpp:(.text+0xdef1a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdefcf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf0c4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf128): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf336): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf40d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf500): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf5b5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf6aa): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf70e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf896): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf8cb): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdf96a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdfa1f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdfb14): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xdfb78): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe0412): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_small_rex::test_method()':
eosio.system_tests.cpp:(.text+0xe13c8): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe1648): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe18eb): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe1b99): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe1e47): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text+0xe20f5): more undefined references to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_small_rex::test_method()':
eosio.system_tests.cpp:(.text+0xe3292): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3347): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe343c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe34a0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe36ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3785): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3878): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe392d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3a22): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3a86): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3c0e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3c43): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3ce2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3d97): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3e8c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe3ef0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xe478a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::unstake_buy_rex::test_method()':
eosio.system_tests.cpp:(.text+0xeaf8e): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xeb242): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xebf18): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xebfcd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec0c2): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec126): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec334): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec40b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec4fe): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec5b3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec6a8): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec70c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec894): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec8c9): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xec968): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xeca1d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xecb12): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xecb76): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xed410): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_rent_rex::test_method()':
eosio.system_tests.cpp:(.text+0xf2c9c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf2d51): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf2e46): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf2eaa): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf30b8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf318f): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf3282): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf3337): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf342c): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf3490): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf3618): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf364d): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf36ec): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf37a1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf3896): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf38fa): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf4194): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_sell_rex::test_method()':
eosio.system_tests.cpp:(.text+0xf62ca): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8424): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf84d9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf85ce): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8632): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8840): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8917): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8a0a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8abf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8bb4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8c18): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8da0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8dd5): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8e74): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf8f29): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf901e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf9082): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0xf991c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_sell_claim_rex::test_method()':
eosio.system_tests.cpp:(.text+0x103b6e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x103c23): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x103d18): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x103d7c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x103f8a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104061): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104154): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104209): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1042fe): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104362): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1044ea): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10451f): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1045be): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104673): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x104768): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1047cc): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x105066): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_loans::test_method()':
eosio.system_tests.cpp:(.text+0x10652c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x106840): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10b1c2): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e03f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e0f4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e1e9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e24d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e45b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e532): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e625): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e6da): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e7cf): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e833): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e9bb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10e9f0): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10ea8f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10eb44): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10ec39): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10ec9d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x10f537): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_loan_checks::test_method()':
eosio.system_tests.cpp:(.text+0x111305): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x111cdd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x111d92): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x111e87): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x111eeb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1120f9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1121d0): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1122c3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x112378): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11246d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1124d1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x112659): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11268e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11272d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1127e2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1128d7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11293b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1131d5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::ramfee_namebid_to_rex::test_method()':
eosio.system_tests.cpp:(.text+0x118cff): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x118db4): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x118ea9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x118f0d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11911b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1191f2): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1192e5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11939a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11948f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1194f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11967b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1196b0): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11974f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x119804): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1198f9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11995d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11a1f7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_maturity::test_method()':
eosio.system_tests.cpp:(.text+0x11bb4f): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11be03): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11c609): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11c8bd): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x11d053): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text+0x11d299): more undefined references to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_maturity::test_method()':
eosio.system_tests.cpp:(.text+0x12408a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12413f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124234): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124298): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1244a6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12457d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124670): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124725): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12481a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x12487e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124a06): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124a3b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124ada): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124b8f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124c84): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x124ce8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x125582): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_savings::test_method()':
eosio.system_tests.cpp:(.text+0x1274f0): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x127736): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x127bd5): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x127edb): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x128121): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text+0x1285c0): more undefined references to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_savings::test_method()':
eosio.system_tests.cpp:(.text+0x134367): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13441c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134511): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134575): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134783): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13485a): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13494d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134a02): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134af7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134b5b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134ce3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134d18): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134db7): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134e6c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134f61): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x134fc5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13585f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::update_rex::test_method()':
eosio.system_tests.cpp:(.text+0x13aa9b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13ab50): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13ac45): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13aca9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13aeb7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13af8e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b081): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b136): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b22b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b28f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b417): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b44c): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b4eb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b5a0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b695): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13b6f9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x13bf93): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::update_rex_vote::test_method()':
eosio.system_tests.cpp:(.text+0x1412ad): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141362): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141457): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1414bb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1416c9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1417a0): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141893): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141948): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141a3d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141aa1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141c29): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141c5e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141cfd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141db2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141ea7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x141f0b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1427a5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::deposit_rex_fund::test_method()':
eosio.system_tests.cpp:(.text+0x143b0c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x145b5d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x145c12): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x145d07): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x145d6b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x145f79): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x146050): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x146143): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1461f8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1462ed): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x146351): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1464d9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x14650e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1465ad): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x146662): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x146757): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1467bb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x147055): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::rex_lower_bound::test_method()':
eosio.system_tests.cpp:(.text+0x148ec9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x148f7e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149073): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1490d7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1492e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1493bc): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1494af): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149564): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149659): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1496bd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149845): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x14987a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149919): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1499ce): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149ac3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x149b27): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x14a3c1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::close_rex::test_method()':
eosio.system_tests.cpp:(.text+0x150d0a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x150dbf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x150eb4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x150f18): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x151126): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1511fd): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1512f0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1513a5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15149a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1514fe): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x151686): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1516bb): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15175a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15180f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x151904): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x151968): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x152202): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::set_rex::test_method()':
eosio.system_tests.cpp:(.text+0x152f47): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x155d21): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x155dd6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x155ecb): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x155f2f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15613d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x156214): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x156307): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1563bc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1564b1): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x156515): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15669d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1566d2): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x156771): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x156826): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15691b): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15697f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x157219): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::setabi_bios::test_method()':
eosio.system_tests.cpp:(.text+0x157af7): undefined reference to `fc::json::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, fc::json::parse_type, unsigned int)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x157bdf): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x157e6e): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x157f60): undefined reference to `fc::json::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, fc::json::parse_type, unsigned int)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15838e): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158480): undefined reference to `fc::json::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, fc::json::parse_type, unsigned int)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158b44): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158bf9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158cee): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158d52): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x158f60): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x159037): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15912a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1591df): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1592d4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x159338): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1594c0): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1594f5): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x159594): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x159649): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15973e): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1597a2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15a03c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::setabi::test_method()':
eosio.system_tests.cpp:(.text+0x15aa39): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15ab2b): undefined reference to `fc::json::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, fc::json::parse_type, unsigned int)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15af64): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b056): undefined reference to `fc::json::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, fc::json::parse_type, unsigned int)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b5e5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b69a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b78f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15b7f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15ba01): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bad8): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bbcb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bc80): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bd75): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bdd9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bf61): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15bf96): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c035): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c0ea): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c1df): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15c243): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x15cadd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::change_limited_account_back_to_unlimited::test_method()':
eosio.system_tests.cpp:(.text+0x160869): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16091e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160a13): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160a77): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160c85): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160d5c): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160e4f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160f04): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x160ff9): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16105d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1611e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16121a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1612b9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16136e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x161463): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1614c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x161d61): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system_tests::buy_pin_sell_ram::test_method()':
eosio.system_tests.cpp:(.text+0x164fb5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16506a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16515f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1651c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1653d1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1654a8): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16559b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165650): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165745): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1657a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165931): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165966): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165a05): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165aba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165baf): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x165c13): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1664ad): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::string_to_symbol(unsigned char, char const*)':
eosio.system_tests.cpp:(.text+0x1668bf): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166a39): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166aee): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166be3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166c47): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166e12): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166ec3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x166f9a): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1670bd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167172): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167267): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1672cb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167483): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1674c1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1674f6): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1675c5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16767a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16776f): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1677d3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167b95): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167c4a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167d39): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x167d77): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168355): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x16840a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1684f9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168537): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x1689a1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168a56): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168b45): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168b83): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168eb3): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text+0x168ef1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::setup_producer_accounts(std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&, eosio::chain::asset, eosio::chain::asset, eosio::chain::asset)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester23setup_producer_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EENS3_5assetES9_S9_[_ZN12eosio_system19eosio_system_tester23setup_producer_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EENS3_5assetES9_S9_]+0x56d): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester23setup_producer_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EENS3_5assetES9_S9_[_ZN12eosio_system19eosio_system_tester23setup_producer_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EENS3_5assetES9_S9_]+0x912): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_producer_info(eosio::chain::name const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester17get_producer_infoERKN5eosio5chain4nameE[_ZN12eosio_system19eosio_system_tester17get_producer_infoERKN5eosio5chain4nameE]+0xd2): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rotation_state()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester18get_rotation_stateEv[_ZN12eosio_system19eosio_system_tester18get_rotation_stateEv]+0x192): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::push_action[abi:cxx11](eosio::chain::name const&, eosio::chain::name const&, fc::variant_object const&, bool)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb[_ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb]+0x86): undefined reference to `eosio::chain::abi_serializer::get_action_type[abi:cxx11](eosio::chain::name) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb[_ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb]+0x136): undefined reference to `eosio::chain::abi_serializer::variant_to_binary(std::basic_string_view<char, std::char_traits<char> > const&, fc::variant const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb[_ZN12eosio_system19eosio_system_tester11push_actionB5cxx11ERKN5eosio5chain4nameES5_RKN2fc14variant_objectEb]+0x2c9): undefined reference to `eosio::testing::base_tester::push_action[abi:cxx11](eosio::chain::action&&, unsigned long)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [13]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [13]) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA13_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA13_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::asset>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::asset&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN5eosio5chain5assetEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_refund_request(eosio::chain::name)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester18get_refund_requestEN5eosio5chain4nameE[_ZN12eosio_system19eosio_system_tester18get_refund_requestEN5eosio5chain4nameE]+0x122): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<fc::crypto::public_key&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::crypto::public_key&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRNS_6crypto10public_keyEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRNS_6crypto10public_keyEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<fc::crypto::public_key>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::crypto::public_key&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclINS_6crypto10public_keyEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclINS_6crypto10public_keyEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_global_state()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester16get_global_stateEv[_ZN12eosio_system19eosio_system_tester16get_global_stateEv]+0x192): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::microseconds_since_epoch_of_iso_string(fc::variant const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester38microseconds_since_epoch_of_iso_stringERKN2fc7variantE[_ZN12eosio_system19eosio_system_tester38microseconds_since_epoch_of_iso_stringERKN2fc7variantE]+0x20): undefined reference to `fc::variant::as_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester38microseconds_since_epoch_of_iso_stringERKN2fc7variantE[_ZN12eosio_system19eosio_system_tester38microseconds_since_epoch_of_iso_stringERKN2fc7variantE]+0x29): undefined reference to `fc::time_point::from_iso_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_payrate_info()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester16get_payrate_infoEv[_ZN12eosio_system19eosio_system_tester16get_payrate_infoEv]+0x13a): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::operator-(eosio::chain::asset const&, eosio::chain::asset const&)':
eosio.system_tests.cpp:(.text._ZN5eosio5chainmiERKNS0_5assetES3_[_ZN5eosio5chainmiERKNS0_5assetES3_]+0x108): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_payment_info(eosio::chain::name)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester16get_payment_infoEN5eosio5chain4nameE[_ZN12eosio_system19eosio_system_tester16get_payment_infoEN5eosio5chain4nameE]+0x126): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::initialize_multisig()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester19initialize_multisigEv[_ZN12eosio_system19eosio_system_tester19initialize_multisigEv]+0x58d): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::active_and_vote_producers()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv[_ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv]+0xbce): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv[_ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv]+0xc4d): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv[_ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv]+0xccc): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv[_ZN12eosio_system19eosio_system_tester25active_and_vote_producersEv]+0x1a88): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [2]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [2]) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA2_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA2_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [9]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [9]) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA9_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA9_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned int const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int const&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKjEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKjEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x61): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned short const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned short const&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKtEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKtEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::create_account_with_resources(eosio::chain::name, eosio::chain::name, unsigned int)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_j[_ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_j]+0x514): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_j[_ZN12eosio_system19eosio_system_tester29create_account_with_resourcesEN5eosio5chain4nameES3_j]+0x992): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [10]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [10]) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA10_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA10_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::chain_config_v1&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::chain_config_v1&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRN5eosio5chain15chain_config_v1EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRN5eosio5chain15chain_config_v1EEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_total_stake(eosio::chain::name const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester15get_total_stakeERKN5eosio5chain4nameE[_ZN12eosio_system19eosio_system_tester15get_total_stakeERKN5eosio5chain4nameE]+0x125): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long long&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIxEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIxEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::operator<(eosio::chain::asset const&, eosio::chain::asset const&)':
eosio.system_tests.cpp:(.text._ZN5eosio5chainltERKNS0_5assetES3_[_ZN5eosio5chainltERKNS0_5assetES3_]+0x102): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::symbol>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::symbol&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN5eosio5chain6symbolEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN5eosio5chain6symbolEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::setup_rex_accounts(std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&, eosio::chain::asset const&, eosio::chain::asset const&, eosio::chain::asset const&, bool)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester18setup_rex_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EERKNS3_5assetESB_SB_b[_ZN12eosio_system19eosio_system_tester18setup_rex_accountsERKSt6vectorIN5eosio5chain4nameESaIS4_EERKNS3_5assetESB_SB_b]+0x763): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rex_vote_stake(eosio::chain::name const&) const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester18get_rex_vote_stakeERKN5eosio5chain4nameE[_ZNK12eosio_system19eosio_system_tester18get_rex_vote_stakeERKN5eosio5chain4nameE]+0x17c): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rex_fund(eosio::chain::name const&) const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester12get_rex_fundERKN5eosio5chain4nameE[_ZNK12eosio_system19eosio_system_tester12get_rex_fundERKN5eosio5chain4nameE]+0x14a): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rex_balance(eosio::chain::name const&) const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester15get_rex_balanceERKN5eosio5chain4nameE[_ZNK12eosio_system19eosio_system_tester15get_rex_balanceERKN5eosio5chain4nameE]+0x14a): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rex_pool() const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester12get_rex_poolEv[_ZNK12eosio_system19eosio_system_tester12get_rex_poolEv]+0x3ff): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_voter_info(eosio::chain::name const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester14get_voter_infoERKN5eosio5chain4nameE[_ZN12eosio_system19eosio_system_tester14get_voter_infoERKN5eosio5chain4nameE]+0x126): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester19get_rex_balance_objERKN5eosio5chain4nameE[_ZNK12eosio_system19eosio_system_tester19get_rex_balance_objERKN5eosio5chain4nameE]+0x126): more undefined references to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::active_and_vote_producers2()':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev[_ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev]+0xbc2): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev[_ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev]+0xc41): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev[_ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev]+0xcc0): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev[_ZN12eosio_system19eosio_system_tester26active_and_vote_producers2Ev]+0x1a36): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_rex_fund_obj(eosio::chain::name const&) const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester16get_rex_fund_objERKN5eosio5chain4nameE[_ZNK12eosio_system19eosio_system_tester16get_rex_fund_objERKN5eosio5chain4nameE]+0x126): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void eosio::chain::abi_serializer::from_variant<_abi_hash, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}>(fc::variant const&, _abi_hash&, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}::optional_delegate<void (unsigned long)> const&)':
eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x1f9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x237): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x3e3): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x494): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x56b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7a7): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantI9_abi_hashZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x81a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<long&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRlEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRlEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIlEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIlEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain4nameESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain4nameESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::voter(eosio::chain::name)':
eosio.system_tests.cpp:(.text._ZN12eosio_system5voterEN5eosio5chain4nameE[_ZN12eosio_system5voterEN5eosio5chain4nameE]+0xce): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<double>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, double&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIdEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIdEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x63): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<bool>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIbEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIbEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x6a): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::issue_and_transfer(eosio::chain::name const&, eosio::chain::asset const&, eosio::chain::name const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester18issue_and_transferERKN5eosio5chain4nameERKNS2_5assetES5_[_ZN12eosio_system19eosio_system_tester18issue_and_transferERKN5eosio5chain4nameERKNS2_5assetES5_]+0x264): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester18issue_and_transferERKN5eosio5chain4nameERKNS2_5assetES5_[_ZN12eosio_system19eosio_system_tester18issue_and_transferERKN5eosio5chain4nameERKNS2_5assetES5_]+0x5e4): undefined reference to `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_stats(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester9get_statsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN12eosio_system19eosio_system_tester9get_statsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x16c): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::symbol::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x18): undefined reference to `fc::trim(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x10a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x30c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x42f): undefined reference to `fc::to_int64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x5cf): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x854): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x909): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x9fe): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xa62): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xc1f): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xc45): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xcf6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xdcd): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xefc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xfb1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x10a6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x110a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x12b4): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x12da): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: Warning, empty ricardian clause file
Warning, empty ricardian clause file
eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1318): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x134d): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1428): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x14dd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x15d2): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1636): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x19b9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1a6e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1b4f): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1b75): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x1bb3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x21cd): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2282): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2363): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2389): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x23c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2855): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x290a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x29eb): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2a11): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2a4f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2d95): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2dbb): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5eosio5chain6symbol11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x2df9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned char&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned char&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRhEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRhEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::authority>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::authority&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIN5eosio5chain9authorityEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIN5eosio5chain9authorityEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::name, std::allocator<eosio::chain::name> >&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclISt6vectorIN5eosio5chain4nameESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclISt6vectorIN5eosio5chain4nameESaIS5_EEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<std::vector<eosio::chain::key_weight, std::allocator<eosio::chain::key_weight> > const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<eosio::chain::key_weight, std::allocator<eosio::chain::key_weight> > const&) &':
eosio.system_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain10key_weightESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain10key_weightESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<fc::crypto::public_key const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::crypto::public_key const&) &':
eosio.system_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKNS_6crypto10public_keyEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKNS_6crypto10public_keyEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain23permission_level_weightESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKSt6vectorIN5eosio5chain23permission_level_weightESaIS5_EEEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): more undefined references to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::unpack<eosio::chain::asset>(char const*, unsigned int, eosio::chain::asset&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_[_ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_]+0x1dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_[_ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_]+0x438): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_[_ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_]+0x50f): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_[_ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_]+0x778): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_[_ZN2fc3raw6unpackIN5eosio5chain5assetEEEvPKcjRT_]+0x7aa): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::asset>(fc::datastream<char const*, void>&, eosio::chain::asset&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain5assetEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::asset>::operator()<long, eosio::chain::asset, &eosio::chain::asset::amount>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclIlS9_XadL_ZNS9_6amountEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::asset>::operator()<eosio::chain::symbol, eosio::chain::asset, &eosio::chain::asset::sym>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_]+0x1ab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_]+0x3e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_]+0x4bb): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_]+0x6f3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain5assetEEclINS8_6symbolES9_XadL_ZNS9_3symEEEEEvS5_]+0x725): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, long>(fc::datastream<char const*, void>&, long&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEElEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::unpack<fc::datastream<char const*, void>, eosio::chain::symbol>(fc::datastream<char const*, void>&, eosio::chain::symbol&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_]+0x1c3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_]+0x41e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_]+0x4f5): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_]+0x74f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_[_ZN2fc3raw6unpackINS_10datastreamIPKcvEEN5eosio5chain6symbolEEEvRT_RT0_]+0x781): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::detail::unpack_object_visitor<fc::datastream<char const*, void>, eosio::chain::symbol>::operator()<unsigned long, eosio::chain::symbol, &eosio::chain::symbol::m_value>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_]+0x1a4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_]+0x3dd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_]+0x4b4): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_]+0x6ec): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_[_ZNK2fc3raw6detail21unpack_object_visitorINS_10datastreamIPKcvEEN5eosio5chain6symbolEEclImS9_XadL_ZNS9_7m_valueEEEEEvS5_]+0x71e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::symbol::reflector_init() const':
eosio.system_tests.cpp:(.text._ZNK5eosio5chain6symbol14reflector_initEv[_ZNK5eosio5chain6symbol14reflector_initEv]+0x167): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK5eosio5chain6symbol14reflector_initEv[_ZNK5eosio5chain6symbol14reflector_initEv]+0x438): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned char>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned char&&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIhEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIhEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio::chain::asset::reflector_init() const':
eosio.system_tests.cpp:(.text._ZNK5eosio5chain5asset14reflector_initEv[_ZNK5eosio5chain5asset14reflector_initEv]+0xe7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.system_tests.cpp:(.text._ZNK5eosio5chain5asset14reflector_initEv[_ZNK5eosio5chain5asset14reflector_initEv]+0x2c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<unsigned short&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned short&) &&':
eosio.system_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRtEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRtEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_last_loan(bool)':
eosio.system_tests.cpp:(.text._ZN12eosio_system19eosio_system_tester13get_last_loanEb[_ZN12eosio_system19eosio_system_tester13get_last_loanEb]+0x435): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `eosio_system::eosio_system_tester::get_loan_info(unsigned long const&, bool) const':
eosio.system_tests.cpp:(.text._ZNK12eosio_system19eosio_system_tester13get_loan_infoERKmb[_ZNK12eosio_system19eosio_system_tester13get_loan_infoERKmb]+0x16c): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `boost::test_tools::tt_detail::print_log_value<fc::variant_object::entry>::operator()(std::ostream&, fc::variant_object::entry const&)':
eosio.system_tests.cpp:(.text._ZN5boost10test_tools9tt_detail15print_log_valueIN2fc14variant_object5entryEEclERSoRKS5_[_ZN5boost10test_tools9tt_detail15print_log_valueIN2fc14variant_object5entryEEclERSoRKS5_]+0x1d): undefined reference to `operator<<(std::ostream&, fc::variant_object::entry const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `std::ostream& boost::test_tools::tt_detail::impl::boost_test_print_type<fc::crypto::public_key>(std::ostream&, fc::crypto::public_key const&)':
eosio.system_tests.cpp:(.text._ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeIN2fc6crypto10public_keyEEERSoS7_RKT_[_ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeIN2fc6crypto10public_keyEEERSoS7_RKT_]+0x19): undefined reference to `fc::crypto::operator<<(std::ostream&, fc::crypto::public_key const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `boost::test_tools::tt_detail::print_log_value<fc::variant>::operator()(std::ostream&, fc::variant const&)':
eosio.system_tests.cpp:(.text._ZN5boost10test_tools9tt_detail15print_log_valueIN2fc7variantEEclERSoRKS4_[_ZN5boost10test_tools9tt_detail15print_log_valueIN2fc7variantEEclERSoRKS4_]+0x1d): undefined reference to `operator<<(std::ostream&, fc::variant const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `fc::mutable_variant_object& fc::mutable_variant_object::operator()<unsigned long const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long const&) &':
eosio.system_tests.cpp:(.text._ZNR2fc22mutable_variant_objectclIRKmEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNR2fc22mutable_variant_objectclIRKmEERS0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x53): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::from_variant_visitor<eosio::chain::abi_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::abi_def, &eosio::chain::abi_def::version>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_7versionEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain7abi_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_7versionEEEEEvPKc]+0x73): undefined reference to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::from_variant_visitor<eosio::chain::type_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::type_def, &eosio::chain::type_def::new_type_name>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_13new_type_nameEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_13new_type_nameEEEEEvPKc]+0x73): undefined reference to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::from_variant_visitor<eosio::chain::type_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::type_def, &eosio::chain::type_def::type>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4typeEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain8type_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4typeEEEEEvPKc]+0x7a): undefined reference to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::from_variant_visitor<eosio::chain::struct_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::struct_def, &eosio::chain::struct_def::name>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4nameEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4nameEEEEEvPKc]+0x73): undefined reference to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::from_variant_visitor<eosio::chain::struct_def>::operator()<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::struct_def, &eosio::chain::struct_def::base>(char const*) const':
eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4baseEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain10struct_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4baseEEEEEvPKc]+0x7a): undefined reference to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text._ZNK2fc20from_variant_visitorIN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4nameEEEEEvPKc[_ZNK2fc20from_variant_visitorIN5eosio5chain9field_defEEclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_XadL_ZNS3_4nameEEEEEvPKc]+0x73): more undefined references to `fc::from_variant(fc::variant const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::type_def>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::type_def, std::allocator<eosio::chain::type_def> > const&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain8type_defEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain8type_defEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::struct_def>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::struct_def, std::allocator<eosio::chain::struct_def> > const&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10struct_defEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10struct_defEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::field_def>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::field_def, std::allocator<eosio::chain::field_def> > const&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain9field_defEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain9field_defEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::action_def>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::action_def, std::allocator<eosio::chain::action_def> > const&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10action_defEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain10action_defEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o: in function `void fc::raw::pack<fc::datastream<unsigned long, void>, eosio::chain::table_def>(fc::datastream<unsigned long, void>&, std::vector<eosio::chain::table_def, std::allocator<eosio::chain::table_def> > const&)':
eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain9table_defEEEvRT_RKSt6vectorIT0_SaISA_EE[_ZN2fc3raw4packINS_10datastreamImvEEN5eosio5chain9table_defEEEvRT_RKSt6vectorIT0_SaISA_EE]+0x113): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.system_tests.cpp.o:eosio.system_tests.cpp:(.text._ZN2fc3raw4packINS_10datastreamImvEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRT_RKSt6vectorIT0_SaISD_EE[_ZN2fc3raw4packINS_10datastreamImvEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRT_RKSt6vectorIT0_SaISD_EE]+0x113): more undefined references to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_tests::test_method()':
eosio.token_tests.cpp:(.text+0x7ac): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x12b7): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x136c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1461): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x14c5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x16d3): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17aa): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x189d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1952): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1a47): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1aab): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c33): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c68): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1d07): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1dbc): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1eb1): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1f15): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27af): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_negative_max_supply::test_method()':
eosio.token_tests.cpp:(.text+0x31ad): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3420): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x34d5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x35ca): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x362e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x383c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3913): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3a06): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3abb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3bb0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3c14): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3d9c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3dd1): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3e70): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x3f25): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x401a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x407e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x4918): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::symbol_already_exists::test_method()':
eosio.token_tests.cpp:(.text+0x520c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x5bef): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x606f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6124): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6219): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x627d): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x648b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6562): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6655): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x670a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x67ff): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6863): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x69eb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6a20): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6abf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6b74): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6c69): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x6ccd): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x7567): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_max_supply::test_method()':
eosio.token_tests.cpp:(.text+0x7e5c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x8e8a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x8f3f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9034): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9098): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x92a6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x937d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9470): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9525): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x961a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x967e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9806): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x983b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x98da): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x998f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9a84): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x9ae8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xa382): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_max_supply::test_method()::$_0::operator()(eosio::chain::asset_type_exception const&) const':
eosio.token_tests.cpp:(.text+0xa5b8): undefined reference to `eosio::testing::expect_assert_message(fc::exception const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_max_decimals::test_method()':
eosio.token_tests.cpp:(.text+0xadcc): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xbdfa): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xbeaf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xbfa4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc008): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc216): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc2ed): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc3e0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc495): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc58a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc5ee): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc776): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc7ab): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc84a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc8ff): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xc9f4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xca58): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xd2f2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::create_max_decimals::test_method()::$_1::operator()(eosio::chain::asset_type_exception const&) const':
eosio.token_tests.cpp:(.text+0xd488): undefined reference to `eosio::testing::expect_assert_message(fc::exception const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::issue_tests::test_method()':
eosio.token_tests.cpp:(.text+0xdc9c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xdd86): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xeeea): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xf1ec): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xf4b4): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xfcda): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xfd8f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xfe84): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0xfee8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x100f6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x101cd): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x102c0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x10375): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1046a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x104ce): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x10656): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1068b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1072a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x107df): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x108d4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x10938): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x111d2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::retire_tests::test_method()':
eosio.token_tests.cpp:(.text+0x11acc): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x11c87): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x12e48): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1408b): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1437c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o:eosio.token_tests.cpp:(.text+0x14673): more undefined references to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::retire_tests::test_method()':
eosio.token_tests.cpp:(.text+0x16fba): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1706f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17164): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x171c8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x173d6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x174ad): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x175a0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17655): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1774a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x177ae): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17936): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1796b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17a0a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17abf): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17bb4): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x17c18): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x184b2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::transfer_tests::test_method()':
eosio.token_tests.cpp:(.text+0x18dac): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x18e96): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x19f1d): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1b231): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1b569): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c0f0): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c1a5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c29a): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c2fe): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c50c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c5e3): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c6d6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c78b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c880): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1c8e4): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1ca6c): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1caa1): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1cb40): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1cbf5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1ccea): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1cd4e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1d5e8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::open_tests::test_method()':
eosio.token_tests.cpp:(.text+0x1dedc): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1e394): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1e723): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x1ff90): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2185a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2190f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21a04): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21a68): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21c76): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21d4d): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21e40): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21ef5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x21fea): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2204e): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x221d6): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2220b): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x222aa): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2235f): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x22454): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x224b8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x22d52): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tests::close_tests::test_method()':
eosio.token_tests.cpp:(.text+0x2364c): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x23a06): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x24426): undefined reference to `eosio::chain::asset::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25743): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x257f8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x258ed): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25951): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25b5f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25c36): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25d29): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25dde): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25ed3): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x25f37): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x260bf): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x260f4): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x26193): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x26248): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2633d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x263a1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x26c3b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio::chain::string_to_symbol(unsigned char, char const*)':
eosio.token_tests.cpp:(.text+0x2704f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x271c9): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2727e): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27373): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x273d7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x275a2): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27653): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2772a): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x2784d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27902): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x279f7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27a5b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27c13): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27c51): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27c86): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27d55): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27e0a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27eff): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x27f63): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28325): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x283da): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x284c9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28507): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28ae5): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28b9a): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28c89): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x28cc7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x29131): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x291e6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x292d5): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x29313): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x29643): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.token_tests.cpp:(.text+0x29681): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tester::get_stats(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.token_tests.cpp:(.text._ZN18eosio_token_tester9get_statsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN18eosio_token_tester9get_statsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x16c): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [24]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [24]) &&':
eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA24_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA24_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [25]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [25]) &&':
eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA25_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA25_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [12]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [12]) &&':
eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA12_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA12_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tester::get_account(eosio::chain::name, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
eosio.token_tests.cpp:(.text._ZN18eosio_token_tester11get_accountEN5eosio5chain4nameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN18eosio_token_tester11get_accountEN5eosio5chain4nameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x16b): undefined reference to `eosio::chain::abi_serializer::binary_to_variant(std::basic_string_view<char, std::char_traits<char> > const&, std::vector<char, std::allocator<char> > const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tester::push_action[abi:cxx11](eosio::chain::name const&, eosio::chain::name const&, fc::variant_object const&)':
eosio.token_tests.cpp:(.text._ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE[_ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE]+0x6d): undefined reference to `eosio::chain::abi_serializer::get_action_type[abi:cxx11](eosio::chain::name) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text._ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE[_ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE]+0x158): undefined reference to `eosio::chain::abi_serializer::variant_to_binary(std::basic_string_view<char, std::char_traits<char> > const&, fc::variant const&, fc::optional_delegate<void (unsigned long)> const&, bool) const'
/usr/bin/ld: eosio.token_tests.cpp:(.text._ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE[_ZN18eosio_token_tester11push_actionB5cxx11ERKN5eosio5chain4nameES4_RKN2fc14variant_objectE]+0x205): undefined reference to `eosio::testing::base_tester::push_action[abi:cxx11](eosio::chain::action&&, unsigned long)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `eosio_token_tester::eosio_token_tester()':
eosio.token_tests.cpp:(.text._ZN18eosio_token_testerC2Ev[_ZN18eosio_token_testerC2Ev]+0x1bd): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<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::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) &&':
eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x67): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x80): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.token_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<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> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) &&':
eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x67): undefined reference to `fc::variant::variant(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: eosio.token_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_[_ZNO2fc22mutable_variant_objectclIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES0_S7_OT_]+0x80): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `eosio_wrap_tests::wrap_exec_direct::test_method()':
eosio.wrap_tests.cpp:(.text+0x2b2d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x2be2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x2cd7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x2d3b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x2f49): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x3020): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x3113): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x31c8): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x32bd): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x3321): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x34a9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x34de): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x357d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x3632): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x3727): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x378b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x4025): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `eosio_wrap_tests::wrap_with_msig::test_method()':
eosio.wrap_tests.cpp:(.text+0x63ed): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x64a2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6597): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x65fb): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6809): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x68e0): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x69d3): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6a88): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6b7d): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6be1): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6d69): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6d9e): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6e3d): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6ef2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x6fe7): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x704b): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x78e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `eosio_wrap_tests::wrap_with_msig_unapprove::test_method()':
eosio.wrap_tests.cpp:(.text+0x9336): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x93eb): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x94e0): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9544): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9752): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9829): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x991c): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x99d1): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9ac6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9b2a): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9cb2): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9ce7): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9d86): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9e3b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9f30): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0x9f94): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xa8e8): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `eosio_wrap_tests::wrap_with_msig_producers_change::test_method()':
eosio.wrap_tests.cpp:(.text+0xb841): undefined reference to `eosio::testing::base_tester::set_producers(std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xde4b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xdf00): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xdff5): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe059): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe267): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe33e): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe431): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe4e6): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe5db): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe63f): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe7c7): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe7fc): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe89b): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xe950): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xea45): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xeaa9): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text+0xf343): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<char const (&) [5]>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const (&) [5]) &&':
eosio.wrap_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRA5_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRA5_KcEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<eosio::chain::transaction const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, eosio::chain::transaction const&) &&':
eosio.wrap_tests.cpp:(.text._ZNO2fc22mutable_variant_objectclIRKN5eosio5chain11transactionEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_[_ZNO2fc22mutable_variant_objectclIRKN5eosio5chain11transactionEEES0_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOT_]+0x62): undefined reference to `fc::mutable_variant_object::set(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `void eosio::chain::abi_serializer::from_variant<eosio::chain::action, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}>(fc::variant const&, eosio::chain::action&, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}::optional_delegate<void (unsigned long)> const&)':
eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x1f9): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x237): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x3e3): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x494): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x56b): undefined reference to `fc::std_exception_wrapper::std_exception_wrapper(fc::log_message&&, std::__exception_ptr::exception_ptr, 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&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7a7): undefined reference to `fc::mutable_variant_object::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant) &&'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7e5): undefined reference to `fc::log_message::log_message(fc::log_context, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, fc::variant_object)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_6actionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x81a): undefined reference to `fc::unhandled_exception::unhandled_exception(fc::log_message&&, std::__exception_ptr::exception_ptr)'
/usr/bin/ld: CMakeFiles/unit_test.dir/eosio.wrap_tests.cpp.o: in function `eosio_wrap_tester::eosio_wrap_tester()':
eosio.wrap_tests.cpp:(.text._ZN17eosio_wrap_testerC2Ev[_ZN17eosio_wrap_testerC2Ev]+0x3ee): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN17eosio_wrap_testerC2Ev[_ZN17eosio_wrap_testerC2Ev]+0xb0d): undefined reference to `eosio::testing::base_tester::set_code(eosio::chain::name, std::vector<unsigned char, std::allocator<unsigned char> >, fc::crypto::private_key const*)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN17eosio_wrap_testerC2Ev[_ZN17eosio_wrap_testerC2Ev]+0xf16): undefined reference to `eosio::testing::base_tester::set_authority(eosio::chain::name, eosio::chain::name, eosio::chain::authority, eosio::chain::name, std::vector<eosio::chain::permission_level, std::allocator<eosio::chain::permission_level> > const&, std::vector<fc::crypto::private_key, std::allocator<fc::crypto::private_key> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN17eosio_wrap_testerC2Ev[_ZN17eosio_wrap_testerC2Ev]+0x10c3): undefined reference to `eosio::testing::base_tester::set_producers(std::vector<eosio::chain::name, std::allocator<eosio::chain::name> > const&)'
/usr/bin/ld: eosio.wrap_tests.cpp:(.text._ZN17eosio_wrap_testerC2Ev[_ZN17eosio_wrap_testerC2Ev]+0x13b1): undefined reference to `eosio::chain::name::to_string[abi:cxx11]() const'
/usr/bin/ld: CMakeFiles/unit_test.dir/main.cpp.o: in function `init_unit_test_suite(int, char**)':
main.cpp:(.text+0x1edd2): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: main.cpp:(.text+0x1eeac): undefined reference to `fc::logger::get(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/unit_test.dir/main.cpp.o: in function `translate_fc_exception(fc::exception const&)':
main.cpp:(.text+0x256e6): undefined reference to `fc::exception::to_detail_string[abi:cxx11](fc::log_level) const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::read_wast(char const*)':
tester.cpp:(.text+0xe6): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0x104): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::tellg()'
/usr/bin/ld: tester.cpp:(.text+0x13e): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0x158): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::read(char*, long)'
/usr/bin/ld: tester.cpp:(.text+0x1e3): undefined reference to `std::__1::ios_base::clear(unsigned int)'
/usr/bin/ld: tester.cpp:(.text+0x276): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x27e): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0x4e5): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x5b6): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x6ce): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x809): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x811): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::read_wasm(char const*)':
tester.cpp:(.text+0x876): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0x894): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::tellg()'
/usr/bin/ld: tester.cpp:(.text+0x8c2): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0x8db): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::read(char*, long)'
/usr/bin/ld: tester.cpp:(.text+0x952): undefined reference to `std::__1::ios_base::clear(unsigned int)'
/usr/bin/ld: tester.cpp:(.text+0x994): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x99c): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0xc7d): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xda3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xed0): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0xed8): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::read_abi(char const*)':
tester.cpp:(.text+0xf46): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0xf64): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::tellg()'
/usr/bin/ld: tester.cpp:(.text+0xf9c): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::seekg(long long, std::__1::ios_base::seekdir)'
/usr/bin/ld: tester.cpp:(.text+0xfb5): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::read(char*, long)'
/usr/bin/ld: tester.cpp:(.text+0x103f): undefined reference to `std::__1::ios_base::clear(unsigned int)'
/usr/bin/ld: tester.cpp:(.text+0x1081): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x1089): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0x136a): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1490): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x15bd): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x15c5): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::(anonymous namespace)::read_gzipped_snapshot(char const*)':
tester.cpp:(.text+0x1630): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text+0x17ad): undefined reference to `std::__1::ios_base::init(void*)'
/usr/bin/ld: tester.cpp:(.text+0x17ec): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text+0x1871): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text+0x1882): undefined reference to `std::__1::basic_iostream<char, std::__1::char_traits<char> >::~basic_iostream()'
/usr/bin/ld: tester.cpp:(.text+0x188f): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0x18e0): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x18e8): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0x19d5): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text+0x1a18): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text+0x1a29): undefined reference to `std::__1::basic_iostream<char, std::__1::char_traits<char> >::~basic_iostream()'
/usr/bin/ld: tester.cpp:(.text+0x1a36): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: tester.cpp:(.text+0x1a87): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text+0x1a8f): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::expect_assert_message(fc::exception const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)':
tester.cpp:(.text+0x1e3f): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: tester.cpp:(.text+0x1e47): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::filter_fields(fc::variant_object const&, fc::variant_object const&)':
tester.cpp:(.text+0x1f0e): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::execute_setup_policy(eosio::testing::setup_policy)':
tester.cpp:(.text+0x25d9): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x2658): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x26b0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x275e): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x27cf): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0x4015): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::preactivate_builtin_protocol_features(std::__1::vector<eosio::chain::builtin_protocol_feature_t, std::__1::allocator<eosio::chain::builtin_protocol_feature_t> > const&)':
tester.cpp:(.text+0x4439): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x4454): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::preactivate_all_builtin_protocol_features()':
tester.cpp:(.text+0x4988): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x49a3): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_block(std::__1::shared_ptr<eosio::chain::signed_block>)':
tester.cpp:(.text+0x4bc1): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x4e07): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::_produce_block(fc::microseconds, bool)':
tester.cpp:(.text+0x4ed2): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x4f50): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::_produce_block(fc::microseconds, bool, bool, std::__1::vector<std::__1::shared_ptr<eosio::chain::transaction_trace>, std::__1::allocator<std::__1::shared_ptr<eosio::chain::transaction_trace> > >&)':
tester.cpp:(.text+0x50fc): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0x51ee): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::_finish_block()':
tester.cpp:(.text+0x5d11): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0x5e52): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x5f14): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x5f44): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x60a4): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x6254): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0x6350): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::create_account(eosio::chain::name, eosio::chain::name, bool, bool)':
tester.cpp:(.text+0x6c29): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0x6dd8): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0x7310): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0x7c53): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x7d3b): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_transaction(eosio::chain::signed_transaction&, fc::time_point, unsigned int, bool)':
tester.cpp:(.text+0x85d6): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x86e5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x871e): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x8763): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x876b): undefined reference to `std::rethrow_exception(std::exception_ptr)'
/usr/bin/ld: tester.cpp:(.text+0x87cf): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x881f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x887f): undefined reference to `std::__1::__shared_weak_count::~__shared_weak_count()'
/usr/bin/ld: tester.cpp:(.text+0x88c3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x88e5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x8aa3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x8d4f): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x90ec): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x91bb): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x91f8): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x92fa): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x9534): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x9594): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x9629): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x999b): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x99d8): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x9c37): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_transaction(eosio::chain::packed_transaction&, fc::time_point, unsigned int)':
tester.cpp:(.text+0x9fda): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa08d): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa0f9): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa138): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0xa140): undefined reference to `std::rethrow_exception(std::exception_ptr)'
/usr/bin/ld: tester.cpp:(.text+0xa1ab): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xa202): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa262): undefined reference to `std::__1::__shared_weak_count::~__shared_weak_count()'
/usr/bin/ld: tester.cpp:(.text+0xa2ad): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa2d5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa42c): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xa64e): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xa90d): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xa9dc): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xaa19): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xaaef): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0xaca5): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xad05): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xad49): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xb01c): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xb05a): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xb208): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_action(eosio::chain::action&&, unsigned long)':
tester.cpp:(.text+0xb613): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xb654): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xbbf8): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xbd84): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0xbdee): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_action(eosio::chain::name const&, eosio::chain::name const&, std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> > const&, fc::variant_object const&, unsigned int, unsigned int)':
tester.cpp:(.text+0xcac3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xcec9): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xd377): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xd73b): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xd80a): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xd847): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xdb2f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xdc66): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0xdeed): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xdf47): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xe011): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xe2ae): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xe654): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xe691): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xe854): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xeb47): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0xed1f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const':
tester.cpp:(.text+0xf589): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0xf7bc): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::get_action(eosio::chain::name, eosio::chain::name, std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> >, fc::variant_object const&) const':
tester.cpp:(.text+0xfd8c): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xfedd): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0xffa6): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0xffe3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1008b): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x101b3): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1020a): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1027b): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x10412): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x10450): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x10564): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::push_reqauth(eosio::chain::name, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, bool)':
tester.cpp:(.text+0x11866): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text+0x119c3): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::transfer(eosio::chain::name, eosio::chain::name, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, eosio::chain::name)':
tester.cpp:(.text+0x13c63): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::link_authority(eosio::chain::name, eosio::chain::name, eosio::chain::name, eosio::chain::name)':
tester.cpp:(.text+0x17808): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::unlink_authority(eosio::chain::name, eosio::chain::name, eosio::chain::name)':
tester.cpp:(.text+0x17c7d): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_authority(eosio::chain::name, eosio::chain::name, eosio::chain::authority, eosio::chain::name, std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> > const&, std::__1::vector<fc::crypto::private_key, std::__1::allocator<fc::crypto::private_key> > const&)':
tester.cpp:(.text+0x181ba): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x186b7): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x18a95): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x19002): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x190d1): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1910e): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x19299): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x1960d): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1966a): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x196d1): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x19b83): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x19bc0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x19f13): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::delete_authority(eosio::chain::name, eosio::chain::name, std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> > const&, std::__1::vector<fc::crypto::private_key, std::__1::allocator<fc::crypto::private_key> > const&)':
tester.cpp:(.text+0x1a76a): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1aad5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1ad79): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1b107): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1b1d6): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1b213): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1b32e): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x1b580): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1b5dd): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1b668): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1b96a): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1b9a7): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1bbe0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_code(eosio::chain::name, char const*, fc::crypto::private_key const*)':
tester.cpp:(.text+0x1c0f5): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1c2a0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1c4ab): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1c745): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1c802): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1c83f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1c922): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x1cae5): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1cb42): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1cb93): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1ce22): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1ce60): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1d006): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_code(eosio::chain::name, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >, fc::crypto::private_key const*)':
tester.cpp:(.text+0x1d68a): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1d79a): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1da43): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1dc4a): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1deed): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x1dfb6): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1dff3): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1e0d6): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text+0x1e299): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1e2f6): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1e361): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1e5d6): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text+0x1e613): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1e7c5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_abi(eosio::chain::name, char const*, fc::crypto::private_key const*)':
tester.cpp:(.text+0x1edc9): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1eedc): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::to_uint8_vector(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)':
tester.cpp:(.text+0x1f715): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::to_uint64(fc::variant)':
tester.cpp:(.text+0x1f93d): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::to_string(fc::variant)':
tester.cpp:(.text+0x1fc56): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::sync_with(eosio::testing::base_tester&)::$_11::operator()(eosio::testing::base_tester&, eosio::testing::base_tester&) const':
tester.cpp:(.text+0x1fe36): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x1ff36): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x2001c): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::get_producer_authorities(std::__1::vector<eosio::chain::name, std::__1::allocator<eosio::chain::name> > const&) const':
tester.cpp:(.text+0x200e9): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_producer_schedule(std::__1::vector<eosio::chain::producer_authority, std::__1::allocator<eosio::chain::producer_authority> > const&)':
tester.cpp:(.text+0x20909): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x20aad): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::set_producers_legacy(std::__1::vector<eosio::chain::name, std::__1::allocator<eosio::chain::name> > const&)':
tester.cpp:(.text+0x20ef1): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x21193): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::preactivate_protocol_features(std::__1::vector<fc::sha256, std::__1::allocator<fc::sha256> >)':
tester.cpp:(.text+0x216e0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0x216fe): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::fc_exception_message_is::operator()(fc::exception const&)':
tester.cpp:(.text+0x21bc0): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::fc_exception_message_starts_with::operator()(fc::exception const&)':
tester.cpp:(.text+0x21e37): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::fc_assert_exception_message_is::operator()(fc::assert_exception const&)':
tester.cpp:(.text+0x21f85): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long, std::__1::allocator<char> const&)'
/usr/bin/ld: tester.cpp:(.text+0x2219a): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::fc_assert_exception_message_starts_with::operator()(fc::assert_exception const&)':
tester.cpp:(.text+0x222e5): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long, std::__1::allocator<char> const&)'
/usr/bin/ld: tester.cpp:(.text+0x224f8): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::eosio_assert_message_is::operator()(eosio::chain::eosio_assert_message_exception const&)':
tester.cpp:(.text+0x22780): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::eosio_assert_message_starts_with::operator()(eosio::chain::eosio_assert_message_exception const&)':
tester.cpp:(.text+0x229f7): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::eosio_assert_code_is::operator()(eosio::chain::eosio_assert_code_exception const&)':
tester.cpp:(.text+0x22c80): undefined reference to `std::__1::__vector_base_common<true>::__throw_out_of_range() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, fc::variant_object const&)':
tester.cpp:(.text+0x22de0): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text+0x22e3f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::__function::__func<eosio::testing::make_protocol_feature_set(std::__1::map<eosio::chain::builtin_protocol_feature_t, eosio::chain::protocol_feature_subjective_restrictions, std::__1::less<eosio::chain::builtin_protocol_feature_t>, std::__1::allocator<std::__1::pair<eosio::chain::builtin_protocol_feature_t const, eosio::chain::protocol_feature_subjective_restrictions> > > const&)::$_1, std::__1::allocator<eosio::testing::make_protocol_feature_set(std::__1::map<eosio::chain::builtin_protocol_feature_t, eosio::chain::protocol_feature_subjective_restrictions, std::__1::less<eosio::chain::builtin_protocol_feature_t>, std::__1::allocator<std::__1::pair<eosio::chain::builtin_protocol_feature_t const, eosio::chain::protocol_feature_subjective_restrictions> > > const&)::$_1>, fc::sha256 (eosio::chain::builtin_protocol_feature_t)>::operator()(eosio::chain::builtin_protocol_feature_t&&)':
tester.cpp:(.text+0x2436c): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::detail::function::void_function_obj_invoker1<eosio::testing::base_tester::open<eosio::testing::base_tester::open(eosio::chain::protocol_feature_set&&, std::__1::shared_ptr<eosio::chain::snapshot_reader> const&)::$_3>(eosio::chain::protocol_feature_set&&, std::__1::optional<eosio::chain::chain_id_type>, eosio::testing::base_tester::open(eosio::chain::protocol_feature_set&&, std::__1::shared_ptr<eosio::chain::snapshot_reader> const&)::$_3)::{lambda(std::__1::shared_ptr<eosio::chain::block_state> const&)#1}, void, std::__1::shared_ptr<eosio::chain::block_state> const&>::invoke(boost::detail::function::function_buffer&, std::__1::shared_ptr<eosio::chain::block_state> const&)':
tester.cpp:(.text+0x24b58): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::detail::function::void_function_obj_invoker1<eosio::testing::base_tester::open<eosio::testing::base_tester::open(eosio::chain::protocol_feature_set&&, eosio::chain::genesis_state const&)::$_4>(eosio::chain::protocol_feature_set&&, std::__1::optional<eosio::chain::chain_id_type>, eosio::testing::base_tester::open(eosio::chain::protocol_feature_set&&, eosio::chain::genesis_state const&)::$_4)::{lambda(std::__1::shared_ptr<eosio::chain::block_state> const&)#1}, void, std::__1::shared_ptr<eosio::chain::block_state> const&>::invoke(boost::detail::function::function_buffer&, std::__1::shared_ptr<eosio::chain::block_state> const&)':
tester.cpp:(.text+0x25208): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text+0x258b8): more undefined references to `std::__1::__shared_weak_count::__release_weak()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::_finish_block()::$_8::operator()(fc::crypto::public_key const&) const':
tester.cpp:(.text+0x25f78): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text+0x25f8c): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::__function::__func<eosio::testing::base_tester::preactivate_all_builtin_protocol_features()::$_12, std::__1::allocator<eosio::testing::base_tester::preactivate_all_builtin_protocol_features()::$_12>, void (fc::sha256 const&)>::operator()(fc::sha256 const&)':
tester.cpp:(.text+0x265c5): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*)':
tester.cpp:(.text._ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_[_ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_]+0x94): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long)'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_[_ZNSt3__1plIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS9_PKS6_]+0xda): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int)':
tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj]+0x46): undefined reference to `std::__1::ios_base::init(void*)'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj]+0x9c): undefined reference to `std::__1::ios_base::clear(unsigned int)'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj]+0x18c): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEC1EPKcj]+0x199): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream()':
tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev]+0x3a): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev]+0x49): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::base_tester::default_config(fc::temp_directory const&, std::__1::optional<unsigned int>, std::__1::optional<unsigned int>)':
tester.cpp:(.text._ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_[_ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_]+0x194): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_[_ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_]+0x1fd): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_[_ZN5eosio7testing11base_tester14default_configERKN2fc14temp_directoryENSt3__18optionalIjEES8_]+0x26a): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::chain::unapplied_transaction_queue::add_aborted(std::__1::vector<std::__1::shared_ptr<eosio::chain::transaction_metadata>, std::__1::allocator<std::__1::shared_ptr<eosio::chain::transaction_metadata> > >)':
tester.cpp:(.text._ZN5eosio5chain27unapplied_transaction_queue11add_abortedENSt3__16vectorINS2_10shared_ptrINS0_20transaction_metadataEEENS2_9allocatorIS6_EEEE[_ZN5eosio5chain27unapplied_transaction_queue11add_abortedENSt3__16vectorINS2_10shared_ptrINS0_20transaction_metadataEEENS2_9allocatorIS6_EEEE]+0x14e): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain27unapplied_transaction_queue11add_abortedENSt3__16vectorINS2_10shared_ptrINS0_20transaction_metadataEEENS2_9allocatorIS6_EEEE[_ZN5eosio5chain27unapplied_transaction_queue11add_abortedENSt3__16vectorINS2_10shared_ptrINS0_20transaction_metadataEEENS2_9allocatorIS6_EEEE]+0x1cf): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::chain::unapplied_transaction_queue::erase(boost::multi_index::detail::bidir_node_iterator<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::null_augment_policy, boost::multi_index::detail::index_node_base<eosio::chain::unapplied_transaction, std::__1::allocator<eosio::chain::unapplied_transaction> > > > >)':
tester.cpp:(.text._ZN5eosio5chain27unapplied_transaction_queue5eraseEN5boost11multi_index6detail19bidir_node_iteratorINS4_18ordered_index_nodeINS4_19null_augment_policyENS6_IS7_NS4_15index_node_baseINS0_21unapplied_transactionENSt3__19allocatorIS9_EEEEEEEEEE[_ZN5eosio5chain27unapplied_transaction_queue5eraseEN5boost11multi_index6detail19bidir_node_iteratorINS4_18ordered_index_nodeINS4_19null_augment_policyENS6_IS7_NS4_15index_node_baseINS0_21unapplied_transactionENSt3__19allocatorIS9_EEEEEEEEEE]+0x1d1): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `_ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISB_E9referenceEEE5valueES9_E4typeENS7_IPKS2_EESB_SB_':
tester.cpp:(.text._ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISB_E9referenceEEE5valueES9_E4typeENS7_IPKS2_EESB_SB_[_ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISB_E9referenceEEE5valueES9_E4typeENS7_IPKS2_EESB_SB_]+0x306): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `_ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPKS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISC_E9referenceEEE5valueENS7_IPS2_EEE4typeESA_SC_SC_':
tester.cpp:(.text._ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPKS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISC_E9referenceEEE5valueENS7_IPS2_EEE4typeESA_SC_SC_[_ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE6insertINS_11__wrap_iterIPKS2_EEEENS_9enable_ifIXaasr27__is_cpp17_forward_iteratorIT_EE5valuesr16is_constructibleIS2_NS_15iterator_traitsISC_E9referenceEEE5valueENS7_IPS2_EEE4typeESA_SC_SC_]+0x306): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `fc::sha256& std::__1::vector<fc::sha256, std::__1::allocator<fc::sha256> >::emplace_back<fc::sha256 const&>(fc::sha256 const&)':
tester.cpp:(.text._ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE12emplace_backIJRKS2_EEERS2_DpOT_[_ZNSt3__16vectorIN2fc6sha256ENS_9allocatorIS2_EEE12emplace_backIJRKS2_EEERS2_DpOT_]+0x12b): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<eosio::chain::key_weight, std::__1::allocator<eosio::chain::key_weight> >::vector(std::initializer_list<eosio::chain::key_weight>)':
tester.cpp:(.text._ZNSt3__16vectorIN5eosio5chain10key_weightENS_9allocatorIS3_EEEC2ESt16initializer_listIS3_E[_ZNSt3__16vectorIN5eosio5chain10key_weightENS_9allocatorIS3_EEEC2ESt16initializer_listIS3_E]+0x100): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<eosio::chain::permission_level_weight, std::__1::allocator<eosio::chain::permission_level_weight> >::push_back(eosio::chain::permission_level_weight&&)':
tester.cpp:(.text._ZNSt3__16vectorIN5eosio5chain23permission_level_weightENS_9allocatorIS3_EEE9push_backEOS3_[_ZNSt3__16vectorIN5eosio5chain23permission_level_weightENS_9allocatorIS3_EEE9push_backEOS3_]+0x143): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `auto eosio::testing::base_tester::get_private_key<fc::ecc::private_key_shim>(eosio::chain::name, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)':
tester.cpp:(.text._ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt3__112basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEE[_ZN5eosio7testing11base_tester15get_private_keyIN2fc3ecc16private_key_shimEEEDaNS_5chain4nameENSt3__112basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEE]+0x54): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> >::push_back(eosio::chain::permission_level&&)':
tester.cpp:(.text._ZNSt3__16vectorIN5eosio5chain16permission_levelENS_9allocatorIS3_EEE9push_backEOS3_[_ZNSt3__16vectorIN5eosio5chain16permission_levelENS_9allocatorIS3_EEE9push_backEOS3_]+0x111): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> >::vector(std::__1::vector<eosio::chain::permission_level, std::__1::allocator<eosio::chain::permission_level> > const&)':
tester.cpp:(.text._ZNSt3__16vectorIN5eosio5chain16permission_levelENS_9allocatorIS3_EEEC2ERKS6_[_ZNSt3__16vectorIN5eosio5chain16permission_levelENS_9allocatorIS3_EEEC2ERKS6_]+0x80): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::chain::account_object::get_abi() const':
tester.cpp:(.text._ZNK5eosio5chain14account_object7get_abiEv[_ZNK5eosio5chain14account_object7get_abiEv]+0x271): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `void eosio::chain::abi_serializer::from_variant<eosio::chain::signed_transaction, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}>(fc::variant const&, eosio::chain::signed_transaction&, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}, eosio::testing::base_tester::get_resolver()::{lambda(eosio::chain::name const&)#1}::optional_delegate<void (unsigned long)> const&)':
tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x2e9): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x509): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x7c3): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x87a): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x8b7): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x99a): undefined reference to `std::exception_ptr::exception_ptr(std::exception_ptr const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0xb5b): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0xbb2): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0xc19): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0xe9c): undefined reference to `std::exception_ptr::~exception_ptr()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0xed9): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: tester.cpp:(.text._ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE[_ZN5eosio5chain14abi_serializer12from_variantINS0_18signed_transactionEZNS_7testing11base_tester12get_resolverEvEUlRKNS0_4nameEE_EEvRKN2fc7variantERT_T0_RKNSA_17optional_delegateIFvmEEE]+0x107f): undefined reference to `std::__1::__shared_weak_count::__release_weak()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<char, std::__1::allocator<char> > fc::raw::pack<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)':
tester.cpp:(.text._ZN2fc3raw4packINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEENS2_6vectorIcS7_EERKT_[_ZN2fc3raw4packINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEENS2_6vectorIcS7_EERKT_]+0xd2): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `fc::mutable_variant_object fc::mutable_variant_object::operator()<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) &&':
tester.cpp:(.text._ZNO2fc22mutable_variant_objectclIRNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEES0_S8_OT_[_ZNO2fc22mutable_variant_objectclIRNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEES0_S8_OT_]+0x43): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::vector<char, std::__1::allocator<char> > fc::raw::pack<eosio::chain::abi_def>(eosio::chain::abi_def const&)':
tester.cpp:(.text._ZN2fc3raw4packIN5eosio5chain7abi_defEEENSt3__16vectorIcNS5_9allocatorIcEEEERKT_[_ZN2fc3raw4packIN5eosio5chain7abi_defEEENSt3__16vectorIcNS5_9allocatorIcEEEERKT_]+0x212): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `void fc::from_variant<unsigned char>(fc::variant const&, std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >&)':
tester.cpp:(.text._ZN2fc12from_variantIhEEvRKNS_7variantERNSt3__16vectorIT_NS4_9allocatorIS6_EEEE[_ZN2fc12from_variantIhEEvRKNS_7variantERNSt3__16vectorIT_NS4_9allocatorIS6_EEEE]+0x198): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::contracts::before_preactivate_eosio_bios_wasm()':
tester.cpp:(.text._ZN5eosio7testing9contracts34before_preactivate_eosio_bios_wasmEv[_ZN5eosio7testing9contracts34before_preactivate_eosio_bios_wasmEv]+0x1f0): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::contracts::before_preactivate_eosio_bios_abi()':
tester.cpp:(.text._ZN5eosio7testing9contracts33before_preactivate_eosio_bios_abiEv[_ZN5eosio7testing9contracts33before_preactivate_eosio_bios_abiEv]+0x1f0): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `eosio::testing::contracts::before_producer_authority_eosio_bios_wasm()':
tester.cpp:(.text._ZN5eosio7testing9contracts41before_producer_authority_eosio_bios_wasmEv[_ZN5eosio7testing9contracts41before_producer_authority_eosio_bios_wasmEv]+0x1f0): undefined reference to `std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text._ZN5eosio7testing9contracts40before_producer_authority_eosio_bios_abiEv[_ZN5eosio7testing9contracts40before_producer_authority_eosio_bios_abiEv]+0x1f0): more undefined references to `std::__1::__vector_base_common<true>::__throw_length_error() const' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::__shared_ptr_emplace<fc::assert_exception, std::__1::allocator<fc::assert_exception> >::~__shared_ptr_emplace()':
tester.cpp:(.text._ZNSt3__120__shared_ptr_emplaceIN2fc16assert_exceptionENS_9allocatorIS2_EEED2Ev[_ZNSt3__120__shared_ptr_emplaceIN2fc16assert_exceptionENS_9allocatorIS2_EEED2Ev]+0x1c): undefined reference to `std::__1::__shared_weak_count::~__shared_weak_count()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::__shared_ptr_emplace<fc::assert_exception, std::__1::allocator<fc::assert_exception> >::~__shared_ptr_emplace()':
tester.cpp:(.text._ZNSt3__120__shared_ptr_emplaceIN2fc16assert_exceptionENS_9allocatorIS2_EEED0Ev[_ZNSt3__120__shared_ptr_emplaceIN2fc16assert_exceptionENS_9allocatorIS2_EEED0Ev]+0x1b): undefined reference to `std::__1::__shared_weak_count::~__shared_weak_count()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream()':
tester.cpp:(.text._ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev[_ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev]+0x48): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text._ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev[_ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED1Ev]+0x57): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream()':
tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev]+0x3a): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev[_ZNSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev]+0x42): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream()':
tester.cpp:(.text._ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev[_ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev]+0x48): undefined reference to `std::__1::basic_istream<char, std::__1::char_traits<char> >::~basic_istream()'
/usr/bin/ld: tester.cpp:(.text._ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev[_ZTv0_n24_NSt3__114basic_ifstreamIcNS_11char_traitsIcEEED0Ev]+0x50): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::~basic_filebuf()':
tester.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEED2Ev[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEED2Ev]+0x77): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEED2Ev[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEED2Ev]+0xa1): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_filebuf<char, std::__1::char_traits<char> >::imbue(std::__1::locale const&)':
tester.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE]+0x13): undefined reference to `std::__1::codecvt<char, char, __mbstate_t>::id'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE[_ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE5imbueERKNS_6localeE]+0x1b): undefined reference to `std::__1::locale::use_facet(std::__1::locale::id&) const'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::__throw_bad_cast()':
tester.cpp:(.text._ZNSt3__116__throw_bad_castEv[_ZNSt3__116__throw_bad_castEv]+0x12): undefined reference to `std::bad_cast::bad_cast()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_stringstream()':
tester.cpp:(.text._ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev[_ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev]+0x54): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev[_ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev]+0x63): undefined reference to `std::__1::basic_iostream<char, std::__1::char_traits<char> >::~basic_iostream()'
/usr/bin/ld: tester.cpp:(.text._ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev[_ZNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev]+0x70): undefined reference to `std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::filtering_streambuf<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::public_>::~filtering_streambuf()':
tester.cpp:(.text._ZN5boost9iostreams19filtering_streambufINS0_5inputEcNSt3__111char_traitsIcEENS3_9allocatorIcEENS0_7public_EED2Ev[_ZN5boost9iostreams19filtering_streambufINS0_5inputEcNSt3__111char_traitsIcEENS3_9allocatorIcEENS0_7public_EED2Ev]+0x93): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::chainbuf<boost::iostreams::chain<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::iostreams::input, boost::iostreams::public_>::~chainbuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED2Ev[_ZN5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED2Ev]+0x52): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::chainbuf<boost::iostreams::chain<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::iostreams::input, boost::iostreams::public_>::~chainbuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED0Ev[_ZN5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED0Ev]+0x4b): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `non-virtual thunk to boost::iostreams::detail::chainbuf<boost::iostreams::chain<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::iostreams::input, boost::iostreams::public_>::~chainbuf()':
tester.cpp:(.text._ZThn64_N5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED1Ev[_ZThn64_N5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED1Ev]+0x51): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `non-virtual thunk to boost::iostreams::detail::chainbuf<boost::iostreams::chain<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::iostreams::input, boost::iostreams::public_>::~chainbuf()':
tester.cpp:(.text._ZThn64_N5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED0Ev[_ZThn64_N5boost9iostreams6detail8chainbufINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEES4_NS0_7public_EED0Ev]+0x4a): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::input, char, std::__1::char_traits<char>, std::__1::allocator<char> >, char, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::chain_impl::close()':
tester.cpp:(.text._ZN5boost9iostreams6detail10chain_baseINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEEcS7_S9_S4_E10chain_impl5closeEv[_ZN5boost9iostreams6detail10chain_baseINS0_5chainINS0_5inputEcNSt3__111char_traitsIcEENS5_9allocatorIcEEEEcS7_S9_S4_E10chain_impl5closeEv]+0x30): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::stream_buffer<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~stream_buffer()':
tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_ED2Ev[_ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_ED2Ev]+0x66): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::imbue(std::__1::locale const&)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE]+0x40): undefined reference to `std::__1::locale::locale(std::__1::locale const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE]+0x4b): undefined reference to `std::__1::locale::operator=(std::__1::locale const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E5imbueERKNS6_6localeE]+0x53): undefined reference to `std::__1::locale::~locale()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::seekpos(std::__1::fpos<__mbstate_t>, unsigned int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj]+0x28): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj]+0x4b): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E7seekposENS6_4fposI11__mbstate_tEEj]+0x60): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::sync()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv]+0x4a): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv]+0x6d): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E4syncEv]+0x84): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::pbackfail(int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi]+0x5c): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi]+0x82): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9pbackfailEi]+0x97): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::overflow(int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi]+0x58): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi]+0x7c): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi]+0xba): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi]+0xde): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E8overflowEi]+0xf3): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::strict_sync()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv]+0x60): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv]+0x83): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E11strict_syncEv]+0x9a): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~indirect_streambuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_ED2Ev[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_ED2Ev]+0x2b): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~indirect_streambuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_ED0Ev[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_ED0Ev]+0x2a): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::seek_impl(long, std::__1::ios_base::seekdir, unsigned int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj]+0x53): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj]+0x76): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj]+0x8d): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj]+0xb0): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS6_9allocatorIcEES4_E9seek_implElNS6_8ios_base7seekdirEj]+0xc7): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::wrapexcept<boost::exception_detail::remove_error_info_injector<std::__1::ios_base::failure>::type> boost::exception_detail::enable_both<std::__1::ios_base::failure>(std::__1::ios_base::failure const&)':
tester.cpp:(.text._ZN5boost16exception_detail11enable_bothINSt3__18ios_base7failureEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS7_[_ZN5boost16exception_detail11enable_bothINSt3__18ios_base7failureEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS7_]+0xcb): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail11enable_bothINSt3__18ios_base7failureEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS7_[_ZN5boost16exception_detail11enable_bothINSt3__18ios_base7failureEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS7_]+0x129): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::wrapexcept<std::__1::ios_base::failure>::~wrapexcept()':
tester.cpp:(.text._ZN5boost10wrapexceptINSt3__18ios_base7failureEED1Ev[_ZN5boost10wrapexceptINSt3__18ios_base7failureEED1Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::error_info_injector<std::__1::ios_base::failure>::~error_info_injector()':
tester.cpp:(.text._ZN5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED2Ev[_ZN5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED2Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::error_info_injector<std::__1::ios_base::failure>::~error_info_injector()':
tester.cpp:(.text._ZN5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED0Ev[_ZN5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED0Ev]+0x2e): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text._ZThn32_N5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED1Ev[_ZThn32_N5boost16exception_detail19error_info_injectorINSt3__18ios_base7failureEED1Ev]+0x2f): more undefined references to `std::__1::ios_base::failure::~failure()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::clone_impl(boost::exception_detail::error_info_injector<std::__1::ios_base::failure> const&)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_]+0x1c): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_]+0x33): undefined reference to `vtable for std::__1::ios_base::failure'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC2ERKS6_]+0xe2): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::~clone_impl()':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED1Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED1Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::~clone_impl()':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED0Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED0Ev]+0x2e): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::~clone_impl()':
tester.cpp:(.text._ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED1Ev[_ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED1Ev]+0x39): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::~clone_impl()':
tester.cpp:(.text._ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED0Ev[_ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEED0Ev]+0x38): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text._ZN5boost10wrapexceptINSt3__18ios_base7failureEED0Ev[_ZN5boost10wrapexceptINSt3__18ios_base7failureEED0Ev]+0x2e): more undefined references to `std::__1::ios_base::failure::~failure()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::clone_impl(boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> > const&, boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::clone_tag)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE]+0x1e): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE]+0x35): undefined reference to `vtable for std::__1::ios_base::failure'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_NS7_9clone_tagE]+0xcc): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> >::clone_impl(boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::__1::ios_base::failure> > const&)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_]+0x1d): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_]+0x34): undefined reference to `vtable for std::__1::ios_base::failure'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINSt3__18ios_base7failureEEEEC1ERKS7_]+0x9c): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::stream_buffer<boost::iostreams::basic_null_device<char, boost::iostreams::input>, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::open_impl(boost::iostreams::basic_null_device<char, boost::iostreams::input> const&, long, long)':
tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll[_ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll]+0xbc): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll[_ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll]+0xdf): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll[_ZN5boost9iostreams13stream_bufferINS0_17basic_null_deviceIcNS0_5inputEEENSt3__111char_traitsIcEENS5_9allocatorIcEES3_E9open_implERKS4_ll]+0xf9): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::stream_buffer<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::stream_buffer(boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> > const&, long, long)':
tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll]+0x2c): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::basic_streambuf()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll]+0x130): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll]+0x150): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll]+0x16c): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEEC2ERKS6_ll]+0x221): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::stream_buffer<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~stream_buffer()':
tester.cpp:(.text._ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEED2Ev[_ZN5boost9iostreams13stream_bufferINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS3_11char_traitsIcEES5_NS0_5inputEED2Ev]+0x71): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::imbue(std::__1::locale const&)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE]+0x46): undefined reference to `std::__1::locale::locale(std::__1::locale const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE]+0x51): undefined reference to `std::__1::locale::operator=(std::__1::locale const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE5imbueERKNS4_6localeE]+0x59): undefined reference to `std::__1::locale::~locale()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::seekpos(std::__1::fpos<__mbstate_t>, unsigned int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj]+0x28): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj]+0x4b): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE7seekposENS4_4fposI11__mbstate_tEEj]+0x60): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::pbackfail(int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi]+0x5c): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi]+0x82): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9pbackfailEi]+0x97): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~indirect_streambuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEED2Ev[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEED2Ev]+0x2d): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::~indirect_streambuf()':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEED0Ev[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEED0Ev]+0x2c): undefined reference to `std::__1::basic_streambuf<char, std::__1::char_traits<char> >::~basic_streambuf()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >::basic_gzip_decompressor(boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> > const&)':
tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_]+0x34): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_]+0x45): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEEC2ERKS5_]+0x71): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >, std::__1::char_traits<char>, std::__1::allocator<char>, boost::iostreams::input>::seek_impl(long, std::__1::ios_base::seekdir, unsigned int)':
tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj]+0x53): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj]+0x76): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj]+0x8d): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj]+0xb0): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorINSt3__19allocatorIcEEEENS4_11char_traitsIcEES6_NS0_5inputEE9seek_implElNS4_8ios_base7seekdirEj]+0xc7): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `long boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >::write<boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> > >(boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> >&, char const*, long)':
tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x15e): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x184): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x1bf): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x1d9): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x1fc): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5writeINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_PKcl]+0x22e): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::wrapexcept<boost::exception_detail::remove_error_info_injector<boost::iostreams::gzip_error>::type> boost::exception_detail::enable_both<boost::iostreams::gzip_error>(boost::iostreams::gzip_error const&)':
tester.cpp:(.text._ZN5boost16exception_detail11enable_bothINS_9iostreams10gzip_errorEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS6_[_ZN5boost16exception_detail11enable_bothINS_9iostreams10gzip_errorEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS6_]+0xd9): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail11enable_bothINS_9iostreams10gzip_errorEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS6_[_ZN5boost16exception_detail11enable_bothINS_9iostreams10gzip_errorEEENS_10wrapexceptINS0_26remove_error_info_injectorIT_E4typeEEERKS6_]+0x139): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::wrapexcept<boost::iostreams::gzip_error>::~wrapexcept()':
tester.cpp:(.text._ZN5boost10wrapexceptINS_9iostreams10gzip_errorEED1Ev[_ZN5boost10wrapexceptINS_9iostreams10gzip_errorEED1Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::error_info_injector<boost::iostreams::gzip_error>::~error_info_injector()':
tester.cpp:(.text._ZN5boost16exception_detail19error_info_injectorINS_9iostreams10gzip_errorEED2Ev[_ZN5boost16exception_detail19error_info_injectorINS_9iostreams10gzip_errorEED2Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text._ZN5boost16exception_detail19error_info_injectorINS_9iostreams10gzip_errorEED0Ev[_ZN5boost16exception_detail19error_info_injectorINS_9iostreams10gzip_errorEED0Ev]+0x2e): more undefined references to `std::__1::ios_base::failure::~failure()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::clone_impl(boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> const&)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC2ERKS5_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC2ERKS5_]+0x1c): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC2ERKS5_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC2ERKS5_]+0xe6): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::~clone_impl()':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED1Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED1Ev]+0x2f): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::~clone_impl()':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED0Ev[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED0Ev]+0x2e): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::~clone_impl()':
tester.cpp:(.text._ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED1Ev[_ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED1Ev]+0x39): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `virtual thunk to boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::~clone_impl()':
tester.cpp:(.text._ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED0Ev[_ZTv0_n40_N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEED0Ev]+0x38): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o):tester.cpp:(.text._ZN5boost10wrapexceptINS_9iostreams10gzip_errorEED0Ev[_ZN5boost10wrapexceptINS_9iostreams10gzip_errorEED0Ev]+0x2e): more undefined references to `std::__1::ios_base::failure::~failure()' follow
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::clone_impl(boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> > const&, boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::clone_tag)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_NS6_9clone_tagE[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_NS6_9clone_tagE]+0x1e): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_NS6_9clone_tagE[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_NS6_9clone_tagE]+0xd0): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >::clone_impl(boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> > const&)':
tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_]+0x1d): undefined reference to `vtable for std::__1::system_error'
/usr/bin/ld: tester.cpp:(.text._ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_[_ZN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9iostreams10gzip_errorEEEEC1ERKS6_]+0xa0): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `long boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >::read<boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> > >(boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> >&, char*, long)':
tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x42): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x586): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x709): undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long, std::__1::allocator<char> const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x7c1): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x7ed): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x81d): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x849): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x85d): undefined reference to `std::__1::__basic_string_common<true>::__throw_length_error() const'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x862): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x88e): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x8be): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x8ea): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x932): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x949): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x992): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x9be): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE4readINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEElRT_Pcl]+0x9f0): undefined reference to `std::__1::ios_base::failure::~failure()'
/usr/bin/ld: /root/mandel-build/libraries/testing/libeosio_testing.a(tester.cpp.o): in function `void boost::iostreams::basic_gzip_decompressor<std::__1::allocator<char> >::close<boost::iostreams::non_blocking_adapter<boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> > > >(boost::iostreams::non_blocking_adapter<boost::iostreams::detail::linked_streambuf<char, std::__1::char_traits<char> > >&, unsigned int)':
tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j]+0x46): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j]+0x6a): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j]+0xd3): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j]+0xf7): undefined reference to `std::__1::ios_base::failure::failure(char const*, std::__1::error_code const&)'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j]+0x129): undefined reference to `std::__1::iostream_category()'
/usr/bin/ld: tester.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_streambufIcNS2_11char_traitsIcEEEEEEEEvRT_j[_ZN5boost9iostreams23basic_gzip_decompressorINSt3__19allocatorIcEEE5closeINS0_20non_blocking_adapterINS0_6detail16linked_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment